scummvm/gui
Thierry Crozat ad24be827c I18N: Update German translation in trunk
svn-id: r52982
2010-10-02 21:36:47 +00:00
..
themes I18N: Update German translation in trunk 2010-10-02 21:36:47 +00:00
about.cpp GUI: Add and improve some messages to translate 2010-06-26 15:48:03 +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 i18n: Add lowres context in a few places. 2010-09-12 11:43:51 +00:00
browser.h
chooser.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +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 Remove PalmOS port 2010-07-17 18:41:38 +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 CREDITS: Fix typo 2010-09-07 17:45:36 +00:00
debugger.cpp Fixing compilation with MSVC 2010-07-17 19:11:59 +00:00
debugger.h DEBUGGER: Simplify how our console debugger works / is used 2010-07-17 18:38:42 +00:00
dialog.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
dialog.h GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
editable.cpp GUI: Fix caret undrawing. (Regression from r48551) 2010-09-14 00:15:20 +00:00
editable.h GUI: Fix caret undrawing. (Regression from r48551) 2010-09-14 00:15:20 +00:00
EditTextWidget.cpp GUI: Fix caret undrawing. (Regression from r48551) 2010-09-14 00:15:20 +00:00
EditTextWidget.h GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
error.cpp Implement translation support for ScummVM GUI. 2010-06-15 10:44:51 +00:00
error.h Rest of patch #2982224: GSoC: Added unit test and unified error message display 2010-04-11 19:04:02 +00:00
GuiManager.cpp GUI: Partial fix to bug #3075649 Fonts not found with buit-in theme 2010-09-25 22:47:00 +00:00
GuiManager.h GUI: Fix tooltip drawing 2010-07-23 19:36:47 +00:00
Key.cpp
Key.h
KeysDialog.cpp Yet another WinCE fix 2010-06-15 20:01:31 +00:00
KeysDialog.h I18N: Add translation for wince specific titles for key mapping dialog 2010-09-30 18:09:01 +00:00
launcher.cpp I18N: Add lowres context for one string. 2010-09-19 17:50:21 +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 GUI: Fix caret undrawing. (Regression from r48551) 2010-09-14 00:15:20 +00:00
ListWidget.h GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
massadd.cpp Fix g++ warning "format not a string literal and no format arguments". 2010-06-15 23:45:13 +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 GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
message.h
module.mk GUI: Fix tooltip drawing 2010-07-23 19:36:47 +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 GUI: Fix bug #3075649 (Fonts not found with built-in theme) 2010-10-01 21:41:40 +00:00
options.h GUI: Fix bug #3027772 by adding MT-32 tab 2010-07-24 22:29:17 +00:00
PopUpWidget.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
PopUpWidget.h GUI: Implemented Languages as GUI options. 2010-06-15 10:57:28 +00:00
saveload.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +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 GUI: Add auto-repeater to scrollbar arrows. 2010-06-15 10:52:52 +00:00
ScrollBarWidget.h GUI: Add auto-repeater to scrollbar arrows. 2010-06-15 10:52:52 +00:00
TabWidget.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
TabWidget.h GUI: Implement FR #2821514. 2010-06-15 10:50:28 +00:00
themebrowser.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +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 GUI: Replace GUI_ENABLE_BUILTIN_THEME by DISABLE_GUI_BUILTIN_THEME 2010-09-28 20:31:17 +00:00
ThemeEngine.h GUI: Remove dead code. 2010-09-14 00:34:12 +00:00
ThemeEval.cpp Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). 2010-03-20 12:56:56 +00:00
ThemeEval.h ALL: Fixup some #define names 2010-09-28 20:30:50 +00:00
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp Cleanup. 2010-07-16 03:14:58 +00:00
ThemeParser.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
Tooltip.cpp GUI: Fix tooltip drawing 2010-07-23 19:36:47 +00:00
Tooltip.h GUI: Fix tooltip drawing 2010-07-23 19:36:47 +00:00
widget.cpp fixed a typo with hotkeys in ButtonWidget 2010-08-07 12:13:12 +00:00
widget.h GUI: Fix tooltip drawing 2010-07-23 19:36:47 +00:00