summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* patch 1705533gustav_b2007-04-251-2/+2
* Added base icon support to combo box presentationJon A. Cruz2007-04-241-2/+13
* skip recursion into clone's children in stroke adjustment; fix paint adjuster...bulia byak2007-04-241-6/+8
* fix 1705412: handle gracefully assigning gradients to no-bbox itemsbulia byak2007-04-231-1/+3
* fix 1704038: finishing on right-click assumed we are finishing unclosed, whic...bulia byak2007-04-231-6/+15
* Fix for bug #1699198: snap nodes of clonesDiederik van Lierop2007-04-231-0/+18
* Doc updatesJon A. Cruz2007-04-233-2/+192
* Supress initial change due to feedback loopJon A. Cruz2007-04-221-3/+13
* Revert warning-remove edit. Needed for switchBob Jamison2007-04-221-1/+1
* Add check for hidden/locked layerJohn Bintz2007-04-221-10/+12
* remove warningsBob Jamison2007-04-222-2/+2
* close transaction when removing empty flowtext; fixes 1704180bulia byak2007-04-211-0/+2
* Fix use of uninitialized 'doc' var. Fix use of gc::released 'repr'.Bob Jamison2007-04-211-14/+19
* do a light dilation on mouseup if there was no rubbing; makes it usable even ...bulia byak2007-04-212-4/+21
* Final fix for gradient fill algorithmJohn Bintz2007-04-211-1/+1
* Switched connector toobar to stock GTK+ toolbarsJon A. Cruz2007-04-211-101/+100
* grid: make grid names translatable. use different gridtype names in SVG that ...Johan B. C. Engelen2007-04-205-21/+80
* Fix emphasized gridlines bug when zoomed out.Johan B. C. Engelen2007-04-201-1/+1
* Start discussion about what should be in an exported and scripted API.Bob Jamison2007-04-201-0/+178
* Switched dropper toobar to stock GTK+ toolbarsJon A. Cruz2007-04-201-236/+38
* Set default gridspacing back to 1pxJohan B. C. Engelen2007-04-191-1/+1
* Improve fill dragging by increasing drag tolerance and preventing already-fil...John Bintz2007-04-191-2/+5
* Improve readability and remove some unused codeDiederik van Lierop2007-04-1911-75/+20
* Completes crash fix for 1638735Jon A. Cruz2007-04-191-46/+28
* Refactored toolbar creationJon A. Cruz2007-04-193-775/+490
* Start building drag fill that uses colors of all points under drag pathJohn Bintz2007-04-191-116/+138
* While drawing with the pen/pencil tool, use the end of the unfinished path as...Maximilian Albert2007-04-181-0/+22
* Fixed: Shift-doubleclicking middle mouse button in pen tool should not finish...Maximilian Albert2007-04-181-4/+4
* Switched pen and pencil toobars to stock GTK+ toolbarsJon A. Cruz2007-04-181-62/+115
* Cleaned up init()/setDesktop() call and change ctor to C++ initialization.Jon A. Cruz2007-04-181-42/+49
* fix crash when pressing space while drawing a shapebulia byak2007-04-184-0/+60
* fix leftover rubberband after switching to selector while draggingbulia byak2007-04-181-0/+1
* typo patch by maximilian albertbulia byak2007-04-172-3/+3
* Improve snapper performance (mainly in by editting WillSnapSomething())Diederik van Lierop2007-04-177-33/+52
* flipping patch by maximilian albertbulia byak2007-04-176-23/+75
* Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized lin...Johan B. C. Engelen2007-04-172-77/+121
* old default color values restoredJohan B. C. Engelen2007-04-171-6/+6
* Switched spiral toobar to stock GTK+ toolbarsJon A. Cruz2007-04-171-33/+75
* Rearrange tabs for document-properties dialogDiederik van Lierop2007-04-171-2/+2
* By default 'snap to object nodes/paths' must be offDiederik van Lierop2007-04-171-2/+2
* Re-add missing units menu to paint bucket toolbarJohn Bintz2007-04-171-0/+1
* silly error - lazy boolean evaluation bit mebulia byak2007-04-161-1/+2
* fix selecting in groups with altbulia byak2007-04-161-3/+4
* Visual layout and spacing cleanupJon A. Cruz2007-04-152-4/+17
* When no grid is defined but "toggle grid" is pressed => create a default rect...Johan B. C. Engelen2007-04-151-6/+14
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-1519-791/+189
* Remove some unneeded header includesJohn Bintz2007-04-151-4/+0
* Clear the mssage context after drag fillingJohn Bintz2007-04-151-0/+1
* Fix retrieving of initial point color for paint bucket fillJohn Bintz2007-04-151-4/+6
* Add ability to drag cursor while holding alt to add multiple points to paint ...John Bintz2007-04-151-11/+66