..
themes
Applied patches from bug report #1276480 , "GUI: Accented characters". This
2006-06-20 22:50:27 +00:00
about.cpp
Fix various typenames to comply to the ScummVM coding guidelines
2006-06-05 12:22:51 +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
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
2006-06-24 08:07:48 +00:00
browser.h
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
2006-06-24 08:07:48 +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
Applied patches from bug report #1276480 , "GUI: Accented characters". This
2006-06-20 22:50:27 +00:00
console.h
Major GUI update:
2006-05-27 05:46:04 +00:00
credits.h
Add Keith Scroggins to credits as Atari/FreeMiNT builder.
2006-06-24 22:44:51 +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
Fixed warning.
2006-06-21 00:18:56 +00:00
editable.h
Applied patches from bug report #1276480 , "GUI: Accented characters". This
2006-06-20 22:50:27 +00:00
EditTextWidget.cpp
Fix various typenames to comply to the ScummVM coding guidelines
2006-06-05 12:22:51 +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
Move whole theme ini file to evaluator. Next step is caching. Also now it is
2006-06-06 23:57:14 +00:00
eval.h
Move whole theme ini file to evaluator. Next step is caching. Also now it is
2006-06-06 23:57:14 +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
Return proper keynames for Symbian keymapping
2006-06-10 07:21:26 +00:00
KeysDialog.h
Change CVS keywords to SVN keywords
2006-02-11 10:08:56 +00:00
launcher.cpp
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
2006-06-24 08:07:48 +00:00
launcher.h
Turned the last remaining few GameDetector methods into static methods
2006-05-04 22:52:18 +00:00
ListWidget.cpp
listwidget: handle clicking outside of the list more gracefully
2006-06-24 13:21:46 +00:00
ListWidget.h
listwidget: handle clicking outside of the list more gracefully
2006-06-24 13:21:46 +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
* Renamed config.mak to config.mk
2006-06-24 08:48:11 +00:00
newgui.cpp
The top dialog can change during the event loop. In that case, flush all the
2006-06-16 06:26:26 +00:00
newgui.h
Fix various typenames to comply to the ScummVM coding guidelines
2006-06-05 12:22:51 +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
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
2006-06-24 08:07:48 +00:00
options.h
Patch #1336171 : "MIDI gain setting for FluidSynth" with slight modifications
2006-06-11 20:51:14 +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
Fix various typenames to comply to the ScummVM coding guidelines
2006-06-05 12:22:51 +00:00
ScrollBarWidget.h
Change CVS keywords to SVN keywords
2006-02-11 10:08:56 +00:00
TabWidget.cpp
- Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restored background (example: the tab scrolling buttons).
2006-06-15 14:25:59 +00:00
TabWidget.h
Fix drawing of tab widget. Now it matches mock-ups. Added tab scrolling.
2006-06-15 02:14:40 +00:00
theme-config.cpp
- Make tabs narrower so they all fit on screen. Now navigation buttons
2006-06-15 13:18:28 +00:00
theme.cpp
Fixed broken svn:keywords values
2006-04-16 13:01:41 +00:00
theme.h
- Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restored background (example: the tab scrolling buttons).
2006-06-15 14:25:59 +00:00
ThemeClassic.cpp
Reverting here too.
2006-06-21 22:30:33 +00:00
ThemeNew.cpp
Reverting here too.
2006-06-21 22:30:33 +00:00
widget.cpp
Since the slider's handleMouseMoved() clips the new value, there's no need to
2006-06-28 04:52:48 +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