summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-39/+39
* Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...Emmanuel Gil Peyrot2018-06-121-3/+4
* Make ToolBase::cursor use gdkmm and smart pointers.Emmanuel Gil Peyrot2018-06-121-19/+10
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-9/+9
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-9/+9
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-20/+23
* GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-261-0/+5
* Prevent snapping while space-panningDuncan2017-12-081-1/+2
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-8/+8
* Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in someAndrey Mozzhuhin2017-10-051-3/+36
* Merge branch 'master' into shortcutsEduard Braun2017-07-091-41/+66
|\
| * cursors: rm deprecated gtkstyle custom black/whiteAlexander Valavanis2017-07-051-3/+1
| * Improving CR feedback. thanks!Jabier Arraiza2017-07-011-4/+7
| * Finish add selectable knot shapesJabier Arraiza2017-07-011-6/+14
| * working on knots selectionJabier Arraiza2017-07-011-1/+39
| * Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-39/+16
| * Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-271-0/+1
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-19/+10
|/
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-301-50/+31
* Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-211-2/+3
* Add verbs for canvas rotation.Tavmjong Bah2017-03-211-7/+7
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-474/+405
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-13/+13
* Comented one of the shortcuts for doc rotate because bad response now interac...Jabier Arraiza Cenoz2017-01-251-16/+16
* Fix some bugsJabier Arraiza Cenoz2016-11-071-2/+4
* Fix some bugs pointed by vladaJabier Arraiza Cenoz2016-11-071-8/+3
* Fix a bug that allow to enter rotate mode with right clickJabier Arraiza Cenoz2016-11-061-24/+15
* Change modifier to enter rotate mode from SHIFT to CONTROLJabier Arraiza Cenoz2016-11-051-3/+3
* Fix angle constrain, thanks to vlada, Mc and LiamWJabier Arraiza Cenoz2016-11-011-1/+1
* Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-011-85/+154
|\
* | Some bug fixes and improvementsJabier Arraiza Cenoz2016-10-251-4/+0
* | Add right click rotation panning, some fixesJabier Arraiza Cenoz2016-10-231-1/+14
* | Add right click rotation panningJabier Arraiza Cenoz2016-10-231-6/+5
* | Add doc rotate with panningJabier Arraiza Cenoz2016-10-231-398/+395
|\|
* | Add right click attemptJabier Arraiza Cenoz2016-10-231-90/+126
* | Working with rotate previewJabier Arraiza Cenoz2016-10-191-2/+0
|/
* Merged trunkAdrian Boguszewski2016-08-091-22/+0
|\
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-22/+0
| |\
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-16/+0
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-6/+0
* | | Merged trunkAdrian Boguszewski2016-08-031-9/+1
|\| |
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+1
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+9
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+1
| |/
* | Merged trunkAdrian Boguszewski2016-07-221-3/+2
|\|
| * Fixed null when selection contains more than one itemAdrian Boguszewski2016-07-221-1/+1
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+3
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* Enabled using the context menu key additionally to the already working Shift+...h-h-h2016-06-101-0/+5
* cppification: GSList replaced by vectors (mostly related to gradients and mes...Marc Jeanmougin2015-12-061-1/+1