Sat, 15 Jul 2017 17:41:58 -0300 |
iOS: Use modern replacements for deprecated functions, when available.
|
file | diff | annotate |
Sat, 01 Jul 2017 17:50:47 -0400 |
Support for QNX 7.0 (thanks, Elad!).
|
file | diff | annotate |
Tue, 16 May 2017 06:30:39 -0700 |
SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec:
|
file | diff | annotate |
Fri, 12 May 2017 23:01:04 +0200 |
Fixed warnings about shadowed global variable.
|
file | diff | annotate |
Tue, 09 May 2017 03:19:58 -0700 |
Fixed build error on Linux
|
file | diff | annotate |
Tue, 09 May 2017 10:10:42 -0700 |
Added support for mixing Qt and SDL on iOS
|
file | diff | annotate |
Fri, 03 Mar 2017 16:38:45 -0500 |
video: Don't compile isAtLeastGL3() if we don't have OpenGL support _at all_.
|
file | diff | annotate |
Wed, 01 Mar 2017 15:05:54 -0800 |
mistake: Revert the files that I did not mean to commit
|
file | diff | annotate |
Wed, 01 Mar 2017 14:50:59 -0800 |
* Some refactoring and bug fixes. Thanks MichaĆ Kuchta!
|
file | diff | annotate |
Thu, 02 Feb 2017 00:41:58 -0800 |
Fixed bug 3577 - Can't set minimal size (message box appears instead) if maximal size wasn't declared (i.e. unlimited)
|
file | diff | annotate |
Fri, 27 Jan 2017 21:16:38 -0800 |
Return an error if trying to set a window minimum size larger than the maximum size, or vice versa
|
file | diff | annotate |
Sat, 21 Jan 2017 22:00:56 +0100 |
Fixed compiler warning about returning a value in a void function.
|
file | diff | annotate |
Tue, 10 Jan 2017 08:54:33 -0800 |
Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11
|
file | diff | annotate |
Sat, 07 Jan 2017 19:55:29 -0500 |
x11: make the X11 target work on macOS with Xquartz.
|
file | diff | annotate |
Wed, 04 Jan 2017 09:33:47 -0500 |
x11: deal with xrandr display size in millimeters being zero.
|
file | diff | annotate |
Sun, 01 Jan 2017 18:33:28 -0800 |
Updated copyright for 2017
|
file | diff | annotate |
Sat, 31 Dec 2016 10:30:07 -0800 |
Fixed bug 3541 - DisplayIndex out of bounds in SDL_SetWindowPosition
|
file | diff | annotate |
Sun, 11 Dec 2016 12:01:44 -0800 |
Fixed ABI, don't change the return type of SDL_GL_SwapWindow()
|
file | diff | annotate |
Sun, 11 Dec 2016 12:01:01 -0800 |
Fixed creating a renderer on the dummy driver on Mac OS X
|
file | diff | annotate |
Sun, 11 Dec 2016 11:45:33 -0800 |
Fixed crash when creating a dummy window on Mac OS X
|
file | diff | annotate |
Fri, 09 Dec 2016 01:47:43 -0800 |
Fixed bug 3513 - SDL_GL_SwapWindow does not return error status
|
file | diff | annotate |
Thu, 24 Nov 2016 21:41:09 -0500 |
Fixed all known static analysis bugs, with checker-279 on macOS.
|
file | diff | annotate |
Sun, 13 Nov 2016 22:57:41 -0800 |
Patch from Sylvain to fix clang warnings
|
file | diff | annotate |
Fri, 07 Oct 2016 23:40:44 -0700 |
Implemented SDL_GetHintBoolean() to make it easier to check boolean hints
|
file | diff | annotate |
Fri, 07 Oct 2016 18:09:09 -0700 |
Fixed bug 3061 - Selecting the dummy video driver on Mac OS X results in an error
|
file | diff | annotate |
Thu, 29 Sep 2016 22:52:41 -0400 |
Added SDL_SetWindowResizable(). (thanks, Ethan!)
|
file | diff | annotate |
Tue, 06 Sep 2016 13:13:03 -0400 |
emscripten: special case to make SDL_ShowSimpleMessageBox() work.
|
file | diff | annotate |
Tue, 10 May 2016 21:14:36 +0200 |
Fixed missing error message if SDL_GetDisplayDPI() is unsupported.
|
file | diff | annotate |
Fri, 22 Jan 2016 13:12:16 -0800 |
Fixed creating fullscreen windows on Steam Link
|
file | diff | annotate |
Tue, 21 Apr 2015 09:45:58 -0400 |
Added SDL_SetWindowModalFor().
|
file | diff | annotate |
Tue, 05 Jan 2016 02:28:56 -0500 |
Added SDL_SetWindowInputFocus().
|
file | diff | annotate |
Tue, 05 Jan 2016 02:46:10 -0500 |
Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity().
|
file | diff | annotate |
Tue, 05 Jan 2016 02:29:06 -0500 |
Added SDL_GetWindowBordersSize().
|
file | diff | annotate |
Tue, 05 Jan 2016 01:30:40 -0500 |
Added special window type flags.
|
file | diff | annotate |
Mon, 04 Jan 2016 23:52:40 -0500 |
Added SDL_GetDisplayUsableBounds().
|
file | diff | annotate |
Sat, 02 Jan 2016 10:10:34 -0800 |
Updated copyright to 2016
|
file | diff | annotate |
Tue, 29 Dec 2015 19:13:56 +0100 |
Fixed a crash if creating accelerated renderer after accessing window surface.
|
file | diff | annotate |
Thu, 10 Dec 2015 20:25:34 -0400 |
SDL_GL_GetAttribute: If a GL context isn't active, only return failure when the specified attribute needs an active GL context to be queried.
|
file | diff | annotate |
Sun, 29 Nov 2015 19:33:11 -0500 |
WinRT: added Win10/UWP (Universal Windows Platform) support
|
file | diff | annotate |
Thu, 26 Nov 2015 00:41:39 -0500 |
WinRT: lots of display and windowing related fixes
|
file | diff | annotate |
Mon, 09 Nov 2015 08:55:01 -0800 |
don't toggle SDL fullscreen state on OSX if we're destroying the window
|
file | diff | annotate |
Mon, 09 Nov 2015 08:54:56 -0800 |
more SDL fullscreen state tracking fixes, don't update fullscreen flags on failure to change fullscreen state
|
file | diff | annotate |
Mon, 09 Nov 2015 08:54:49 -0800 |
SDL OSX implementation must account for the fact that going fullscreen can fail. improve the logic around retrying, make a few attempts before failing.
|
file | diff | annotate |
Tue, 06 Oct 2015 00:10:54 -0400 |
Mac: Reset display if going from fullscreen to a fullscreen Space or vice-versa.
|
file | diff | annotate |
Wed, 29 Jul 2015 17:19:11 -0700 |
Fix SDL_GetWindowPosition to be properly monitor-aware and return the monitor x,y when fullscreened.
|
file | diff | annotate |
Wed, 29 Jul 2015 17:18:56 -0700 |
Add SDL_GetDisplayDPI routine and implement for Windows.
|
file | diff | annotate |
Mon, 22 Jun 2015 23:36:06 -0700 |
Fixed bug 3030 - SDL_RecreateWindow fails to restore title, icon, etc.
|
file | diff | annotate |
Mon, 15 Jun 2015 23:44:08 -0700 |
Fixed bug 3015 - grab mouse inconsistent state
|
file | diff | annotate |
Tue, 26 May 2015 20:49:27 -0400 |
Reset the keyboard state when launching a message box (thanks, Sean!).
|
file | diff | annotate |
Tue, 26 May 2015 10:25:15 -0400 |
Don't look for (and fail without) glGetIntegerv() until we need to.
|
file | diff | annotate |
Tue, 26 May 2015 06:27:46 -0700 |
Updated the copyright year to 2015
|
file | diff | annotate |
Wed, 06 May 2015 12:54:51 -0300 |
Fixed SDL_GL_GetAttribute queries for framebuffer component sizes in Core Profile OpenGL contexts.
|
file | diff | annotate |
Fri, 10 Apr 2015 21:40:50 -0400 |
Placate static analysis with an assertion.
|
file | diff | annotate |
Wed, 08 Apr 2015 15:35:07 -0300 |
Merged default into iOS-improvements
|
file | diff | annotate |
Mon, 06 Apr 2015 15:26:37 -0300 |
Merged default into iOS-improvements
|
file | diff | annotate |
Thu, 15 Jan 2015 01:15:24 -0400 |
Merged default into iOS-improvements
|
file | diff | annotate |
Thu, 15 Jan 2015 01:06:14 -0400 |
Several improvements to the iOS backend:
|
file | diff | annotate |
Wed, 08 Apr 2015 02:00:14 -0400 |
SDL_SetWindowTitle() should never set a NULL pointer for the title string.
|
file | diff | annotate |
Mon, 06 Apr 2015 18:26:13 -0400 |
Refuse to make a window that's too large. Some systems (x11) freak out at this.
|
file | diff | annotate |
Sat, 28 Mar 2015 00:48:03 -0400 |
Minor input grab clarifications.
|
file | diff | annotate |