summaryrefslogtreecommitdiffstats
path: root/src/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-14add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen5-2/+119
2010-02-14Implementation of snap delay mechanism for guidesDiederik van Lierop1-1/+1
2010-02-13File preview max size increased to 10Mio.Nicolas Dufour2-2/+2
2010-02-11Correct fix from r9070 so that it doesn't break path highlightingKrzysztof Kosi??ski1-6/+2
2010-02-10fix middle button pan and rubberband-zoom in node toolbuliabyak1-1/+7
2010-02-10Typo fix submitted by Yuro ChornoivanAlexandre Prokoudine1-1/+1
2010-02-10(Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2-22/+33
2010-02-09Fix multiple minor problems in the node toolKrzysztof Kosi??ski10-114/+321
2010-02-08Really fix middle click zoom in the node tool.Krzysztof Kosi??ski1-3/+5
2010-02-07Fix new path update preference.Krzysztof Kosi??ski1-7/+5
2010-02-06Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski8-15/+64
2010-02-06Fix event handling for control points when multiple buttons are pressed;Krzysztof Kosi??ski1-31/+34
2010-02-04Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2-0/+24
2010-02-04Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski15-307/+205
2010-02-01Updates for devlibs revision 9Krzysztof Kosi??ski1-2/+2
2010-01-31Fix the position of joined nodes to match 0.47Krzysztof Kosi??ski1-13/+10
2010-01-31Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski8-2/+70
2010-01-31Fix constrained snapping in node tool.Krzysztof Kosi??ski1-4/+5
2010-01-28Fix the "edit next LPE parameter" button.Krzysztof Kosi??ski1-2/+6
2010-01-28Fix some actions failing when show handles is off.Krzysztof Kosi??ski1-3/+3
2010-01-27Farsi support in win32 packages and Inkscape preferencesNicolas Dufour1-2/+2
2010-01-24Fix freezes when deleting nodes.Krzysztof Kosi??ski1-1/+1
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-6/+5
2010-01-22Fix some of the LPE issues.Krzysztof Kosi??ski1-5/+3
2010-01-20Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski2-7/+10
2010-01-20Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski2-2/+15
2010-01-20Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski3-33/+9
2010-01-20Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2-74/+101
2010-01-20Fix middle click zoom in the node tool.Krzysztof Kosi??ski1-1/+9
2010-01-20Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski3-10/+31
2010-01-20Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski1-9/+21
2010-01-20Fix snapping in the node tool when more than one point is dragged.Krzysztof Kosi??ski3-27/+9
2010-01-18Added temp option to enable repositioning of not-quite-completed UI items in ...Jon A. Cruz3-3/+20
2010-01-16Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski1-1/+1
2010-01-15Fix for compile on windows. Fixes bug #506845.Jon A. Cruz1-2/+2
2010-01-15Warning cleanup.Jon A. Cruz7-27/+50
2010-01-14Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski3-17/+50
2010-01-14Remove "show transform handles" from prefs - no longer necessaryKrzysztof Kosi??ski2-3/+0
2010-01-14* Add "show transform handles" toggle button.Krzysztof Kosi??ski5-62/+73
2010-01-14Re-enable snapping on release, for now.Krzysztof Kosi??ski1-2/+2
2010-01-14Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski3-11/+61
2010-01-13Adding a 'widescreen' task.Jon A. Cruz1-11/+19
2010-01-13Some additional docsKrzysztof Kosi??ski3-20/+43
2010-01-12Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2-1/+33
2010-01-11Implemented dynamic repositioning of toolboxes.Jon A. Cruz1-9/+13
2010-01-10Completed base code to flip toolbox orientation.Jon A. Cruz2-4/+74
2010-01-10* Implement node snapping.Krzysztof Kosi??ski12-177/+232
2010-01-09Initial c++-ification of toolbox creation.Jon A. Cruz1-1/+1
2010-01-08Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler3-27/+70
2010-01-07Added UXManager. Cleaning up toolbox creation.Jon A. Cruz3-1/+118