Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-05 | fixed stack lock at startup | Max Horn | |
svn-id: r8779 | |||
2003-07-03 | fix for bug #765402: no shaking with 1x scaler | Max Horn | |
svn-id: r8724 | |||
2003-07-02 | cleanup; made mutex protection of graphics code a little bit tighter by ↵ | Max Horn | |
protecting all of method property(); moved set_palette to OSystem_SDL_Common (it was identical in both normal and GL backend) svn-id: r8717 | |||
2003-06-30 | Allow the 3x scaler in fullscreen mode. Since we have aspect ratio | Torbjörn Andersson | |
correction now it can look quite different from 1x and 2x. svn-id: r8674 | |||
2003-06-22 | Add opengl filter option | Travis Howell | |
for opengl backend Enable poll_event in opengl backend svn-id: r8612 | |||
2003-06-22 | Patch #757827: Aspect-ratio correction | Max Horn | |
svn-id: r8605 | |||
2003-06-19 | some fixes for the GL backend - but there are still many things broken, e.g. ↵ | Max Horn | |
Ctrl-B only acts on the second (of two) GL textures (which makes the black vertical line stand out even more) svn-id: r8560 | |||
2003-06-17 | Make OpenGL specific scaler use other keys so all normal scaler canbe made ↵ | Travis Howell | |
available. svn-id: r8521 | |||
2003-05-28 | fix for the crash in Sky when switching scalers | Max Horn | |
svn-id: r8067 | |||
2003-05-28 | there used to be a black border at the top/left side with the 1x scaler: fixed! | Max Horn | |
svn-id: r8065 | |||
2003-05-14 | ouch | Max Horn | |
svn-id: r7511 | |||
2003-05-14 | fixed bug where SDL_CreateMutex was being called before SDL_Init; ↵ | Max Horn | |
restructured code a little svn-id: r7510 | |||
2003-05-09 | Patch #735294: AdvMame3x scaler | Max Horn | |
svn-id: r7409 | |||
2003-04-30 | moved screen mutex from smush into SDL backend (other backends have to make ↵ | Max Horn | |
sure they are thread safe by themselves) svn-id: r7230 | |||
2003-04-30 | avoid unneccesary blits | Max Horn | |
svn-id: r7228 | |||
2003-04-25 | cleanup; added comment | Max Horn | |
svn-id: r7119 | |||
2003-03-18 | it omit one blit for scaler Normal1X in SDL backend | Paweł Kołodziejski | |
svn-id: r6831 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... | Paweł Kołodziejski | |
svn-id: r6719 | |||
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-13 | Early init of the scaler - to prevent ComI trying to use a huge window by ↵ | James Brown | |
default. This may require porters to make a small backend change, not to reinit a scaler on hotswap if the display has not been init_size'ed. svn-id: r6449 | |||
2003-01-12 | fix for the black rect bug in COMI (thanks to Erik)... guess is that the ↵ | Max Horn | |
checksum algo fails to detect the dirty regions. Why is it here at all, anyway? BBrox says it might be needed for Simon. So somebody should check that svn-id: r6428 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5936 | |||
2002-12-13 | more code unification | Max Horn | |
svn-id: r5935 | |||
2002-12-13 | unified common code | Max Horn | |
svn-id: r5934 | |||
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-08 | workaround for fullscreen toggle on OS X | Max Horn | |
svn-id: r5879 | |||
2002-11-23 | fixed bug #621244 (GUI disappeared when screen mode was changed | Max Horn | |
svn-id: r5697 | |||
2002-11-13 | properly initialize everything -> works w/o our custom new/delete now! | Max Horn | |
svn-id: r5531 | |||
2002-10-21 | fixed stupid bug by me, again (see also 9th of May) | Max Horn | |
svn-id: r5225 | |||
2002-10-14 | renamed get_320x200_image() to get_screen_image(); cleanup | Max Horn | |
svn-id: r5145 | |||
2002-09-29 | fixed buglet during shake mode | Max Horn | |
svn-id: r5040 | |||
2002-09-28 | cleaned up various variable names in the SDL backend & NewGui; also fixed a ↵ | Max Horn | |
small buglet that could cause garbage to appear behind the mouse cursor when closing NewGui while inside a game svn-id: r5029 | |||
2002-09-27 | made init_size in the SDL backend reentrant | Max Horn | |
svn-id: r5022 | |||
2002-09-22 | fixed cursor trail | Max Horn | |
svn-id: r5007 | |||
2002-09-19 | improved the text display in a newgui a bit: make the font proportiona; ↵ | Max Horn | |
implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h svn-id: r4972 | |||
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵ | Max Horn | |
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-08-24 | SDL_gl and normal SDL backend now share a common base class | Max Horn | |
svn-id: r4813 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |