After snapping, show a tooltip together with the snap indicator
Zero page size for GTK spinbutton change
Rename fill-* to paint-* where it made sense, rename text-direction-* to
format-text-direction-* to be consistent with Icon Naming Spec
format-text-direction-* to be consistent with Icon Naming Spec
Add 2 missing icons; Change align and distribute icon naming to be more
consistent; add Makefile.am generation script for the hicolor directory
consistent; add Makefile.am generation script for the hicolor directory
warning fix
remove temporary prevention of retransientization - this hack was added long ago when creating new windows was much faster than now, so by now it does more harm than good
use correct method of accessing top-level window for transientization
Rename path-mode-segments to path-mode-polyline and
path-mode-paraxial-segments to path-mode-polyline-paraxial
path-mode-paraxial-segments to path-mode-polyline-paraxial
Add missing xml/repr.h header.
Fix crashes when tool styles are not set in prefs.
rename help-manual to help-contents
Remove redundant path-dynamic-offset and path-linked-offset
Rename object-transform to dialog-transform
Rename dialog-input to dialog-input-devices
https://inkscape.svn.sourceforge.net/svnroot/inkscape/inkscape/trunk/share/filters/
Some filters and extensions updates
Fix Makefile.am for the "scalable" directory.
Get rid of the devices context; put the input devices icon in
places/dialog-input.svg, which is more consistent
places/dialog-input.svg, which is more consistent
Remove last remnants of ancient plugin support. Tidy up acinclude.m4.
update
remove desktop-affine.cpp
remove desktop-affine.cpp
Warning cleanup
Fix broken build
patch by KoRi for 324938
Ignore Makefile.in in share subdirectories
Add a few missing icons
added Ivan Louette to the list of AUTHORS for his contribution with SVG Filters
updated Russian translation
do not return any non-normal blend mode if we do not show blend mode chooser
it was a very stupid idea to sort all combos without asking - this broke the blend modes list in fill/stroke which relied on the set order of its enum
Add the rest of discrete icons
patch by KoRi for bug 323594
now that selection description includes style (filtered, clipped), we need to update it on modified signal as well
Big filters update
Adding explicit parenthesis to remove warnings
prevent hotkey clash (at least for english)
Filters, Extensions menus
Split off first portion of icons into separate files to begin working on
Inkscape themability. Add Makefile install rules for them.
Inkscape themability. Add Makefile install rules for them.
Fix some console warning spam (most cannot be fixed, unfortunately)
Make the recent menu react to changes in max recent documents preference
immediately rather than after a restart.
immediately rather than after a restart.
using C++ const_cast instead of plain C-type cast
adding comments/TODOs and/or reverting some of the things done in r20655
due to JonCruz considerations about the proper way of doing it.
due to JonCruz considerations about the proper way of doing it.
gcc warning cleanup
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
gcc warning cleanup
suggested parentheses
suggested parentheses
gcc warning cleanup:
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
scale x-axis-rotation angle in elliptical arc
gcc warning cleanup
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
convert elliptical arc angle from degrees to radians
Warning cleanup.
scale the radius and sweep-flag in elliptical arc
adapt for new menu structure
Ivan Louette's fantastic filter collection, all regrouped and relabelled for easier discoverability
a handful of bugfixes
better in singular
more Editors
remove unused
make more things private
add All Vectors and All Bitmaps filters (todo: port this to the win32 dialog)
extensions/dots.py : Now dots are circles and not a multi-path to correct the "where is the dot" bug and make easy to change a dot position; The number is moved to be separated from the dot; The original path is now deleted, not only cleared; The last dot is not more over the first - now is better for kids (and some adults) to understand the start and end dots
Some dialog updates
* src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to access NULL GtkWidget pointer
utility script for producing a swatchbook of all filters
Fixed small translation issue for extensions.
updated Korean translation from jin-hwan Jeong
updated French translation from Nicolas
* [INTL:es] Spanish translation update by Lucas Vieites - closes #325224
Printing marks update from Nicolas Dufour - changeing positions: star_target and reg_marks
Making the eraser more eraser-like
Warning cleanup.
Fixed dangerous base-class methods that were missing returns by converting them to abstract.
Warning cleanup.
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
Another update from Foppe Benedictus and Kris
fix obsolete syntax that emits warnings
edit names
display waiting cursor; move credits to a page of its own
copyedit, use repeated calls for graduated contrast
copyedit, names that make more sense
use the same steps to figure out dir for bitmap copy as in export dialog
remove mnemonic which does not work anyway
fix crash
knot-lpe enabled (tests commited to testsuite).
FIX for bug 317964; SVG crashes on empthy flow-text element
bug fix: handle paths with more than one component.
add support for layers
add group code 70 to LWPOLYLINE
15 years agoStore the snapper tolerances in the snap-preferences instead of in each snapper indiv...
Store the snapper tolerances in the snap-preferences instead of in each snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call)
* [INTL:pl] Further small updates to the Polish translation
fix crash described at
https://bugs.launchpad.net/inkscape/+bug/307567
https://bugs.launchpad.net/inkscape/+bug/307567
Some consistency cleanup for descriptions.
configure.ac: Fix syntax error introduced in r20243.
set waiting cursor while loading a file
do not change cursor if desktop has set it to waiting
add accessor for the waiting_cursor flag (sorry for the recompile)
Add buttons for snapping to grids and/or guides
show waiting cursor while ExecutionEnv is working
since imagemagic effects cannot be cancelled midway, trying to do so often crashes; the fix is to disallow UI interaction while it works, at least until we implement a way to safely cancel such effects
* [INTL: sk] Slovak update by Ivan Masar