.. |
themes
|
Updated the modern theme logo with a darker shadow
|
2009-10-11 22:26:03 +00:00 |
about.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
about.h
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
Actions.cpp
|
|
|
Actions.h
|
|
|
browser_osx.mm
|
Using #include instead of #import to include some mac os x headers to avoid silly gcc warnings, that we'd otherwise have to remove -pedantic to get rid of
|
2009-12-26 17:18:18 +00:00 |
browser.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
browser.h
|
|
|
chooser.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
chooser.h
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
console.cpp
|
Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling
|
2010-02-21 04:04:13 +00:00 |
console.h
|
Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling
|
2010-02-21 04:04:13 +00:00 |
credits.h
|
Fix Rober Spalek & Hans-Joerg Frieden in the CPP resp. plain text versions of the credits
|
2010-02-10 17:08:07 +00:00 |
debugger.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
debugger.h
|
|
|
dialog.cpp
|
|
|
dialog.h
|
|
|
editable.cpp
|
GUI: Remove GuiObject::getMillis()
|
2010-03-11 23:41:28 +00:00 |
editable.h
|
Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling
|
2010-02-21 04:04:13 +00:00 |
EditTextWidget.cpp
|
|
|
EditTextWidget.h
|
|
|
GuiManager.cpp
|
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
|
2010-03-13 21:55:49 +00:00 |
GuiManager.h
|
Fix from LordHoto for bug #2859401: GUI: GMM crashes when running in 320x200 and 320x240
|
2010-03-12 23:02:24 +00:00 |
Key.cpp
|
|
|
Key.h
|
|
|
KeysDialog.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
KeysDialog.h
|
|
|
launcher.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
launcher.h
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
ListWidget.cpp
|
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
|
2010-03-20 12:56:56 +00:00 |
ListWidget.h
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
massadd.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
massadd.h
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
message.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
message.h
|
|
|
module.mk
|
The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X
|
2009-12-26 13:35:57 +00:00 |
object.cpp
|
GUI: Make GuiObject::_name const, init all members in constructor
|
2010-03-18 15:04:15 +00:00 |
object.h
|
GUI: Make GuiObject::_name const, init all members in constructor
|
2010-03-18 15:04:15 +00:00 |
options.cpp
|
Fix options dialog's reflowLayout.
|
2009-08-16 05:38:03 +00:00 |
options.h
|
|
|
PopUpWidget.cpp
|
GUI: Remove GuiObject::getMillis()
|
2010-03-11 23:41:28 +00:00 |
PopUpWidget.h
|
Get rid of Common::String::emptyString, and also of some port specific hackery (getting rid of certain global C++ objs)
|
2009-12-30 23:01:36 +00:00 |
saveload.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
saveload.h
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
ScrollBarWidget.cpp
|
|
|
ScrollBarWidget.h
|
|
|
TabWidget.cpp
|
Added Ninteno DS specific hack, which takes care of tab button width problems. This actually is not a NDS specific problem, but so far the NDS seems to be the only backend, which has a custom (hardcoded) dialog, which makes problems with our theme layouts. Instead of r43423, which enabled auto width calculaction for tab buttons on all platforms, this commit limits this to the Nintendo DS backend. This takes care of possible layout changes, caused by the changes of the commit. I also added a comment with possible solutions to this problem.
|
2009-08-16 05:38:16 +00:00 |
TabWidget.h
|
Added TabWidget::getActiveTab()
|
2009-09-20 11:25:39 +00:00 |
themebrowser.cpp
|
COMMON: Move typedef StringList from str.h to new header str-array.h
|
2010-03-18 15:09:24 +00:00 |
themebrowser.h
|
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
|
2009-10-04 21:26:33 +00:00 |
ThemeEngine.cpp
|
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
|
2010-03-20 12:56:56 +00:00 |
ThemeEngine.h
|
Include font.h instead of fontman.h in places that don't need fontman :)
|
2009-12-09 16:46:14 +00:00 |
ThemeEval.cpp
|
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
|
2010-03-20 12:56:56 +00:00 |
ThemeEval.h
|
|
|
ThemeLayout.cpp
|
|
|
ThemeLayout.h
|
|
|
ThemeParser.cpp
|
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
|
2010-03-20 12:56:56 +00:00 |
ThemeParser.h
|
Rename 'font_color' attribute for 'text' draw step to 'text_color'.
|
2009-08-10 14:05:14 +00:00 |
widget.cpp
|
|
|
widget.h
|
cleanup
|
2010-03-11 23:40:40 +00:00 |