Age | Commit message (Expand) | Author |
2003-11-02 | refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N... | Max Horn |
2003-11-02 | make coordinate calculation based on position of parent -> needed for nested ... | Max Horn |
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards maki... | Max Horn |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-11-01 | fixed Widget::draw for bordered items to adjust _h; removed unused label para... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-07-22 | whitespaces | Max Horn |
2003-04-12 | incresed button width a little more for spanish games | Max Horn |
2003-03-26 | grow default buttons size & browser dialog to accomodate for spanish games | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski |
2002-12-25 | more -pedantic warnings fixed | Max Horn |
2002-12-13 | added TODO comment | Max Horn |
2002-11-22 | changed the key input system in NewGUI: pass both the keycode and the ascii v... | Max Horn |
2002-11-21 | Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ... | Max Horn |
2002-11-05 | make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable h... | Max Horn |
2002-10-19 | reworked the way the save/load dialog works. yup, still not perfect, but we'r... | Max Horn |
2002-10-16 | patch #620627: mouse wheel support for NewGui | Max Horn |
2002-10-12 | revised options dialog | Max Horn |
2002-10-01 | fixed ListWidget drawin/behaviour if there are less items than fit on one pag... | Max Horn |
2002-09-08 | changed the way listbox draw selected items; list box now has a frame & diffe... | Max Horn |
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn |
2002-08-31 | use class String for widget labels | Max Horn |
2002-07-28 | no reason to limit value to 8 bit! | Max Horn |
2002-07-27 | heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ... | Max Horn |
2002-07-27 | added support for right aligned text; made use of that in the sound dialog; l... | Max Horn |
2002-07-27 | improved the sound dialog; but my goal is to get rid of it, and merge the sou... | Max Horn |
2002-07-26 | fixed slider | Max Horn |
2002-07-26 | fixed crash on some systems by setting defaults for the slider value range | Max Horn |
2002-07-26 | added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo... | Max Horn |
2002-07-19 | added khalek's about dialog (but changed the text items to be centered) | Max Horn |
2002-07-16 | fixed spllng | Max Horn |
2002-07-16 | patch by painelf that enables editing in the ListWidget (alas as usual with m... | Max Horn |
2002-07-15 | allow static text/button widgets in NewGUI to be drawn centred | Max Horn |
2002-07-13 | added latest of painelf's patches which makes NewGui handle system events dir... | Max Horn |
2002-07-13 | took painelf's change, modified it a lot, and now here's the result :-) | Max Horn |
2002-07-13 | Let ListWidget have an 'active' item | James Brown |
2002-07-12 | Countless changes to the New GUI; some hightligths: new ScrollBarWidget class... | Max Horn |
2002-07-10 | added prototype ListWidget (doesn't do anything yet, only serves to demo how ... | Max Horn |
2002-07-08 | replaced clearArea with the more general fillArea; added get/setValue methods... | Max Horn |
2002-07-08 | Fix small indentation | James Brown |
2002-07-08 | Add slider widget | James Brown |
2002-07-08 | got rid of RTTI again (i.e. dynamic_cast) | Max Horn |
2002-07-08 | implemented hotkey support in new GUI code | Max Horn |
2002-07-07 | added CheckboxWidget; added NewGui::drawBitmap | Max Horn |
2002-07-07 | added dialog nesting code (for now using std::stack, I will provide my own st... | Max Horn |
2002-07-06 | added mouse over effect | Max Horn |
2002-07-05 | new experimental GUI code | Max Horn |