summaryrefslogtreecommitdiffstats
path: root/src/resource-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-2/+2
| | | | | they are not used elsewhere. (bzr r11735)
* Header cleaningAlex Valavanis2012-02-121-0/+3
| | | (bzr r10963)
* Fix fallback to MRU locations.Jon A. Cruz2011-05-111-20/+36
| | | (bzr r10207)
* Convert fixed paths to relative, including ..Jon A. Cruz2011-05-101-0/+75
| | | (bzr r10205)
* Added simple usage of most recent file locations.Jon A. Cruz2011-05-101-4/+40
| | | (bzr r10204)
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+272
(bzr r10198)