aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
AgeCommit message (Collapse)Author
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
2006-03-21Fix bug #1455213: "GUI: ExtraPath won't display" and turn theme versionEugene Sandulenko
into #define. svn-id: r21395
2006-03-14Tweaked a little scumm main dialog and scumm save/load dialog. Still plentyEugene Sandulenko
to do. svn-id: r21271
2006-03-13Fix Chooser dialog.Eugene Sandulenko
svn-id: r21266
2006-03-09Fix compilation on MSVC. Reported by QuietustEugene Sandulenko
svn-id: r21165
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
test throghoutly. svn-id: r21157
2006-03-09Moved keys mapping dialog to new scheme. Made it generic. Fixed severalEugene Sandulenko
compilation errors associated with it. svn-id: r21151
2006-03-09Converted all scumm dialogs to new schemeEugene Sandulenko
svn-id: r21147
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
o Converted global options dialog to new scheme. svn-id: r21137
2006-03-07Fix implementation of UseWithPrefix keywordEugene Sandulenko
svn-id: r21133
2006-03-07o More widgets fot alternative constructorsEugene Sandulenko
o Cleanup of launcher dialog o Implemented useWithPrefix keyword svn-id: r21131
2006-03-07Add XxH to evaluation precedence.Eugene Sandulenko
svn-id: r21127
2006-03-07Do not override .prev for simple variable assignments, i.e. VAR=VALUEEugene Sandulenko
svn-id: r21124
2006-03-07Fix 320xY layoutEugene Sandulenko
svn-id: r21119
2006-03-07More work on customizable GUI.Eugene Sandulenko
o Implemented special alias 'prev' o Added new calling scheme to several widgets o Partially converted launcher dialog to new scheme o Converted couple widgets of chooser dialog svn-id: r21118
2006-03-07WIP for arbitrary widget positions. SeeEugene Sandulenko
http://wiki.scummvm.org/index.php/GUI_Themes Code is not yet used. svn-id: r21115