index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
themebrowser.cpp
Age
Commit message (
Expand
)
Author
2016-10-30
GUI: Only change theme when applying new options
Thierry Crozat
2014-02-18
GUI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-16
GUI: Push down some header (inter)dependencies
Max Horn
2010-11-16
GUI: Move major widgets to new directory gui/widgets
Max Horn
2010-06-15
GUI: Implement tooltips. FR #2821513.
Eugene Sandulenko
2010-06-15
GUI: Added in-place hotkeys for widgets.
Eugene Sandulenko
2010-06-15
Implement translation support for ScummVM GUI.
Eugene Sandulenko
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-26
Theme selection dialog now automatically selects the currently active theme. ...
Vicent Marti
2009-01-02
- Moved theme listing code from GuiManager to ThemeEngine
Johannes Schickel
2009-01-02
- Fixed --gui-theme command line description
Johannes Schickel
2009-01-02
- Added support selection of themes via a basename again (This should fix bug...
Johannes Schickel
2008-12-27
Renamed some stuff
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-11-21
GUI: Simplify ThemeBrowser code
Max Horn
2008-11-10
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Vicent Marti
2008-11-08
Pushing down some header deps
Max Horn
2008-10-05
Merged several revisions from SVNMerge.
Vicent Marti
2008-10-02
Fix for bug #2142743: Assertion on clicking "Theme" in Options
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-30
- Removed unneeded calls to addDefaultDir() when loading themes.
Vicent Marti
2008-09-30
Fix ThemeBrowser to use FSNodes, not getPath()
Max Horn
2008-09-20
- Merged the new RTL changes into the branch.
Vicent Marti
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-08-18
Misc GFX fixes.
Vicent Marti
2008-08-16
Added support for loading uncompressed/unpackaged themes.
Vicent Marti
2008-08-14
Added Classic Theme - WIP (yes, it's working).
Vicent Marti
2008-08-13
Finished theme loading support.
Vicent Marti
2008-08-13
Finished legacy API cleanup. Removed all legacy code.
Vicent Marti
2008-08-09
Finished support for theme loading.
Vicent Marti
2008-01-05
Converted some spaces to tabs.
Torbjörn Andersson
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-16
Removed the isValid operation from the FilesystemNode class in favor of the m...
David Corrales
2007-06-05
Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...
David Corrales
2007-05-31
Merged the fs branch with trunk. r26949:27031
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-26
Merged the fs branch with trunk. r26472:26948
David Corrales
2006-11-08
The theme browser will now search through the bundle resource directory on OS...
Oystein Eftevaag
2006-10-08
Adding a 'name' field to the theme config which is used for nice theme names ...
Johannes Schickel
2006-10-08
Fixed compile.
Johannes Schickel
2006-10-08
- reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin cla...
Johannes Schickel
2006-10-08
Added 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 use
Johannes Schickel