summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/connector-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-19ui/tools: sp. fixes (cosmetic)Bryce Harrington1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25Strip ToolFactoryLiam P. White1-10/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-18Just...mc1-5/+3
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-7/+7
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-1/+1
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-03-28Further refactored SPKnot.Markus Engel1-11/+11
2014-03-27First step of refactoring SPKnot.Markus Engel1-25/+28
2014-03-27Changed some return types from gint to bool.Markus Engel1-4/+4
2014-03-26Cleaned up connector-tool, pen-tool, and pencil-tool.Markus Engel1-54/+42
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-322/+262
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-44/+29
2014-02-04Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after tool...Nicolas Dufour1-1/+6
2013-11-12Clean up some tool related things.Markus Engel1-7/+7
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-64/+71
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour1-1/+1
2013-09-02Fix bug that added transforms to new objects.Matthew Petroff1-0/+2
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-1/+1
2013-07-30Further refactoring of EventContexts.Markus Engel1-3/+3
2013-04-27various changesMarkus Engel1-156/+110
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-4/+4
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-94/+18
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-14/+32
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-6/+43
2013-03-31Fix copyright email for Martin OwensMartin Owens1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-32/+7
2013-01-13Minor warning and dead code cleanup.Jon A. Cruz1-1/+1
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-13/+10
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-542/+53
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-4/+1
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-4/+4
2012-04-08More GDK key macro fixes, and some cursor referencingAlex Valavanis1-8/+15
2012-02-12Header cleaningAlex Valavanis1-2/+2
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-1/+1
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-5/+5
2012-01-17part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen1-6/+5
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-7/+7
2011-06-25warning cleanup (no functional changes)Campbell Barton1-11/+11
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-11/+11