scummvm/gui
Johannes Schickel 5b03ba04d7 GRAPHICS: Allow client code to specify TTF render mode.
This allows clients to use the default FreeType2 render mode instead of light.
We really only use light as default because that's what looks best with the
font we use in our GUI right now (which is the same reason why formerly light
was always used in non-monochrome mode).
2014-06-09 01:04:47 +02:00
..
themes GUI: Recreate default theme. 2014-06-05 03:36:40 +02:00
widgets GUI: Tab cycling handles multiple themes. 2014-04-06 19:58:56 -05:00
about.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
about.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
Actions.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
Actions.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
browser_osx.mm GUI: Fix the spelling of some variable/class names 2013-05-26 15:52:31 -04:00
browser.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
browser.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
chooser.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
chooser.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
console.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
console.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
credits.h CREDITS: Update for Voyeur- and MADS-changes 2014-05-28 23:18:17 +02:00
debugger.cpp GUI: Allow any cased version of 'all' to toggle all debug flags. 2014-06-05 16:40:42 +02:00
debugger.h ALL: Introduce typesafe Debugger::registerVar functions. 2014-05-27 02:04:08 +02:00
dialog.cpp GUI: Add Tab cycling to TabWidget 2014-04-01 07:28:48 -05:00
dialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
editrecorddialog.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
editrecorddialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
error.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
error.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
EventRecorder.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
EventRecorder.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
fluidsynth-dialog.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
fluidsynth-dialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
gui-manager.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
gui-manager.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
Key.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
Key.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
KeysDialog.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
KeysDialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
launcher.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
launcher.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
massadd.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
massadd.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
message.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
message.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
module.mk RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
object.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
object.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
onscreendialog.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
onscreendialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
options.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
options.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
predictivedialog.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
predictivedialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
recorderdialog.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
recorderdialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
saveload-dialog.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
saveload-dialog.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
saveload.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
saveload.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
themebrowser.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
themebrowser.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
ThemeEngine.cpp GRAPHICS: Allow client code to specify TTF render mode. 2014-06-09 01:04:47 +02:00
ThemeEngine.h GRAPHICS: Added changes and improved code from inisider/scummvm (partial text) 2013-08-16 20:54:08 +02:00
ThemeEval.cpp
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp GUI: Plug memory leak. CID 1003572 2013-04-24 01:19:03 +03:00
ThemeParser.h
Tooltip.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
Tooltip.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
widget.cpp GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
widget.h GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00