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-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