aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2002-12-25more -pedantic warnings fixedMax Horn
2002-12-21allow for a timed message dialog w/o buttons (still need to add support for m...Max Horn
2002-12-20made chooser widerMax Horn
2002-12-20don't show amiga checkbox for simon gamesMax Horn
2002-12-16fix Ctrl-D; work around VC++ quirks properlyMax Horn
2002-12-16small fixOliver Kiehl
2002-12-16fixed compilation under MSVCPaweł Kołodziejski
2002-12-16New debugger core. Doesn't really have anything implemented yet, but is far m...James Brown
2002-12-16Fix segfaultJames Brown
2002-12-15console now "remembers" the text which the user had typed before using the hi...Oliver Kiehl
2002-12-15added a history (based on code by olki)Max Horn
2002-12-15added input callback hook to consoleMax Horn
2002-12-14oopsOliver Kiehl
2002-12-14use killChar for backspace as wellMax Horn
2002-12-14fixed ctrl-w and added ctrl-d and <delete>Oliver Kiehl
2002-12-14retrieve the input and (for now) print it back to the consoleMax Horn
2002-12-14scroll to caret if user typesMax Horn
2002-12-14improved caretMax Horn
2002-12-14improved caretMax Horn
2002-12-14improved line editing; reworked various internal detailsMax Horn
2002-12-14added a scrollbar to consoleMax Horn
2002-12-14added a simple prompt; added an edit caret; some other cleanupMax Horn
2002-12-14fixed arrow/mouse wheel scrolling: now honors seperator items (i.e. you can't...Max Horn
2002-12-14changed console look&feel a little bitMax Horn
2002-12-14make alpha blend level adjustable, and fixed an overflow bugMax Horn
2002-12-14some more console codeMax Horn
2002-12-14fixed typoMax Horn
2002-12-14moved the console code to gui/console.cpp; make it actually printout somethin...Max Horn
2002-12-14clarificationMax Horn
2002-12-14cleanupMax Horn
2002-12-14added a dummy savepath setting; space gets scare, seems we really need tabsMax Horn
2002-12-13changed back transparencyMax Horn
2002-12-13added an API to query the list of available music drivers; cleanupMax Horn
2002-12-13playing a bit with the alpha levelMax Horn
2002-12-13added seperator items (to show off :-), moved dialog a bit upMax Horn
2002-12-13added support for seperator items; perform clipping if popup doesn't fit on s...Max Horn
2002-12-13added TODO commentMax Horn
2002-12-13added keyboard & scroll wheel supportMax Horn
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the backe...Max Horn
2002-12-13fixup dummy options dialog a bitMax 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-12changed the slider widget, better suited to represent volume settings this wa...Max Horn
2002-12-12added PopUpWidget; hacked it into the edit game dialog just to show how to us...Max Horn
2002-12-01fixed launcher buttons againMax Horn
2002-12-01fix for bug #646218 (Start button in launcher was not getting disabled)Max Horn
2002-11-25Add a few EditGame options. Honor game-specific fullScreen from the LauncherJames Brown
2002-11-23removed debug printfMax Horn
2002-11-22improved keyboard input behaviour in SDL backend: make use of the unicode fea...Max Horn
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn