index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
theme-config.cpp
Age
Commit message (
Expand
)
Author
2006-06-03
*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...
Max Horn
2006-06-02
Turn AliasesMap and VariablesMap keys from String to const char *.
Eugene Sandulenko
2006-06-02
Optimize string usage a tiny bit more
Eugene Sandulenko
2006-06-02
Optimize GUI string usage a tiny bit more
Max Horn
2006-06-01
reduce number of string allocations
Willem Jan Palenstijn
2006-05-30
Fixes for MM NES resolution:
Eugene Sandulenko
2006-05-30
Put volume controls conditionally into separate tab. Used by PSP theme.
Eugene Sandulenko
2006-05-30
- Split global audio tab into audio and volume
Eugene Sandulenko
2006-05-29
- adds option to fill GraphicsWidgets with a special color
Johannes Schickel
2006-05-27
fix missing saveload thumbnail variables in classic theme config
Willem Jan Palenstijn
2006-05-18
More GUI fixes:
Eugene Sandulenko
2006-05-18
Fix several GUI layout problems:
Eugene Sandulenko
2006-05-13
Patch #1091170: ALL, SCUMM: Subtitle speed control
Max Horn
2006-04-25
- minor cleanup in modern.ini
Eugene Sandulenko
2006-04-25
- Resize chooser dialog
Eugene Sandulenko
2006-04-19
Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine.
Johannes Schickel
2006-04-18
Fixes "aspect ratio" text in the options with --force-1x-overlay.
Johannes Schickel
2006-04-16
- Implemented text padding in ListWidget and PopUpWidget. Right padding does ...
Eugene Sandulenko
2006-03-31
Hide eval debug output deeper to level 5. Report total number of defined
Eugene Sandulenko
2006-03-24
Fix crash in Options dialog in 320xY mode. Shadow was drawn off-screen
Eugene Sandulenko
2006-03-24
o Move built-in evaluator constants to AssocArray to speed it up
Eugene Sandulenko
2006-03-21
Fix bug #1455213: "GUI: ExtraPath won't display" and turn theme version
Eugene Sandulenko
2006-03-14
Tweaked a little scumm main dialog and scumm save/load dialog. Still plenty
Eugene Sandulenko
2006-03-13
Fix Chooser dialog.
Eugene Sandulenko
2006-03-09
Fix compilation on MSVC. Reported by Quietust
Eugene Sandulenko
2006-03-09
Converted last dialogs to new scheme. Now it seems to be everything. Please,
Eugene Sandulenko
2006-03-09
Moved keys mapping dialog to new scheme. Made it generic. Fixed several
Eugene Sandulenko
2006-03-09
Converted all scumm dialogs to new scheme
Eugene Sandulenko
2006-03-08
o Converted most (all?) widgets to new scheme.
Eugene Sandulenko
2006-03-07
Fix implementation of UseWithPrefix keyword
Eugene Sandulenko
2006-03-07
o More widgets fot alternative constructors
Eugene Sandulenko
2006-03-07
Add XxH to evaluation precedence.
Eugene Sandulenko
2006-03-07
Do not override .prev for simple variable assignments, i.e. VAR=VALUE
Eugene Sandulenko
2006-03-07
Fix 320xY layout
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
Eugene Sandulenko
2006-03-07
WIP for arbitrary widget positions. See
Eugene Sandulenko