summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-21Add verbs for canvas rotation.Tavmjong Bah1-7/+7
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-474/+405
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-13/+13
2017-01-25Comented one of the shortcuts for doc rotate because bad response now interac...Jabier Arraiza Cenoz1-16/+16
2016-11-07Fix some bugsJabier Arraiza Cenoz1-2/+4
2016-11-07Fix some bugs pointed by vladaJabier Arraiza Cenoz1-8/+3
2016-11-06Fix a bug that allow to enter rotate mode with right clickJabier Arraiza Cenoz1-24/+15
2016-11-05Change modifier to enter rotate mode from SHIFT to CONTROLJabier Arraiza Cenoz1-3/+3
2016-11-01Fix angle constrain, thanks to vlada, Mc and LiamWJabier Arraiza Cenoz1-1/+1
2016-10-25Some bug fixes and improvementsJabier Arraiza Cenoz1-4/+0
2016-10-23Add right click rotation panning, some fixesJabier Arraiza Cenoz1-1/+14
2016-10-23Add right click rotation panningJabier Arraiza Cenoz1-6/+5
2016-10-23Add right click attemptJabier Arraiza Cenoz1-90/+126
2016-10-19Working with rotate previewJabier Arraiza Cenoz1-2/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+1
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-16/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-6/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+9
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+1
2016-07-22Fixed null when selection contains more than one itemAdrian Boguszewski1-1/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2016-06-10Enabled using the context menu key additionally to the already working Shift+...h-h-h1-0/+5
2015-12-06cppification: GSList replaced by vectors (mostly related to gradients and mes...Marc Jeanmougin1-1/+1
2015-10-03Fix for r14372 bugMarc Jeanmougin1-1/+1
2015-09-17Added a pref option to disable "spacebar panning". (default:enabled)Marc Jeanmougin1-5/+4
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-18Just...mc1-4/+2
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Purge sp_desktop_canvasLiam P. White1-8/+8
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-10-15Fix strict build with Gtk+ 2Tavmjong Bah1-1/+2
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-08-24Fix strict build with Gtk+ 2Alex Valavanis1-1/+2
2014-08-07Add in some debugging code that will complain when deleted knots are accessed...Liam P. White1-0/+2
2014-07-19Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White1-6/+3
2014-03-29Removed obsolete header file.Markus Engel1-1/+1
2014-03-26Cleaned up includes of tools / revert experimental casting macro replacements...Markus Engel1-0/+1
2014-03-09Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski1-6/+22
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-7/+6
2014-03-01Fix for crashes on fast tool toggling.Markus Engel1-4/+14
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-22/+20
2014-01-21Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens1-7/+0
2014-01-20Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...Martin Owens1-10/+6
2014-01-19Try another fix for the undo when dragging bug #168695Martin Owens1-3/+11
2013-11-12Clean up some tool related things.Markus Engel1-116/+5
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-42/+52
2013-10-27fix warningsJohan B. C. Engelen1-1/+1