Sat, 18 May 2013 14:48:19 +0200 |
Fixed Doxygen warnings.
|
file | diff | annotate |
Wed, 15 May 2013 22:00:28 +0200 |
Fixed Doxygen warnings.
|
file | diff | annotate |
Tue, 19 Mar 2013 21:53:33 -0700 |
Fixed bug 1763 - Constify SDL_UpdateWindowSurfaceRects()
|
file | diff | annotate |
Fri, 08 Mar 2013 23:33:07 -0800 |
Add parameter checking to SetWindowSize functions; add tests to video suite
|
file | diff | annotate |
Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Mon, 31 Dec 2012 12:15:25 -0800 |
Added SDL_SetWindowMaximumSize() and SDL_GetWindowMaximumSize()
|
file | diff | annotate |
Mon, 31 Dec 2012 11:07:46 -0800 |
Added SDL_GetDisplayName(), with implementation for Mac OS X
|
file | diff | annotate |
Mon, 31 Dec 2012 10:29:17 -0800 |
Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()
|
file | diff | annotate |
Sat, 15 Dec 2012 00:30:17 +0000 |
Improvements from Alfred:
|
file | diff | annotate |
Sun, 18 Nov 2012 15:45:12 +0300 |
SetMinimumWindowSize for OS X
|
file | diff | annotate |
Fri, 14 Sep 2012 18:18:38 -0400 |
Fixed a typo in the docs.
|
file | diff | annotate |
Thu, 13 Sep 2012 01:43:53 -0400 |
Added SDL_SetWindowBordered() API.
|
file | diff | annotate |
Sun, 12 Aug 2012 23:10:16 -0700 |
Renamed SDL_GL_CONTEXT_PROFILE_ES2 to SDL_GL_CONTEXT_PROFILE_ES
|
file | diff | annotate |
Sun, 12 Aug 2012 11:16:24 -0700 |
Fixed bug 1565 - some small GL context creation enhancements
|
file | diff | annotate |
Wed, 01 Aug 2012 20:29:36 -0400 |
Add support for (GLX|WGL)_EXT_swap_control_tear.
|
file | diff | annotate |
Wed, 18 Jul 2012 15:17:27 -0700 |
Improved simultaneous support for OpenGL and OpenGL ES
|
file | diff | annotate |
Mon, 20 Feb 2012 23:37:57 -0500 |
Add OpenGL 3.X context creation support
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Sat, 31 Dec 2011 09:16:08 -0500 |
Happy New Year!
|
file | diff | annotate |
Fri, 22 Apr 2011 09:06:29 -0700 |
Clarified SDL_GetWindowSurface() documentation
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Tue, 22 Mar 2011 10:48:33 -0700 |
Fixed related function documentation
|
file | diff | annotate |
Fri, 11 Mar 2011 08:49:20 -0800 |
Gamma support is back!
|
file | diff | annotate |
Sun, 27 Feb 2011 20:06:45 -0800 |
Use boolean value for input grab mode, like we do for fullscreen mode.
|
file | diff | annotate |
Mon, 21 Feb 2011 22:03:39 -0800 |
Simplified and unified the window creation process a little.
|
file | diff | annotate |
Tue, 15 Feb 2011 13:59:59 -0800 |
Changed the concept of a render clip rect to a render viewport.
|
file | diff | annotate |
Sat, 12 Feb 2011 19:02:14 -0800 |
Fixed bug #1117
|
file | diff | annotate |
Sat, 12 Feb 2011 12:04:00 -0800 |
changeset: 5272:cb08ef104ac4
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Thu, 10 Feb 2011 14:44:25 -0800 |
Window coordinates are in the global space and windows are not tied to a particular display.
|
file | diff | annotate |
Thu, 10 Feb 2011 12:14:37 -0800 |
Be explicit about what display you're querying. The default display is 0.
|
file | diff | annotate |
Thu, 10 Feb 2011 11:39:08 -0800 |
Removed gamma support since it wasn't widely used and not well supported.
|
file | diff | annotate |
Thu, 03 Feb 2011 15:49:37 -0800 |
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
|
file | diff | annotate |
Thu, 03 Feb 2011 11:16:57 -0800 |
Extended SDL_SetWindowData() to allow arbitrary named values.
|
file | diff | annotate |
Wed, 02 Feb 2011 14:34:54 -0800 |
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
|
file | diff | annotate |
Tue, 01 Feb 2011 21:23:43 -0800 |
Making the API simpler, removed support for palettized video modes and textures.
|
file | diff | annotate |
Tue, 01 Feb 2011 15:02:21 -0800 |
Split the rendering API out into a separate header file.
|
file | diff | annotate |
Tue, 01 Feb 2011 12:44:52 -0800 |
Renumbered the renderer flags
|
file | diff | annotate |
Tue, 01 Feb 2011 12:19:46 -0800 |
Making the API simpler, the renderer present semantics are always having a backbuffer and then discarding it. This is best for hardware accelerated rendering.
|
file | diff | annotate |
Mon, 31 Jan 2011 23:37:30 -0800 |
Making the API simpler, texture color and alpha modulation are supported by all renderers.
|
file | diff | annotate |
Mon, 31 Jan 2011 23:23:57 -0800 |
Making the API simpler, the blend modes are "none, blend, add" and are supported by all renderers.
|
file | diff | annotate |
Mon, 31 Jan 2011 22:44:43 -0800 |
Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
|
file | diff | annotate |
Thu, 27 Jan 2011 22:44:08 -0800 |
Removed completely non-portable event thread hack.
|
file | diff | annotate |
Wed, 12 Jan 2011 09:47:33 -0800 |
Updated headers to match wiki documentation
|
file | diff | annotate |
Sun, 12 Dec 2010 15:19:05 -0800 |
Use the enumerated type for blend and scale mode instead of int
|
file | diff | annotate |
Sat, 18 Sep 2010 17:12:19 -0700 |
Fixed grammar, thanks to Sheena's suggestion.
|
file | diff | annotate |
Tue, 14 Sep 2010 21:57:29 -0700 |
Fixed documentation
|
file | diff | annotate |
Sun, 29 Aug 2010 22:34:50 -0700 |
Documentation consistency
|
file | diff | annotate |
Sun, 29 Aug 2010 22:28:38 -0700 |
Documentation consistency
|
file | diff | annotate |
Sun, 29 Aug 2010 22:22:27 -0700 |
Fixed typo in header
|
file | diff | annotate |
Sun, 29 Aug 2010 22:12:59 -0700 |
Documentation clarification
|
file | diff | annotate |
Sun, 29 Aug 2010 21:41:11 -0700 |
Suspending the screensaver defaults off.
|
file | diff | annotate |
Sun, 29 Aug 2010 15:26:12 -0700 |
Documentation clarification
|
file | diff | annotate |
Sun, 22 Aug 2010 13:45:56 -0700 |
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
|
file | diff | annotate |
Tue, 06 Jul 2010 22:05:22 -0400 |
Updated test code, updated win32 code a bit (still not complete, but hopefully tonight), and removed the last vestiges of ellipse and polygon drawing support.
|
file | diff | annotate |
Wed, 30 Jun 2010 16:19:44 -0400 |
Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
|
file | diff | annotate |
Thu, 03 Jun 2010 17:21:40 -0400 |
Fixed up new functions and files so that they build as part of SDL.
|
file | diff | annotate |
Thu, 03 Jun 2010 16:21:04 -0400 |
Stubbed out the new drawing, filling, and geometry functions for ellipses and polygons.
|
file | diff | annotate |
Thu, 03 Jun 2010 14:43:38 -0400 |
Added management and drawing functions for ellipses and polygons.
|
file | diff | annotate |
Wed, 28 Jul 2010 00:54:23 -0700 |
Merged Sunny's XRender changes from SDL-gsoc2010_xrender
|
file | diff | annotate |