aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
AgeCommit message (Collapse)Author
2007-10-28Cleanup.Johannes Schickel
svn-id: r29287
2007-10-28Patch v5.2 from #1752243: "backends lib patches"Eugene Sandulenko
svn-id: r29283
2007-06-27Path #1743892: "Fix for segmentation fault in theming code"Eugene Sandulenko
svn-id: r27743
2007-06-25Patch #1742050: "GUI: Enlarge some labels in the themes"Eugene Sandulenko
svn-id: r27701
2007-06-25Fix bug #1742561: "GUI: Missaligned text"Eugene Sandulenko
svn-id: r27700
2007-06-25Patch from bugreport #1742561: "GUI: Missaligned text"Eugene Sandulenko
svn-id: r27699
2007-06-11Fix bugs #1709323: "GUI: Button overlapping" and #1677997: "GUI: SwitchingEugene Sandulenko
options dialog between 1x and 2x" by introducing Volume tab to all resolutions svn-id: r27345
2007-05-30Updated 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-21improve the looks of keysdialogKostas Nakos
svn-id: r26554
2007-03-10Move mass add dialog settings to theme config. Bump theme ini version.Eugene Sandulenko
svn-id: r26058
2007-03-10Implement FR #1559561: "GUI: output sample rate widgets"Eugene Sandulenko
svn-id: r26056
2007-02-13Implement FR#1611172: GUI: Add autosave period widgetsEugene Sandulenko
svn-id: r25563
2007-02-13Implement FR#1600020: GUI: Select "No SoundFont"Eugene Sandulenko
svn-id: r25556
2006-10-08- Added dialog for selecting the theme to useJohannes 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 buttonsEugene 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 optionsEugene Sandulenko
- Consistent order of paths on paths tab in global and game options svn-id: r23118
2006-06-15Fix drawing of tab widget. Now it matches mock-ups. Added tab scrolling.Eugene Sandulenko
svn-id: r23116
2006-06-12Increased 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-11Patch #1336171: "MIDI gain setting for FluidSynth" with slight modificationsEugene Sandulenko
of PSP theme to fit new slider into MIDI tab. svn-id: r23033
2006-06-11Patch from bugreport #1502409: "Search ScummVM directory for GUI theme".Eugene Sandulenko
It adds theme patch setting to GUI. svn-id: r23032
2006-06-10This 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-10WhitespaceTorbjörn Andersson
svn-id: r22999
2006-06-06Move whole theme ini file to evaluator. Next step is caching. Also now it isEugene Sandulenko
possible to use per-resolution gfx and colors, i.e. complete customization. svn-id: r22964
2006-06-05Some minor tweaks to the classic theme's options dialog. The SoundFont andTorbjörn Andersson
the paths buttons have the same left margin now. svn-id: r22941
2006-06-05Some more string usage tweaksMax Horn
svn-id: r22936
2006-06-05cleanupMax Horn
svn-id: r22930
2006-06-05I just realized that by making the classic SCUMM options dialog just one pixelTorbjö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-05Base 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-02Turn 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-02Optimize string usage a tiny bit moreEugene Sandulenko
svn-id: r22839
2006-06-02Optimize GUI string usage a tiny bit moreMax Horn
svn-id: r22828
2006-06-01reduce number of string allocationsWillem Jan Palenstijn
svn-id: r22823
2006-05-30Fixes for MM NES resolution:Eugene Sandulenko
- Introduce useAsIs keyword for resolution aliases - Extend skipFor keyword to accept multiple values svn-id: r22779
2006-05-30Put 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 volumeEugene Sandulenko
- More logical order in game options tab svn-id: r22774
2006-05-29- adds option to fill GraphicsWidgets with a special colorJohannes Schickel
- updates builtin theme config for my next commit - bumps theme config svn-id: r22743
2006-05-27fix missing saveload thumbnail variables in classic theme configWillem Jan Palenstijn
svn-id: r22684
2006-05-18More 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-18Fix 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-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
svn-id: r22456
2006-04-25- minor cleanup in modern.iniEugene Sandulenko
- implement skipFor theme section keyword svn-id: r22151
2006-04-25- Resize chooser dialogEugene Sandulenko
- Swap About and Help buttons in main SCUMM menu for consistency with launcher svn-id: r22150
2006-04-19Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine.Johannes Schickel
svn-id: r22020
2006-04-18Fixes "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-31Hide eval debug output deeper to level 5. Report total number of definedEugene Sandulenko
variables. svn-id: r21521
2006-03-24Fix crash in Options dialog in 320xY mode. Shadow was drawn off-screenEugene Sandulenko
svn-id: r21438
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
o Introduced .align text widget property o Moved all text widgets to use it and populated theme config file svn-id: r21420