summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/select-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-281-1/+0
|
* Restore select toolbar lock buttonNathan Lee2019-04-151-0/+1
| | | | | | | | | Connection to other code (e.g. drag selection, pasting width) restored (dropped in GtkAction migration). Fixes https://gitlab.com/inkscape/inkscape/issues/161 Fixes https://gitlab.com/inkscape/inkscape/issues/173
* UnitTracker: Create tool item without using GtkActionAlexander Valavanis2019-02-031-3/+3
|
* clang-tidy recent changesAlexander Valavanis2019-02-011-2/+2
|
* SelectToolbar: cleanup unusedAlexander Valavanis2019-01-241-17/+3
|
* SelectToolbar: GtkAction migrationAlexander Valavanis2019-01-221-295/+226
|
* Tidy memory management in toolbarsAlexander Valavanis2019-01-221-9/+4
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-6/+4
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-8/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-306/+301
|
* modernize loopsMarc Jeanmougin2019-01-021-14/+12
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-0/+616