aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2006-10-10Using the correct factor for the slider background now.Johannes Schickel
2006-10-08Cleanup.Johannes Schickel
2006-10-08Oops...Johannes Schickel
2006-10-08Fixed disabled blending for classic theme.Johannes Schickel
2006-10-08Make modern and classic theme config files use the same version number.Johannes Schickel
2006-10-08Adding option to enable/disable blending for the classic theme.Johannes Schickel
2006-10-08Final fix for wrong cursor palettes in SCUMM games after using the GUI.Johannes Schickel
2006-10-08Making engines working again.Johannes Schickel
2006-10-08Displaying the theme name instead of the theme config file name in the 'Misc'...Johannes Schickel
2006-10-08Now the 'gui_theme' setting saving works...Johannes Schickel
2006-10-08Adding a 'name' field to the theme config which is used for nice theme names ...Johannes Schickel
2006-10-08Renaming classic.ini to classic080.ini.Johannes Schickel
2006-10-08Fixed compile.Johannes Schickel
2006-10-08Display the correct theme name if it's specified with --gui-themeJohannes Schickel
2006-10-08- reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin cla...Johannes Schickel
2006-10-08Added a comment about how the theme browser finds the themes.Johannes Schickel
2006-10-08- Forcing 'classic' as the builtin classic theme (which means it ignores the ...Johannes Schickel
2006-10-08- Added dialog for selecting the theme to useJohannes Schickel
2006-10-08- added auto detection of the Theme style to useJohannes Schickel
2006-10-08Ooops. making the classic theme working without a config again.Johannes Schickel
2006-10-08- added config file support for the classic themeJohannes Schickel
2006-10-08Uses the slider background settings instead of the edit text widget settings ...Johannes Schickel
2006-10-06Added DJWillis as official GP2X porter.Eugene Sandulenko
2006-10-04Fix for bug #1570189 (GUI: crash when pressing "delete" at the end of the name)Max Horn
2006-10-02Add a somewhat hackish, uber-sekrit mass-add-game-feature (shift-click 'Add.....Max Horn
2006-09-30Get rid of CharStar_BaseNode and consorts -- using a simple String is more ef...Max Horn
2006-09-29Update creditsTravis Howell
2006-09-29Update creditsTravis Howell
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-21Fix bug #1562795: "Bug with auto-generated game IDs"Eugene Sandulenko
2006-09-16Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comme...Max Horn
2006-09-16Overhaul of the debugger codeMax Horn
2006-09-16Renamed kLineWidth to kCharsPerLine, and moved some enum constants into class...Max Horn
2006-08-20Updated credits with all current port builders.Eugene Sandulenko
2006-08-18slightly changed patch #1521412: Hardcoded path for theme filesWillem Jan Palenstijn
2006-08-12The ListWidget constructor already did most of what reflowLayout() does, exceptTorbjörn Andersson
2006-08-12Whitespace.Torbjörn Andersson
2006-08-04Only refresh the theme & reflow all dialogs if the screen settings actually c...Max Horn
2006-08-04There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI codeMax Horn
2006-08-04Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)Max Horn
2006-08-04Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-30Added explicit string equals/hash functors to a new header common/hash-str.h;...Max Horn
2006-07-23String class usage cleanupMax Horn
2006-07-22Clear the active domain when (re)opening the launcher dialog. This fixes bugTorbjörn Andersson
2006-07-15Adds eriktorbjorn to the kyra credits for his VQA player for kyra3.Johannes Schickel
2006-07-15Makes usage of themepath over extrapath then loading the gui files.Johannes Schickel
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-10Call handleScreenChanged() when opening the console. Otherwise, we may getTorbjörn Andersson