summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/select-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+1
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* New option to invert y-axisThomas Holder2018-09-121-4/+7
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Support smooth scrolling (part 2)Eduard Braun2018-09-111-1/+2
| | | | | | | | | | Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-3/+3
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-36/+36
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Make ToolBase::cursor use gdkmm and smart pointers.Emmanuel Gil Peyrot2018-06-121-2/+3
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-14/+21
| | | | A lot of header clean-up.
* added braces as specified in the coding standardSimon Wells2017-11-041-3/+5
|
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-12/+12
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-3/+3
|
* select-tool: Only stop the rubberband when it was startedUli Schlachter2017-06-261-1/+3
| | | | | | | | Rubberband::stop() calls SPCanvas::endForcedFullRedraws(), which means possible no full redraw will happen while moving. Fixes: https://bugs.launchpad.net/inkscape/+bug/1510704 Signed-off-by: Uli Schlachter <psychon@znc.in>
* https://bugs.launchpad.net/inkscape/+bug/1496836Alexandru-Daniel Roman2017-03-031-1/+1
| | | | | A simple change to selection tool status message. (bzr r15562)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-23/+23
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan2016-10-081-31/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155)
* Merged trunkAdrian Boguszewski2016-08-091-8/+0
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-8/+0
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-8/+0
| | | | | | | | | (bzr r15023.2.8)
* | | Merged trunkAdrian Boguszewski2016-08-031-3/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
| |/ | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-1/+1
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* remove tabsMarc Jeanmougin2016-06-161-29/+29
| | | (bzr r14989)
* Fix z-cycling (alt+mousewheel) behaviorMarc Jeanmougin2016-06-161-116/+83
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1589420 (bzr r14988)
* static code analysisKris De Gussem2016-02-221-4/+6
| | | (bzr r14664)
* cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin2015-12-061-57/+37
| | | (bzr r14504.1.4)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+0
| | | (bzr r14126)
* mergeMarc Jeanmougin2015-04-261-9/+0
|\ | | | | (bzr r13922.1.12)
| * Strip ToolFactoryLiam P. White2015-02-251-9/+0
| | | | | | (bzr r13939.1.2)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-3/+2
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-211-7/+7
| | | (bzr r13811)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-20/+20
| | | (bzr r13809)
* Correct check-for-layer that should have been check-for-group. Fixes bug ↵Jon A. Cruz2014-11-021-1/+1
| | | | | | | | #1388297. Fixed bugs: - https://launchpad.net/bugs/1388297 (bzr r13658)
* Update to trunk r13638Liam P. White2014-10-251-30/+48
|\ | | | | (bzr r13341.1.286)
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-30/+48
| | | | | | (bzr r13634)
* | Move more UI code into ui/Liam P. White2014-10-051-2/+2
|/ | | (bzr r13341.1.253)
* Fix for crash when cycle-selecting.Markus Engel2014-03-011-39/+27
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1270351 (bzr r13088)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-18/+18
| | | (bzr r13060)
* Change my mind on the solution to the bug, protect all selection additions.Martin Owens2014-01-081-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12894)
* Make damn sure the item hasn't been deleted before adding it.Martin Owens2014-01-081-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12891)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+1252
(bzr r12785)