aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-06erik's patch for bug #854470Max Horn
2003-12-01explicitly specify namespace in g_gui helper macroMax Horn
2003-11-28cleanupMax Horn
2003-11-28reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser rememb...Max Horn
2003-11-28Fixed error using NEW_FONT_CODE with PalmOS portChris Apers
2003-11-28This is no more neededChris Apers
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-18oopsMax Horn
2003-11-18return/enter key in the launcher now starts the selected targetMax Horn
2003-11-18cleanup; fixed return/enter in ListWidget when not in editing modeMax Horn
2003-11-12Use GUI namespaceChris Apers
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-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