summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-021-5/+5
* clang-tidy recent changesAlexander Valavanis2019-02-011-2/+3
* ArcToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
* EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-291-5/+5
* Box3DToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
* SpiralToolbar: GtkAction migrationAlexander Valavanis2019-01-271-1/+1
* Toolbars: Fix alt+x focus switchingAlexander Valavanis2019-01-272-2/+2
* Fix inverted up/down when moving last point placed by pen toolWizardOhio242019-01-251-0/+2
* modernize loopsMarc Jeanmougin2019-01-028-65/+51
* SPDesktopWidget: Migrate ruler events to sigc++Alexander Valavanis2018-12-281-2/+2
* Add preference for using SVG 2 text in a shape (GUI to come).Tavmjong Bah2018-12-191-1/+1
* Add ability to create SVG 2 text:Tavmjong Bah2018-12-181-11/+82
* desktop-widget: Make canvas privateAlexander Valavanis2018-12-061-2/+2
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-0316-22/+18
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-031-1/+1
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-251-32/+6
* Clarify licensesMax Gaukler2018-11-0850-55/+125
* Remove into filtered groupsJabier Arraiza2018-11-051-1/+1
* Fix related bug on eraserJabier Arraiza2018-11-051-1/+1
* Improvemets to find itemsJabier Arraiza2018-11-051-1/+1
* Merge branch 'fix-knot-selection' of gitlab.com:ao2/inkscapeMarc Jeanmougin2018-11-041-4/+4
|\
| * ToolBase::root_handler: fix keyboard movement for KEY_Up and KEY_Down eventsAntonio Ospite2018-11-011-4/+4
* | Minor yaxis fix for meassure toolJabier Arraiza2018-11-031-1/+5
|/
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
* Improve Meassure tool by a sugestion from Maren: https://chat.inkscape.org/ch...Jabiertxof2018-10-081-4/+4
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-071-1/+1
|\
| * Misc. typosluz.paz2018-10-061-1/+1
* | Fix dot size for calligraphyMarc Jeanmougin2018-10-071-1/+1
* | Fix warning object!=nullptrMarc Jeanmougin2018-10-061-1/+1
|/
* Removal of code but breaks gradientsMartin Owens2018-10-051-5/+5
* Move macros.h and remove unneeded macrosEduard Braun2018-10-0119-19/+26
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0112-44/+1
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
* adjust GDK_SCROLL_SMOOTH for MacBook TrackpadThomas Holder2018-09-211-1/+21
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-12/+12
|\
| * Requested revisions + more typos and grammar fixesluz.paz2018-09-111-12/+12
| * Misc. typosluz.paz2018-09-111-1/+1
* | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not up...Jabiertxof2018-09-132-3/+12
* | Fix horizontal scrolling direction when using smooth scrollingEduard Braun2018-09-131-1/+1
* | New option to invert y-axisThomas Holder2018-09-127-14/+31
* | Support smooth scrolling (part 2)Eduard Braun2018-09-112-2/+4
* | Support smooth scrolling (part 1)Eduard Braun2018-09-111-5/+31
|/
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-2122-48/+48
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-193-12/+12
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-183-3/+3
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-185-18/+18
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-188-8/+8
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-183-6/+3
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1828-491/+491