summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/debug.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-6/+1
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-6/+1
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
|/ | | (bzr r15025)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+4
| | | (bzr r12181)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-1/+1
| | | | | christmas\!) (bzr r11986)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-4/+4
| | | (bzr r11737)
* Tidy up deprecated Gtkmm menu stuffAlex Valavanis2012-05-311-12/+2
| | | (bzr r11440)
* Gtkmm 3.0 fixes for debug dialogAlex Valavanis2012-05-301-0/+19
| | | (bzr r11438)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-1/+1
| | | (bzr r11304)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-061-1/+1
| | | (bzr r10946)
* add a cppcheck suppression for memleak that is not a memleakJohan B. C. Engelen2011-10-281-0/+2
| | | (bzr r10700)
* Doxygen cleanup.Jon A. Cruz2011-10-031-3/+4
| | | (bzr r10660)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Merge from fe-movedTed Gould2008-11-211-0/+252
(bzr r6891)