summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Splitting the color swatch class to be separate for easier work.Jon A. Cruz2010-03-136-863/+997
| | | (bzr r9184)
* Finished live updating of swatch previews. Fixes bugs #397872, #421548.Jon A. Cruz2010-03-121-129/+161
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/397872 - https://launchpad.net/bugs/421548 (bzr r9179)
* Fix flicker during palette update.Jon A. Cruz2010-03-111-3/+37
| | | (bzr r9174)
* Auto swatches now update as they are edited in the document. Some flickering ↵Jon A. Cruz2010-03-102-54/+89
| | | | | issues still to be resolved. (bzr r9172)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-7/+7
| | | (bzr r9169)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-0/+2
| | | (bzr r9153)
* Fix double reverse with Shift+R in the node tool.Krzysztof Kosi??ski2010-03-051-0/+1
| | | (bzr r9145)
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-20/+19
| | | (bzr r9143)
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-042-16/+14
| | | (bzr r9142)
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-7/+30
| | | (bzr r9138)
* Fix color swatch drag preview.Jon A. Cruz2010-03-031-0/+1
| | | (bzr r9133)
* Clean up control point event handling slightlyKrzysztof Kosi??ski2010-03-031-18/+14
| | | (bzr r9132)
* Node tool: implement sculptingKrzysztof Kosi??ski2010-03-033-14/+39
| | | (bzr r9131)
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-023-5/+12
| | | | | preserves the shape (bzr r9130)
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-022-8/+4
| | | | | when using Apple compilers. (bzr r9129)
* Cleanup on id access.Jon A. Cruz2010-03-025-13/+13
| | | (bzr r9127)
* Cast cleanup.Jon A. Cruz2010-03-011-2/+2
| | | (bzr r9124)
* Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-3/+3
| | | (bzr r9118)
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵Diederik van Lierop2010-02-251-2/+3
| | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113)
* Warning cleanup.Jon A. Cruz2010-02-252-2/+5
| | | (bzr r9110)
* Make sure that guides always snap correctly when dropping them, and improve ↵Diederik van Lierop2010-02-211-4/+9
| | | | | perseverance of snap-indicator (bzr r9103)
* Fix node tool crash on path where the last subpath is a lone movetoKrzysztof Kosi??ski2010-02-181-1/+4
| | | (bzr r9096)
* Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski2010-02-182-12/+12
| | | | | in the node tool (bzr r9095)
* - fix bug: xy grid default unit was not respectedJohan B. C. Engelen2010-02-147-4/+121
|\ | | | | | | | | | | | | - color original-d path as normal path in node tool - remove obsolete todo comment - add widget controls for vectorparam in lpe (bzr r9092)
| * fix bug: when creating an xy-grid, respect the default unit setting. (the ↵Johan B. C. Engelen2010-02-141-1/+1
| | | | | | | | | | preferences setting was writing to the wrong place in the pref file) (bzr r9086.1.4)
| * color the original-d path just like a normal path when an LPE is applied.Johan B. C. Engelen2010-02-141-1/+1
| | | | | | (bzr r9086.1.3)
| * add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen2010-02-145-2/+119
| | | | | | (bzr r9086.1.1)
* | Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-1/+1
|/ | | (bzr r9088)
* File preview max size increased to 10Mio.Nicolas Dufour2010-02-132-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/499310 (bzr r9086)
* Correct fix from r9070 so that it doesn't break path highlightingKrzysztof Kosi??ski2010-02-111-6/+2
| | | (bzr r9081)
* fix middle button pan and rubberband-zoom in node toolbuliabyak2010-02-101-1/+7
| | | (bzr r9080)
* Typo fix submitted by Yuro ChornoivanAlexandre Prokoudine2010-02-101-1/+1
| | | (bzr r9077)
* (Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2010-02-102-22/+33
| | | (bzr r9075)
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-0910-114/+321
| | | (bzr r9070)
* Really fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-02-081-3/+5
| | | (bzr r9067)
* Fix new path update preference.Krzysztof Kosi??ski2010-02-071-7/+5
| | | (bzr r9066)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-068-15/+64
| | | | | when deleting more than one stretch of selected nodes (bzr r9061)
* Fix event handling for control points when multiple buttons are pressed;Krzysztof Kosi??ski2010-02-061-31/+34
| | | | | | | | fixes crash bug in transform handles Fixed bugs: - https://launchpad.net/bugs/518005 (bzr r9060)
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-042-0/+24
| | | (bzr r9050)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-0415-307/+205
| | | | | in the new node tool. (bzr r9044)
* Updates for devlibs revision 9Krzysztof Kosi??ski2010-02-011-2/+2
| | | (bzr r9041)
* Fix the position of joined nodes to match 0.47Krzysztof Kosi??ski2010-01-311-13/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/514516 (bzr r9039)
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-318-2/+70
| | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038)
* Fix constrained snapping in node tool.Krzysztof Kosi??ski2010-01-311-4/+5
| | | (bzr r9035)
* 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)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-6/+5
| | | | | specified explicitly) (bzr r9014)
* Fix some of the LPE issues.Krzysztof Kosi??ski2010-01-221-5/+3
| | | (bzr r9013)