summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/select-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)