| 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-09-24 | Remove #include "config.h" from header files where possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -9/+9 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2016-07-28 | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 1 | -13/+0 | |
| (bzr r15023.2.6) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -1/+2 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2014-10-08 | Fix gtk3 build at risk of breaking windows build | Liam P. White | 1 | -2/+2 | |
| (bzr r13341.1.262) | |||||
| 2014-09-30 | change header include order to fix win64 build | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r13341.1.235) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -28/+18 | |
| (bzr r13341.5.16) | |||||
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 1 | -0/+2 | |
| has it. (bzr r12353) | |||||
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 1 | -0/+2 | |
| versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| 2012-06-09 | Fix remaining size_request issues for Gtk+ build | Alex Valavanis | 1 | -4/+12 | |
| (bzr r11475) | |||||
| 2012-05-21 | GTK+ 3 changes for cell-renderers | Alex Valavanis | 1 | -1/+12 | |
| (bzr r11392) | |||||
| 2012-04-28 | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 1 | -0/+1 | |
| (bzr r11304) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -1/+1 | |
| fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| 2008-07-21 | cleanup includes | Johan B. C. Engelen | 1 | -11/+1 | |
| (bzr r6385) | |||||
| 2008-07-21 | fix includes a bit for imagetoggler | Johan B. C. Engelen | 1 | -7/+1 | |
| (bzr r6384) | |||||
| 2008-07-20 | extract ImageToggler from layers dialog | Johan B. C. Engelen | 1 | -0/+102 | |
| (bzr r6377) | |||||
