summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't discard first point in pencil's freehand mode, and add a missing return...Diederik van Lierop2010-02-042-0/+2
* improve LPE extrude such that cusps work for closed paths tooJohan B. C. Engelen2010-02-041-2/+12
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-047-29/+158
* Fix access to removed elements of a map in document-subset.cppKrzysztof Kosi??ski2010-02-041-3/+3
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-0415-307/+205
* Updates for devlibs revision 9Krzysztof Kosi??ski2010-02-012-2/+3
* Fix crash when trying to import a corrupted PNG file.Krzysztof Kosi??ski2010-01-311-0/+10
* Fix the position of joined nodes to match 0.47Krzysztof Kosi??ski2010-01-311-13/+10
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-319-3/+71
* Fix constrained snapping in node tool.Krzysztof Kosi??ski2010-01-311-4/+5
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-3022-160/+289
* Fix the "edit next LPE parameter" button.Krzysztof Kosi??ski2010-01-281-2/+6
* Fix some actions failing when show handles is off.Krzysztof Kosi??ski2010-01-281-3/+3
* Farsi support in win32 packages and Inkscape preferencesNicolas Dufour2010-01-271-2/+2
* Fix freezes when deleting nodes.Krzysztof Kosi??ski2010-01-241-1/+1
* Adding the Interpolate tutorial in Help>TutorialsNicolas Dufour2010-01-243-2/+10
* Fix snap bug as reported by Arcadie Cracan on the developers mailing list, da...Diederik van Lierop2010-01-232-15/+11
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-2329-1077/+1015
* Fix some of the LPE issues.Krzysztof Kosi??ski2010-01-222-7/+5
* disable softproofing if no get display id ONLY if source profile is to be tak...buliabyak2010-01-211-3/+10
* Make snapping while scaling behave similar to other transformations, which ma...Diederik van Lierop2010-01-211-31/+14
* Fixing conts correctness.Jon A. Cruz2010-01-203-3/+5
* Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski2010-01-202-7/+10
* Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski2010-01-202-2/+15
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-207-50/+24
* Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2010-01-202-74/+101
* Fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-01-201-1/+9
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-203-10/+31
* Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski2010-01-201-9/+21
* Fix snapping in the node tool when more than one point is dragged.Krzysztof Kosi??ski2010-01-203-27/+9
* 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