scummvm/gui
Johannes Schickel 60f19a0f2c Fixes slider drawing.
svn-id: r22918
2006-06-04 17:41:49 +00:00
..
themes Fix About dialog in PSP theme 2006-05-30 18:55:41 +00:00
about.cpp add fixme about scrolling in about dialog 2006-05-27 14:41:15 +00:00
about.h Started to prepare the gui for runtime resolution switches. 2006-04-19 01:05:28 +00:00
Actions.cpp Use SetInt to set the Keymapping version, instead of Set. 2006-04-21 20:51:29 +00:00
Actions.h Use full path in #include guard, to avoid name clashes; also, to declare constants, enum is preferred over #define (causes less hard-to-debug errors) 2006-06-03 15:01:37 +00:00
browser.cpp Major GUI update: 2006-05-27 05:46:04 +00:00
browser.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
chooser.cpp o Move built-in evaluator constants to AssocArray to speed it up 2006-03-24 01:24:26 +00:00
chooser.h Converted last dialogs to new scheme. Now it seems to be everything. Please, 2006-03-09 05:18:00 +00:00
console.cpp Major GUI update: 2006-05-27 05:46:04 +00:00
console.h Major GUI update: 2006-05-27 05:46:04 +00:00
credits.h I completely forgot to gredit Laurent Blume for Solaris x86 build which we 2006-06-03 18:23:36 +00:00
dialog.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
dialog.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
editable.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
editable.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
EditTextWidget.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
EditTextWidget.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
eval.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
eval.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
Key.cpp changed path in include to use 'common' to conform rest part of code 2006-02-12 14:05:47 +00:00
Key.h Use full path in #include guard, to avoid name clashes; also, to declare constants, enum is preferred over #define (causes less hard-to-debug errors) 2006-06-03 15:01:37 +00:00
KeysDialog.cpp o Move built-in evaluator constants to AssocArray to speed it up 2006-03-24 01:24:26 +00:00
KeysDialog.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
launcher.cpp Re-align the launcher version string when the screen changes. It could be 2006-06-03 22:00:20 +00:00
launcher.h Turned the last remaining few GameDetector methods into static methods 2006-05-04 22:52:18 +00:00
ListWidget.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
ListWidget.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
message.cpp More cleanup. We shouldn't need these widget size parameters either. 2006-05-31 12:27:05 +00:00
message.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
module.mk Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) to a minimum 2006-03-24 14:15:45 +00:00
newgui.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
newgui.h When the screen changes, redraw all dialogs *immediately* rather than waiting 2006-06-03 10:48:37 +00:00
object.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
options.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
options.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
PopUpWidget.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
PopUpWidget.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
ScrollBarWidget.cpp Major GUI update: 2006-05-27 05:46:04 +00:00
ScrollBarWidget.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
TabWidget.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
TabWidget.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
theme-config.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
theme.cpp Fixed broken svn:keywords values 2006-04-16 13:01:41 +00:00
theme.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
ThemeClassic.cpp Introduces special switch for GraphicsWidget for use of theme transparency again. 2006-05-29 14:55:43 +00:00
ThemeNew.cpp *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00
widget.cpp Fixes slider drawing. 2006-06-04 17:41:49 +00:00
widget.h *Loads* of Common::String related optimizations. Woa, *tons* of methods were copying strings needlessly 2006-06-03 13:33:39 +00:00