aboutsummaryrefslogtreecommitdiff
path: root/gui/ScrollBarWidget.cpp
AgeCommit message (Expand)Author
2007-11-04- made Widget::_flags privateJohannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
2006-05-27Major GUI update:Eugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-18Revised scrollbar look againMax Horn
2005-05-15Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p...Max Horn
2005-04-17Allow usage of ScrollBarWidget with a non-standard widthMax Horn
2005-04-17Updated TODO listMax Horn
2005-01-15Fix up/down arrowsMax Horn
2005-01-01Updated copyrightMax Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07spelling fixesJonathan Gray
2003-11-03alternate scroll bar lookMax Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2002-12-12added PopUpWidget; hacked it into the edit game dialog just to show how to us...Max Horn
2002-11-13more initialisation fixesMax Horn
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
2002-10-09Fix for bug #620854 (launcher crash)Max Horn
2002-10-01fixed scrollbar drawing/response when there are less items than fit on one pageMax Horn
2002-09-08changed the way listbox draw selected items; list box now has a frame & diffe...Max Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...Max Horn
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...Max Horn
2002-07-13added latest of painelf's patches which makes NewGui handle system events dir...Max Horn
2002-07-13took painelf's change, modified it a lot, and now here's the result :-)Max Horn
2002-07-12updated TODO listMax Horn
2002-07-12implemented scrollbar 'dragging' (based largely on painelf's patch)Max Horn
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...Max Horn