aboutsummaryrefslogtreecommitdiff
path: root/gui/themebrowser.cpp
AgeCommit message (Expand)Author
2018-01-27GUI: Remove Dialog::markAsDirty to expose full GUI redrawsBastien Bouclet
2018-01-27GUI: Implement dirty-checking for widget redrawsBastien Bouclet
2016-10-30GUI: Only change theme when applying new optionsThierry Crozat
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-16GUI: Push down some header (inter)dependenciesMax Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-26Theme selection dialog now automatically selects the currently active theme. ...Vicent Marti
2009-01-02- Moved theme listing code from GuiManager to ThemeEngineJohannes Schickel
2009-01-02- Fixed --gui-theme command line descriptionJohannes Schickel
2009-01-02- Added support selection of themes via a basename again (This should fix bug...Johannes Schickel
2008-12-27Renamed some stuffMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-21GUI: Simplify ThemeBrowser codeMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-08Pushing down some header depsMax Horn
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-02Fix for bug #2142743: Assertion on clicking "Theme" in OptionsMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30- Removed unneeded calls to addDefaultDir() when loading themes.Vicent Marti
2008-09-30Fix ThemeBrowser to use FSNodes, not getPath()Max Horn
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-18Misc GFX fixes.Vicent Marti
2008-08-16Added support for loading uncompressed/unpackaged themes.Vicent Marti
2008-08-14Added Classic Theme - WIP (yes, it's working).Vicent Marti
2008-08-13Finished theme loading support.Vicent Marti
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-08-09Finished support for theme loading.Vicent Marti
2008-01-05Converted some spaces to tabs.Torbjörn Andersson
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the m...David Corrales
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-26Merged the fs branch with trunk. r26472:26948David Corrales
2006-11-08The theme browser will now search through the bundle resource directory on OS...Oystein Eftevaag
2006-10-08Adding a 'name' field to the theme config which is used for nice theme names ...Johannes Schickel
2006-10-08Fixed compile.Johannes Schickel
2006-10-08- reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin cla...Johannes Schickel
2006-10-08Added a comment about how the theme browser finds the themes.Johannes Schickel
2006-10-08- Forcing 'classic' as the builtin classic theme (which means it ignores the ...Johannes Schickel
2006-10-08- Added dialog for selecting the theme to useJohannes Schickel