aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2003-11-05added 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-05save 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-05added language/platform popupMax Horn
svn-id: r11143
2003-11-05make it possible to query the tag of the selected itemMax Horn
svn-id: r11142
2003-11-04modified NewGui::drawString to shorten strings which don't fit using ↵Max Horn
ellipsis (disabled for the EditTextWidget for now) svn-id: r11136
2003-11-04Added some more dummy checkboxes, functionality to be addedMax Horn
svn-id: r11135
2003-11-04lec 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-03fix item positionsMax Horn
svn-id: r11122
2003-11-03removed PushButtonWidgetMax Horn
svn-id: r11120
2003-11-03cleanupMax Horn
svn-id: r11118
2003-11-03Make 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-03added NumberingMode enum typeMax Horn
svn-id: r11109
2003-11-03Fixed compile error under codewarrior for PalmOSChris Apers
svn-id: r11092
2003-11-03Default to first tabJames Brown
svn-id: r11087
2003-11-03Fiddling with new tab widgetJames Brown
svn-id: r11086
2003-11-03alternate scroll bar lookMax Horn
svn-id: r11082
2003-11-03make light gray slightly lighter, for better contrastMax Horn
svn-id: r11080
2003-11-03distinguish selected tab by size, too (not just by color)Max Horn
svn-id: r11079
2003-11-03tiny position tweaksMax Horn
svn-id: r11078
2003-11-03added a builtin label to PopUpWidgetMax Horn
svn-id: r11076
2003-11-03added built-in label for SliderWidgetMax Horn
svn-id: r11075
2003-11-03oopsMax Horn
svn-id: r11074
2003-11-03use TabWidget for GlobalOptionsDialogMax Horn
svn-id: r11073
2003-11-03automatically compute tab widthMax Horn
svn-id: r11072
2003-11-03Widget::handleCommand delegates unhandled commands to the bossMax Horn
svn-id: r11071
2003-11-02more changes to allow widget nesting to fully workMax Horn
svn-id: r11068
2003-11-02added initial TabWidget stub (if you want to try it, I added some testing ↵Max Horn
code to launcher.cpp which you just have to un-#if). This is not yet finished, obviously, but enough to 'get the idea', I hope svn-id: r11062
2003-11-02refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed ↵Max Horn
NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor) svn-id: r11061
2003-11-02make coordinate calculation based on position of parent -> needed for nested ↵Max Horn
widgets svn-id: r11058
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards ↵Max Horn
making it possible to nest widgets (needed for TabWidget) svn-id: r11052
2003-11-02ask before removing a game configMax Horn
svn-id: r11050
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-11-01merged detectGames() into LauncherDialog::handleCommand()Max Horn
svn-id: r11043
2003-11-01fixed Widget::draw for bordered items to adjust _h; removed unused label ↵Max Horn
param from SliderWidget constructor; cleanup svn-id: r11041
2003-11-01renamed 'timer' to duration; minimal doxygen commentsMax Horn
svn-id: r11040
2003-11-01amiga checkbox is obsolete (will be replaced by a platform popupMax Horn
svn-id: r11038
2003-11-01modified MessageDialog to allow for custom button textsMax Horn
svn-id: r11034
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
svn-id: r11033
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
svn-id: r10995
2003-10-26cleanupMax Horn
svn-id: r10982
2003-10-18We proudly present the latest installment of our hit series 'Untangle the ↵Max Horn
mess': 'Help! Space Invaders refactored the music detector'... in other news, I obviously need to sleep now svn-id: r10883
2003-10-17findGame is static class method nowMax Horn
svn-id: r10864
2003-10-17factored out the game detection code into the Plugin class; this is the ↵Max Horn
first step towards allowing more powerful, plugin specific detection code; also, moved the Plugin GameSettings APIs to a slightly higher level svn-id: r10858
2003-10-16cleanupMax Horn
svn-id: r10839
2003-10-12some renaming for more consistent terminology (although we might want to ↵Max Horn
reevaluate this): 'target' is what is in your config file; 'game' is what a frontend provide. E.g. the scumm frontend provides the game 'monkeyvga', and my config file has target 'monkeyvga-ger' configured to use that game svn-id: r10766
2003-10-11fix for bug #821502 (GUI: Launcher crashes with unexisting targets)Max Horn
svn-id: r10738
2003-10-08turned PluginManager into a proper singletonMax Horn
svn-id: r10688
2003-10-08new config manager. not everything is completed, and some things will still ↵Max Horn
be changed, but it seems to work well enough to put it into CVS svn-id: r10687
2003-10-05Make use of new List iteratorMax Horn
svn-id: r10609
2003-10-02cleanup & restructuring; in particular move the midi driver list to its own ↵Max Horn
source file svn-id: r10550