summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-041-0/+61
* Powerstroke: adjust control points when adding or deleting knots, to try and ...Johan B. C. Engelen2011-11-051-8/+26
* fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem2011-10-291-1/+1
* Doxygen cleanup.Jon A. Cruz2011-10-031-4/+7
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+2
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-1/+1
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-4/+4
* update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-131-1/+1
* Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-6/+7
* update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* Node tool: special case node duplication for endnodes - select new endnodeKrzysztof Kosi??ski2010-12-161-10/+19
* Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski2010-12-161-58/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-11/+17
|\
| * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-1/+1
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-5/+10
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-2/+2
* | Fix rare crash when trying to drag after undo in the node toolKrzysztof Kosi??ski2010-11-191-0/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Fix oddities related to smooth endnodes. Should fix a crasher.Krzysztof Kosi??ski2010-10-121-9/+3
* | Cherry pick node duplication from 0.48 stableKrzysztof Kosi??ski2010-10-121-0/+33
* | Fix funny behavior when dragging near the start node of a pathKrzysztof Kosi??ski2010-08-131-1/+4
* | Fix node editor crash when dragging near the last node of a pathKrzysztof Kosi??ski2010-08-131-1/+1
|/
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-1/+1
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-1/+1
* Fix a few remaining oddities in handle scaling via keyboardKrzysztof Kosi??ski2010-03-181-10/+15
* Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski2010-03-181-5/+23
* New node tool: implement handle snappingKrzysztof Kosi??ski2010-03-141-0/+1
* Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski2010-03-141-5/+74
* Warning cleanup.Jon A. Cruz2010-02-251-1/+4
* 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-181-11/+11
* (Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2010-02-101-6/+15
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-091-1/+1
* Fix new path update preference.Krzysztof Kosi??ski2010-02-071-7/+5
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-4/+6
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-35/+0
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-311-2/+24
* Fix some actions failing when show handles is off.Krzysztof Kosi??ski2010-01-281-3/+3
* Fix freezes when deleting nodes.Krzysztof Kosi??ski2010-01-241-1/+1
* Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2010-01-201-72/+99
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-201-6/+9
* Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski2010-01-201-9/+21
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-8/+15
* Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-141-3/+55
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-47/+1
* Implement selection linear growKrzysztof Kosi??ski2009-12-261-5/+0
* Implement selection spatial growKrzysztof Kosi??ski2009-12-261-10/+48
* Comment cleanupKrzysztof Kosi??ski2009-12-231-4/+5