summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-05cursors: rm deprecated gtkstyle custom black/whiteAlexander Valavanis1-3/+1
2017-07-01Improving CR feedback. thanks!Jabier Arraiza1-4/+7
2017-07-01Finish add selectable knot shapesJabier Arraiza1-6/+14
2017-07-01working on knots selectionJabier Arraiza1-1/+39
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-39/+16
2017-06-27Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis1-0/+1
2017-06-23Improve and simplify shortcut handling.Eduard Braun1-19/+10
2017-03-30Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah1-50/+31
2017-03-21Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah1-2/+3
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