summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-301-50/+31
| | | | | Add canvas-debug for study of canvas tiling. (bzr r15612)
* Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-211-2/+3
| | | | | Change default rotation step to 15 degrees. (bzr r15605)
* Add verbs for canvas rotation.Tavmjong Bah2017-03-211-7/+7
| | | (bzr r15604)
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-474/+405
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-13/+13
| | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592)
* Comented one of the shortcuts for doc rotate because bad response now ↵Jabier Arraiza Cenoz2017-01-251-16/+16
| | | | | interactive mode onlu fire with CTRL+MMB (bzr r15445)
* Fix some bugsJabier Arraiza Cenoz2016-11-071-2/+4
| | | (bzr r15142.1.37)
* Fix some bugs pointed by vladaJabier Arraiza Cenoz2016-11-071-8/+3
| | | (bzr r15142.1.35)
* Fix a bug that allow to enter rotate mode with right clickJabier Arraiza Cenoz2016-11-061-24/+15
| | | (bzr r15142.1.33)
* Change modifier to enter rotate mode from SHIFT to CONTROLJabier Arraiza Cenoz2016-11-051-3/+3
| | | (bzr r15142.1.31)
* Fix angle constrain, thanks to vlada, Mc and LiamWJabier Arraiza Cenoz2016-11-011-1/+1
| | | (bzr r15142.1.29)
* Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-011-85/+154
|\ | | | | (bzr r15142.1.28)
* | Some bug fixes and improvementsJabier Arraiza Cenoz2016-10-251-4/+0
| | | | | | (bzr r15142.1.25)
* | Add right click rotation panning, some fixesJabier Arraiza Cenoz2016-10-231-1/+14
| | | | | | (bzr r15142.1.23)
* | Add right click rotation panningJabier Arraiza Cenoz2016-10-231-6/+5
| | | | | | (bzr r15142.1.22)
* | Add doc rotate with panningJabier Arraiza Cenoz2016-10-231-398/+395
|\| | | | | (bzr r15142.1.21)
* | Add right click attemptJabier Arraiza Cenoz2016-10-231-90/+126
| | | | | | (bzr r15142.1.20)
* | Working with rotate previewJabier Arraiza Cenoz2016-10-191-2/+0
|/ | | (bzr r15142.1.15)
* Merged trunkAdrian Boguszewski2016-08-091-22/+0
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-22/+0
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-16/+0
| | | | | | | | | (bzr r15023.2.8)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-6/+0
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-9/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+9
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+1
| |/ | | | | (bzr r15025)
* | Merged trunkAdrian Boguszewski2016-07-221-3/+2
|\| | | | | (bzr r14954.1.26)
| * Fixed null when selection contains more than one itemAdrian Boguszewski2016-07-221-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1591390 (bzr r15018)
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+3
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Enabled using the context menu key additionally to the already working ↵h-h-h2016-06-101-0/+5
| | | | | Shift+F10 key combination to show the context menu ("tool-base.cpp") (bzr r14971.1.1)
* 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)