summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-061-1/+1
| | | | | meshes) (bzr r14504.1.2)
* Fix for r14372 bugMarc Jeanmougin2015-10-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14394)
* Added a pref option to disable "spacebar panning". (default:enabled)Marc Jeanmougin2015-09-171-5/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372)
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\ | | | | (bzr r13922.1.19)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-4/+2
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-211-8/+8
| | | (bzr r13811)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Move more UI code into ui/Liam P. White2014-10-051-2/+2
| | | (bzr r13341.1.253)
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.247)
* Fix strict build with Gtk+ 2Alex Valavanis2014-08-241-1/+2
| | | (bzr r13341.1.172)
* Add in some debugging code that will complain when deleted knots are ↵Liam P. White2014-08-071-0/+2
| | | | | accessed by snap handler (bzr r13341.1.120)
* Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White2014-07-191-6/+3
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/1309050 (bzr r13455)
* Removed obsolete header file.Markus Engel2014-03-291-1/+1
| | | (bzr r13229)
* Cleaned up includes of tools / revert experimental casting macro ↵Markus Engel2014-03-261-0/+1
| | | | | replacements from r13061 (bzr r13216)
* Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski2014-03-091-6/+22
| | | | | | | | Fixes LP bug #1274831 Fixed bugs: - https://launchpad.net/bugs/1274831 (bzr r13131)
* Added some consts. Turned functions to member functions.Markus Engel2014-03-021-7/+6
| | | (bzr r13089)
* Fix for crashes on fast tool toggling.Markus Engel2014-03-011-4/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1265376 (bzr r13087)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-22/+20
| | | (bzr r13060)
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-211-7/+0
| | | (bzr r12967)
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵Martin Owens2014-01-201-10/+6
| | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960)
* Try another fix for the undo when dragging bug #168695Martin Owens2014-01-191-3/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955)
* Clean up some tool related things.Markus Engel2013-11-121-116/+5
| | | (bzr r12795)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+1541
(bzr r12785)