scummvm/gui
Johannes Schickel 73174eb8ef Little more cleanup.
svn-id: r34497
2008-09-11 20:34:46 +00:00
..
themes Added 'delete' button to the launcher's load dialog, implementation for deleting a savegame to come 2008-08-14 03:50:48 +00:00
about.cpp Updated some copyright strings to 2001-2008 2008-09-05 22:14:43 +00:00
about.h Changed GUI system to use Common::KeyState state 2007-06-30 12:26:59 +00:00
Actions.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
Actions.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
browser.cpp Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
browser.h Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
chooser.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
chooser.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
console.cpp Changed all delete [] usages to delete[]. 2008-05-07 14:31:45 +00:00
console.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
credits.h Added Chris to credits 2008-09-05 22:16:29 +00:00
debugger.cpp Cleaned up engine debug level code. 2008-05-20 16:37:32 +00:00
debugger.h - moved kyra functor code to common/func.h 2008-04-20 15:47:11 +00:00
dialog.cpp - made Widget::_flags private 2007-11-04 03:38:30 +00:00
dialog.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
editable.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
editable.h Changed GUI system to use Common::KeyState state 2007-06-30 12:26:59 +00:00
EditTextWidget.cpp - made Widget::_flags private 2007-11-04 03:38:30 +00:00
EditTextWidget.h - made Widget::_flags private 2007-11-04 03:38:30 +00:00
eval.cpp - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has fundamently changed in g++ 4.3 2008-06-04 17:20:25 +00:00
eval.h No need to specify CaseSensitiveString_Hash explicitly anymore 2008-06-11 06:00:56 +00:00
Key.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
Key.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
KeysDialog.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
KeysDialog.h Changed GUI system to use Common::KeyState state 2007-06-30 12:26:59 +00:00
launcher.cpp Little more cleanup. 2008-09-11 20:34:46 +00:00
launcher.h - Moved delete confirm dialog to SaveLoadChooser, allows the user to check which save he was trying to delete 2008-09-11 20:20:02 +00:00
ListWidget.cpp Changed all delete [] usages to delete[]. 2008-05-07 14:31:45 +00:00
ListWidget.h Add ListWidget version with immediate parameters. 2008-01-30 22:51:21 +00:00
massadd.cpp Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
massadd.h Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
message.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
message.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
module.mk Removed trailing spaces. 2008-01-27 19:47:41 +00:00
newgui.cpp Fixed copy&paste error when checking y and h of a widget on layout change. 2008-09-02 13:16:51 +00:00
newgui.h Patch #1926787: small memory leak and cleanup 2008-03-27 11:06:29 +00:00
object.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
object.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
options.cpp Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
options.h Added the option to specify the custom path for loading plugins 2008-05-09 01:58:12 +00:00
PopUpWidget.cpp - made Widget::_flags private 2007-11-04 03:38:30 +00:00
PopUpWidget.h - made Widget::_flags private 2007-11-04 03:38:30 +00:00
ScrollBarWidget.cpp - made Widget::_flags private 2007-11-04 03:38:30 +00:00
ScrollBarWidget.h - made Widget::_flags private 2007-11-04 03:38:30 +00:00
TabWidget.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
TabWidget.h - made Widget::_flags private 2007-11-04 03:38:30 +00:00
theme-config.cpp Added ScummVM Title and version info to GMM 2008-08-17 02:02:22 +00:00
theme.cpp Added simple ZipArchive class, and changed some GUI code to use it, instead of the ugly C API to the unzip code 2008-09-05 22:12:46 +00:00
theme.h Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
themebrowser.cpp Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
themebrowser.h Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
ThemeClassic.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
ThemeClassic.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
ThemeModern.cpp Changed all delete [] usages to delete[]. 2008-05-07 14:31:45 +00:00
ThemeModern.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
widget.cpp - made Widget::_flags private 2007-11-04 03:38:30 +00:00
widget.h Cleanup. 2008-01-09 21:15:34 +00:00