aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
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-07spelling fixesJonathan Gray
2003-11-05make savepath settings persistentMax Horn
2003-11-05refactored common code into a new class OptionsDialog; various fixes and clea...Max Horn
2003-11-05minor tweaksMax Horn
2003-11-05added multi_midi/native_mt32 settings (we *really* need to come up with a goo...Max Horn
2003-11-05save fullscreen/aspect ratio settings; fix midi driver selection (driver was ...Max Horn
2003-11-05added language/platform popupMax Horn
2003-11-05make it possible to query the tag of the selected itemMax Horn
2003-11-04modified NewGui::drawString to shorten strings which don't fit using ellipsis...Max Horn
2003-11-04Added some more dummy checkboxes, functionality to be addedMax Horn
2003-11-04lec don't have copyright on all the SCUMM games, add broken sword while here....Jonathan Gray
2003-11-03fix item positionsMax Horn
2003-11-03removed PushButtonWidgetMax Horn
2003-11-03cleanupMax Horn
2003-11-03Make ChooserDialog height & button label customizable; make its ListWidget av...Max Horn
2003-11-03added NumberingMode enum typeMax Horn
2003-11-03Fixed compile error under codewarrior for PalmOSChris Apers
2003-11-03Default to first tabJames Brown
2003-11-03Fiddling with new tab widgetJames Brown
2003-11-03alternate scroll bar lookMax Horn
2003-11-03make light gray slightly lighter, for better contrastMax Horn
2003-11-03distinguish selected tab by size, too (not just by color)Max Horn
2003-11-03tiny position tweaksMax Horn
2003-11-03added a builtin label to PopUpWidgetMax Horn
2003-11-03added built-in label for SliderWidgetMax Horn
2003-11-03oopsMax Horn
2003-11-03use TabWidget for GlobalOptionsDialogMax Horn
2003-11-03automatically compute tab widthMax 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-02added initial TabWidget stub (if you want to try it, I added some testing cod...Max 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-02ask before removing a game configMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01merged detectGames() into LauncherDialog::handleCommand()Max Horn
2003-11-01fixed Widget::draw for bordered items to adjust _h; removed unused label para...Max Horn
2003-11-01renamed 'timer' to duration; minimal doxygen commentsMax Horn
2003-11-01amiga checkbox is obsolete (will be replaced by a platform popupMax Horn
2003-11-01modified MessageDialog to allow for custom button textsMax Horn
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-26cleanupMax Horn
2003-10-18We proudly present the latest installment of our hit series 'Untangle the mes...Max Horn