summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-05-17Extended resizing to node handles.Jon A. Cruz1-0/+9
2012-04-04Warning cleanup.Jon A. Cruz1-1/+1
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
2012-01-23Patch from John Smith for 623660Josh Andler1-1/+1
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-2/+2
2012-01-04new: add nodes at extreme values of selected subpathsJohan B. C. Engelen1-0/+61
2011-11-05Powerstroke: adjust control points when adding or deleting knots, to try and ...Johan B. C. Engelen1-8/+26
2011-10-29fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem1-1/+1
2011-10-03Doxygen cleanup.Jon A. Cruz1-4/+7
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+2
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-1/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-4/+4
2011-02-13update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen1-1/+1
2011-02-05Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski1-6/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
2010-12-16Node tool: special case node duplication for endnodes - select new endnodeKrzysztof Kosi??ski1-10/+19
2010-12-16Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski1-58/+1
2010-11-19Fix rare crash when trying to drag after undo in the node toolKrzysztof Kosi??ski1-0/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-12Fix oddities related to smooth endnodes. Should fix a crasher.Krzysztof Kosi??ski1-9/+3
2010-10-12Cherry pick node duplication from 0.48 stableKrzysztof Kosi??ski1-0/+33
2010-08-13Fix funny behavior when dragging near the start node of a pathKrzysztof Kosi??ski1-1/+4
2010-08-13Fix node editor crash when dragging near the last node of a pathKrzysztof Kosi??ski1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-1/+1
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-5/+10
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-1/+1
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-1/+1
2010-03-18Fix a few remaining oddities in handle scaling via keyboardKrzysztof Kosi??ski1-10/+15
2010-03-18Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski1-5/+23
2010-03-14New node tool: implement handle snappingKrzysztof Kosi??ski1-0/+1
2010-03-14Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski1-5/+74
2010-02-25Warning cleanup.Jon A. Cruz1-1/+4
2010-02-18Fix node tool crash on path where the last subpath is a lone movetoKrzysztof Kosi??ski1-1/+4
2010-02-18Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski1-11/+11
2010-02-10(Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski1-6/+15
2010-02-09Fix multiple minor problems in the node toolKrzysztof Kosi??ski1-1/+1
2010-02-07Fix new path update preference.Krzysztof Kosi??ski1-7/+5
2010-02-06Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski1-4/+6
2010-02-04Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski1-35/+0
2010-01-31Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski1-2/+24
2010-01-28Fix some actions failing when show handles is off.Krzysztof Kosi??ski1-3/+3
2010-01-24Fix freezes when deleting nodes.Krzysztof Kosi??ski1-1/+1
2010-01-20Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski1-72/+99
2010-01-20Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski1-6/+9
2010-01-20Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski1-9/+21
2010-01-14Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski1-8/+15