summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/select-tool.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-19Speedup filtering and panningJabier Arraiza1-2/+7
2019-10-28Fix some blurs iddle large loopsJabiertxof1-5/+9
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-1/+0
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-1/+1
- avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-4/+4
2019-03-20Avoid cancel dragging a item when right click presedJabiertxof1-1/+1
2019-02-24Merge in bazaar branch for alignment handlesMartin Owens1-1/+4
2019-01-27Toolbars: Fix alt+x focus switchingAlexander Valavanis1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-09-12New option to invert y-axisThomas Holder1-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
2018-09-11Support smooth scrolling (part 2)Eduard Braun1-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
2018-06-21Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-36/+36
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-12Make ToolBase::cursor use gdkmm and smart pointers.Emmanuel Gil Peyrot1-2/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-14/+21
A lot of header clean-up.
2017-11-04added braces as specified in the coding standardSimon Wells1-3/+5
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-12/+12
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
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>
2017-03-03https://bugs.launchpad.net/inkscape/+bug/1496836Alexandru-Daniel Roman1-1/+1
A simple change to selection tool status message. (bzr r15562)
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin1-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)
2016-10-08[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan1-31/+1
Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-8/+0
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2016-06-16remove tabsMarc Jeanmougin1-29/+29
(bzr r14989)
2016-06-16Fix z-cycling (alt+mousewheel) behaviorMarc Jeanmougin1-116/+83
Fixed bugs: - https://launchpad.net/bugs/1589420 (bzr r14988)
2016-02-22static code analysisKris De Gussem1-4/+6
(bzr r14664)
2015-12-06cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin1-57/+37
(bzr r14504.1.4)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+0
(bzr r14126)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-25Strip ToolFactoryLiam P. White1-9/+0
(bzr r13939.1.2)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
(bzr r13922.1.5)
2015-02-18Just...mc1-3/+2
some... more... lines... (bzr r13922.1.2)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
(bzr r13820)
2014-12-21Purge sp_desktop_canvasLiam P. White1-7/+7
(bzr r13811)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-20/+20
(bzr r13809)
2014-11-02Correct check-for-layer that should have been check-for-group. Fixes bug ↵Jon A. Cruz1-1/+1
#1388297. Fixed bugs: - https://launchpad.net/bugs/1388297 (bzr r13658)
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-30/+48
(bzr r13634)
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
(bzr r13341.1.253)
2014-03-01Fix for crash when cycle-selecting.Markus Engel1-39/+27
Fixed bugs: - https://launchpad.net/bugs/1270351 (bzr r13088)
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-18/+18
(bzr r13060)
2014-01-08Change my mind on the solution to the bug, protect all selection additions.Martin Owens1-2/+1
Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12894)
2014-01-08Make damn sure the item hasn't been deleted before adding it.Martin Owens1-1/+2
Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12891)