| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 1 | -1/+2 | |
| This avoids having to pass variables by reference before copying them when calling a constructor. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-03-12 | Use upward pointing arrow cursor in InkSpinScale | Eduard Braun | 1 | -1/+1 | |
| Downward pointing cursors are confusing. Also this restores consistency with the replaced GimpSpinScale. | |||||
| 2018-03-12 | Allow to constrain InkSpinScale slider values by pressing Ctrl key | Eduard Braun | 1 | -4/+24 | |
| Some common and useful step intervals are hardcoded. | |||||
| 2017-12-19 | Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget. | Tavmjong Bah | 1 | -40/+55 | |
| The Gtk::Scale is more likely to produce a satisfactory result independent of theme. | |||||
| 2017-12-18 | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 1 | -0/+245 | |
