Mercurial > sdl-ios-xcode
graph
- Fixed bug #9062009-12-15, by Sam Lantinga
- Add a dummy function if SDL doesn't have STDIO support2009-12-15, by Sam Lantinga
- Added notes from e-mail on desktop window implementation2009-12-15, by Sam Lantinga
- Need to test the multi-draw APIs2009-12-15, by Sam Lantinga
- Added svn checkout install step2009-12-14, by Sam Lantinga
- The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.2009-12-14, by Sam Lantinga
- Implemented read/write pixels for the X11 renderer2009-12-14, by Sam Lantinga
- Added a test to check the read/write pixels API2009-12-14, by Sam Lantinga
- Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks()2009-12-14, by Sam Lantinga
- Added a BLENDMODE_MASK pixel shader so render tests succeed2009-12-14, by Sam Lantinga
- The SDL_PaletteWatch structure is really internal-only.2009-12-13, by Sam Lantinga
- Name the audio callback for documentation clarity.2009-12-13, by Sam Lantinga
- Note that the WritePixels call is unsupported right now.2009-12-13, by Sam Lantinga
- Fixed windows.h include2009-12-13, by Sam Lantinga
- Fixed line drawing for D3D2009-12-12, by Sam Lantinga
- Minor documentation fix2009-12-12, by Sam Lantinga
- Finished implementing RenderReadPixels()2009-12-12, by Sam Lantinga
- Removed the obsolete testcdrom target2009-12-12, by Sam Lantinga
- Fixed building on iPhone2009-12-12, by Sam Lantinga
- Allow points to be outside the window bounds, stress testing the clipping code.2009-12-12, by Sam Lantinga
- Added mouse position for button handling2009-12-12, by Sam Lantinga
- minor notes to self2009-12-12, by Sam Lantinga
- Fixed X11 line implementation - clip lines that are going to go outside the window.2009-12-11, by Sam Lantinga
- Make sure we fully clip the first point before starting to adjust the second point.2009-12-11, by Sam Lantinga
- Added an automated test for rectangle routines, currently only testing line clipping.2009-12-11, by Sam Lantinga
- Fixed constness in RenderRects() parameter2009-12-11, by Sam Lantinga
- Fixed bug #8962009-12-11, by Sam Lantinga
- X11 driver compiles again, lines are not yet implemented2009-12-10, by Sam Lantinga
- Switch to mixed case for consistency with other enumerations2009-12-10, by Sam Lantinga
- Added interfaces for batch drawing of points, lines and rects:2009-12-09, by Sam Lantinga
- Hey, those automated tests are coming in handy! Fixed GDI rendering semantics2009-12-07, by Sam Lantinga
- Implemented RenderReadPixels() and RenderWritePixels() for GDI renderer.2009-12-07, by Sam Lantinga
- This fixes the OpenGL rendering test, at least with my ATI card...2009-12-07, by Sam Lantinga
- Fixed crash initializing the dummy driver2009-12-07, by Sam Lantinga
- On Windows the minimum window size may be larger than 80, so explicitly request the expected rectangle.2009-12-07, by Sam Lantinga
- The window position is display relative, at least for now...2009-12-06, by Sam Lantinga
- Fixed crash2009-12-06, by Sam Lantinga
- Added an API function to query geometry of multiple monitors:2009-12-06, by Sam Lantinga
- Fixed to use the correct display adapter2009-12-06, by Sam Lantinga
- Fixed compiler warnings2009-12-05, by Sam Lantinga
- Fixed compilation on Mac OS X 10.42009-12-05, by Sam Lantinga
- Allow overriding the number of build jobs2009-12-05, by Sam Lantinga
- Made the window flag comments more consistent2009-12-05, by Sam Lantinga
- Added related functions2009-12-05, by Sam Lantinga
- Don't add any renderers if you can't add any displays2009-12-04, by Sam Lantinga
- Fixed calls to SDL_AddRenderDriver()2009-12-04, by Sam Lantinga
- Fixed compiling the D3D renderer2009-12-04, by Sam Lantinga
- Added support for SDL 1.2 environment variables:2009-12-03, by Sam Lantinga
- Fixed mouse events for fullscreen windows on Mac OS X2009-12-03, by Sam Lantinga
- Restore the video mode after shutting down the renderer, which fixes an error deleting the OpenGL context on Mac OS X.2009-12-03, by Sam Lantinga
- Missing pop over a jump2009-12-03, by Sam Lantinga
- Added Ctrl-Z common key binding2009-12-02, by Sam Lantinga
- Restore the desktop mode when requested2009-12-02, by Sam Lantinga
- If we're fullscreen on a single-head system and lose focus, minimize2009-12-02, by Sam Lantinga
- On multi-display systems it's perfectly reasonable to have focus on a window on another monitor while the application is fullscreen.2009-12-02, by Sam Lantinga
- Don't need to hide the menu bar if we're not on the main display2009-12-02, by Sam Lantinga
- Changed so that it's obvious that the two code blocks are related.2009-12-02, by Sam Lantinga
- Fixed mouse coordinates for fullscreen mode2009-12-02, by Sam Lantinga
- The window positions are relative to the origin of the windowing system (upper left of the primary display).2009-12-01, by Sam Lantinga
- Added support for placing windows on different displays2009-12-01, by Sam Lantinga
- Ensure that the main display is picked up first2009-12-01, by Sam Lantinga
- Allow mirrored displays, but only the primary display in a mirrored set.2009-12-01, by Sam Lantinga
- Explicitly clear fullscreen status rather than relying on the window focus behavior.2009-12-01, by Sam Lantinga
- Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode.2009-12-01, by Sam Lantinga
- Removed a little redundancy in the naming2009-12-01, by Sam Lantinga
- Work in progress on multi-display support:2009-12-01, by Sam Lantinga
- Reduced the push/pop sequence to a single pair, and ported this fix over to the other architectures.2009-11-30, by Sam Lantinga
- Fixed crash - need to save and restore rbx around cpuid, since the compiler may be assuming the stack pointer isn't being modified when filling in %0.2009-11-30, by Sam Lantinga
- Added support for 32-bit BMP files with an alpha channel2009-11-30, by Sam Lantinga
- Joe 2009-11-23 21:31:10 PST2009-11-27, by Sam Lantinga
- Adam Strzelecki to SDL2009-11-27, by Sam Lantinga
- Adam Strzelecki to SDL2009-11-26, by Sam Lantinga
- SDL_CreateWindowFrom() is actually going to be supported. :)2009-11-25, by Sam Lantinga
- Clarified the windowID parameter2009-11-25, by Sam Lantinga
- Add error messages for failure cases2009-11-25, by Sam Lantinga
- Added the automated test to the Visual Studio 2008 project2009-11-25, by Sam Lantinga
- Override renderer for OpenGL window, only in case if OpenGL or OpenGL ES renderers are enabled.2009-11-24, by Mike Gorchak
- Fixed bug #7712009-11-24, by Sam Lantinga
- Eric Wing to Sam, hfutrell2009-11-24, by Sam Lantinga
- Fixed bug #8912009-11-24, by Sam Lantinga
- Mason Wheeler to sdl2009-11-24, by Sam Lantinga
- Set the error so someone can get more information2009-11-22, by Sam Lantinga
- Made the comment actually mean something. :)2009-11-22, by Sam Lantinga
- More fixes to compile under Visual C++2009-11-22, by Sam Lantinga
- Fixed include paths for Visual C++2009-11-22, by Sam Lantinga
- The Direct3D Read/Write pixels interface is in progress.2009-11-22, by Sam Lantinga
- Whoops, actually set the SDL error, don't just print the error.2009-11-22, by Sam Lantinga
- Added support for QNX default font. Backspace and Return keys now handled.2009-11-21, by Mike Gorchak
- We want to be strict on software renderer tests and opaque tests, but give a decent margin for blending inaccuracy for the blended tests.2009-11-21, by Sam Lantinga
- Increased tolerance a little bit more for multiple blending passes accumulating error.2009-11-21, by Sam Lantinga
- Added comment for pixel-perfect line workaround.2009-11-21, by Sam Lantinga
- Of COURSE that trick wouldn't work on all renderers. Fall back to something for now, hopefully figure out a better way to do this later.2009-11-21, by Sam Lantinga
- This is terrible, but the OpenGL standard says that lines are half open, which means that one endpoint is not covered so adjoining lines don't overlap. It also doesn't define which end is open, and indeed Mac OS X and Linux differ. Mac OS X seems to leave the second endpoint open, but Linux uses the right-most endpoint for x major lines and the bottom-most endpoint for y major lines.2009-11-21, by Sam Lantinga
- Fixed the coordinates for pixel coverage in blits2009-11-21, by Sam Lantinga
- Use 45 degree lines for the diagonal test to avoid aliasing errors in line drawing.2009-11-21, by Sam Lantinga
- It's not the last pixel, it's the rightmost pixel, or if they're both the same x coordinate, the bottommost pixel.2009-11-21, by Sam Lantinga
- RenderReadPixels and RenderWritePixels functions work with back buffer now and all asynchronous operations are flushed before reading or writing to backbuffer. Thanks Sam for clarification of this.2009-11-21, by Mike Gorchak
- My first OpenGL shader! Momma will be so proud!2009-11-21, by Sam Lantinga
- pixels don't need to be dynamically allocated2009-11-21, by Sam Lantinga
- SDL_RenderReadPixels() needs to flush asynchronous operations before it reads.2009-11-21, by Sam Lantinga
- Support for UTF-8 text input has been added.2009-11-20, by Mike Gorchak
- 1. SDL_RenderPresent() call has been added after each test to be sure, that all graphics output is flushed in case if it was asynchronous.2009-11-20, by Mike Gorchak
- Output last SDL error in case of test was failed.2009-11-20, by Mike Gorchak
- RenderReadPixels and RenderWritePixels now work properly.2009-11-20, by Mike Gorchak
- Deinitialization fixes, in case if QNXGF driver is not initialized properly.2009-11-20, by Mike Gorchak
- Added support for generic getopt() function instead of getopt_long(). Because not all platforms have getopt_long().2009-11-19, by Mike Gorchak
- Support for RendererReadPixels and RendererWritePixels has been added to photon renderer.2009-11-19, by Mike Gorchak
- Mike Gorchak to Sam2009-11-19, by Sam Lantinga
- Found a way to implement mask semantics in OpenGL2009-11-19, by Sam Lantinga
- Allow some variation in the pixel values to account for blending accuracy differences.2009-11-19, by Sam Lantinga
- Include the endpoint in the line we're drawing2009-11-19, by Sam Lantinga
- Adjust the vertices to be over the texel center.2009-11-19, by Sam Lantinga
- Fixed a bunch of bugs in the blit blend mode tests2009-11-18, by Sam Lantinga
- Use SDL's string and memory functions instead of stdlib2009-11-18, by Sam Lantinga
- Implemented SDL_RenderReadPixels()/SDL_RenderWritePixels() for the dummy renderer.2009-11-18, by Sam Lantinga
- Don't add the OpenGL renderers for drivers that don't support OpenGL2009-11-18, by Sam Lantinga
- Fixes for the automated rendering test2009-11-18, by Sam Lantinga
- If we explicitly request a driver, try to initialize it.2009-11-18, by Sam Lantinga
- Fixed GL_RenderReadPixels() - thanks Ryan!2009-11-18, by Sam Lantinga
- First pass (untested) at RenderWritePixels()2009-11-18, by Sam Lantinga