Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-28 | Cleanup. | Johannes Schickel | |
svn-id: r29287 | |||
2007-10-28 | Patch v5.2 from #1752243: "backends lib patches" | Eugene Sandulenko | |
svn-id: r29283 | |||
2007-06-27 | Path #1743892: "Fix for segmentation fault in theming code" | Eugene Sandulenko | |
svn-id: r27743 | |||
2007-06-25 | Patch #1742050: "GUI: Enlarge some labels in the themes" | Eugene Sandulenko | |
svn-id: r27701 | |||
2007-06-25 | Fix bug #1742561: "GUI: Missaligned text" | Eugene Sandulenko | |
svn-id: r27700 | |||
2007-06-25 | Patch from bugreport #1742561: "GUI: Missaligned text" | Eugene Sandulenko | |
svn-id: r27699 | |||
2007-06-11 | Fix bugs #1709323: "GUI: Button overlapping" and #1677997: "GUI: Switching | Eugene Sandulenko | |
options dialog between 1x and 2x" by introducing Volume tab to all resolutions svn-id: r27345 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-21 | improve the looks of keysdialog | Kostas Nakos | |
svn-id: r26554 | |||
2007-03-10 | Move mass add dialog settings to theme config. Bump theme ini version. | Eugene Sandulenko | |
svn-id: r26058 | |||
2007-03-10 | Implement FR #1559561: "GUI: output sample rate widgets" | Eugene Sandulenko | |
svn-id: r26056 | |||
2007-02-13 | Implement FR#1611172: GUI: Add autosave period widgets | Eugene Sandulenko | |
svn-id: r25563 | |||
2007-02-13 | Implement FR#1600020: GUI: Select "No SoundFont" | Eugene Sandulenko | |
svn-id: r25556 | |||
2006-10-08 | - Added dialog for selecting the theme to use | Johannes Schickel | |
- Added runtime theme switching svn-id: r24213 | |||
2006-07-07 | - Fix bug #1513671 "GUI: PSP classic mode problems" | Eugene Sandulenko | |
- Fix little inconsistency in modern theme for PSP resolution. svn-id: r23394 | |||
2006-06-15 | - Make tabs narrower so they all fit on screen. Now navigation buttons | Eugene Sandulenko | |
appear only on PSP resolution - Combined Audio/Volume tab in game options for consistency. svn-id: r23130 | |||
2006-06-15 | - Consistent order of tabs between global and game options | Eugene Sandulenko | |
- Consistent order of paths on paths tab in global and game options svn-id: r23118 | |||
2006-06-15 | Fix drawing of tab widget. Now it matches mock-ups. Added tab scrolling. | Eugene Sandulenko | |
svn-id: r23116 | |||
2006-06-12 | Increased the spacing between the widgets on the "Game" tab of the "Edit Game" | Torbjörn Andersson | |
dialog in 320xX mode. They were so close to each other that it bordered on being pornographic. svn-id: r23058 | |||
2006-06-11 | Patch #1336171: "MIDI gain setting for FluidSynth" with slight modifications | Eugene Sandulenko | |
of PSP theme to fit new slider into MIDI tab. svn-id: r23033 | |||
2006-06-11 | Patch from bugreport #1502409: "Search ScummVM directory for GUI theme". | Eugene Sandulenko | |
It adds theme patch setting to GUI. svn-id: r23032 | |||
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-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 | Some more string usage tweaks | Max Horn | |
svn-id: r22936 | |||
2006-06-05 | cleanup | Max Horn | |
svn-id: r22930 | |||
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-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ↵ | Max Horn | |
copying strings needlessly svn-id: r22873 | |||
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 | 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-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 | 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-29 | - adds option to fill GraphicsWidgets with a special color | Johannes Schickel | |
- updates builtin theme config for my next commit - bumps theme config svn-id: r22743 | |||
2006-05-27 | fix missing saveload thumbnail variables in classic theme config | Willem Jan Palenstijn | |
svn-id: r22684 | |||
2006-05-18 | More GUI fixes: | Eugene Sandulenko | |
- Center dialog title in scumm save/load dialog - more space in add game dialog between dialog header and selected path svn-id: r22517 | |||
2006-05-18 | Fix several GUI layout problems: | Eugene Sandulenko | |
- Correct button widths in scumm help dialog - Fix button widths on path tabs in options dialogs - Fix scumm options dialog in 320xY mode - Added space after volume controls in options dialog svn-id: r22516 | |||
2006-05-13 | Patch #1091170: ALL, SCUMM: Subtitle speed control | Max Horn | |
svn-id: r22456 | |||
2006-04-25 | - minor cleanup in modern.ini | Eugene Sandulenko | |
- implement skipFor theme section keyword svn-id: r22151 | |||
2006-04-25 | - Resize chooser dialog | Eugene Sandulenko | |
- Swap About and Help buttons in main SCUMM menu for consistency with launcher svn-id: r22150 | |||
2006-04-19 | Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine. | Johannes Schickel | |
svn-id: r22020 | |||
2006-04-18 | Fixes "aspect ratio" text in the options with --force-1x-overlay. | Johannes Schickel | |
svn-id: r22014 | |||
2006-04-16 | - Implemented text padding in ListWidget and PopUpWidget. Right padding does ↵ | Eugene Sandulenko | |
not work yet. - Implemented highlisght padding in ListWidget - Eval::getVar() method with default value - Removed unused constructors for ListWidget and PoUpWidget - cleanup - bumped theme version svn-id: r21934 | |||
2006-03-31 | Hide eval debug output deeper to level 5. Report total number of defined | Eugene Sandulenko | |
variables. svn-id: r21521 | |||
2006-03-24 | Fix crash in Options dialog in 320xY mode. Shadow was drawn off-screen | Eugene Sandulenko | |
svn-id: r21438 | |||
2006-03-24 | o Move built-in evaluator constants to AssocArray to speed it up | Eugene Sandulenko | |
o Introduced .align text widget property o Moved all text widgets to use it and populated theme config file svn-id: r21420 |