summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/pencil-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for pressure pencilJabier Arraiza2019-07-191-2/+2
|
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-1/+1
|
* Fix translations and coding styleJabier Arraiza2019-07-191-25/+24
|
* Improvemets to power pencilJabiertxof2019-07-191-87/+108
|
* Fix maren pointed bugsJabiertxof2019-07-191-3/+3
|
* fixing coding styleJabier Arraiza2019-07-141-12/+9
|
* remove some comments and a warningJabier Arraiza2019-07-141-4/+1
|
* PoewePencil improvementsJabier Arraiza2019-07-141-44/+63
|
* Pre-Threading commentJabier Arraiza2019-07-141-3/+4
|
* Sync pen toolbar mode change with toolNathan Lee2019-06-171-0/+3
| | | | | | | Reverts a previous fix that did this but caused https://gitlab.com/inkscape/inkscape/issues/282 where the pen tool's green preview line vanished when deleting the last node with the pen tool.
* Regression fix: hide some toolbar icons on startupNathan Lee2019-05-131-44/+41
| | | | | | | Pencil toolbar also given some checks for gitlab.com/inkscape/inkscape/issues/92 Fixes gitlab.com/inkscape/inbox/issues/182
* Error handling for reading pencil preferencesNathan Lee2019-03-061-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/92
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-291/+218
|
* Tidy up toolbox utilitiesAlexander Valavanis2019-01-221-1/+0
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-3/+3
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-6/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-283/+322
|
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* 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-11/+11
| | | | | 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/+639