summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/gradient-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated gtk_adjustment_changed() callKarl Cheng2019-06-161-1/+0
| | | | | As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed().
* Fix gradient toolbar comboboxes and reverseNathan Lee2019-05-261-2/+4
| | | | https://gitlab.com/inkscape/inkscape/issues/224
* clang-tidy recent changesAlexander Valavanis2019-02-011-1/+1
|
* GradientToolbar: GtkAction migrationAlexander Valavanis2019-01-291-267/+195
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-2/+1
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-2/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-645/+626
|
* modernize loopsMarc Jeanmougin2019-01-021-6/+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
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-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-24/+24
| | | | | 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/+1274