aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.cpp
AgeCommit message (Expand)Author
2006-03-24Fix chechbox label alignment.Eugene Sandulenko
2006-03-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
2006-03-14Rearrange launcher.Eugene Sandulenko
2006-03-09Converted all scumm dialogs to new schemeEugene Sandulenko
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07GUI widget positions:Eugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-02-24Turn off background caching for the graphics widget, so that the SCUMMTorbjörn Andersson
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-01Implemented shadow drawing, also extended the theme config againJohannes Schickel
2006-01-28- Fixes a bug that the debugger crashed while openingJohannes Schickel
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-03CleanupTorbjörn Andersson
2005-05-18Added big slider widget. There is nothing in the widget itself that'sTorbjörn Andersson
2005-05-18Remove duplicate _ws memberMax Horn
2005-05-18Remove the label code from SliderWidget (simplifies it a lot); instead use a ...Max Horn
2005-05-18Big version of the checkbox widget.Torbjörn Andersson
2005-05-15Center button label vertically, too (possible now that the GUI scaling is off)Max Horn
2005-05-12Quick fix to make button texts etc. draw at the correct position. (TheyTorbjörn Andersson
2005-05-11Start work on support for 'big' widgetsMax Horn
2005-05-08cleanupMax Horn
2005-05-08A simple widget which renders any 16 bit graphics surface given to it (part o...Max Horn
2005-04-16setLabel should probably cause an automatic redraw...Max Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-28Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the mous...Max Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-01-26Revert old change - proper fix is to avoid playing in portrait mode :)Nicolas Bacca
2004-01-19Add comment for checkbox CE tweakNicolas Bacca
2004-01-18Small tweak for the checkbox control on CENicolas Bacca
2004-01-06updated copyright noticeMax Horn
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07added checkboxes to the 'Edit Game...' dialog which let the user determine wh...Max Horn
2003-11-07enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send t...Max Horn
2003-11-07draw StaticTextWidget differently if disabledMax Horn
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-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-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn