summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix editing paths in live effectJabier Arraiza Cenoz2013-09-271-1/+1
| | | (bzr r11950.1.154)
* update to trunkJabier Arraiza Cenoz2013-09-261-1/+1
|\ | | | | (bzr r11950.1.150)
| * random code cleanupJohan B. C. Engelen2013-09-261-1/+1
| | | | | | (bzr r12596)
* | Compiling problem solved thaks to ~suvJabier Arraiza Cenoz2013-09-261-2/+4
| | | | | | (bzr r11950.1.149)
* | Update to trunkJabier Arraiza Cenoz2013-09-251-2/+2
|\| | | | | (bzr r11950.1.148)
| * C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-2/+2
| | | | | | | | | | slowly slowly... (bzr r12593)
* | Fixed a error that handles all kinds of pathas as bsplinesJabier Arraiza Cenoz2013-05-281-1/+1
| | | | | | (bzr r11950.1.119)
* | Fix error with envelope lpeJabier Arraiza Cenoz2013-05-181-1/+1
| | | | | | (bzr r11950.1.117)
* | Fix error with try-catchJabier Arraiza Cenoz2013-05-161-1/+1
| | | | | | (bzr r11950.1.115)
* | Fixed important selection bug when changing to cusp nodesJabier Arraiza Cenoz2013-04-271-2/+4
| | | | | | (bzr r11950.1.109)
* | Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ↵root2013-04-171-6/+6
| | | | | | | | | | snapping. Added new button widget to make cusp node (bzr r11950.1.96)
* | Change width only for selected nodes by widgetroot2013-04-071-2/+16
| | | | | | (bzr r11950.1.83)
* | Fix scale and rotate some nodesJabier Arraiza Cenoz2013-03-311-9/+17
| | | | | | (bzr r11950.1.78)
* | Update to trunkJabier Arraiza Cenoz2013-03-281-1/+0
|\| | | | | (bzr r11950.1.76)
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-1/+0
| | | | | | | | | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* | Remove extra codeJabier Arraiza Cenoz2013-03-231-11/+0
| | | | | | (bzr r11950.1.69)
* | Mauro based feedbak added some fixesJabier Arraiza Cenoz2013-03-231-7/+16
| | | | | | (bzr r11950.1.68)
* | Fixed end extremium node delete fault, ready for testingroot2013-03-221-13/+23
| | | | | | (bzr r11950.1.66)
* | Fixing errors at delete extrewmiuns nodesJabier Arraiza Cenoz2013-03-211-8/+18
| | | | | | (bzr r11950.1.65)
* | Fixed redraw handles at node deleteJabier Arraiza Cenoz2013-03-211-6/+6
| | | | | | (bzr r11950.1.64)
* | Inserting nodes fixed, cleanupJabier Arraiza Cenoz2013-03-211-30/+20
|\ \ | | | | | | (bzr r11950.1.63)
| * \ Fixing node creations in BSpline mode.jtx2013-03-201-25/+14
| |\ \ | |/ / |/| | (bzr r11950.4.1)
* | | For testing, widget added, regression fixedJabier Arraiza Cenoz2013-03-201-1/+6
|/ / | | | | (bzr r11950.1.62)
* | Working width widgetsJabier Arraiza Cenoz2013-03-191-1/+1
| | | | | | (bzr r11950.1.58)
* | working whith widgetsJabier Arraiza Cenoz2013-03-181-3/+13
| | | | | | (bzr r11950.1.57)
* | Permanent show outline in BSpline modeJabier Arraiza Cenoz2013-03-061-0/+3
| | | | | | (bzr r11950.1.47)
* | Fixed closed pc->eaJabier Arraiza Cenoz2013-02-281-30/+15
| | | | | | (bzr r11950.1.40)
* | Saved for next refactorJabier Arraiza Cenoz2013-02-231-27/+11
| | | | | | (bzr r11950.1.37)
* | Mayor refactorJabier Arraiza Cenoz2013-02-191-41/+49
| | | | | | (bzr r11950.1.36)
* | refactorJabier Arraiza Cenoz2013-02-181-20/+82
| | | | | | (bzr r11950.1.35)
* | All done except cusp continuous and close bsplineJabier Arraiza Cenoz2013-02-141-2/+21
|/ | | (bzr r11950.1.32)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-0/+9
| | | (bzr r11375)
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
| | | (bzr r11144)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Patch from John Smith for 623660Josh Andler2012-01-231-1/+1
| | | (bzr r10921)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-2/+2
| | | (bzr r10897)
* new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-041-0/+61
| | | (bzr r10839)
* Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-051-8/+26
| | | | | keep the shape a bit the same... (bzr r10728)
* fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem2011-10-291-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/812018 (bzr r10706)
* Doxygen cleanup.Jon A. Cruz2011-10-031-4/+7
| | | (bzr r10660)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-2/+2
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+2
| | | (bzr r10461)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-1/+1
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-4/+4
| | | (bzr r10066)
* update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-131-1/+1
| | | (bzr r10050)
* Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-6/+7
| | | | | in 2Geom's BezierCurve (bzr r10035)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | (bzr r10025)
* Node tool: special case node duplication for endnodes - select new endnodeKrzysztof Kosi??ski2010-12-161-10/+19
| | | (bzr r9962)
* Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski2010-12-161-58/+1
| | | (bzr r9961)