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
/
ScrollBarWidget.cpp
Age
Commit message (
Expand
)
Author
2009-07-29
GUI: When clicking in a scrollbar to page up/down, don't scroll a full page; ...
Max Horn
2009-01-02
Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...
Johannes Schickel
2008-12-27
GUI: Added Widget::setVisible convenience wrapper
Max Horn
2008-11-10
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Vicent Marti
2007-11-04
- made Widget::_flags private
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-06-05
Fix various typenames to comply to the ScummVM coding guidelines
Max Horn
2006-05-27
Major GUI update:
Eugene Sandulenko
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
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-06-24
Whitespace changes.
Torbjörn Andersson
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-18
Revised scrollbar look again
Max Horn
2005-05-15
Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p...
Max Horn
2005-04-17
Allow usage of ScrollBarWidget with a non-standard width
Max Horn
2005-04-17
Updated TODO list
Max Horn
2005-01-15
Fix up/down arrows
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-02-28
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-10
added namespace GUI
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-07
spelling fixes
Jonathan Gray
2003-11-03
alternate scroll bar look
Max Horn
2003-11-02
introduced common base class GuiObject for Dialog/Widget -> step towards maki...
Max Horn
2003-11-02
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup .... Last
Paweł Kołodziejski
2002-12-12
added PopUpWidget; hacked it into the edit game dialog just to show how to us...
Max Horn
2002-11-13
more initialisation fixes
Max Horn
2002-10-16
patch #620627: mouse wheel support for NewGui
Max Horn
2002-10-09
Fix for bug #620854 (launcher crash)
Max Horn
2002-10-01
fixed scrollbar drawing/response when there are less items than fit on one page
Max Horn
2002-09-08
changed the way listbox draw selected items; list box now has a frame & diffe...
Max Horn
2002-07-27
heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...
Max Horn
2002-07-18
put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...
Max Horn
2002-07-13
added latest of painelf's patches which makes NewGui handle system events dir...
Max Horn
2002-07-13
took painelf's change, modified it a lot, and now here's the result :-)
Max Horn
2002-07-12
updated TODO list
Max Horn
2002-07-12
implemented scrollbar 'dragging' (based largely on painelf's patch)
Max Horn
2002-07-12
Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...
Max Horn