fix select under by alt+click; prevent potential refcount leak
Some cleaning and reordering
New Grids are now ready to go. bug testing can start i think.
Add global preference for selector tool, chosing between GEOMETRIC_BBOX or VISUAL_BBOX
Switched to using EgeSelectOneAction on Star/Flat choice
Added XForms-style "appearance" support and basic icon use
Fix for broken compile
New grids are almost ready to fly!
touch selection update
fix thinning that didn't work for paths inside a transformed group
Add keyboard binding for Paint Bucket and Set Clipping Path
Switched node toobar to stock GTK+ toolbars
Working on bug #146955
Working on bug #146955
17 years agoAlways snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from document...
Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from document properties
Switched zoom toobar to stock GTK+ toolbars
Working on bug #146955
Working on bug #146955
Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC cleanup on flood-context
More work for bug #1469554
More work for bug #1469554
use touchpath selection when rubberbanding with Alt; do move-selected with Alt only when there's selection, otherwise force touchpath; update statusbar comments
add method to select objects picked by a vector of points
add touchpath mode
Use the existing Inkscape::Event instead of creating a new one (and
leaking the old) when coalescing Inkscape::XML::Events in sp_document_maybe_done.
leaking the old) when coalescing Inkscape::XML::Events in sp_document_maybe_done.
Adding icons to pop-up toolbar menus
fix about dialog a bit
cleanup some debug prints
calligraphy and paintbucket update
use correct isNaN
trace background icon
thin/thicken cursors
tracking guide with ctrl; tracing background; thinning/thickening with alt; also home/end for width, shift+drawing to unionize, decrease tolerance, add comments
update statusbar message for calligraphy
trace background button/setting for calligraphy
allow MakeOffset to do profiled offset controlled by the distance of each point from a given center and a coverage radius
add a new return code indicating nothing was done
note about which function to use for script execution
Converted select toolbar to stock GTK+
* src/conn-avoid-ref.cpp: Fix a crash where avoided items with an empty
bounding box would crash in their move callback. Fixes #1694094.
bounding box would crash in their move callback. Fixes #1694094.
Made safe for empty containers
Making display narrower
Updating incon when property changes
better paintbucket by bill baxter
Updated simple action to work like toggle and radion versions
Remove 'default scale origin' from selector tool's preferences
Eliminate drift of origin if mirroring occurs during scaling/stretching
fix crash temporarily until next refactoring phase
* packaging/macosx/Resources/bin/inkscape: Include the Fink and/or
DarwinPorts bin directory in the PATH when loading Inkscape on OS X.
Patch #1692349.
DarwinPorts bin directory in the PATH when loading Inkscape on OS X.
Patch #1692349.
fix bug where nearest_point_on_path returned bogus t values on sharp bends
17 years agoChanges to the selector tool, e.g. option to choose either APPROXIMATE_BBOX or GEOMET...
Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX or GEOMETRIC_BBOX
17 years agoCorrected case where extension would not be added for opened filetypes not in default...
Corrected case where extension would not be added for opened filetypes not in default list (i.e. jpeg)
remove forced blurring from edge detection - tracing removes speckles anyway
Adding more robust and detailed checks and messages.
Additional null pointer checking
Prevent null pointer dereferencing
some people reported crashes when adding nonexisting dirs to dialog - though it did not crash for me
* Update of Khmer translation by Sokhem
* Initial commit of Hebrew translation
* Initial commit of Hebrew translation
implement GEOMETRIC_BBOX
Removed use of union in paint type/struct
Replacing old multifunction widget with separate widget & model
removed the software-only licenses which are not legally clear for content/artwork, note, they still work, just not giving ppl. the wrong choices in UI
remove warning
fix annoying superfluous separator
17 years agoremoved leftover debug messages. Toggling new grids now works. Almost ready to commen...
removed leftover debug messages. Toggling new grids now works. Almost ready to comment-out old grid code.
discard stderr from nested inkscape invocations
throw out stderr so that users don't see the warning about no svg extension on temp files. yes, we will mask other errors
be sure to use the sys prefix on exit; provide a resonable message to users who have no numpy; fix whitespace
remove svg_dropshadow
remove svg_dropshadow
when the gradient just has start and end stops if you delete one it will now color the object the remaining stop's color.
added clarifying comment
allow easy access to templates profile dir from save dialog
when creating .inkscape profile dir, also create empty subdirs for templates etc.
make rotations, scales and flips work with the object's rotation axis
make whirl use the center of view as center of whirl
add missing undo transaction for Ctrl+click
Change paint bucket path union to properly create only one undo event, rather than two
Change tool switch message for paint bucket
17 years agobug #1524444 (partially solved): while uniformly scaling (with ctrl-key), the correct...
bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), the correct scaling must be applied BEFORE trying to snap
bugfix: escape string parameters on the commandline. For linux, the dollarsign is escaped aswell. Probably needs to check for other OS'es aswell. On MS Windows, no escaping of dollarsign should be performed.
add a snappoint at the rotation-axis of any shape
fix the undo-while-drawing crash in star and spiral
allow easy access to our examples folder from Open dialog
fix warning when redoing undone rect draw
backout inadvertent change to domconfig.h
forgot #include <vector>