aboutsummaryrefslogtreecommitdiff
path: root/gui/PopUpWidget.cpp
AgeCommit message (Expand)Author
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-01vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl...Jonathan Gray
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-08-06get rid of some g_system usageMax Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn
2003-03-27fixed compilation under VC6Paweł Kołodziejski
2003-03-26Make it possible to disable popups/checkboxesMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2002-12-14fixed arrow/mouse wheel scrolling: now honors seperator items (i.e. you can't...Max Horn
2002-12-13added support for seperator items; perform clipping if popup doesn't fit on s...Max Horn
2002-12-13added keyboard & scroll wheel supportMax Horn
2002-12-12added timeout for popup; fixed notifcation sent when popup item is chosenMax Horn
2002-12-12added a dummy global options dialog; PopUpWidget tweaksMax Horn
2002-12-12added PopUpWidget; hacked it into the edit game dialog just to show how to us...Max Horn