remove no longer relevant comment
Fix compile warning about construction order.
Gradient tool: fork gradients when adding a stop
17 years agoGradient tool: fixed live updating of midstop dragging + [ 1667584 ] Crash when movin...
Gradient tool: fixed live updating of midstop dragging + [ 1667584 ] Crash when moving gradient nodes on group
Purging old axonometric grid code: reworked it into the new grid class structure. Still needs alot of work (snapping mostly and code cleansing).
Improve dependencies using URI normalization. A little faster, too.
Cleaning up toggle/redo interaction
move extension adding to the right place so it's added on export, not on browse
comment out debug
fix live dragging of gradient midstops, and fix crash when dragging writes to repr
updated creative commons licenses to 3.0 and fixed public domain uri
we have no document available yet at this point
Updating star toolbar with radio toggles
testing my first commit (dummy)
fix floating point comparrisons to not skip values
allow multiple (balanced) calls to add and remove document
purge old toolbar code, fill in values and labels
fix the combination of P4+ symmetries with exponent
missing isnormal.h from Makefile_insert
more missing files dropped from POTFILES.in
more missing files, updated autogen to not use symlinks
set busy cursor while loading; delete documents on loading new; many other fixes
More progress with preview and opening of files with non-ascii filenames. Still crash on previewing file with an image.
drop slideshow from POTFILES.in
remove useless and half-broken slideshow mode in favor of inkview
Adding non-labeled default entries
drop more missing files from autoconf
use <errno.h> instead of assuming extern int
Correction for tooltips addition
Make sure there is a decl for "errno"
Added tootips for toolbar spinbuttons
Adding all described values to menu of values
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