summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+3
| | | (bzr r11655)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-0/+5
| | | (bzr r11375)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-106/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-35/+144
| | | (bzr r11250)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+2
| | | (bzr r10940)
* Patch from John Smith for 623660Josh Andler2012-01-231-2/+2
| | | (bzr r10921)
* new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-041-0/+5
| | | (bzr r10839)
* Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-051-9/+9
| | | | | keep the shape a bit the same... (bzr r10728)
* Doxygen cleanup.Jon A. Cruz2011-10-031-8/+15
| | | (bzr r10660)
* Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski2010-12-161-1/+72
| | | (bzr r9961)
* Node tool: correctly save node skewing to undo historyKrzysztof Kosi??ski2010-12-161-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/590259 (bzr r9956)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Reintroduce Shift+U shortcut (make segments curves)Krzysztof Kosi??ski2010-11-071-0/+7
| | | | | | (bzr r9881)
* | Fix compile breakage.Jon A. Cruz2010-11-071-1/+1
| | | | | | (bzr r9876)
* | Reintroduce Shift+L shortcut and handle retraction when setting the typeKrzysztof Kosi??ski2010-11-061-2/+27
| | | | | | | | | | of already cusp nodes to cusp in the node tool (bzr r9875)
* | Cherry pick node duplication from 0.48 stableKrzysztof Kosi??ski2010-10-121-0/+12
|/ | | (bzr r9825)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+4
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix single-handle keybindingsKrzysztof Kosi??ski2010-04-031-4/+2
| | | (bzr r9281.1.4)
* Fix a few remaining oddities in handle scaling via keyboardKrzysztof Kosi??ski2010-03-181-1/+6
| | | (bzr r9205)
* Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski2010-03-141-1/+52
| | | | | Minor disambiguating cleanup in node.h. (bzr r9190)
* Fix double reverse with Shift+R in the node tool.Krzysztof Kosi??ski2010-03-051-0/+1
| | | (bzr r9145)
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-041-2/+11
| | | (bzr r9142)
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-041-2/+13
| | | (bzr r9138)
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-021-3/+7
| | | | | preserves the shape (bzr r9130)
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-021-4/+2
| | | | | when using Apple compilers. (bzr r9129)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-3/+6
| | | | | when deleting more than one stretch of selected nodes (bzr r9061)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-2/+2
| | | | | in the new node tool. (bzr r9044)
* 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-311-0/+22
| | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-14/+4
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-201-3/+21
| | | (bzr r9003)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-3/+13
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-141-7/+5
| | | (bzr r8846.2.12)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-2/+6
| | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-51/+1
| | | | | | | | | | | | | * 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 spatial growKrzysztof Kosi??ski2009-12-261-6/+40
| | | (bzr r8846.2.7)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-3/+8
| | | (bzr r8846.2.3)
* Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-051-28/+67
| | | | | prepare to fix LPE path parameters (bzr r8846.2.2)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+568
(bzr r8846.1.1)