summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix constrained snapping in node tool.Krzysztof Kosi??ski2010-01-311-4/+5
| | | (bzr r9035)
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-3022-160/+289
| | | (bzr r9034)
* Fix the "edit next LPE parameter" button.Krzysztof Kosi??ski2010-01-281-2/+6
| | | (bzr r9029)
* Fix some actions failing when show handles is off.Krzysztof Kosi??ski2010-01-281-3/+3
| | | (bzr r9027)
* Farsi support in win32 packages and Inkscape preferencesNicolas Dufour2010-01-271-2/+2
| | | (bzr r9021)
* Fix freezes when deleting nodes.Krzysztof Kosi??ski2010-01-241-1/+1
| | | (bzr r9020)
* Adding the Interpolate tutorial in Help>TutorialsNicolas Dufour2010-01-243-2/+10
| | | (bzr r9019)
* Fix snap bug as reported by Arcadie Cracan on the developers mailing list, ↵Diederik van Lierop2010-01-232-15/+11
| | | | | dating 2009-10-28 (bzr r9015)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-2329-1077/+1015
| | | | | specified explicitly) (bzr r9014)
* Fix some of the LPE issues.Krzysztof Kosi??ski2010-01-222-7/+5
| | | (bzr r9013)
* disable softproofing if no get display id ONLY if source profile is to be ↵buliabyak2010-01-211-3/+10
| | | | | taken from display; add statusbar messages; string edit (bzr r9012)
* Make snapping while scaling behave similar to other transformations, which ↵Diederik van Lierop2010-01-211-31/+14
| | | | | makes it more intuitive. (bzr r9011)
* Fixing conts correctness.Jon A. Cruz2010-01-203-3/+5
| | | (bzr r9009)
* Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski2010-01-202-7/+10
| | | | | are turned on. (bzr r9008)
* Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski2010-01-202-2/+15
| | | (bzr r9007)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-207-50/+24
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2010-01-202-74/+101
| | | (bzr r9005)
* Fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-01-201-1/+9
| | | (bzr r9004)
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-203-10/+31
| | | (bzr r9003)
* Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski2010-01-201-9/+21
| | | (bzr r9002)
* Fix snapping in the node tool when more than one point is dragged.Krzysztof Kosi??ski2010-01-203-27/+9
| | | (bzr r9001)
* When snapping to a bounding box, flash that bounding box together with the ↵Diederik van Lierop2010-01-198-50/+94
| | | | | snap indicator (bzr r8999)
* Added temp option to enable repositioning of not-quite-completed UI items in ↵Jon A. Cruz2010-01-184-4/+22
| | | | | relayout. (bzr r8997)
* improve LPEExtrude: now connecting lines are also drawn at cuspsJohan B. C. Engelen2010-01-171-4/+44
| | | (bzr r8995)
* Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski2010-01-161-1/+1
| | | | | Fixes crasher. (bzr r8989)
* Fix for compile on windows. Fixes bug #506845.Jon A. Cruz2010-01-151-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/506845 (bzr r8986)
* Correcting statements collapsed to a single line.Jon A. Cruz2010-01-151-12/+36
| | | (bzr r8985)
* Whitespace cleanup.Jon A. Cruz2010-01-151-1/+1
| | | (bzr r8984)
* Restore encapsulation of selection implementation.Jon A. Cruz2010-01-153-79/+139
| | | (bzr r8983)
* Fixed object leak.Jon A. Cruz2010-01-151-0/+1
| | | (bzr r8982)
* Warning cleanup.Jon A. Cruz2010-01-1514-36/+64
| | | (bzr r8981)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-147-26/+59
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* Remove "show transform handles" from prefs - no longer necessaryKrzysztof Kosi??ski2010-01-142-3/+0
| | | (bzr r8979)
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-146-71/+100
| | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18)
* Merge GSoC 2009 node tool rewriteKrzysztof Kosi??ski2010-01-1486-9116/+8701
|\ | | | | (bzr r8976)
| * Re-enable snapping on release, for now.Krzysztof Kosi??ski2010-01-141-2/+2
| | | | | | (bzr r8846.2.16)
| * Remove nodepath.cpp and nodepath.hKrzysztof Kosi??ski2010-01-142-5491/+0
| | | | | | (bzr r8846.2.13)
| * Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-144-12/+62
| | | | | | (bzr r8846.2.12)
| * * Merge from trunkKrzysztof Kosi??ski2010-01-14283-7311/+19434
| |\ | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * | Some additional docsKrzysztof Kosi??ski2010-01-133-20/+43
| | | | | | | | | (bzr r8846.2.10)
| * | * Implement node snapping.Krzysztof Kosi??ski2010-01-1021-1212/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
| * | Implement selection linear growKrzysztof Kosi??ski2009-12-266-19/+178
| | | | | | | | | (bzr r8846.2.8)
| * | Implement selection spatial growKrzysztof Kosi??ski2009-12-269-88/+186
| | | | | | | | | (bzr r8846.2.7)
| * | Remove remnants of old node toolKrzysztof Kosi??ski2009-12-2412-492/+14
| | | | | | | | | (bzr r8846.2.6)
| * | Comment cleanupKrzysztof Kosi??ski2009-12-233-10/+9
| | | | | | | | | (bzr r8846.2.5)
| * | Fix the "show temporary outlines for selected paths" preference.Krzysztof Kosi??ski2009-12-083-9/+10
| | | | | | | | | (bzr r8846.2.4)
| * | Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-0816-91/+164
| | | | | | | | | (bzr r8846.2.3)
| * | Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-057-67/+196
| | | | | | | | | | | | | | | prepare to fix LPE path parameters (bzr r8846.2.2)
| * | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-2966-2062/+7977
| | | | | | | | | (bzr r8846.1.1)
* | | Do not append a segment when finishing an open path with right clickKrzysztof Kosi??ski2010-01-141-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | in the pen tool. Fixed bugs: - https://launchpad.net/bugs/208768 (bzr r8975)