Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-30 | cleanup for language/platform functions | Max Horn | |
svn-id: r12034 | |||
2003-12-21 | Make it possible for game detection functions to detect language/platform ↵ | Max Horn | |
(not yet done by any detector, but will come with the MD5 detection code) svn-id: r11811 | |||
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed ↵ | Max Horn | |
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603 | |||
2003-12-06 | erik's patch for bug #854470 | Max Horn | |
svn-id: r11521 | |||
2003-12-01 | explicitly specify namespace in g_gui helper macro | Max Horn | |
svn-id: r11450 | |||
2003-11-28 | cleanup | Max Horn | |
svn-id: r11416 | |||
2003-11-28 | reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser ↵ | Max Horn | |
remembers the scroll position -> improved user experience svn-id: r11415 | |||
2003-11-28 | Fixed error using NEW_FONT_CODE with PalmOS port | Chris Apers | |
svn-id: r11412 | |||
2003-11-28 | This is no more needed | Chris Apers | |
svn-id: r11407 | |||
2003-11-19 | new font code (currently disabled by default), which allows using ↵ | Max Horn | |
'arbitrary' BDF fonts (via convbdf) svn-id: r11350 | |||
2003-11-18 | oops | Max Horn | |
svn-id: r11348 | |||
2003-11-18 | return/enter key in the launcher now starts the selected target | Max Horn | |
svn-id: r11347 | |||
2003-11-18 | cleanup; fixed return/enter in ListWidget when not in editing mode | Max Horn | |
svn-id: r11346 | |||
2003-11-12 | Use GUI namespace | Chris Apers | |
svn-id: r11268 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-07 | added checkboxes to the 'Edit Game...' dialog which let the user determine ↵ | Max Horn | |
whether to override global settings or not; besides other things, this fixes bug #837599 (Default volume is 0 for newly added games) svn-id: r11196 | |||
2003-11-07 | enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send ↵ | Max Horn | |
the checkbox state along with its command svn-id: r11193 | |||
2003-11-07 | draw StaticTextWidget differently if disabled | Max Horn | |
svn-id: r11192 | |||
2003-11-07 | fixed memory leak in TabWidget | Max Horn | |
svn-id: r11191 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
2003-11-05 | make savepath settings persistent | Max Horn | |
svn-id: r11158 | |||
2003-11-05 | refactored common code into a new class OptionsDialog; various fixes and ↵ | Max Horn | |
cleanup to the launcher/option dialogs svn-id: r11152 | |||
2003-11-05 | minor tweaks | Max Horn | |
svn-id: r11149 | |||
2003-11-05 | added multi_midi/native_mt32 settings (we *really* need to come up with a ↵ | Max Horn | |
good way to share code between GlobalOptionsDialog and EditGameDialog) svn-id: r11145 | |||
2003-11-05 | save fullscreen/aspect ratio settings; fix midi driver selection (driver was ↵ | Max Horn | |
set immediately when you choose it from popup; this made it impossible to 'Cancel' the change) svn-id: r11144 | |||
2003-11-05 | added language/platform popup | Max Horn | |
svn-id: r11143 | |||
2003-11-05 | make it possible to query the tag of the selected item | Max Horn | |
svn-id: r11142 | |||
2003-11-04 | modified NewGui::drawString to shorten strings which don't fit using ↵ | Max Horn | |
ellipsis (disabled for the EditTextWidget for now) svn-id: r11136 | |||
2003-11-04 | Added some more dummy checkboxes, functionality to be added | Max Horn | |
svn-id: r11135 | |||
2003-11-04 | lec don't have copyright on all the SCUMM games, add broken sword while ↵ | Jonathan Gray | |
here. Maybe we should just say something like all copyrights and trademarks are owned by their respective owners instead of having this list and stick a bit about the GPL in that the TODO mentioned? svn-id: r11123 | |||
2003-11-03 | fix item positions | Max Horn | |
svn-id: r11122 | |||
2003-11-03 | removed PushButtonWidget | Max Horn | |
svn-id: r11120 | |||
2003-11-03 | cleanup | Max Horn | |
svn-id: r11118 | |||
2003-11-03 | Make ChooserDialog height & button label customizable; make its ListWidget ↵ | Max Horn | |
available to the outside, to allow custom modifications (hack!); fixed bug where the cancel button didn't yield -1 as result svn-id: r11110 | |||
2003-11-03 | added NumberingMode enum type | Max Horn | |
svn-id: r11109 | |||
2003-11-03 | Fixed compile error under codewarrior for PalmOS | Chris Apers | |
svn-id: r11092 | |||
2003-11-03 | Default to first tab | James Brown | |
svn-id: r11087 | |||
2003-11-03 | Fiddling with new tab widget | James Brown | |
svn-id: r11086 | |||
2003-11-03 | alternate scroll bar look | Max Horn | |
svn-id: r11082 | |||
2003-11-03 | make light gray slightly lighter, for better contrast | Max Horn | |
svn-id: r11080 | |||
2003-11-03 | distinguish selected tab by size, too (not just by color) | Max Horn | |
svn-id: r11079 | |||
2003-11-03 | tiny position tweaks | Max Horn | |
svn-id: r11078 | |||
2003-11-03 | added a builtin label to PopUpWidget | Max Horn | |
svn-id: r11076 | |||
2003-11-03 | added built-in label for SliderWidget | Max Horn | |
svn-id: r11075 | |||
2003-11-03 | oops | Max Horn | |
svn-id: r11074 | |||
2003-11-03 | use TabWidget for GlobalOptionsDialog | Max Horn | |
svn-id: r11073 | |||
2003-11-03 | automatically compute tab width | Max Horn | |
svn-id: r11072 | |||
2003-11-03 | Widget::handleCommand delegates unhandled commands to the boss | Max Horn | |
svn-id: r11071 |