Sam Lantinga 499f928c33 borderless windows will have WM_NCCALCSIZE return 0 for the non-client area. When this happens, it looks like windows will send a resize message expanding the window client area to the previous window + chrome size, so shouldn't need to adjust the window size for the set styles. vor 8 Jahren
..
atomic 500378eb52 Add atomics for Watcom/x86 as inline asm vor 8 Jahren
audio fe6b8f1c31 Fixed Mac OS X build vor 8 Jahren
core 78b83d3a6d WinRT: build fix when using recent versions of the Windows 10 SDK vor 8 Jahren
cpuinfo b821ded96c SDL_cpuinfo.c: add os/2 support to SDL_GetCPUCount() and SDL_GetSystemRAM(). vor 8 Jahren
dynapi fb28393200 vulkan: use "unsigned int" instead of "unsigned" vor 8 Jahren
events 50efbda736 Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.h vor 8 Jahren
file f465f24d73 Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek only supports 32 bits vor 8 Jahren
filesystem 00905c98be filesystem: Patched to compile on QNX. vor 8 Jahren
haptic 0d011ec66d Renaming of guard header names to quiet -Wreserved-id-macro vor 8 Jahren
joystick 5ab5c9b767 Avoid duplicate joystick axis events vor 8 Jahren
libm 45b774e3f7 Updated copyright for 2017 vor 9 Jahren
loadso 45b774e3f7 Updated copyright for 2017 vor 9 Jahren
main dbb0a2aa74 Removed the need for libSDL2main.a on Android, and separated JNI initialization out for other integrations vor 8 Jahren
power b36755a3fc power: whoops, that should be "==" not "!=". vor 9 Jahren
render 5ae90ef67a Fixed bug 3788 - software renderer crashes in SDL_RenderCopyEx with rotation and dstrect w or h is 0 vor 8 Jahren
stdlib 19114b0378 Fixed bug 3813 - gcc7 fallthrough warnings in SDL_iconv.c and SDL_pixels.c vor 8 Jahren
test e8059221bd Fixed bug 3806 - Fixes for MSVC compiler warnings vor 8 Jahren
thread 0d011ec66d Renaming of guard header names to quiet -Wreserved-id-macro vor 8 Jahren
timer de91b1248f Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks vor 8 Jahren
video 499f928c33 borderless windows will have WM_NCCALCSIZE return 0 for the non-client area. When this happens, it looks like windows will send a resize message expanding the window client area to the previous window + chrome size, so shouldn't need to adjust the window size for the set styles. vor 8 Jahren
SDL.c c57fe6d78a Backing out broken change from previous commit. vor 9 Jahren
SDL_assert.c ca5c304814 Fixed bug 3744 - missing SDLCALL in several functions vor 8 Jahren
SDL_assert_c.h 45b774e3f7 Updated copyright for 2017 vor 9 Jahren
SDL_dataqueue.c 2e2572a4f1 Added SDL_ReserveSpaceInDataQueue() to make space without copying data. vor 9 Jahren
SDL_dataqueue.h 2e2572a4f1 Added SDL_ReserveSpaceInDataQueue() to make space without copying data. vor 9 Jahren
SDL_error.c cd79d8ccec Fixed bug 3696 - SDL_ShowMessageBox displays different error from intended vor 9 Jahren
SDL_error_c.h 45b774e3f7 Updated copyright for 2017 vor 9 Jahren
SDL_hints.c b3ac0b6fb0 A hint with an empty string should be treated as the default value vor 8 Jahren
SDL_internal.h d526b8a1e9 Some patches to make SDL compile with armcc (ARM's C compiler). vor 9 Jahren
SDL_log.c de91b1248f Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks vor 8 Jahren