aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07fixed memory leak in TabWidgetMax Horn
2003-11-03removed PushButtonWidgetMax Horn
2003-11-03added a builtin label to PopUpWidgetMax Horn
2003-11-03added built-in label for SliderWidgetMax Horn
2003-11-03Widget::handleCommand delegates unhandled commands to the bossMax Horn
2003-11-02more changes to allow widget nesting to fully workMax Horn
2003-11-02refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N...Max Horn
2003-11-02make coordinate calculation based on position of parent -> needed for nested ...Max Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01fixed Widget::draw for bordered items to adjust _h; removed unused label para...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-22whitespacesMax Horn
2003-04-12incresed button width a little more for spanish gamesMax Horn
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2002-12-25more -pedantic warnings fixedMax Horn
2002-12-13added TODO commentMax Horn
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn
2002-11-21Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ...Max Horn
2002-11-05make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable h...Max Horn
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but we'r...Max Horn
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
2002-10-12revised options dialogMax Horn
2002-10-01fixed ListWidget drawin/behaviour if there are less items than fit on one pag...Max Horn
2002-09-08changed the way listbox draw selected items; list box now has a frame & diffe...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-31use class String for widget labelsMax Horn
2002-07-28no reason to limit value to 8 bit!Max Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...Max Horn
2002-07-27added support for right aligned text; made use of that in the sound dialog; l...Max Horn
2002-07-27improved the sound dialog; but my goal is to get rid of it, and merge the sou...Max Horn
2002-07-26fixed sliderMax Horn
2002-07-26fixed crash on some systems by setting defaults for the slider value rangeMax Horn
2002-07-26added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo...Max Horn
2002-07-19added khalek's about dialog (but changed the text items to be centered)Max Horn
2002-07-16fixed spllngMax Horn
2002-07-16patch by painelf that enables editing in the ListWidget (alas as usual with m...Max Horn
2002-07-15allow static text/button widgets in NewGUI to be drawn centredMax Horn
2002-07-13added latest of painelf's patches which makes NewGui handle system events dir...Max Horn
2002-07-13took painelf's change, modified it a lot, and now here's the result :-)Max Horn
2002-07-13Let ListWidget have an 'active' itemJames Brown