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
/
widget.cpp
Age
Commit message (
Expand
)
Author
2006-04-19
Started to prepare the gui for runtime resolution switches.
Johannes Schickel
2006-03-24
Fix chechbox label alignment.
Eugene Sandulenko
2006-03-24
Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...
Max Horn
2006-03-24
o Move built-in evaluator constants to AssocArray to speed it up
Eugene Sandulenko
2006-03-14
Rearrange launcher.
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
GUI widget positions:
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
Eugene Sandulenko
2006-02-24
Turn off background caching for the graphics widget, so that the SCUMM
Torbjörn Andersson
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-02-01
Implemented shadow drawing, also extended the theme config again
Johannes Schickel
2006-01-28
- Fixes a bug that the debugger crashed while opening
Johannes Schickel
2006-01-27
- adds the new gui renderer also a new implementation for the classic gui
Johannes Schickel
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-06-03
Cleanup
Torbjörn Andersson
2005-05-18
Added big slider widget. There is nothing in the widget itself that's
Torbjörn Andersson
2005-05-18
Remove duplicate _ws member
Max Horn
2005-05-18
Remove the label code from SliderWidget (simplifies it a lot); instead use a ...
Max Horn
2005-05-18
Big version of the checkbox widget.
Torbjörn Andersson
2005-05-15
Center button label vertically, too (possible now that the GUI scaling is off)
Max Horn
2005-05-12
Quick fix to make button texts etc. draw at the correct position. (They
Torbjörn Andersson
2005-05-11
Start work on support for 'big' widgets
Max Horn
2005-05-08
cleanup
Max Horn
2005-05-08
A simple widget which renders any 16 bit graphics surface given to it (part o...
Max Horn
2005-04-16
setLabel should probably cause an automatic redraw...
Max Horn
2005-01-06
Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-28
Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the mous...
Max Horn
2004-03-13
Revamped the font code: now it's very easy to switch between the 'original' S...
Max Horn
2004-02-28
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...
Max Horn
2004-01-26
Revert old change - proper fix is to avoid playing in portrait mode :)
Nicolas Bacca
2004-01-19
Add comment for checkbox CE tweak
Nicolas Bacca
2004-01-18
Small tweak for the checkbox control on CE
Nicolas Bacca
2004-01-06
updated copyright notice
Max Horn
2003-11-19
new font code (currently disabled by default), which allows using 'arbitrary'...
Max Horn
2003-11-10
added namespace GUI
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-07
added checkboxes to the 'Edit Game...' dialog which let the user determine wh...
Max Horn
2003-11-07
enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send t...
Max Horn
2003-11-07
draw StaticTextWidget differently if disabled
Max Horn
2003-11-07
fixed memory leak in TabWidget
Max Horn
2003-11-03
removed PushButtonWidget
Max Horn
2003-11-03
added a builtin label to PopUpWidget
Max Horn
2003-11-03
added built-in label for SliderWidget
Max Horn
2003-11-02
more changes to allow widget nesting to fully work
Max Horn
2003-11-02
refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N...
Max Horn
[next]