| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix Ctrl+Alt+click deletion of selected nodes when transform handles | Krzysztof Kosi??ski | 2010-01-20 | 2 | -7/+10 | |
| | | | | | | are turned on. (bzr r9008) | |||||
| * | Insert nodes on Ctrl+Alt+click on a path. | Krzysztof Kosi??ski | 2010-01-20 | 2 | -2/+15 | |
| | | | | (bzr r9007) | |||||
| * | Go back to using TR1 unordered containers to fix warnings. Add configure | Krzysztof Kosi??ski | 2010-01-20 | 3 | -33/+9 | |
| | | | | | | code to detect the broken header and display Wiki page URL. (bzr r9006) | |||||
| * | Make Ctrl+Alt+click delete nodes. | Krzysztof Kosi??ski | 2010-01-20 | 2 | -74/+101 | |
| | | | | (bzr r9005) | |||||
| * | Fix middle click zoom in the node tool. | Krzysztof Kosi??ski | 2010-01-20 | 1 | -1/+9 | |
| | | | | (bzr r9004) | |||||
| * | Fix path reverse action (Shift+R) in the node tool. | Krzysztof Kosi??ski | 2010-01-20 | 3 | -10/+31 | |
| | | | | (bzr r9003) | |||||
| * | Select the first node of the path when Tab is pressed and nothing is selected. | Krzysztof Kosi??ski | 2010-01-20 | 1 | -9/+21 | |
| | | | | (bzr r9002) | |||||
| * | Fix snapping in the node tool when more than one point is dragged. | Krzysztof Kosi??ski | 2010-01-20 | 3 | -27/+9 | |
| | | | | (bzr r9001) | |||||
| * | Added temp option to enable repositioning of not-quite-completed UI items in ↵ | Jon A. Cruz | 2010-01-18 | 3 | -3/+20 | |
| | | | | | | relayout. (bzr r8997) | |||||
| * | Do not try to construct an ustring from NULL in CurveDragPoint::_getTip. | Krzysztof Kosi??ski | 2010-01-16 | 1 | -1/+1 | |
| | | | | | | Fixes crasher. (bzr r8989) | |||||
| * | Fix for compile on windows. Fixes bug #506845. | Jon A. Cruz | 2010-01-15 | 1 | -2/+2 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/506845 (bzr r8986) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 7 | -27/+50 | |
| | | | | (bzr r8981) | |||||
| * | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), | Krzysztof Kosi??ski | 2010-01-14 | 3 | -17/+50 | |
| | | | | | | to work around broken headers in some GCC versions. (bzr r8980) | |||||
| * | Remove "show transform handles" from prefs - no longer necessary | Krzysztof Kosi??ski | 2010-01-14 | 2 | -3/+0 | |
| | | | | (bzr r8979) | |||||
| * | * Add "show transform handles" toggle button. | Krzysztof Kosi??ski | 2010-01-14 | 5 | -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 rewrite | Krzysztof Kosi??ski | 2010-01-14 | 32 | -12/+8131 | |
| |\ | | | | | (bzr r8976) | |||||
| | * | Re-enable snapping on release, for now. | Krzysztof Kosi??ski | 2010-01-14 | 1 | -2/+2 | |
| | | | | | | | (bzr r8846.2.16) | |||||
| | * | Implement segment weld to make segment join similar to node join | Krzysztof Kosi??ski | 2010-01-14 | 3 | -11/+61 | |
| | | | | | | | (bzr r8846.2.12) | |||||
| | * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 22 | -68/+538 | |
| | |\ | | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | |||||
| | * | | Some additional docs | Krzysztof Kosi??ski | 2010-01-13 | 3 | -20/+43 | |
| | | | | | | | | | | (bzr r8846.2.10) | |||||
| | * | | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 12 | -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 grow | Krzysztof Kosi??ski | 2009-12-26 | 6 | -19/+178 | |
| | | | | | | | | | | (bzr r8846.2.8) | |||||
| | * | | Implement selection spatial grow | Krzysztof Kosi??ski | 2009-12-26 | 9 | -88/+186 | |
| | | | | | | | | | | (bzr r8846.2.7) | |||||
| | * | | Comment cleanup | Krzysztof Kosi??ski | 2009-12-23 | 2 | -5/+6 | |
| | | | | | | | | | | (bzr r8846.2.5) | |||||
| | * | | Fix the "show temporary outlines for selected paths" preference. | Krzysztof Kosi??ski | 2009-12-08 | 3 | -9/+10 | |
| | | | | | | | | | | (bzr r8846.2.4) | |||||
| | * | | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 5 | -45/+133 | |
| | | | | | | | | | | (bzr r8846.2.3) | |||||
| | * | | Fix mask editing behavior on undo and outline display for masks/clips; | Krzysztof Kosi??ski | 2009-12-05 | 7 | -67/+196 | |
| | | | | | | | | | | | | | | | | prepare to fix LPE path parameters (bzr r8846.2.2) | |||||
| | * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 31 | -10/+7520 | |
| | | | | | | | | | | (bzr r8846.1.1) | |||||
| * | | | Adding a 'widescreen' task. | Jon A. Cruz | 2010-01-13 | 1 | -11/+19 | |
| | |/ |/| | | | (bzr r8972) | |||||
| * | | Initial cut of disabling floating windows on window managers with problems. | Jon A. Cruz | 2010-01-12 | 2 | -1/+33 | |
| | | | | | | | (bzr r8971) | |||||
| * | | Implemented dynamic repositioning of toolboxes. | Jon A. Cruz | 2010-01-11 | 1 | -9/+13 | |
| | | | | | | | (bzr r8968) | |||||
| * | | Completed base code to flip toolbox orientation. | Jon A. Cruz | 2010-01-10 | 2 | -4/+74 | |
| | | | | | | | | | | | Basic integration of task switching control. (bzr r8963) | |||||
| * | | Initial c++-ification of toolbox creation. | Jon A. Cruz | 2010-01-09 | 1 | -1/+1 | |
| | | | | | | | (bzr r8955) | |||||
| * | | Patch by Alex Leone to add margins to resize page options in Document Properties | Josh Andler | 2010-01-08 | 3 | -27/+70 | |
| | | | | | | | (bzr r8952) | |||||
| * | | Added UXManager. Cleaning up toolbox creation. | Jon A. Cruz | 2010-01-07 | 3 | -1/+118 | |
| | | | | | | | (bzr r8951) | |||||
| * | | Spray cleanup | Steren Giannini | 2010-01-03 | 6 | -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. Cruz | 2009-12-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | bug #501782 Fixed bugs: - https://launchpad.net/bugs/501782 (bzr r8930) | |||||
| * | | Use correct text anchor for vertical text and when aligning or distributing | Diederik van Lierop | 2009-12-28 | 1 | -13/+18 | |
| | | | | | | | (bzr r8922) | |||||
| * | | Warning cleanup | Jon A. Cruz | 2009-12-20 | 3 | -65/+100 | |
| | | | | | | | (bzr r8895) | |||||
| * | | updating my email address in file headers | Felipe Corr??a da Silva Sanches | 2009-12-13 | 4 | -4/+4 | |
| | | | | | | | (bzr r8889) | |||||
| * | | reenable per-document palette to allow for continuing development. | Jon A. Cruz | 2009-12-13 | 1 | -1/+1 | |
| | | | | | | | (bzr r8885) | |||||
| * | | - new: Print Colors Preview Dialog and rendermode | Felipe Corr??a da Silva Sanches | 2009-12-11 | 4 | -0/+153 | |
| | | | | | | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881) | |||||
| * | | Spray Tool: add context to strings | Ivan Mas??r | 2009-12-07 | 1 | -13/+13 | |
| | | | | | | | (bzr r8878) | |||||
| * | | Spray Tool: translated forgotten strings from French to English | Ivan Mas??r | 2009-12-07 | 1 | -8/+8 | |
| | | | | | | | (bzr r8877) | |||||
| * | | Added UI for threading pref in Filter Preferences for Gaussian Blur, default ↵ | Josh Andler | 2009-12-06 | 2 | -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 Sanches | 2009-12-05 | 1 | -1/+2 | |
| |\ \ | | | | | | | (bzr r8869) | |||||
| | * | | Updating to current trunk | Ted Gould | 2009-11-29 | 26 | -190/+405 | |
| | |\| | | | | | | | (bzr r8050.1.16) | |||||
| | * | | a quick workaround in order to avoid some invalid names for icc profiles. | Felipe Corr??a da Silva Sanches | 2009-08-14 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | A complete sanitizer should be implemented later. (bzr r8050.1.10) | |||||
| * | | | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 1 | -0/+8 | |
| | | | | | | | | | | (bzr r8855) | |||||
| * | | | add an option for displaying font previews in the text tool's font list; ↵ | buliabyak | 2009-12-01 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | also limit the width of the list by 500 pixels (bzr r8852) | |||||
