string disambig
typos
Handle null bounding boxes
Added check for null bounding box of shapes involved in graph layout.
I'm not actually sure if it's possible for something with a
NULL item-box to be attached to a connector but if it is
it's probably pretty safe to simply ignore.
I'm not actually sure if it's possible for something with a
NULL item-box to be attached to a connector but if it is
it's probably pretty safe to simply ignore.
give new flowtext the current text tool style
sensitize unlock and unhide verbs
add unhide/unlock commands
* packaging/macosx/osx-build.sh: Add a missing '$' to a shell variable and
correct some indenting.
correct some indenting.
also quote fonnames starting from a non-letter
switch repr-css to using libcroco, same as SPStyle uses, instead of its own hacky css parser; quote font-family, if necessary, on writing
quote font-family values if necessary on writing (fixes a bunch of bugs); change unquote API and export it
fix crash when editing text with multiple tspans
* packaging/macosx/osx-app.sh: Improve the comand line option processing.
* Info.plist.in: Update the Mac OS X copyright date to 2007.
* Makefile.am, packaging/macosx/inkscape_python.ds_store,
packaging/macosx/osx-build.sh, packaging/macosx/osx-app.sh,
packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
packaging/macosx/dmg_background.png, packaging/macosx/dmg_set_style.scpt,
packaging/macosx/inkscape.ds_store:
Updates to the Mac OS X packaging scripts by Jean-Olivier Irisson to
improve support for building DMGs with python bundled, as well as
making everything less Fink-centric so DarwinPorts can be used as
an alternative. Submitted as patch #1673087.
packaging/macosx/osx-build.sh, packaging/macosx/osx-app.sh,
packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
packaging/macosx/dmg_background.png, packaging/macosx/dmg_set_style.scpt,
packaging/macosx/inkscape.ds_store:
Updates to the Mac OS X packaging scripts by Jean-Olivier Irisson to
improve support for building DMGs with python bundled, as well as
making everything less Fink-centric so DarwinPorts can be used as
an alternative. Submitted as patch #1673087.
* Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script from
the packaging directory into the packaging/macosx directory.
the packaging directory into the packaging/macosx directory.
* Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script from
the packaging directory into the packaging/macosx directory.
the packaging directory into the packaging/macosx directory.
* packaging/macosx/native-gtk/build-gtk.sh: Update some dependencies to newer
versions. Provide somee fixes to allow cairo 1.4.0 to be compiled as
universal.
versions. Provide somee fixes to allow cairo 1.4.0 to be compiled as
universal.
gosh, what shitty coding - reading delimited string failed when it was at the very end of buffer
even if one declaration is broken, try to still read all others per w3.org/TR/CSS21/syndata.html#declaration; fixes bug 1266843
comment fix
typo fix from libcroco list
17 years agouse desktop method to set waiting cursor; do not try to restore it if someone already...
use desktop method to set waiting cursor; do not try to restore it if someone already did it (fixes crash when you switch to another tool while filling)
reset waiting_cursor when setting any other
add a flag and a setter method for busy cursor
fix bug where master opacity did not affect markers
fix i18n to match the correct RTL rendering fixed by cyreve
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