summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/node-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-19ui/tools: sp. fixes (cosmetic)Bryce Harrington1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-25Strip ToolFactoryLiam P. White1-10/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+3
2015-02-18Just...mc1-6/+4
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Purge sp_desktop_controlsLiam P. White1-1/+1
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
2014-11-12Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz1-1/+1
2014-11-05Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz1-0/+10
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-09-27Update to experimental r13565Liam P. White1-22/+19
2014-09-07Update to experimental r13543Liam P. White1-21/+17
2014-08-31Fix for bug #1363497 (strange crash with knot path effect)Liam P. White1-21/+17
2014-08-08Massive performance improvment for basic node operations with thousands of nodesLiam P. White1-1/+1
2014-08-01Fix for #906794, #1246550 (live effects not showing helper paths)Jabier Arraiza Cenoz1-1/+45
2014-07-26Clean up some ShapeHolder related thingsLiam P. White1-1/+1
2014-05-13Add Simplify LPEJabier Arraiza Cenoz1-3/+45
2014-03-03Fixed path color when changed by Objects DialogLiam P. White1-1/+2
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-24/+21
2014-01-11suppress compiler warningsKris De Gussem1-1/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-29/+37
2013-10-09Fix cycling through nodes with tab key.Markus Engel1-11/+1
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-14/+8
2013-07-30Further refactoring of EventContexts.Markus Engel1-4/+4
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-11/+11
2013-04-21Cleaned up a bit.Markus Engel1-299/+283
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-109/+12
2013-04-20Further changes to EventContexts; they work without GObjectMarkus Engel1-17/+74
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+16
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-7/+29
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-12/+48
2013-01-26More GObject boilerplate reductionAlex Valavanis1-49/+29
2012-11-01remove flash path when nodetool eventcontext is destroyed. fixes bug for pers...Johan B. C. Engelen1-0/+4
2012-09-02Fix for 406044 : Esc with no selection, activates selection toolJohn Smith1-1/+2
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-05-17Extended resizing to node handles.Jon A. Cruz1-0/+17
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-5/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-5/+13
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+2
2012-01-23Patch from John Smith for 623660Josh Andler1-3/+3
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-04-01use shape's curve before LPE as flash path in node tool. so now, you should s...Johan B. C. Engelen1-2/+3