summaryrefslogtreecommitdiffstats
path: root/src/dir-util.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-66/+0
2016-08-03Fix broken headersAlex Valavanis1-1/+1
(bzr r15035)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2015-05-06Changed return type to be consistent with other calls and to make header ↵Jon A. Cruz1-2/+2
stand-alone. (bzr r14112)
2014-09-27Update to experimental r13565Liam P. White1-3/+3
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-0/+1
(bzr r13090.1.108)
2014-09-07Fix std::stringLiam P. White1-0/+1
(bzr r13341.1.201)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-3/+2
GThread deprecation errors. (bzr r13341.1.190)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-2/+35
(bzr r10198)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-04-07functional noop: Change prepend_current_dir_if_relative to return the result ↵Peter Moulder1-1/+1
rather than taking a pointer to where to put the result. (Clarifies that the existing value isn't used.) (bzr r7653)