| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove deprecated gtk_adjustment_changed() call | Karl Cheng | 2019-06-16 | 1 | -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 reverse | Nathan Lee | 2019-05-26 | 1 | -2/+4 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/224 | ||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 1 | -1/+1 |
| | | |||||
| * | GradientToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -267/+195 |
| | | |||||
| * | Tidy up toolbox code | Alexander Valavanis | 2019-01-22 | 1 | -2/+1 |
| | | |||||
| * | Cleanup unused toolbar code | Alexander Valavanis | 2019-01-21 | 1 | -2/+0 |
| | | |||||
| * | derive all toolbars from Inkscape::Toolbar | Alexander Valavanis | 2019-01-19 | 1 | -645/+626 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -6/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 macros | Eduard Braun | 2018-10-01 | 1 | -1/+0 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -24/+24 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Move toolbars to ui/toolbar | Alexander Valavanis | 2018-06-17 | 1 | -0/+1274 |
