Ryan C. Gordon
|
874bf86504
X11: Simplified mousewheel event handling.
|
9 년 전 |
Ryan C. Gordon
|
da6f2221e3
X11: isConfigureNotify() isn't used at the moment, comment it out.
|
9 년 전 |
Ryan C. Gordon
|
8a1fd98261
X11: don't block on a ConfigureNotify event during SDL_SetWindowBordered().
|
9 년 전 |
Philipp Wiesemann
|
eb57d75242
Added missing SDL_Quit() in test program.
|
9 년 전 |
Philipp Wiesemann
|
3362c9f196
Emscripten: Changed return -1 after SDL_SetError() to return SDL_SetError().
|
9 년 전 |
Ryan C. Gordon
|
c67213f331
X11: Fixed XRandR display detection.
|
9 년 전 |
Ryan C. Gordon
|
344fbe61b3
testdisplayinfo.c forgot to SDL_Quit() at the end.
|
9 년 전 |
Ryan C. Gordon
|
ca46804210
X11: Fixed a memory leak when adding duplicate display modes.
|
9 년 전 |
Philipp Wiesemann
|
fcc5940935
Emscripten: Added missing error messages for audio and joystick init failures.
|
9 년 전 |
Philipp Wiesemann
|
2d8c49fdbd
Added more entries to WhatsNew.txt for 2.0.4.
|
9 년 전 |
andrewb
|
a702c338f0
Add SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 to SDL so that Reborn can keep running through Alt+F4.
|
9 년 전 |
Sam Lantinga
|
270f38db08
Fixed bug 3083 - Android JNIEXPORT and JNICALL missing
|
9 년 전 |
Alex Szpakowski
|
5a3cc7f580
EGL: Added support for sRGB system framebuffers, when the required EGL extension is present.
|
9 년 전 |
Philipp Wiesemann
|
c57f409fe8
Mac: Fixed check for SDL_HINT_MAC_BACKGROUND_APP.
|
9 년 전 |
Philipp Wiesemann
|
c509e798d7
Fixed documentation of SDL_DropEvent in header file.
|
9 년 전 |
Philipp Wiesemann
|
d79bfa0d18
Added filesystem to list of paths in porting README.
|
9 년 전 |
Philipp Wiesemann
|
682604b2f3
Android: Changed androidbuild.sh to use path from variable.
|
9 년 전 |
Alfred Reynolds
|
0aa2a6df2c
SDL
|
9 년 전 |
Sam Lantinga
|
e93f90ae90
Trivial integer truncation warning fixes.
|
9 년 전 |
Alfred Reynolds
|
628d8edb95
SDL
|
9 년 전 |
Alfred Reynolds
|
5aaf81c84e
Fix up monitor enumeration for Windows 8.1 case.
|
9 년 전 |
Alfred Reynolds
|
e09d95c36a
Fix SDL_GetWindowPosition to be properly monitor-aware and return the monitor x,y when fullscreened.
|
9 년 전 |
Alfred Reynolds
|
6ebbf7ddd0
Turn on debug info generation for release configs.
|
9 년 전 |
Alfred Reynolds
|
b0e145b3e1
Move GetDisplayDPI to the end of the file.
|
9 년 전 |
Alfred Reynolds
|
dc2e9ba13b
Fix build.
|
9 년 전 |
Alfred Reynolds
|
51c72e10f7
Add X11 implementation of SDL_GetDisplayDPI.
|
9 년 전 |
Alfred Reynolds
|
61c7415071
Add SDL_GetDisplayDPI routine and implement for Windows.
|
9 년 전 |
Ryan C. Gordon
|
f5cf86769a
x11: Catch fatal X errors when calling glXMakeCurrent().
|
9 년 전 |
Alex Szpakowski
|
c344b734f4
iOS: Avoid generating an OpenGL error (but still fail to create the context) if the specified MSAA sample count is unsupported.
|
9 년 전 |
Alex Szpakowski
|
6ea942dae3
Added MSAA support for OpenGL ES contexts on iOS.
|
9 년 전 |