summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski2010-01-202-7/+10
| | | | | are turned on. (bzr r9008)
* Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski2010-01-202-2/+15
| | | (bzr r9007)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-203-33/+9
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2010-01-202-74/+101
| | | (bzr r9005)
* Fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-01-201-1/+9
| | | (bzr r9004)
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-203-10/+31
| | | (bzr r9003)
* Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski2010-01-201-9/+21
| | | (bzr r9002)
* Fix snapping in the node tool when more than one point is dragged.Krzysztof Kosi??ski2010-01-203-27/+9
| | | (bzr r9001)
* Added temp option to enable repositioning of not-quite-completed UI items in ↵Jon A. Cruz2010-01-183-3/+20
| | | | | relayout. (bzr r8997)
* Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski2010-01-161-1/+1
| | | | | Fixes crasher. (bzr r8989)
* Fix for compile on windows. Fixes bug #506845.Jon A. Cruz2010-01-151-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/506845 (bzr r8986)
* Warning cleanup.Jon A. Cruz2010-01-157-27/+50
| | | (bzr r8981)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-143-17/+50
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* Remove "show transform handles" from prefs - no longer necessaryKrzysztof Kosi??ski2010-01-142-3/+0
| | | (bzr r8979)
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-145-62/+73
| | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18)
* Merge GSoC 2009 node tool rewriteKrzysztof Kosi??ski2010-01-1432-12/+8131
|\ | | | | (bzr r8976)
| * Re-enable snapping on release, for now.Krzysztof Kosi??ski2010-01-141-2/+2
| | | | | | (bzr r8846.2.16)
| * Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-143-11/+61
| | | | | | (bzr r8846.2.12)
| * * Merge from trunkKrzysztof Kosi??ski2010-01-1422-68/+538
| |\ | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * | Some additional docsKrzysztof Kosi??ski2010-01-133-20/+43
| | | | | | | | | (bzr r8846.2.10)
| * | * Implement node snapping.Krzysztof Kosi??ski2010-01-1012-177/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
| * | Implement selection linear growKrzysztof Kosi??ski2009-12-266-19/+178
| | | | | | | | | (bzr r8846.2.8)
| * | Implement selection spatial growKrzysztof Kosi??ski2009-12-269-88/+186
| | | | | | | | | (bzr r8846.2.7)
| * | Comment cleanupKrzysztof Kosi??ski2009-12-232-5/+6
| | | | | | | | | (bzr r8846.2.5)
| * | Fix the "show temporary outlines for selected paths" preference.Krzysztof Kosi??ski2009-12-083-9/+10
| | | | | | | | | (bzr r8846.2.4)
| * | Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-085-45/+133
| | | | | | | | | (bzr r8846.2.3)
| * | Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-057-67/+196
| | | | | | | | | | | | | | | prepare to fix LPE path parameters (bzr r8846.2.2)
| * | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-2931-10/+7520
| | | | | | | | | (bzr r8846.1.1)
* | | Adding a 'widescreen' task.Jon A. Cruz2010-01-131-11/+19
| |/ |/| | | (bzr r8972)
* | Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-122-1/+33
| | | | | | (bzr r8971)
* | Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-111-9/+13
| | | | | | (bzr r8968)
* | Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-102-4/+74
| | | | | | | | | | Basic integration of task switching control. (bzr r8963)
* | Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-091-1/+1
| | | | | | (bzr r8955)
* | Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-083-27/+70
| | | | | | (bzr r8952)
* | Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-073-1/+118
| | | | | | (bzr r8951)
* | Spray cleanupSteren Giannini2010-01-036-554/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------ This line and the following will be ignored -------------- removed: src/ui/dialog/spray-option.cpp src/ui/dialog/spray-option.h modified: src/spray-context.cpp src/ui/dialog/Makefile_insert src/ui/dialog/dialog-manager.cpp src/ui/view/edit-widget.cpp src/ui/view/edit-widget.h src/widgets/toolbox.cpp unknown: backup.bzr/ description-pak doc-pak/ po/.intltool-merge-cache (bzr r8938.1.1)
* | Document properties now treats lcms file load failures as non-fatal. Fixes ↵Jon A. Cruz2009-12-311-0/+1
| | | | | | | | | | | | | | | | bug #501782 Fixed bugs: - https://launchpad.net/bugs/501782 (bzr r8930)
* | Use correct text anchor for vertical text and when aligning or distributingDiederik van Lierop2009-12-281-13/+18
| | | | | | (bzr r8922)
* | Warning cleanupJon A. Cruz2009-12-203-65/+100
| | | | | | (bzr r8895)
* | updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-134-4/+4
| | | | | | (bzr r8889)
* | reenable per-document palette to allow for continuing development.Jon A. Cruz2009-12-131-1/+1
| | | | | | (bzr r8885)
* | - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-114-0/+153
| | | | | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* | Spray Tool: add context to stringsIvan Mas??r2009-12-071-13/+13
| | | | | | (bzr r8878)
* | Spray Tool: translated forgotten strings from French to EnglishIvan Mas??r2009-12-071-8/+8
| | | | | | (bzr r8877)
* | Added UI for threading pref in Filter Preferences for Gaussian Blur, default ↵Josh Andler2009-12-062-0/+6
| | | | | | | | | | 1 for sanity (bzr r8874)
* | merging gsoc 2009 color management work by Felipe Sanches (a.k.a. JucaBlues)Felipe Corr??a da Silva Sanches2009-12-051-1/+2
|\ \ | | | | | | (bzr r8869)
| * | Updating to current trunkTed Gould2009-11-2926-190/+405
| |\| | | | | | | (bzr r8050.1.16)
| * | a quick workaround in order to avoid some invalid names for icc profiles.Felipe Corr??a da Silva Sanches2009-08-141-1/+13
| | | | | | | | | | | | | | | A complete sanitizer should be implemented later. (bzr r8050.1.10)
* | | Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+8
| | | | | | | | | (bzr r8855)
* | | add an option for displaying font previews in the text tool's font list; ↵buliabyak2009-12-011-3/+8
| | | | | | | | | | | | | | | also limit the width of the list by 500 pixels (bzr r8852)