view_center fixed to account for the y-coordinate flip
save window geometry before running effect so that effects get correct view_center
spirograph
Swap out entities in tooltips. Fixes https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/91548
Clean up indentation
Fix paint bucket point queueing issue
fixme comment
Add null checks.
tweak to compile on linux
commas in file names. oops.
fix mkNEWS to deal with point releases and the correct wiki port
dropping moved/dead files
comment
extend the range of spacings
* packaging/macosx/native-gtk/build-gtk.sh: s/libsig++/libsigc++/.
* packaging/macosx/native-gtk/build-gtk.sh: Further fixes for stable builds.
* packaging/macosx/native-gtk/build-gtk.sh: Improvements for the stable build.
* packaging/macosx/native-gtk/build-gtk.sh: Minor fix for configure being
called twice when building some packages from svn.
called twice when building some packages from svn.
New update and add credits
Allow server to skip final "rspauth" SASL handshake
fix snapping while uniformly scaling, fix snapping while skewing
use g_vsnprintf() instead of vsnprintf() to avoid platform problems
Cleanup public/private, doxygen comments
Buffer output for better reporting.
Add s few lines to the comments
move sp_document_done() out into verbs.cpp
send verb ids into history and remove casting errors
move style reading/writing from SPItem up to SPObject
add verbs for unlocking and unhiding all objects globaly or within the current layer
sodipodi:docbase finally goes packing, along with a lauris comment
disable empty enforcement for now
eliminate the use of sodipodi:docbase (use doc->base instead); emit warning when falling back to sodipodi:absref; allow it to use, when base+href fails, just href as if it were absolute
add fixupHrefs right after import, so that images get correct relative xlink:href at once and not only after save as before (fixes 1267081)
don't try to relativate hrefs here - it never works anyway, because we don't have the document's base dir (the temporary doc created here has docbase == NULL)
argh, missed selection-chemistry somehow
ban empty rectangles entirely and remove isEmpty test
Eliminate remaining sources of empty NR::Rects
Switch selection bounds and center to use NR::Maybe, addressing most of the
recent bbox regressions.
recent bbox regressions.
Add ctrl+click to paint bucket to change clicked object's fill and stroke to current setting
fix outline mode toggling with multiple views
display busy cursor while filling
Change tolerance to threshold
Merge further bbox work
fix setting knot->pos for node handles, but remove coords updating - now done in the knot when dragging
no need to update coords here, it's now done in any knot automatically
Add some code cleanup
fix crash
do not return empty intersections any longer
comment
use STL std::min and std::max
no need to use accessors here
Whoops, forgot to friend the methods I moved out of Rect
address type-punned pointer warning
specialize MaybeStorage for Rect, and start using reference maybes to
avoid some copies
avoid some copies
fix reference maybes by separate specialization
rework maybe so storage is customizable and can be optimized on a
per-type basis
per-type basis
Add HSL options to paint bucket channels
when dragging center, defer repr updating and committing until ungrab; this makes dragging faster. also remove superfluous reffing of objects while dragging
17 years agomake sure undoing center moves emits modified signal and is thus noticed by the seltrans
make sure undoing center moves emits modified signal and is thus noticed by the seltrans
update about shift+dragging rotation center
fix shift-dragging (no snap) of rotation center
Fixed interactive updating.
Fixed bug due to adding of new pointtype at the start of the enum which corrupted indexing into the stop shapes and description array.
Add and adjust fill channels
Converted star toobar to stock GTK+
paintbucket: rearrange controls, edit labels/tooltips
17 years agodo not offset if offset==0; display messages if success and if no path created becaus...
do not offset if offset==0; display messages if success and if no path created because of too much inset
export nodes_in_path
make offset independent of zoom
make default paintbucket offset 0
Add units selector to offset and remove offset range limits
Fix what appears to be a copy&paste bug: ć was getting rendered as ˇc; changed it to ´c.
improve timing
17 years agoBegin work on selectable color channels for paint bucket, starting with visible color...
Begin work on selectable color channels for paint bucket, starting with visible colors and alpha
a better fix: we don't need prev to hold opacity at all
fix invalid access warning
Purged unused variable
patch by Tavmjong to remove unnecessary flipping
update JS
fix NR::Maybe typos
Separate NRRect and NR::Rect a bit further; the goal is to get to the point where there is no way to create an empty NR::Rect
clean up operators/constructors, and give reference-maybes a more compact
representation
representation
fix copyright year
clean up reference version of maybe, and add == and != operators
Warning cleanup of unused variables
clean to delete config.h
comment on bbox types