2geom update
part of bug #339660; can not use Add/Rename dialog to create layer with no proper inkscape:label attribute, otherwise GUI is confused
separate bbox (calculated by subclasses) and drawbox, which includes filters margin and clip/mask cropping; this fixes runaway enlargement when dragging a blurred group. also, move request to dirty canvas rectangle from subclasses to NRArenaItem, which uses drawbox for this, fixing numerous rendering glitches with filters
only request redraw of those parts of the rect sides that actually moved
do not redraw if moved to the same point as before
for zero-length lines, do not request canvas redraw and do not attempt to draw
15 years agofor selection modified signal, only update the coords of the selcue boxes, not delete...
for selection modified signal, only update the coords of the selcue boxes, not delete and create them anew as before
15 years agoswitch opacity and blur sliders to delayed update, which makes them much more resposi...
switch opacity and blur sliders to delayed update, which makes them much more resposive and easier to handle; also, remove the old workaround for gtk crash which is no more, allowing interruptibility and thus also improving responsiveness
suppress warnings caused by an orphaned clone, which is legit even if useless
fix crash when duplicating an orphaned clone
part of #339660; layers dialog allows non-unique inkscape:label attributes
Should be pointing to 047 really
deleting layer also hid layers, missing 'break' statement
xml tree widget also shows inkscape:label if any
Reworked internals of color and drag-n-drop.
- When finalizing a curve by double clicking then don't snap to the curve itself
- When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course)
- When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course)
Snap indicators and filters, mainly...
Icon Bonanza part 2341: Update icon-names.h to reflect changes in
hicolor and icons.svg
hicolor and icons.svg
svg parsing error fixed
some keyboards (Apple) have no Insert; allow insert-node with Shift+I too
Moving dnd data generation into the generic ColorDef class.
Updated Dutch and Russian translations
Corrected mistakes introduced in rev 20838
Missing quotation mark and real indent for the the comment. Thanks to Ed Halley who pointed that on the devel mailing list.
Missing quotation mark and real indent for the the comment. Thanks to Ed Halley who pointed that on the devel mailing list.
fix several non-portable hacks
Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.
generate flash helper path in node tool for all shapes and simple text objects
Allowed latex binaries to be detected by Inkscape on Mac OS X
The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works)
The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works)
Fix distribute-remove-overlap (should be distribute-remove-overlaps) in
icons.svg
icons.svg
Off-grid icon and further missing ID fixes for icons.svg
Hide the new 'clear' swatch for now
Adding clear-color swatch to complement no-color.
Control when shift affects moving of handles. Applies patch from bug #245698.
Add option to only flash paths for node tool when none is selected. Applies patch from bug #336490.
Add layers dialog to top toolbar. Applies patch from bug #336519.
Add view-fullscreen to discrete icons
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