| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove duplicated build checks. | Elliott Sales de Andrade | 2017-06-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB). | ||||
| * | remove unnecessary include, that is causing troubles (it is doing a bad ↵ | Johan B. C. Engelen | 2014-05-12 | 1 | -1/+0 |
| | | | | | | #define in MinGW) (bzr r13363) | ||||
| * | cppcheck: initialization / warning cleanup | Kris De Gussem | 2011-11-10 | 1 | -3/+7 |
| | | | | (bzr r10736) | ||||
| * | Documentation update pass. | Jon A. Cruz | 2011-10-23 | 1 | -4/+0 |
| | | | | (bzr r10692) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Fix i18n macro include. | Jon A. Cruz | 2011-06-16 | 1 | -0/+1 |
| | | | | (bzr r10309) | ||||
| * | Fix Bug #447385 - Drag'n'drop from swatches doesn't always work | Adonis Papaderos | 2010-11-25 | 1 | -18/+7 |
| | | | | (bzr r9917.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 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) | ||||
| * | Build fix for GCC 3.4.4 (added include for stdio.h) | Josh Andler | 2009-05-01 | 1 | -0/+1 |
| | | | | (bzr r7807) | ||||
| * | Renamed ColorDef to PaintDef to prep for expanded functionality. | Jon A. Cruz | 2009-03-20 | 1 | -0/+328 |
| (bzr r7528) | |||||
