Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-02 | Patch #691064: dot matrix scaler | Max Horn | |
svn-id: r6663 | |||
2003-01-15 | add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it | Jonathan Gray | |
svn-id: r6462 | |||
2003-01-10 | Added some basic line editing to the EditText widget | Oliver Kiehl | |
svn-id: r6393 | |||
2003-01-02 | Plop 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-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown | |
svn-id: r6216 | |||
2002-12-25 | even more -peantic fixes | Max Horn | |
svn-id: r6111 | |||
2002-12-25 | fixed invalid memory access | Max Horn | |
svn-id: r6110 | |||
2002-12-25 | more -pedantic warnings fixed | Max Horn | |
svn-id: r6109 | |||
2002-12-21 | allow 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-20 | made chooser wider | Max Horn | |
svn-id: r6032 | |||
2002-12-20 | don't show amiga checkbox for simon games | Max Horn | |
svn-id: r6031 | |||
2002-12-16 | fix Ctrl-D; work around VC++ quirks properly | Max Horn | |
svn-id: r6003 | |||
2002-12-16 | small fix | Oliver Kiehl | |
svn-id: r6002 | |||
2002-12-16 | fixed compilation under MSVC | Paweł Kołodziejski | |
svn-id: r5998 | |||
2002-12-16 | New 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-16 | Fix segfault | James Brown | |
svn-id: r5988 | |||
2002-12-15 | console now "remembers" the text which the user had typed before using the ↵ | Oliver Kiehl | |
history svn-id: r5977 | |||
2002-12-15 | added a history (based on code by olki) | Max Horn | |
svn-id: r5976 | |||
2002-12-15 | added input callback hook to console | Max Horn | |
svn-id: r5973 | |||
2002-12-14 | oops | Oliver Kiehl | |
svn-id: r5972 | |||
2002-12-14 | use killChar for backspace as well | Max Horn | |
svn-id: r5971 | |||
2002-12-14 | fixed ctrl-w and added ctrl-d and <delete> | Oliver Kiehl | |
svn-id: r5970 | |||
2002-12-14 | retrieve the input and (for now) print it back to the console | Max Horn | |
svn-id: r5969 | |||
2002-12-14 | scroll to caret if user types | Max Horn | |
svn-id: r5968 | |||
2002-12-14 | improved caret | Max Horn | |
svn-id: r5967 | |||
2002-12-14 | improved caret | Max Horn | |
svn-id: r5966 | |||
2002-12-14 | improved line editing; reworked various internal details | Max Horn | |
svn-id: r5965 | |||
2002-12-14 | added a scrollbar to console | Max Horn | |
svn-id: r5964 | |||
2002-12-14 | added a simple prompt; added an edit caret; some other cleanup | Max Horn | |
svn-id: r5963 | |||
2002-12-14 | fixed 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-14 | changed console look&feel a little bit | Max Horn | |
svn-id: r5959 | |||
2002-12-14 | make alpha blend level adjustable, and fixed an overflow bug | Max Horn | |
svn-id: r5958 | |||
2002-12-14 | some more console code | Max Horn | |
svn-id: r5955 | |||
2002-12-14 | fixed typo | Max Horn | |
svn-id: r5953 | |||
2002-12-14 | moved 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-14 | clarification | Max Horn | |
svn-id: r5951 | |||
2002-12-14 | cleanup | Max Horn | |
svn-id: r5947 | |||
2002-12-14 | added a dummy savepath setting; space gets scare, seems we really need tabs | Max Horn | |
svn-id: r5946 | |||
2002-12-13 | changed back transparency | Max Horn | |
svn-id: r5943 | |||
2002-12-13 | added an API to query the list of available music drivers; cleanup | Max Horn | |
svn-id: r5942 | |||
2002-12-13 | playing a bit with the alpha level | Max Horn | |
svn-id: r5941 | |||
2002-12-13 | added seperator items (to show off :-), moved dialog a bit up | Max Horn | |
svn-id: r5940 | |||
2002-12-13 | added support for seperator items; perform clipping if popup doesn't fit on ↵ | Max Horn | |
screen svn-id: r5939 | |||
2002-12-13 | added TODO comment | Max Horn | |
svn-id: r5938 | |||
2002-12-13 | added keyboard & scroll wheel support | Max Horn | |
svn-id: r5937 | |||
2002-12-13 | changed 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-13 | fixup dummy options dialog a bit | Max Horn | |
svn-id: r5925 | |||
2002-12-12 | added timeout for popup; fixed notifcation sent when popup item is chosen | Max Horn | |
svn-id: r5920 | |||
2002-12-12 | added a dummy global options dialog; PopUpWidget tweaks | Max Horn | |
svn-id: r5919 | |||
2002-12-12 | changed the slider widget, better suited to represent volume settings this ↵ | Max Horn | |
way (IMO) svn-id: r5918 |