Age | Commit message (Expand) | Author |
2005-01-01 | Updated copyright | Max Horn |
2004-12-28 | Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the mous... | Max Horn |
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' S... | Max Horn |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-01-26 | Revert old change - proper fix is to avoid playing in portrait mode :) | Nicolas Bacca |
2004-01-19 | Add comment for checkbox CE tweak | Nicolas Bacca |
2004-01-18 | Small tweak for the checkbox control on CE | Nicolas Bacca |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-19 | new font code (currently disabled by default), which allows using 'arbitrary'... | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | added checkboxes to the 'Edit Game...' dialog which let the user determine wh... | Max Horn |
2003-11-07 | enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send t... | Max Horn |
2003-11-07 | draw StaticTextWidget differently if disabled | Max Horn |
2003-11-07 | fixed memory leak in TabWidget | Max Horn |
2003-11-03 | removed PushButtonWidget | Max Horn |
2003-11-03 | added a builtin label to PopUpWidget | Max Horn |
2003-11-03 | added built-in label for SliderWidget | Max Horn |
2003-11-02 | more changes to allow widget nesting to fully work | Max Horn |
2003-11-02 | refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N... | 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-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-05-21 | Variable initializations in SliderWidget | Torbjörn Andersson |
2003-03-26 | Make it possible to disable popups/checkboxes | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski |
2002-12-12 | changed the slider widget, better suited to represent volume settings this wa... | Max Horn |
2002-11-21 | Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ... | Max Horn |
2002-10-19 | reworked the way the save/load dialog works. yup, still not perfect, but we'r... | 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-22 | 2002-09-21 Matt Hargett <matt@use.net> | Matt Hargett |
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all o... | Max Horn |
2002-09-08 | changed the way listbox draw selected items; list box now has a frame & diffe... | Max Horn |
2002-08-31 | use class String for widget labels | 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 | limit slider drag range | 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 |