summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/arc-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Arc toolbar buttons (gitlab, inkscape#355)Nathan Lee2019-08-061-0/+4
|
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-10/+0
|
* Make display unit change roll out to toolbarsNathan Lee2019-04-301-1/+2
| | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208
* UnitTracker: Create tool item without using GtkActionAlexander Valavanis2019-02-031-3/+2
|
* ArcToolbar: GtkAction migrationAlexander Valavanis2019-01-291-156/+127
|
* EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+0
|
* Tidy up toolbox utilitiesAlexander Valavanis2019-01-221-0/+1
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-4/+4
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-10/+2
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-338/+331
|
* 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-21/+21
| | | | | 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/+614