| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
(bzr r15703.1.4)
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
(bzr r15703.1.3)
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
(bzr r15703.1.2)
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
(bzr r15703.1.1)
|
| | |/ / / / / / / /
| | | | | | | | |
| | | | | | | | | |
(bzr r15704)
|
| |\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
There are some inconsistencies when displaying the _norm, _grip, and
rotation center handles:
1. _norm and rotation center are not displayed on a black background;
2. _grip is never displayed, even though the code updates its position
and even changes its shape depending on the operation performed.
Fix these issues by using the XOR blending mode and, since the handles
are only visible when dragging, set their color to 0xff0000b0 which is
the color used by other handles when they are in the
SP_KNOT_STATE_DRAGGING state.
Moreover to have _grip properly blended when HANDLE_CENTER is moved
_norm must be hidden, otherwise the two control point would overlap
(both in shape and position) and the XOR blending would produce an
unintuitive result.
Finally, to effectively hide _norm, move forcing handles visibility
_after_ grab() because grab() shows both _norm and _grip by default.
Fixed bugs:
- https://bugs.launchpad.net/inkscape/+bug/1707250
|
| | | | | | | | | | | |
|
| | |_|_|_|_|_|_|_|/
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
because file changed
|
| |/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fix Trusty build)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Many bug fixes to ensure proper behavior for the different line spacing modes.
Return focus to canvas when buttons are pushed in text tool bar.
Change step size to a reasonable value for line height when unit not percent.
Fix some issues with history for changes to line spacing in flowed text.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
sheets.
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Selecting a Line Spacing Mode allows a user to quickly pick an
algorithm for consistant line spacing.
|
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
SP_COLOR_SCALES_MODE_HSV was a bad name for HSL selection mode
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| |/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Relative units already respect the transform of parents and don't
have to be recalculated when set to relative unit from inside the UI
It's actually not possible to set relative font-sizes anywhere in
the UI except when setting sub/superscripts (sets font-size to 65%)
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1658029
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This fixes two bugs:
- A crash when moving an object away from the root layer
- An inconsistency when going through the layers with
{ctrl,shift}-Pg{Up,Down}: Going to the previous layer worked fine while
going to the next layer only went up the hierarchy but never into sub
layers. Now both directions visit the same layers in the same (just
reversed) order.
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- prefix with underscores to make detectable by intltool-update
(was lost with 78cebbf91af8d91681d4ff18b7c1a8b25f2c431a)
- fix 'sp_ui_build_dyn_menus()' to account for this and stick with
current project standards: translate '_name' but not 'name'
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Spirals in Inkscape define a center point but the user cannot easily
control the position of the center.
Show a control point for the center so it's easier to move the shape
around and snap it by its center.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The name "description" seems to be misleading -
it's (mis?)used by Microsoft to include the name of the program
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Options:
Show icons and/or labels.
Use combbox or radio buttons.
Replacement for C based ege-select-one-action.
Update text toolbar to use this class, allowing bar to be narrower.
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Other shapes like ellipses and stars now show a center point but the
user still cannot easily control the position of a rectangle by using
its center.
Show a control point for the center so it's easier to move the shape
around and snap it by its center.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
of scope.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The idea behind inkscape-version.h / inkscape-version.cpp is to
avoid rebuilding most of the code base when the version number
changes. Defining a version number in config.h defeats this purpose.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
It's widely unused and seems harly necessary.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- inkscape.rc/inkview.rc are automatically configured with the
correct program name, version number and copyright year
- use one common file for all four configurations
(inkscape/inkview, x86/x64)
which should make it much easier to maintain and keep in sync
- fix/update/add some fields in the resource file, see
https://msdn.microsoft.com/library/windows/desktop/aa381058.aspx
- also unify inkscape-manifest.xml
As a result all configurations will use dpiAware=True now
(x86 and inkview did not have that setting yet)
This does not matter in gtk3 but is known know to cause tiny icons
on gtk2. It's still the preferred option as everything else
(including canvas) is properly scaled; if bitmap interpolation
is more desirable instead the setting can be overriden in the
compatibility tab of the executables properties dialog
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer)
- remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size)
- use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px)
- also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The btool build system is no longer present in inkscape's source tree.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
(targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build)
|