summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ...Jon A. Cruz2010-03-292-6/+82
* Adding in shape-record.hTed Gould2010-03-261-0/+1
* Fixes missing include that complicated older libs. Fixes bug #545160Jon A. Cruz2010-03-251-0/+1
* C++-ification of paint selector.Jon A. Cruz2010-03-221-4/+7
* Fixed missing palette when using file open on a new document.Jon A. Cruz2010-03-191-1/+1
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-192-55/+47
* Brace safety cleanup.Jon A. Cruz2010-03-191-73/+181
* Fix a few remaining oddities in handle scaling via keyboardKrzysztof Kosi??ski2010-03-182-11/+21
* Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski2010-03-183-31/+98
* Changed the embed/link dialog to use radio buttons instead of a checkbox to m...Jon A. Cruz2010-03-181-3/+4
* Fix Ctrl-drag in node tool with zero snap delay.Krzysztof Kosi??ski2010-03-171-4/+4
* Fixing "Auto" palette to be tracked per document, independent of containing p...Jon A. Cruz2010-03-164-145/+244
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-142-20/+20
* New node tool: implement handle snappingKrzysztof Kosi??ski2010-03-142-8/+48
* fix pasting of LPE stacksJohan B. C. Engelen2010-03-141-11/+18
* Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski2010-03-149-76/+350
* Splitting the color swatch class to be separate for easier work.Jon A. Cruz2010-03-136-863/+997
* Finished live updating of swatch previews. Fixes bugs #397872, #421548.Jon A. Cruz2010-03-121-129/+161
* Fix flicker during palette update.Jon A. Cruz2010-03-111-3/+37
* Auto swatches now update as they are edited in the document. Some flickering ...Jon A. Cruz2010-03-102-54/+89
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-7/+7
* 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