summaryrefslogtreecommitdiffstats
path: root/src/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-0/+2
2010-03-05Fix double reverse with Shift+R in the node tool.Krzysztof Kosi??ski1-0/+1
2010-03-04Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski1-20/+19
2010-03-04Clean up the unordered containers fix.Krzysztof Kosi??ski2-16/+14
2010-03-04Fixing build breakage with more proper autoconf usage.Jon A. Cruz2-7/+30
2010-03-03Fix color swatch drag preview.Jon A. Cruz1-0/+1
2010-03-03Clean up control point event handling slightlyKrzysztof Kosi??ski1-18/+14
2010-03-03Node tool: implement sculptingKrzysztof Kosi??ski3-14/+39
2010-03-02Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski3-5/+12
2010-03-02Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2-8/+4
2010-03-02Cleanup on id access.Jon A. Cruz5-13/+13
2010-03-01Cast cleanup.Jon A. Cruz1-2/+2
2010-02-28Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski1-3/+3
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-2/+3
2010-02-25Warning cleanup.Jon A. Cruz2-2/+5
2010-02-21Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop1-4/+9
2010-02-18Fix node tool crash on path where the last subpath is a lone movetoKrzysztof Kosi??ski1-1/+4
2010-02-18Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski2-12/+12
2010-02-14fix bug: when creating an xy-grid, respect the default unit setting. (the pre...Johan B. C. Engelen1-1/+1
2010-02-14color the original-d path just like a normal path when an LPE is applied.Johan B. C. Engelen1-1/+1
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