summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/select-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-3/+3
2017-06-26select-tool: Only stop the rubberband when it was startedUli Schlachter1-1/+3
2017-03-03https://bugs.launchpad.net/inkscape/+bug/1496836Alexandru-Daniel Roman1-1/+1
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-23/+23
2016-10-08[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan1-31/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-8/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2016-06-16remove tabsMarc Jeanmougin1-29/+29
2016-06-16Fix z-cycling (alt+mousewheel) behaviorMarc Jeanmougin1-116/+83
2016-02-22static code analysisKris De Gussem1-4/+6
2015-12-06cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin1-57/+37
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+0
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25Strip ToolFactoryLiam P. White1-9/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
2015-02-18Just...mc1-3/+2
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
2014-12-21Purge sp_desktop_canvasLiam P. White1-7/+7
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-20/+20
2014-11-02Correct check-for-layer that should have been check-for-group. Fixes bug #138...Jon A. Cruz1-1/+1
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-30/+48
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-03-01Fix for crash when cycle-selecting.Markus Engel1-39/+27
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-18/+18
2014-01-08Change my mind on the solution to the bug, protect all selection additions.Martin Owens1-2/+1
2014-01-08Make damn sure the item hasn't been deleted before adding it.Martin Owens1-1/+2
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-21/+30
2013-08-04cppcheckKris De Gussem1-55/+52
2013-08-03reduce variable scopeJohan B. C. Engelen1-8/+6
2013-08-03Cleaned up.Markus Engel1-44/+44
2013-07-30Further refactoring of EventContexts.Markus Engel1-2/+2
2013-07-05Adjust sizes of listsMartin Owens1-1/+1
2013-07-04Improve handle xpm loading using rotateMartin Owens1-14/+16
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-16/+16
2013-05-02alt + scroll to select messes up opacityRaphael Rosch1-13/+51
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-32/+32
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-3/+3
2013-04-21Cleaned up a bit.Markus Engel1-281/+338
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-112/+12
2013-04-20Further changes to EventContexts; they work without GObjectMarkus Engel1-0/+36
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/+16
2013-04-08patch by Damjan Velickovski for rotation snap degrees, Bug 525508Alvin Penner1-2/+2
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-8/+42