summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-0/+2
* Fix double reverse with Shift+R in the node tool.Krzysztof Kosi??ski2010-03-051-0/+1
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-20/+19
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-042-16/+14
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-7/+30
* Fix color swatch drag preview.Jon A. Cruz2010-03-031-0/+1
* Clean up control point event handling slightlyKrzysztof Kosi??ski2010-03-031-18/+14
* Node tool: implement sculptingKrzysztof Kosi??ski2010-03-033-14/+39
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-023-5/+12
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-022-8/+4
* Cleanup on id access.Jon A. Cruz2010-03-025-13/+13
* Cast cleanup.Jon A. Cruz2010-03-011-2/+2
* Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-3/+3
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop2010-02-251-2/+3
* Warning cleanup.Jon A. Cruz2010-02-252-2/+5
* Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-211-4/+9
* Fix node tool crash on path where the last subpath is a lone movetoKrzysztof Kosi??ski2010-02-181-1/+4
* Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski2010-02-182-12/+12
* - fix bug: xy grid default unit was not respectedJohan B. C. Engelen2010-02-147-4/+121
|\
| * fix bug: when creating an xy-grid, respect the default unit setting. (the pre...Johan B. C. Engelen2010-02-141-1/+1
| * color the original-d path just like a normal path when an LPE is applied.Johan B. C. Engelen2010-02-141-1/+1
| * add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen2010-02-145-2/+119
* | Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-1/+1
|/
* File preview max size increased to 10Mio.Nicolas Dufour2010-02-132-2/+2
* Correct fix from r9070 so that it doesn't break path highlightingKrzysztof Kosi??ski2010-02-111-6/+2
* fix middle button pan and rubberband-zoom in node toolbuliabyak2010-02-101-1/+7
* Typo fix submitted by Yuro ChornoivanAlexandre Prokoudine2010-02-101-1/+1
* (Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2010-02-102-22/+33
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-0910-114/+321
* Really fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-02-081-3/+5
* Fix new path update preference.Krzysztof Kosi??ski2010-02-071-7/+5
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-068-15/+64
* Fix event handling for control points when multiple buttons are pressed;Krzysztof Kosi??ski2010-02-061-31/+34
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-042-0/+24
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-0415-307/+205
* Updates for devlibs revision 9Krzysztof Kosi??ski2010-02-011-2/+2
* 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-318-2/+70
* Fix constrained snapping in node tool.Krzysztof Kosi??ski2010-01-311-4/+5
* 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
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-6/+5
* Fix some of the LPE issues.Krzysztof Kosi??ski2010-01-221-5/+3
* 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-203-33/+9
* 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