scummvm/gui
Max Horn 25f2aafd7a added language/platform popup
svn-id: r11143
2003-11-05 00:59:03 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
about.cpp lec don't have copyright on all the SCUMM games, add broken sword while here. Maybe we should just say something like all copyrights and trademarks are owned by their respective owners instead of having this list and stick a bit about the GPL in that the TODO mentioned? 2003-11-04 03:31:50 +00:00
about.h turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
browser.cpp turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
browser.h turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
chooser.cpp cleanup 2003-11-03 23:14:21 +00:00
chooser.h cleanup 2003-11-03 23:14:21 +00:00
console.cpp turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
console.h turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
dialog.cpp removed PushButtonWidget 2003-11-03 23:33:40 +00:00
dialog.h removed PushButtonWidget 2003-11-03 23:33:40 +00:00
EditTextWidget.cpp modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now) 2003-11-04 22:00:36 +00:00
EditTextWidget.h introduced common base class GuiObject for Dialog/Widget -> step towards making it possible to nest widgets (needed for TabWidget) 2003-11-02 14:50:53 +00:00
launcher.cpp added language/platform popup 2003-11-05 00:59:03 +00:00
launcher.h turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
ListWidget.cpp make coordinate calculation based on position of parent -> needed for nested widgets 2003-11-02 17:41:01 +00:00
ListWidget.h added NumberingMode enum type 2003-11-03 20:13:04 +00:00
message.cpp introduced common base class GuiObject for Dialog/Widget -> step towards making it possible to nest widgets (needed for TabWidget) 2003-11-02 14:50:53 +00:00
message.h turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
module.mk added initial TabWidget stub (if you want to try it, I added some testing code to launcher.cpp which you just have to un-#if). This is not yet finished, obviously, but enough to 'get the idea', I hope 2003-11-02 19:11:03 +00:00
newgui.cpp modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now) 2003-11-04 22:00:36 +00:00
newgui.h modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now) 2003-11-04 22:00:36 +00:00
object.h more changes to allow widget nesting to fully work 2003-11-02 22:31:20 +00:00
options.cpp modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now) 2003-11-04 22:00:36 +00:00
options.h introduced common base class GuiObject for Dialog/Widget -> step towards making it possible to nest widgets (needed for TabWidget) 2003-11-02 14:50:53 +00:00
PopUpWidget.cpp tiny position tweaks 2003-11-03 01:04:55 +00:00
PopUpWidget.h make it possible to query the tag of the selected item 2003-11-05 00:58:42 +00:00
ScrollBarWidget.cpp alternate scroll bar look 2003-11-03 01:32:26 +00:00
ScrollBarWidget.h introduced common base class GuiObject for Dialog/Widget -> step towards making it possible to nest widgets (needed for TabWidget) 2003-11-02 14:50:53 +00:00
TabWidget.cpp Fixed compile error under codewarrior for PalmOS 2003-11-03 14:55:36 +00:00
TabWidget.h more changes to allow widget nesting to fully work 2003-11-02 22:31:20 +00:00
widget.cpp removed PushButtonWidget 2003-11-03 23:33:40 +00:00
widget.h removed PushButtonWidget 2003-11-03 23:33:40 +00:00