aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2003-04-29update launcher for recent changesJonathan Gray
svn-id: r7191
2003-04-12incresed button width a little more for spanish gamesMax Horn
svn-id: r6988
2003-04-10fixed GP32 portJoost Peters
svn-id: r6958
2003-04-03Save game path setting is not meaningful on the Dreamcast.Marcus Comstedt
svn-id: r6901
2003-03-27fixed compilation under VC6Paweł Kołodziejski
svn-id: r6873
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax Horn
svn-id: r6871
2003-03-26Hook up the midi driver selection popup; disable GFX popup for now, till we ↵Max Horn
modify the backends to properly allow for it's support svn-id: r6867
2003-03-26Make it possible to disable popups/checkboxesMax Horn
svn-id: r6864
2003-03-25make the volume controls in the global options dialog workMax Horn
svn-id: r6863
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
svn-id: r6862
2003-03-25cleanupMax Horn
svn-id: r6856
2003-03-09only treat double clicks as double clicks, but not triple/quadruple/etc. clicks)Max Horn
svn-id: r6781
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup .... LastPaweł Kołodziejski
svn-id: r6721
2003-03-02Patch #691064: dot matrix scalerMax Horn
svn-id: r6663
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
svn-id: r6462
2003-01-10Added some basic line editing to the EditText widgetOliver Kiehl
svn-id: r6393
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