.. |
.cvsignore
|
|
|
about.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 |
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
|
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.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 |
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
|
refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor)
|
2003-11-02 18:57:20 +00:00 |
dialog.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 |
EditTextWidget.cpp
|
make coordinate calculation based on position of parent -> needed for nested widgets
|
2003-11-02 17:41:01 +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 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 |
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
|
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.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
|
refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor)
|
2003-11-02 18:57:20 +00:00 |
newgui.h
|
refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor)
|
2003-11-02 18:57:20 +00:00 |
object.h
|
make coordinate calculation based on position of parent -> needed for nested widgets
|
2003-11-02 17:41:01 +00:00 |
options.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 |
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
|
make coordinate calculation based on position of parent -> needed for nested widgets
|
2003-11-02 17:41:01 +00:00 |
PopUpWidget.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 |
ScrollBarWidget.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 |
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
|
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 |
TabWidget.h
|
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 |
widget.cpp
|
refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor)
|
2003-11-02 18:57:20 +00:00 |
widget.h
|
refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor)
|
2003-11-02 18:57:20 +00:00 |