| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-28 | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 1 | -269/+0 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -8/+4 | |
| 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 | -7/+7 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -7/+7 | |
| 2018-02-04 | Convert UnitTracker to use ink-select-one-action. | Tavmjong Bah | 1 | -2/+12 | |
| Additional code clean up. | |||||
| 2018-01-22 | Add pixmap and data (pointer) members to column. | Tavmjong Bah | 1 | -1/+7 | |
| 2018-01-10 | Add option for label with ComboBox in InkSelectOneAction. | Tavmjong Bah | 1 | -9/+9 | |
| 2018-01-08 | onvert eraser and calligraphy tools to use ink-select-one-action. | Tavmjong Bah | 1 | -0/+7 | |
| 2017-12-24 | Bug fixes for radio action mode. | Tavmjong Bah | 1 | -5/+14 | |
| 2017-07-24 | Add C++ based Gtk::Action for choosing one item out of many. | Tavmjong Bah | 1 | -0/+239 | |
| Options: Show icons and/or labels. Use combbox or radio buttons. Replacement for C based ege-select-one-action. Update text toolbar to use this class, allowing bar to be narrower. | |||||
