summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/mesh-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* MeshToolbar: GtkAction migrationAlexander Valavanis2019-02-101-262/+192
|
* Tidy up toolbox utilitiesAlexander Valavanis2019-01-221-0/+6
|
* NodeToolbar: Fix initialisationAlexander Valavanis2019-01-221-11/+3
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-2/+2
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-4/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-218/+245
|
* run clang tidy modernize passMarc Jeanmougin2019-01-021-6/+6
|
* modernize loopsMarc Jeanmougin2019-01-021-9/+9
|
* 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 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* 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/+668