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>
Notify UndoStackObservers on commited incomplete transactions and sp_document_{undo,redo}_clear,
see #1684042.
see #1684042.
Fix native path for iri
Begin to support IRI's
add new test for IRI-style uris
make glib dep configurable again
Add shift+click to union new fill with old selection
Adding the new/change label to the star toolbar
ensure correct order of inheriting style from ancestors (children override parents) and of reading decls in a style string (later decls override)
comment on the order of parsing declarations
make horizontal scrollbar automatic
Corrected extra "-2" thinning value to be positive
purge unused stuff, copyedit
purge unused and considered-harmful has_abs_tolerance
interpret snapping distance in screen pixels independent of zoom
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