summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-18Selectively disable motion event compression for specific toolsPatrick Storz1-0/+2
2019-08-10Fixes to regresion pointed in RC about text and tooltipsJabier Arraiza1-3/+2
2019-07-31fix coding styleJabiertxof1-4/+3
2019-07-31Allow update mouse state when motionJabiertxof1-3/+1
2019-07-31Fix codding styleJabiertxof1-6/+6
2019-07-31Improvements to event tool handlerJabiertxof1-5/+6
2019-07-31Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object disapp...Jabiertxof1-1/+1
2019-02-01clang-tidy recent changesAlexander Valavanis1-2/+3
2018-12-03Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot1-3/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-06-12Make ToolBase::cursor use gdkmm and smart pointers.Emmanuel Gil Peyrot1-1/+2
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2017-10-05Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in someAndrey Mozzhuhin1-0/+1
2017-07-01working on knots selectionJabier Arraiza1-4/+6
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-4/+1
2017-06-23Improve and simplify shortcut handling.Eduard Braun1-1/+1
2015-07-24Make persistence of snap indicator configurable, and clean up the snapping ta...Diederik van Lierop1-1/+6
2014-10-05Move more UI code into ui/Liam P. White1-1/+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-43/+49
2014-03-09Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski1-1/+3
2014-03-05Derive ToolBase from sigc::trackable for easier slot management.Krzysztof Kosi??ski1-1/+4
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-0/+5
2014-02-26Added template functions as a casting-macro replacement.Markus Engel1-1/+23
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-2/+6
2014-01-21Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens1-1/+0
2014-01-20Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...Martin Owens1-1/+2
2014-01-19Try another fix for the undo when dragging bug #168695Martin Owens1-0/+1
2013-11-12Clean up some tool related things.Markus Engel1-24/+9
2013-11-09Moved and renamed some tool-related files.Markus Engel1-0/+0
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-29/+38
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-2/+2
2013-07-30Further refactoring of EventContexts.Markus Engel1-9/+12
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-24/+18
2013-04-21More cleaning.Markus Engel1-2/+10
2013-04-21Cleaned up a bit.Markus Engel1-11/+7
2013-04-20Merging of EventContext classes complete.Markus Engel1-37/+3
2013-04-20Further changes to EventContexts; they work without GObjectMarkus Engel1-3/+25
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-2/+9
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-1/+1
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-7/+8
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-1/+23
2013-03-19Fixing regressionjtx1-1/+1