summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop2010-01-198-50/+94
* Added temp option to enable repositioning of not-quite-completed UI items in ...Jon A. Cruz2010-01-184-4/+22
* improve LPEExtrude: now connecting lines are also drawn at cuspsJohan B. C. Engelen2010-01-171-4/+44
* Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski2010-01-161-1/+1
* Fix for compile on windows. Fixes bug #506845.Jon A. Cruz2010-01-151-2/+2
* Correcting statements collapsed to a single line.Jon A. Cruz2010-01-151-12/+36
* Whitespace cleanup.Jon A. Cruz2010-01-151-1/+1
* Restore encapsulation of selection implementation.Jon A. Cruz2010-01-153-79/+139
* Fixed object leak.Jon A. Cruz2010-01-151-0/+1
* Warning cleanup.Jon A. Cruz2010-01-1514-36/+64
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-147-26/+59
* Remove "show transform handles" from prefs - no longer necessaryKrzysztof Kosi??ski2010-01-142-3/+0
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-146-71/+100
* Merge GSoC 2009 node tool rewriteKrzysztof Kosi??ski2010-01-1486-9116/+8701
|\
| * Re-enable snapping on release, for now.Krzysztof Kosi??ski2010-01-141-2/+2
| * Remove nodepath.cpp and nodepath.hKrzysztof Kosi??ski2010-01-142-5491/+0
| * Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-144-12/+62
| * * Merge from trunkKrzysztof Kosi??ski2010-01-14283-7311/+19434
| |\
| * | Some additional docsKrzysztof Kosi??ski2010-01-133-20/+43
| * | * Implement node snapping.Krzysztof Kosi??ski2010-01-1021-1212/+313
| * | Implement selection linear growKrzysztof Kosi??ski2009-12-266-19/+178
| * | Implement selection spatial growKrzysztof Kosi??ski2009-12-269-88/+186
| * | Remove remnants of old node toolKrzysztof Kosi??ski2009-12-2412-492/+14
| * | Comment cleanupKrzysztof Kosi??ski2009-12-233-10/+9
| * | Fix the "show temporary outlines for selected paths" preference.Krzysztof Kosi??ski2009-12-083-9/+10
| * | Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-0816-91/+164
| * | Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-057-67/+196
| * | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-2966-2062/+7977
* | | Do not append a segment when finishing an open path with right clickKrzysztof Kosi??ski2010-01-141-13/+15
* | | Adding a 'widescreen' task.Jon A. Cruz2010-01-132-24/+69
| |/ |/|
* | Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-124-9/+54
* | Enabling now that some have confirmed proper functionality on 64-bit.Jon A. Cruz2010-01-121-1/+1
* | Adapt recent recursive reference patch for masks to protect from crashing on ...Josh Andler2010-01-121-2/+34
* | Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-114-16/+65
* | Disable questioned code section.Jon A. Cruz2010-01-112-0/+31
* | Removed null'd use of icons.Jon A. Cruz2010-01-101-9/+1
* | Temporarily block out code giving problems on 64-bit.Jon A. Cruz2010-01-101-0/+4
* | Fix typoDiederik van Lierop2010-01-101-1/+1
* | Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-104-13/+150
* | Avoid crash by uninitialized perspectives.Maximilian Albert2010-01-101-3/+3
* | fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)Diederik van Lierop2010-01-091-0/+1
* | Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-0939-1229/+1282
* | Patch by Alex Leone to fix crash with recursive masks from 190130, I also add...Josh Andler2010-01-091-1/+33
* | Leverage recent toolbox c++-ification work to move the snap toolbar to the si...Jon A. Cruz2010-01-091-1/+2
* | Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-095-62/+117
* | C++-ification pass.Jon A. Cruz2010-01-083-59/+75
* | Removed outdated forward declarations.Jon A. Cruz2010-01-081-3/+0
* | Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-089-47/+184
* | Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-079-68/+482
* | a better truncation detection, suggested by Richard Hughesbuliabyak2010-01-074-70/+10