Age | Commit message (Expand) | Author |
2006-03-09 | Converted all scumm dialogs to new scheme | Eugene Sandulenko |
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko |
2006-03-07 | GUI widget positions: | Eugene Sandulenko |
2006-03-07 | More work on customizable GUI. | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-01 | Implemented shadow drawing, also extended the theme config again | Johannes Schickel |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-03 | Cleanup | Torbjörn Andersson |
2005-05-18 | Added big slider widget. There is nothing in the widget itself that's | Torbjörn Andersson |
2005-05-18 | Remove duplicate _ws member | Max Horn |
2005-05-18 | Remove the label code from SliderWidget (simplifies it a lot); instead use a ... | Max Horn |
2005-05-18 | Big version of the checkbox widget. | Torbjörn Andersson |
2005-05-11 | Start work on support for 'big' widgets | Max Horn |
2005-05-08 | A simple widget which renders any 16 bit graphics surface given to it (part o... | Max Horn |
2005-04-16 | setLabel should probably cause an automatic redraw... | Max Horn |
2005-04-06 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2005-01-01 | Updated copyright | Max Horn |
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn |
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' S... | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
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-03 | Widget::handleCommand delegates unhandled commands to the boss | 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 | 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 |