| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Use Gtk orientable widgets | Alexander Valavanis | 2017-06-29 | 1 | -12/+8 |
| | | |||||
| * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -5/+0 |
| | | | | (bzr r15023.2.7) | ||||
| * | Migrate more widgets to Gtk::Grid | Alex Valavanis | 2014-08-23 | 1 | -3/+5 |
| | | | | (bzr r13341.1.169) | ||||
| * | Commit a merge to trunk, with probabal errors | Martin Owens | 2014-03-27 | 1 | -0/+7 |
| | | | | (bzr r11073.1.36) | ||||
| * | Renamed "arrangetab.h" to "arrange-tab.h" | Denis Declara | 2012-05-19 | 1 | -1/+1 |
| | | | | (bzr r11073.1.33) | ||||
| * | Renamed files to better match coding conventions | Denis Declara | 2012-05-09 | 1 | -0/+147 |
| (bzr r11073.1.31) | |||||
