summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* minor code cleanupJohan B. C. Engelen2009-03-031-7/+9
* Adding some no-color to drag-n-dropJon A. Cruz2009-03-032-6/+134
* Removing the polyline simplification. Fix for bug #335437 + bug #307783 (miss...Ulf Erikson2009-03-021-9/+2
* remove more static dialogs.Johan B. C. Engelen2009-03-011-23/+36
* fix crash bug #241390Johan B. C. Engelen2009-03-011-11/+14
* copyeditbulia byak2009-02-281-1/+1
* Fix #331864Diederik van Lierop2009-02-281-2/+17
* Allow snapping to objects in hidden layersDiederik van Lierop2009-02-271-3/+3
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-276-6/+30
* Added work-around for broken themes that fill in with gtk_paint_border, inclu...Jon A. Cruz2009-02-275-8/+34
* reenable inkboard compilationtheAdib2009-02-261-7/+7
* Fix a translatable string incorrectly being considered a printf format Krzysztof Kosi??ski2009-02-261-6/+16
* Allow path exclusion to work on an arbitrary number of paths. Fixes bug Krzysztof Kosi??ski2009-02-261-5/+4
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-2620-12/+31
* Fix bug #168979 and clean up some pointer-to-ustring sillynessKrzysztof Kosi??ski2009-02-261-33/+27
* Tentative fix for LP bug #168922: don't save prefs n crash handlerKrzysztof Kosi??ski2009-02-263-21/+21
* Purged unused static functionJon A. Cruz2009-02-261-53/+0
* Several icon name fixesKrzysztof Kosi??ski2009-02-265-6/+13
* add #include <gtk/gtk.h> to fix defect #333767Adib Taraben2009-02-261-0/+1