summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* was a bit overzealous in removing render requests from subclassesbulia byak2009-03-121-0/+3
* Remove trailing whitespace (fixes a warning)Josh Andler2009-03-111-1/+1
* move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2009-03-119-316/+50
* gtk adjustment fixJon A. Cruz2009-03-111-6/+6
* bug fix about closed path.JF Barraud2009-03-111-38/+66
* correct locale for the "svn info" in "make check".Aur??lio A. Heckert2009-03-101-1/+1
* fix 317365: when moving in/out of defs, an object gets a new SPObject while k...bulia byak2009-03-101-6/+6
* Edit > Duplicate Layer should duplicate hidden items, locked items, sublayers...Ed Halley2009-03-101-2/+21
* update from 2geom (bug fix)JF Barraud2009-03-091-1/+2
* fix crash when switching away from pattern (237104 and others)bulia byak2009-03-091-11/+35
* Fix #338838, in which zooming and panning with the middle mouse button made I...Diederik van Lierop2009-03-095-16/+32
* added missing files in 2geom update.JF Barraud2009-03-092-0/+156
* Made text entry handle standard web-hex values. Fixes bug #168121.Jon A. Cruz2009-03-091-4/+22
* added 2geom/utils.cpp - unused, but usefulNathan Hurst2009-03-091-0/+87
* chebychev is not used currentlyNathan Hurst2009-03-091-2/+0
* knot lpe: enable groups + cleanups/simplificationsJF Barraud2009-03-092-240/+296
* 2geom updateJF Barraud2009-03-0918-348/+1883
* part of bug #339660; can not use Add/Rename dialog to create layer with no pr...Ed Halley2009-03-091-4/+9
* separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak2009-03-096-29/+38
* only request redraw of those parts of the rect sides that actually movedbulia byak2009-03-091-46/+115
* do not redraw if moved to the same point as beforebulia byak2009-03-092-2/+8
* for zero-length lines, do not request canvas redraw and do not attempt to drawbulia byak2009-03-091-7/+16
* for selection modified signal, only update the coords of the selcue boxes, no...bulia byak2009-03-092-11/+68
* switch opacity and blur sliders to delayed update, which makes them much more...bulia byak2009-03-092-4/+6
* suppress warnings caused by an orphaned clone, which is legit even if uselessbulia byak2009-03-091-3/+5
* fix crash when duplicating an orphaned clonebulia byak2009-03-091-0/+2
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-085-35/+40
* deleting layer also hid layers, missing 'break' statementEd Halley2009-03-081-0/+1
* xml tree widget also shows inkscape:label if anyEd Halley2009-03-081-2/+9
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-086-177/+216
* - When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop2009-03-074-9/+25
* Icon Bonanza part 2341: Update icon-names.h to reflect changes in Krzysztof Kosi??ski2009-03-071-4/+4
* some keyboards (Apple) have no Insert; allow insert-node with Shift+I tooEd Halley2009-03-071-0/+8
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-074-142/+93
* Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.Jon A. Cruz2009-03-062-3/+3
* generate flash helper path in node tool for all shapes and simple text objectsJohan B. C. Engelen2009-03-051-4/+6
* Hide the new 'clear' swatch for nowJon A. Cruz2009-03-051-1/+1
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-055-12/+56
* Control when shift affects moving of handles. Applies patch from bug #245698.Jon A. Cruz2009-03-051-2/+2
* Add option to only flash paths for node tool when none is selected. Applies p...Jon A. Cruz2009-03-054-2/+13
* Add layers dialog to top toolbar. Applies patch from bug #336519.Jon A. Cruz2009-03-051-0/+2
* A better fix for bug #331864 (snap-delay related)Diederik van Lierop2009-03-041-0/+9
* We don't really need two separate "Shadows" and "Shadows and glows" submenus,...Alexandre Prokoudine2009-03-041-2/+2
* Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz2009-03-044-32/+56
* Cleanup and prep for more workJon A. Cruz2009-03-042-44/+19
* Fix bug #291795 againDiederik van Lierop2009-03-031-1/+6
* add my name to the 2geom readme, so people can mail me with questionsJohan B. C. Engelen2009-03-031-0/+1
* add mouse-over helperpath for rectsJohan B. C. Engelen2009-03-033-0/+15
* improve helperpath generation on mouse-overJohan B. C. Engelen2009-03-033-31/+27
* fix crash bug 195312Johan B. C. Engelen2009-03-031-9/+11