aboutsummaryrefslogtreecommitdiff
path: root/gui/PopUpWidget.cpp
AgeCommit message (Collapse)Author
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-10-01vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming ↵Jonathan Gray
style and more importantly doesn't conflict with the vline and hline Allegro functions svn-id: r10520
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-08-06get rid of some g_system usageMax Horn
svn-id: r9529
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
svn-id: r9320
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-03-27fixed compilation under VC6Paweł Kołodziejski
svn-id: r6873
2003-03-26Make it possible to disable popups/checkboxesMax Horn
svn-id: r6864
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup .... LastPaweł Kołodziejski
svn-id: r6721
2002-12-14fixed arrow/mouse wheel scrolling: now honors seperator items (i.e. you ↵Max Horn
can't select the anymore); seperator items are now marked by an empty string svn-id: r5961
2002-12-13added support for seperator items; perform clipping if popup doesn't fit on ↵Max Horn
screen svn-id: r5939
2002-12-13added keyboard & scroll wheel supportMax Horn
svn-id: r5937
2002-12-12added timeout for popup; fixed notifcation sent when popup item is chosenMax Horn
svn-id: r5920
2002-12-12added a dummy global options dialog; PopUpWidget tweaksMax Horn
svn-id: r5919
2002-12-12added PopUpWidget; hacked it into the edit game dialog just to show how to ↵Max Horn
use it; note: this is NOT finished by any means, the look will change, the code will change, this is just an early preview :-) svn-id: r5914