Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-11 | Playstation -> PlayStation | Joost Peters | |
svn-id: r23026 | |||
2006-06-11 | Add Joachim as documentation writer | Eugene Sandulenko | |
svn-id: r23025 | |||
2006-06-11 | Sync credits | Eugene Sandulenko | |
svn-id: r23024 | |||
2006-06-10 | This may cut down a little on unnecessary strings / mallocs: | Torbjörn Andersson | |
* Only create the self.[xywh] aliases and its variables if prefixedname has no periods in it, e.g. MusicText.x, but not MusicText.align.x * Set the .r, .g and .b variables directly, rather than aliasing them through .x, .y and .w svn-id: r23000 | |||
2006-06-10 | Whitespace | Torbjörn Andersson | |
svn-id: r22999 | |||
2006-06-10 | Return proper keynames for Symbian keymapping | Lars Persson | |
svn-id: r22997 | |||
2006-06-08 | - Removes (obsolete) USE_AUTO_SCALE define | Johannes Schickel | |
- typo fix svn-id: r22987 | |||
2006-06-07 | oops. More appropriate place for loading fonts. Avoids loading fonts on | Eugene Sandulenko | |
each GUI start svn-id: r22968 | |||
2006-06-07 | Fix regression with console having wrong font on startup. | Eugene Sandulenko | |
svn-id: r22967 | |||
2006-06-06 | Move whole theme ini file to evaluator. Next step is caching. Also now it is | Eugene Sandulenko | |
possible to use per-resolution gfx and colors, i.e. complete customization. svn-id: r22964 | |||
2006-06-05 | Some minor tweaks to the classic theme's options dialog. The SoundFont and | Torbjörn Andersson | |
the paths buttons have the same left margin now. svn-id: r22941 | |||
2006-06-05 | Slightly optimize 'getVar(FOO)' usage pattern | Max Horn | |
svn-id: r22937 | |||
2006-06-05 | Some more string usage tweaks | Max Horn | |
svn-id: r22936 | |||
2006-06-05 | cleanup | Max Horn | |
svn-id: r22930 | |||
2006-06-05 | Fixing some more typenames to comply to the ScummVM coding guidelines | Max Horn | |
svn-id: r22929 | |||
2006-06-05 | Fix various typenames to comply to the ScummVM coding guidelines | Max Horn | |
svn-id: r22928 | |||
2006-06-05 | I just realized that by making the classic SCUMM options dialog just one pixel | Torbjörn Andersson | |
wider, it matches the old, hard-coded, width for the 1x scaler. How can I possibly resist something like that? :-) svn-id: r22926 | |||
2006-06-05 | Base the width of the SCUMM options dialog, classic theme, on buttonWidth, | Torbjörn Andersson | |
rather than hard-coding it. This should fix bug #1500674. svn-id: r22925 | |||
2006-06-04 | Fixes slider drawing. | Johannes Schickel | |
svn-id: r22918 | |||
2006-06-03 | Re-align the launcher version string when the screen changes. It could be | Torbjörn Andersson | |
argued that the widget should do this automagically, but in most cases they should probably keep the same alignment at all resolutions, so this is the exception that (dis)proves the rule. svn-id: r22906 | |||
2006-06-03 | I completely forgot to gredit Laurent Blume for Solaris x86 build which we | Eugene Sandulenko | |
offer. svn-id: r22901 | |||
2006-06-03 | Use full path in #include guard, to avoid name clashes; also, to declare ↵ | Max Horn | |
constants, enum is preferred over #define (causes less hard-to-debug errors) svn-id: r22885 | |||
2006-06-03 | Typo | Travis Howell | |
svn-id: r22879 | |||
2006-06-03 | Add credit for Feeble Files source code | Travis Howell | |
svn-id: r22876 | |||
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ↵ | Max Horn | |
copying strings needlessly svn-id: r22873 | |||
2006-06-03 | When the screen changes, redraw all dialogs *immediately* rather than waiting | Torbjörn Andersson | |
for the main loop to check for _needRedraw. Otherwise subsequent events can cause widgets to be redrawn before the theme has had a chance to re-open the dialogs, and this could cause at least the modern theme to crash. svn-id: r22860 | |||
2006-06-02 | Turn AliasesMap and VariablesMap keys from String to const char *. | Eugene Sandulenko | |
Stats before: Strings: 12048 mallocs: 55629 after: Strings: 6370 mallocs: 42117 Here Strings are non-empty strings. Mallocs are string-related mallocs including mallocs in HashMap BaseNode. svn-id: r22841 | |||
2006-06-02 | Optimize string usage a tiny bit more | Eugene Sandulenko | |
svn-id: r22839 | |||
2006-06-02 | Let deleteWidget() check if it's deleting _mouseWidget, _focusedWidget or | Torbjörn Andersson | |
_dragWidget. We don't want to keep references to the deleted widget. svn-id: r22836 | |||
2006-06-02 | Optimize GUI string usage a tiny bit more | Max Horn | |
svn-id: r22828 | |||
2006-06-01 | reduce number of string allocations | Willem Jan Palenstijn | |
svn-id: r22823 | |||
2006-06-01 | small optimization in evaluator variable lookup | Willem Jan Palenstijn | |
svn-id: r22822 | |||
2006-05-31 | Credit Clem and Raina for forum themes | Eugene Sandulenko | |
svn-id: r22802 | |||
2006-05-31 | More cleanup. We shouldn't need these widget size parameters either. | Torbjörn Andersson | |
svn-id: r22799 | |||
2006-05-31 | Cleanup. We no longer need these widget size parameters. | Torbjörn Andersson | |
svn-id: r22798 | |||
2006-05-31 | Update _tabHeight on screen changes. | Torbjörn Andersson | |
svn-id: r22791 | |||
2006-05-30 | Fix About dialog in PSP theme | Eugene Sandulenko | |
svn-id: r22782 | |||
2006-05-30 | Slight adjustment to list height in PSP theme so it will not have ugly empty | Eugene Sandulenko | |
space between last list item and widget edge. svn-id: r22780 | |||
2006-05-30 | Fixes for MM NES resolution: | Eugene Sandulenko | |
- Introduce useAsIs keyword for resolution aliases - Extend skipFor keyword to accept multiple values svn-id: r22779 | |||
2006-05-30 | override some widget settings for launcher on 480x272 | Joost Peters | |
svn-id: r22778 | |||
2006-05-30 | Fix game options in PSP theme | Eugene Sandulenko | |
svn-id: r22777 | |||
2006-05-30 | Fix global options on PSP theme | Eugene Sandulenko | |
svn-id: r22776 | |||
2006-05-30 | Put volume controls conditionally into separate tab. Used by PSP theme. | Eugene Sandulenko | |
svn-id: r22775 | |||
2006-05-30 | - Split global audio tab into audio and volume | Eugene Sandulenko | |
- More logical order in game options tab svn-id: r22774 | |||
2006-05-30 | Should fix drawing on systems with alpha mask. | Johannes Schickel | |
svn-id: r22773 | |||
2006-05-30 | Narrow buttons for PSP resolution for better look. | Eugene Sandulenko | |
svn-id: r22771 | |||
2006-05-30 | A quick hack to let PSP gui use bigger fonts. Proper solution is to add | Eugene Sandulenko | |
possibility to specify font for each widget class svn-id: r22770 | |||
2006-05-30 | GUI theme for PSP-specific resolution | Eugene Sandulenko | |
svn-id: r22768 | |||
2006-05-30 | Added sections for infrastructure and GUI to the credits file. These are ↵ | Max Horn | |
badly incomplete; folks, please add yourself as appropriate svn-id: r22766 | |||
2006-05-30 | Fix bug #1496582 "GUI: Default graphics mode not committing". | Eugene Sandulenko | |
svn-id: r22763 |