Ryan C. Gordon
|
881ccccbcf
Android: Fixed up drop events for new interface.
|
9 éve |
Ryan C. Gordon
|
eeb899999f
Patched to compile.
|
9 éve |
Ryan C. Gordon
|
7605ccf68a
Use SDL's stdinc functions instead of C runtime calls.
|
9 éve |
Ryan C. Gordon
|
dc532c70e8
Added SDL_WINDOWEVENT_TAKE_FOCUS.
|
9 éve |
Ryan C. Gordon
|
aa4952fdef
Added SDL_WINDOWEVENT_HIT_TEST.
|
10 éve |
Ryan C. Gordon
|
d4aedf9951
Added SDL_SetWindowModalFor().
|
10 éve |
Ryan C. Gordon
|
e497e46515
Added SDL_SetWindowInputFocus().
|
9 éve |
Ryan C. Gordon
|
3bdaf4c611
Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity().
|
9 éve |
Ryan C. Gordon
|
5696e88e6b
Added SDL_GetWindowBordersSize().
|
9 éve |
Ryan C. Gordon
|
f9af0c0376
x11: Put a matching window_group wmhint on every window created.
|
9 éve |
Ryan C. Gordon
|
8e855f2fbc
Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops.
|
9 éve |
Ryan C. Gordon
|
f2defe5e11
Added special window type flags.
|
9 éve |
Ryan C. Gordon
|
f9b7379341
Added SDL_DROPTEXT event, for dragging and dropping string data.
|
9 éve |
Ryan C. Gordon
|
c3114975db
Added SDL_GetDisplayUsableBounds().
|
9 éve |
Ryan C. Gordon
|
8875a4014f
x11: Optimize SDL_GetGlobalMouseState() a little.
|
10 éve |
Ryan C. Gordon
|
14e007772a
x11: window managers might mark windows as FULLSCREEN _and_ MAXIMIZED.
|
10 éve |
Ryan C. Gordon
|
9a7527988a
x11: Workaround window managers that mark fullscreen windows as maximized.
|
10 éve |
Ryan C. Gordon
|
81209acbd8
x11: Let apps specify that video init should fail if XRandR is unavailable.
|
9 éve |
Ryan C. Gordon
|
f9d478b6c3
x11: _NET_WM_PID needs a long, not a pid_t, I think.
|
9 éve |
Ryan C. Gordon
|
e6e62bee71
CMake: Let static libraries optionally be built with Position Independent Code.
|
9 éve |
Ryan C. Gordon
|
008a6abd04
CMake: use the old MACOSX_RPATH behavior (for now), silence the warning.
|
9 éve |
Ryan C. Gordon
|
0c0ce2096c
Updated comment: this is the correct way to do fullscreen on X11 now.
|
10 éve |
Ryan C. Gordon
|
e0e04542d0
Added a few FIXMEs.
|
10 éve |
Ryan C. Gordon
|
1373e8909a
Try to build with GCC's -Wdeclaration-after-statement.
|
9 éve |
Ryan C. Gordon
|
15bc7aea64
Mac: allows apps to use OpenGL on a slower, integrated GPU.
|
9 éve |
Ryan C. Gordon
|
7678b1db88
Patch to compile on C89 compilers.
|
9 éve |
Ryan C. Gordon
|
6df5e1e535
x11: Support _NET_WM_USER_TIME and give _NET_ACTIVE_WINDOW a valid timestamp.
|
9 éve |
Ryan C. Gordon
|
9fcf5d7d4d
CMake: Don't link directly to libGL on Unix.
|
9 éve |
Ryan C. Gordon
|
1240f8e0a6
CMake: Don't make a libSDL2.so symlink on Mac OS X (do .dylib instead).
|
9 éve |
Ryan C. Gordon
|
fa8c83c1c1
Remove almost all instances of "volatile" keyword.
|
9 éve |