Age | Commit message (Expand) | Author | Files | Lines |
2010-01-21 | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ... | Sam Lantinga | 7 | -57/+54 |
2010-01-18 | Fixed bug #932 | Sam Lantinga | 1 | -0/+1 |
2010-01-06 | I can't compile this, but it should be updated for the new rendering API now. | Sam Lantinga | 1 | -14/+34 |
2009-12-24 | Updated to compile on Windows | Sam Lantinga | 2 | -24/+157 |
2009-12-15 | Default to allow either accelerated or not | Sam Lantinga | 1 | -3/+6 |
2009-12-15 | OpenGL hardware acceleration defaults on | Sam Lantinga | 1 | -6/+3 |
2009-12-15 | Fixed bug #905 | Sam Lantinga | 2 | -34/+44 |
2009-12-15 | Fixed bug #906 | Sam Lantinga | 2 | -2/+2 |
2009-12-14 | Added a BLENDMODE_MASK pixel shader so render tests succeed | Sam Lantinga | 1 | -0/+111 |
2009-12-13 | Note that the WritePixels call is unsupported right now. | Sam Lantinga | 1 | -0/+1 |
2009-12-12 | Fixed line drawing for D3D | Sam Lantinga | 1 | -1/+10 |
2009-12-12 | Finished implementing RenderReadPixels() | Sam Lantinga | 1 | -31/+54 |
2009-12-09 | Added interfaces for batch drawing of points, lines and rects: | Sam Lantinga | 2 | -136/+180 |
2009-12-07 | Hey, those automated tests are coming in handy! Fixed GDI rendering semantics | Sam Lantinga | 1 | -2/+6 |
2009-12-07 | Implemented RenderReadPixels() and RenderWritePixels() for GDI renderer. | Sam Lantinga | 1 | -62/+159 |
2009-12-06 | The window position is display relative, at least for now... | Sam Lantinga | 1 | -6/+9 |
2009-12-06 | Added an API function to query geometry of multiple monitors: | Sam Lantinga | 4 | -8/+36 |
2009-12-06 | Fixed to use the correct display adapter | Sam Lantinga | 1 | -29/+64 |
2009-12-04 | Don't add any renderers if you can't add any displays | Sam Lantinga | 3 | -4/+12 |
2009-12-04 | Fixed calls to SDL_AddRenderDriver() | Sam Lantinga | 4 | -4/+15 |
2009-12-04 | Fixed compiling the D3D renderer | Sam Lantinga | 1 | -3/+3 |
2009-12-01 | Work in progress on multi-display support: | Sam Lantinga | 4 | -16/+15 |
2009-11-27 | Adam Strzelecki to SDL | Sam Lantinga | 1 | -0/+4 |
2009-11-22 | The Direct3D Read/Write pixels interface is in progress. | Sam Lantinga | 1 | -2/+13 |
2009-11-09 | Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWr... | Sam Lantinga | 1 | -0/+47 |
2009-09-19 | I think this fixes the texture pixel alignment | Sam Lantinga | 1 | -4/+4 |
2009-09-19 | testsprite2 should be pixel correct on Direct3D now. | Sam Lantinga | 1 | -14/+14 |
2009-09-07 | Kenneth Bull to SDL | Sam Lantinga | 1 | -1/+5 |
2009-09-06 | Fixed bug where minimized windows get zero width/height | Sam Lantinga | 1 | -1/+4 |
2009-09-05 | Fixed issues building 64-bit Windows binary | Sam Lantinga | 2 | -5/+5 |
2009-06-16 | Alexei Tereschenko | Sam Lantinga | 1 | -0/+7 |
2009-06-12 | Fixed some compile errors and warnings under Visual C++ | Sam Lantinga | 2 | -2/+2 |
2009-06-10 | indent | Sam Lantinga | 1 | -4/+4 |
2009-06-08 | Fixed support for 4bpp video modes enumeration, otherwise mode with zero bpp ... | Mike Gorchak | 1 | -20/+27 |
2009-06-07 | Hi, | Sam Lantinga | 9 | -12/+1809 |
2009-05-23 | indent | Sam Lantinga | 6 | -34/+39 |
2009-04-03 | Fixed bug #721 | Sam Lantinga | 1 | -2/+2 |
2009-03-28 | Oops | Sam Lantinga | 1 | -1/+1 |
2009-03-24 | Date: Sun, 22 Mar 2009 12:52:29 +0000 | Sam Lantinga | 1 | -1/+44 |
2009-03-23 | Date: Thu, 05 Feb 2009 18:07:35 +0100 | Sam Lantinga | 6 | -10/+98 |
2009-03-23 | Date: Sat, 21 Mar 2009 19:41:52 -0700 (PDT) | Sam Lantinga | 1 | -0/+11 |
2009-02-19 | Use the default arrow cursor until we implement the cursor API | Sam Lantinga | 1 | -9/+12 |
2009-02-09 | Added test program for SDL_CreateWindowFrom() | Sam Lantinga | 4 | -78/+24 |
2009-02-08 | Oh, Polyline() uses a pen, not a brush. Doh! :) | Sam Lantinga | 1 | -5/+5 |
2009-02-07 | indent | Sam Lantinga | 1 | -10/+24 |
2009-02-07 | Fixed alpha blending textures with the GDI renderer | Sam Lantinga | 1 | -4/+46 |
2009-01-18 | Some more safety around the SDL_HelperWindow stuff to avoid double creations. | Edgar Simo | 1 | -0/+6 |
2009-01-12 | Fixed Visual C++ build | Sam Lantinga | 1 | -2/+1 |
2009-01-12 | Added an API to enable/disable the screen saver. | Sam Lantinga | 1 | -2/+2 |
2009-01-10 | Reverted Bob's indent checkin | Sam Lantinga | 2 | -4/+6 |