aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2003-01-02Plop in some better disk switching code for CMI - I have no idea how well ↵James Brown
this will work transitioning from a disk1 room to a disk2 room in-game, but it works for bootparams and saved games.. svn-id: r6322
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
svn-id: r6216
2002-12-25even more -peantic fixesMax Horn
svn-id: r6111
2002-12-25fixed invalid memory accessMax Horn
svn-id: r6110
2002-12-25more -pedantic warnings fixedMax Horn
svn-id: r6109
2002-12-21allow for a timed message dialog w/o buttons (still need to add support for ↵Max Horn
multiple buttons with customm labels) svn-id: r6038
2002-12-20made chooser widerMax Horn
svn-id: r6032
2002-12-20don't show amiga checkbox for simon gamesMax Horn
svn-id: r6031
2002-12-16fix Ctrl-D; work around VC++ quirks properlyMax Horn
svn-id: r6003
2002-12-16small fixOliver Kiehl
svn-id: r6002
2002-12-16fixed compilation under MSVCPaweł Kołodziejski
svn-id: r5998
2002-12-16New debugger core. Doesn't really have anything implemented yet, but is far ↵James Brown
more expandable and userfriendly than our previous. Enable experimental console debugger by default, as I havn't written the text console code yet :) svn-id: r5990
2002-12-16Fix segfaultJames Brown
svn-id: r5988
2002-12-15console now "remembers" the text which the user had typed before using the ↵Oliver Kiehl
history svn-id: r5977
2002-12-15added a history (based on code by olki)Max Horn
svn-id: r5976
2002-12-15added input callback hook to consoleMax Horn
svn-id: r5973
2002-12-14oopsOliver Kiehl
svn-id: r5972
2002-12-14use killChar for backspace as wellMax Horn
svn-id: r5971
2002-12-14fixed ctrl-w and added ctrl-d and <delete>Oliver Kiehl
svn-id: r5970
2002-12-14retrieve the input and (for now) print it back to the consoleMax Horn
svn-id: r5969
2002-12-14scroll to caret if user typesMax Horn
svn-id: r5968
2002-12-14improved caretMax Horn
svn-id: r5967
2002-12-14improved caretMax Horn
svn-id: r5966
2002-12-14improved line editing; reworked various internal detailsMax Horn
svn-id: r5965
2002-12-14added a scrollbar to consoleMax Horn
svn-id: r5964
2002-12-14added a simple prompt; added an edit caret; some other cleanupMax Horn
svn-id: r5963
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-14changed console look&feel a little bitMax Horn
svn-id: r5959
2002-12-14make alpha blend level adjustable, and fixed an overflow bugMax Horn
svn-id: r5958
2002-12-14some more console codeMax Horn
svn-id: r5955
2002-12-14fixed typoMax Horn
svn-id: r5953
2002-12-14moved the console code to gui/console.cpp; make it actually printout ↵Max Horn
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952
2002-12-14clarificationMax Horn
svn-id: r5951
2002-12-14cleanupMax Horn
svn-id: r5947
2002-12-14added a dummy savepath setting; space gets scare, seems we really need tabsMax Horn
svn-id: r5946
2002-12-13changed back transparencyMax Horn
svn-id: r5943
2002-12-13added an API to query the list of available music drivers; cleanupMax Horn
svn-id: r5942
2002-12-13playing a bit with the alpha levelMax Horn
svn-id: r5941
2002-12-13added seperator items (to show off :-), moved dialog a bit upMax Horn
svn-id: r5940
2002-12-13added support for seperator items; perform clipping if popup doesn't fit on ↵Max Horn
screen svn-id: r5939
2002-12-13added TODO commentMax Horn
svn-id: r5938
2002-12-13added keyboard & scroll wheel supportMax Horn
svn-id: r5937
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the ↵Max Horn
backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes) svn-id: r5931
2002-12-13fixup dummy options dialog a bitMax Horn
svn-id: r5925
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-12changed the slider widget, better suited to represent volume settings this ↵Max Horn
way (IMO) svn-id: r5918
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
2002-12-01fixed launcher buttons againMax Horn
svn-id: r5770
2002-12-01fix for bug #646218 (Start button in launcher was not getting disabled)Max Horn
svn-id: r5766