aboutsummaryrefslogtreecommitdiff
path: root/gui/themebrowser.cpp
AgeCommit message (Collapse)Author
2008-01-05Converted some spaces to tabs.Torbjörn Andersson
svn-id: r30225
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the ↵David Corrales
much richer combinations possible with the new operations (exists, isReadable and isWritable). The work on the Common::File class is far from complete. Only the necessary was updated. svn-id: r27473
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵David Corrales
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
svn-id: r27032
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-26Merged the fs branch with trunk. r26472:26948David Corrales
svn-id: r26949
2006-11-08The theme browser will now search through the bundle resource directory on ↵Oystein Eftevaag
OS X, fixing bug [ 1592294 ] MACOSX: Cannot Switch Back to Modern Theme svn-id: r24658
2006-10-08Adding a 'name' field to the theme config which is used for nice theme names ↵Johannes Schickel
in the theme browser. svn-id: r24229
2006-10-08Fixed compile.Johannes Schickel
svn-id: r24227
2006-10-08- reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin ↵Johannes Schickel
classic theme and classic uses the classic.ini file - save the chosen theme now svn-id: r24222
2006-10-08Added a comment about how the theme browser finds the themes.Johannes Schickel
svn-id: r24218
2006-10-08- Forcing 'classic' as the builtin classic theme (which means it ignores the ↵Johannes Schickel
classic.ini atm) svn-id: r24216
2006-10-08- Added dialog for selecting the theme to useJohannes Schickel
- Added runtime theme switching svn-id: r24213