aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2006-06-03Re-align the launcher version string when the screen changes. It could beTorbjörn Andersson
2006-06-03I completely forgot to gredit Laurent Blume for Solaris x86 build which weEugene Sandulenko
2006-06-03Use full path in #include guard, to avoid name clashes; also, to declare cons...Max Horn
2006-06-03TypoTravis Howell
2006-06-03Add credit for Feeble Files source codeTravis Howell
2006-06-03*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...Max Horn
2006-06-03When the screen changes, redraw all dialogs *immediately* rather than waitingTorbjörn Andersson
2006-06-02Turn AliasesMap and VariablesMap keys from String to const char *.Eugene Sandulenko
2006-06-02Optimize string usage a tiny bit moreEugene Sandulenko
2006-06-02Let deleteWidget() check if it's deleting _mouseWidget, _focusedWidget orTorbjörn Andersson
2006-06-02Optimize GUI string usage a tiny bit moreMax Horn
2006-06-01reduce number of string allocationsWillem Jan Palenstijn
2006-06-01small optimization in evaluator variable lookupWillem Jan Palenstijn
2006-05-31Credit Clem and Raina for forum themesEugene Sandulenko
2006-05-31More cleanup. We shouldn't need these widget size parameters either.Torbjörn Andersson
2006-05-31Cleanup. We no longer need these widget size parameters.Torbjörn Andersson
2006-05-31Update _tabHeight on screen changes.Torbjörn Andersson
2006-05-30Fix About dialog in PSP themeEugene Sandulenko
2006-05-30Slight adjustment to list height in PSP theme so it will not have ugly emptyEugene Sandulenko
2006-05-30Fixes for MM NES resolution:Eugene Sandulenko
2006-05-30override some widget settings for launcher on 480x272Joost Peters
2006-05-30Fix game options in PSP themeEugene Sandulenko
2006-05-30Fix global options on PSP themeEugene Sandulenko
2006-05-30Put volume controls conditionally into separate tab. Used by PSP theme.Eugene Sandulenko
2006-05-30- Split global audio tab into audio and volumeEugene Sandulenko
2006-05-30Should fix drawing on systems with alpha mask.Johannes Schickel
2006-05-30Narrow buttons for PSP resolution for better look.Eugene Sandulenko
2006-05-30A quick hack to let PSP gui use bigger fonts. Proper solution is to addEugene Sandulenko
2006-05-30GUI theme for PSP-specific resolutionEugene Sandulenko
2006-05-30Added sections for infrastructure and GUI to the credits file. These are badl...Max Horn
2006-05-30Fix bug #1496582 "GUI: Default graphics mode not committing".Eugene Sandulenko
2006-05-29Introduces special switch for GraphicsWidget for use of theme transparency ag...Johannes Schickel
2006-05-29- updates new theme configJohannes Schickel
2006-05-29- adds option to fill GraphicsWidgets with a special colorJohannes Schickel
2006-05-29Oops this reverts my last commit. :/Johannes Schickel
2006-05-29- comments out getColorAlphaImp2Johannes Schickel
2006-05-29- cleanupJohannes Schickel
2006-05-29- changes transparency parameter of Theme::drawSurface to alpha parameter.Johannes Schickel
2006-05-29Removes leftover comment.Johannes Schickel
2006-05-29- Fixes list position after screen change.Johannes Schickel
2006-05-29- Fixes disabled transparency for classic theme.Johannes Schickel
2006-05-29Fixes widget drawing for classic theme.Johannes Schickel
2006-05-27Don't "tickle" a dialog until after it has had a chance to redraw itself,Torbjörn Andersson
2006-05-27add fixme about scrolling in about dialogWillem Jan Palenstijn
2006-05-27fix missing saveload thumbnail variables in classic theme configWillem Jan Palenstijn
2006-05-27make EditableWidget's caret visible when it movesWillem Jan Palenstijn
2006-05-27Don't draw the shadow outside the scrollbar (should fix 'garbage' when moving...Johannes Schickel
2006-05-27Fixes caret drawing in EditTextWidgets.Johannes Schickel
2006-05-27More vertical space in game options 'game' tab for consistency and betterEugene Sandulenko
2006-05-27Override the list widget's FindWidget() function, to allow it to return theTorbjörn Andersson