A better fix for bug #331864 (snap-delay related)
We don't really need two separate "Shadows" and "Shadows and glows" submenus, do we? :)
Fix one more broken icon (transform-rotate) in icons.svg.
Fix paint-none in icons.svg
Added snap indicators to the list of translatables
Fix a few wrong IDs in icons.svg. Should fix the icon issues.
Removed boolean "remove" from swatch, used new type enum in ColorDef.
Cleanup and prep for more work
Fix bug #291795 again
add my name to the 2geom readme, so people can mail me with questions
add mouse-over helperpath for rects
improve helperpath generation on mouse-over
fix crash bug 195312
minor code cleanup
Adds four new textures, Inkblot, Wax print, Blotting paper and Burnt edges, and a new Morphology filter called Color outline
Adding some no-color to drag-n-drop
remove uniconv dependency, as is done in cdr_input: on windows we dont use uniconv script
Removing the polyline simplification. Fix for bug #335437 + bug #307783 (missing characters in emf export)
remove more static dialogs.
fix crash bug #241390
Adds Color matrix control to Noise transparency filter
Various translation updates
adapt for our own UniConvertor in Windows bundle
Adds flood color to Noise fill filter
Various translation updates
copyedit
typo
Fix #331864
Allow snapping to objects in hidden layers
More accurate wording in snap tooltips
Added work-around for broken themes that fill in with gtk_paint_border, including gtk-qt-engine. Fixes bug #281809.
share/extensions/inkex.py (class Effect): Remove id_characters instance var, moving it to its sole user (uniqueId). Change k to x in `...uvwkyz...', as reported by halley. (I've mechanically checked that there are no other surprises in the string.)
share/extensions/inkex.py: Fix a couple of issues reported by pychecker.
Updated, but still a lot of work to do
reenable inkboard compilation
Fix a translatable string incorrectly being considered a printf format
specification in live_effects/lpe-patternalongpath.cpp
specification in live_effects/lpe-patternalongpath.cpp
Allow path exclusion to work on an arbitrary number of paths. Fixes bug
#335110.
#335110.
Patch from Lubomir Rintel: fixes for GCC 4.4
Spellcheck, snap and filter translation
Improved Color emboss now takes a better account of Blend settings
Fix bug #168979 and clean up some pointer-to-ustring sillyness
Tentative fix for LP bug #168922: don't save prefs n crash handler
Remove the svn:executable property from README.ca.txt
Purged unused static function
Several icon name fixes
add #include <gtk/gtk.h> to fix defect #333767
Revert commit 20742 that opened a can of worms.
Snap guides to (intersections of) guides (closes bug #331143)
Changes the filters name Darken outline to Dark and glow, adds a Darken edges filter in Shadows and glows submenu, changes the name Black emboss to Dark emboss and the name Emboss to Color emboss, adds an Emboss Image effect which keeps image colors or change it following the Blend primitive settings
make snap tooltip position sensitive to canvas zooming
Fix GTK includes in widgets/icon.cpp
Fix for imprecise ellipse drawing by Alvin Penner.
fix win build
support up to 3 languages
add spellcheck page
add spellcheck page, copyedit on other pages
make aspell optional
Fix whiteboard compilation.
limit dot creation to straight line modes of Pen only
fix scaling of text without font size set
fix font size jump when unflowing flowed text
fix crash when displaying dash selector
Fix snapping when dragging gradients (implement the snap delay, use snap tolerances from the object snapper)
* Many files moved in SVN r20741, updating their references
Fix a couple of badly formated strings in french translation
Snapping of guides now turned on by default, and fixed initialization of the that checkbox
correcting a parameter name in foldable-box extension
Changes the submenu name Basics into ABCs, changes Poster glow into Glow and draw without changing the filter, improves HSL bumps, adds an HSL bubbles diffuse based on diffuse light and adds a Darken outline filter in the Shadows and Glows submenu
False trunk directory removal
updated spanish.nsh and inkscape.nsi to reflect latest file-changes
Use on-cavas text instead of a tooltip for the snapindicator (fixes some tooltip annoyances and fixes bug #330252)
Removed broken-and-unused function
Use g_base64_encode_step when importing images via drag and drop.
Fix linking during make check.
Fix linking during make check.
Remove trailing spaces in AUTHORS to ease sed processing.
Translators updated
fix typo that breaks build
Fix alpha missing in Image effects filters Emboss and Black emboss
Update the author list in aboutbox.
Fix aliasing rules violation in glib-list-iterators.h
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time.
should be. Build libinkscape.a - should reduce link time.
Only build static libraries for subdirs than actually contain libraries,
rather than for every subdirectory.
rather than for every subdirectory.
The snap indicator's tooltip now displays "A to B", whereas before it only displayed "B".
Some filters and extensions updates
Remove unused m4 macros.
Make all icons themable (except the filter icons).
Fix SVN revision reporting so that it doesn't relink on every make
invocation.
invocation.
Remove superfluous FreehandShape LPE
Spell checker and filter translation
Rename view-manage-colors to color-management; add object-rows and
object-columns; rename distribute icons for baselines and nodes to
maintain consistency with align icons
object-columns; rename distribute icons for baselines and nodes to
maintain consistency with align icons
Spanish translation update by Lucas Vieites
updated Korean translation by Jin-Hwan Jeong
trying to fix the filters placement
15 years agoReplaces Emboss image effects by a colorizable one and adds Black emboss which change...
Replaces Emboss image effects by a colorizable one and adds Black emboss which changes whites areas to black while preserving hues
fix cursor placement logic
adding foldable-box to extensions/Makefile.am
fix wrong place for -laspell
added spellcheck dialog's file to the list of translatables
foldable-box extension - second version, not good yet
Scale preview pixmap as needed and cache scaled version.