Do some cleanup
mingw removal cleanups
r14942@tres: ted | 2007-03-20 23:50:23 -0700
Updating for --verb and --select along with --verb-list.
Updating for --verb and --select along with --verb-list.
Adding labels to popup menu values
plumb XML::Document parameter into duplication, courtesy of bryce
Monster commit. New grid infrastructure. The old gridmanagement code is still there; this committed for testing purposes. Goal is to delete the old grid code later on.
format string protection/clean up (CVE-2007-1463, CVE-2007-1464)
no pick if transparent; fix sodipodi-era bug where delta had no effect for no-stroke shapes
two picking optimizations: 1 use our canvas' viewbox so that invisible segments can be ignored; 2 if still too slow, skip several pickings, returning last pick, before trying to pick again; also use ::upgrade for getting NR::Rect
optimize picking by ignoring out-of-view segments
add fields for delayed pick optimization
switch to using NR::Maybe for area rect
make arena remember its parent canvasarena, if any (so that an arenaitem can get access to the canvas viewbox for picking optimization)
use ::upgrade for getting NR::Rect
comment fix
add ::upgrade for NRRectL
reremove bad constructors
* packaging/macosx/native-gtk/glibconfig.h,
packaging/macosx/native-gtk/build-gtk.sh,
packaging/macosx/native-gtk/config.h:
Add a couple of modified glib headers needed to build Universal versions
of glib using the build-gtk.sh script.
packaging/macosx/native-gtk/build-gtk.sh,
packaging/macosx/native-gtk/config.h:
Add a couple of modified glib headers needed to build Universal versions
of glib using the build-gtk.sh script.
revert reversion -- I had not realized it had already come into use,
but I have no time to fix the code now
but I have no time to fix the code now
Update pedrogui stuff and makefile. Add placeholder for alternate test framework.
correct intersection since we allow empty rects again
revert NRRect/NRRectL conversion constructors for NR::Rect, since they
cannot correctly deal with "nullary" NRRect -- the correct path is to
convert NRRect to Maybe<Rect>
cannot correctly deal with "nullary" NRRect -- the correct path is to
convert NRRect to Maybe<Rect>
Pedro::pedrogui is not the same as the one in jabber_whiteboard
change std::string::size_type to DOMString::size_type
optimize cairo paths by not drawing segments that are outside of view (for stroke only); increase tolerance for picking, not calculate wind when it's not needed
add growBy and constructors from NRRect(L)
update po file
Add tutorial tracing pt_BR
add required includes for gcc 4.3 and fix a const issue -- patch #1675635
from mellum (Falk Hueffner)
from mellum (Falk Hueffner)
Updated Catalan translation
Update of slovak translation
Snap while dragging knots, for star
Snap while dragging knots, for rect and arc
Implement snapping in shape-tools during initial-drawing
move masks to their own page, move tablet checkbox to mouse, copyedit
switch to using desktop method to restore cursor
Compile warnings
17 years agocopyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remove disabl...
copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remove disableInteraction - not needed without the canvas update; set busy cursor
add clearing busy cursor (resets current context's cursor)
more judicious checking of results of find on my shape lookup table. Null
bounding boxes could have potentially caused problems.
bounding boxes could have potentially caused problems.
fix crash when you quickly click in two areas and then press a key to go to another tool before filling is finished
use UTF-8 for degree symbol
update po file list
better way to deal with undo+id collisions
re-introduce isEmpty tests
clean up rect mess a bit before start working on other stuff
move creating style after the signals are set up, so that style does not miss the object's release signal
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