Wed, 01 Jul 2015 21:10:54 +0200 |
Philipp Wiesemann |
Removed redundant variable check when processing gestures.
|
changeset |
files
|
Tue, 30 Jun 2015 19:30:02 -0700 |
Sam Lantinga |
Hack to fix missing window decorations after toggling fullscreen mode in Mac OS X 10.10
|
changeset |
files
|
Tue, 30 Jun 2015 15:00:48 -0400 |
Ryan C. Gordon |
X11: Added a test for a weird X11 error we get with Xinerama, rarely.
|
changeset |
files
|
Tue, 30 Jun 2015 14:41:17 -0400 |
Ryan C. Gordon |
X11: Call XRefreshKeyboardMapping() when we get various MappingNotify events.
|
changeset |
files
|
Tue, 30 Jun 2015 14:39:39 -0400 |
Ryan C. Gordon |
X11: Don't ignore keyboard mapping changes.
|
changeset |
files
|
Tue, 30 Jun 2015 13:46:06 -0400 |
Ryan C. Gordon |
Fixed assertion failure in diskaudio target caused by new hotplugging support.
|
changeset |
files
|
Mon, 29 Jun 2015 22:24:00 -0700 |
Sam Lantinga |
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
|
changeset |
files
|
Thu, 25 Jun 2015 07:17:08 -0700 |
Sam Lantinga |
Fixed compiling if SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM is not defined
|
changeset |
files
|
Fri, 26 Jun 2015 20:12:10 +0200 |
Philipp Wiesemann |
Mac OS X: Fixed typo in build script comment.
|
changeset |
files
|
Fri, 26 Jun 2015 20:11:41 +0200 |
Philipp Wiesemann |
Emscripten: Corrected build instructions in documentation.
|
changeset |
files
|
Thu, 25 Jun 2015 11:49:48 -0700 |
Sam Lantinga |
Fixed bug 2834 - Patch to support dead keys on Windows
|
changeset |
files
|
Wed, 24 Jun 2015 17:55:38 -0700 |
Sam Lantinga |
Fixed whitespace in SDL_evdev.c
|
changeset |
files
|
Wed, 24 Jun 2015 17:54:39 -0700 |
Sam Lantinga |
Fixed an issue with mouse/keyboard removal
|
changeset |
files
|
Wed, 24 Jun 2015 10:56:51 -0700 |
Alfred Reynolds |
SDL
|
changeset |
files
|
Wed, 24 Jun 2015 10:56:37 -0700 |
Alfred Reynolds |
SDL
|
changeset |
files
|
Mon, 22 Jun 2015 23:36:06 -0700 |
Sam Lantinga |
Fixed bug 3030 - SDL_RecreateWindow fails to restore title, icon, etc.
|
changeset |
files
|
Tue, 23 Jun 2015 01:44:44 -0400 |
Ryan C. Gordon |
Fixed compiler warning about shadowed local variables.
|
changeset |
files
|
Mon, 22 Jun 2015 21:30:08 -0400 |
Ryan C. Gordon |
Updated Mac OS X documentation for fatbuilt.sh -> gcc-fat.sh transition.
|
changeset |
files
|
Sun, 21 Jun 2015 19:37:37 +0200 |
Philipp Wiesemann |
Windows: Fixed crash if initialization of EGL failed but was tried again later.
|
changeset |
files
|
Sun, 21 Jun 2015 19:36:35 +0200 |
Philipp Wiesemann |
Backed out changeset 30a317c4af6c
|
changeset |
files
|
Sun, 21 Jun 2015 17:33:46 +0200 |
Philipp Wiesemann |
Fixed crash if initialization of EGL failed but was tried again later.
|
changeset |
files
|
Sat, 20 Jun 2015 11:15:37 +0200 |
Philipp Wiesemann |
Added missing file and folder to the release archive.
|
changeset |
files
|
Sat, 20 Jun 2015 00:25:28 -0700 |
Sam Lantinga |
Added the docs directory to the release archive
|
changeset |
files
|
Fri, 19 Jun 2015 23:53:33 -0700 |
Sam Lantinga |
GCC is warning about global functions with the same name as variables in the code, when using -Wshadow.
|
changeset |
files
|
Fri, 19 Jun 2015 23:49:00 -0700 |
Sam Lantinga |
Use CLOCK_MONOTONIC_RAW, if available, which is not subject to adjustment by NTP
|
changeset |
files
|
Fri, 19 Jun 2015 23:40:23 -0700 |
Sam Lantinga |
Android has clock_gettime() - thanks Michael Labbe!
|
changeset |
files
|
Fri, 19 Jun 2015 23:32:37 -0700 |
Sam Lantinga |
Cleaned up Xcode rules a little more
|
changeset |
files
|
Fri, 19 Jun 2015 23:27:35 -0700 |
Sam Lantinga |
Simplified Mercurial ignore rules for Xcode build products
|
changeset |
files
|
Fri, 19 Jun 2015 23:22:53 -0700 |
Sam Lantinga |
Fixed bug 2538 - SDL_SetTextureAlphaMod does not work with SDL_FlipMode or rotation in the software renderer
|
changeset |
files
|
Fri, 19 Jun 2015 23:20:43 -0700 |
Sam Lantinga |
Fixed bug 1550 - SDL_RenderCopy/CopyEx in software should optionally render 8bit alpha
|
changeset |
files
|
Fri, 19 Jun 2015 23:12:13 -0700 |
Sam Lantinga |
Fixed bug 3023 - setting a white and then non-white texture color mod breaks the texture with software renderer
|
changeset |
files
|
Fri, 19 Jun 2015 22:12:47 -0700 |
Sam Lantinga |
[mq]: 3027_rleperf.diff
|
changeset |
files
|
Fri, 19 Jun 2015 21:17:00 +0200 |
Philipp Wiesemann |
Added more entries and brackets to WhatsNew.txt for 2.0.4.
|
changeset |
files
|
Thu, 18 Jun 2015 22:34:39 -0400 |
Ryan C. Gordon |
CMake fixes for MingW (thanks, Ozkan!).
|
changeset |
files
|
Thu, 18 Jun 2015 12:20:46 -0300 |
Alex Szpakowski |
Updated WhatsNew.txt's 2.0.4 list to include a more detailed set of changes for iOS, and added a couple missing items to the OS X and Windows sections.
|
changeset |
files
|
Thu, 18 Jun 2015 00:44:57 -0400 |
Ryan C. Gordon |
Moving some whitespace around to test something on the Mercurial server.
|
changeset |
files
|
Wed, 17 Jun 2015 21:05:25 +0200 |
Philipp Wiesemann |
Android: Fixed two warnings.
|
changeset |
files
|
Wed, 17 Jun 2015 13:02:41 -0400 |
Ryan C. Gordon |
Whitespace fix.
|
changeset |
files
|
Wed, 17 Jun 2015 12:59:12 -0400 |
Ryan C. Gordon |
Removed Edgar's name from SDL_haptic.h at his request.
|
changeset |
files
|
Wed, 17 Jun 2015 00:07:45 -0700 |
Sam Lantinga |
Partial fix for bug 2758 - Android issues with NDK r10c and API-21
|
changeset |
files
|
Wed, 17 Jun 2015 00:00:53 -0700 |
Sam Lantinga |
Fixed bug 2948 - [Android] Arrow keys from external keyboard are not received
|
changeset |
files
|
Tue, 16 Jun 2015 23:58:09 -0700 |
Sam Lantinga |
Fixed bug 2949 - [Android] Virtual DPAD remote not registered
|
changeset |
files
|
Tue, 16 Jun 2015 22:16:35 -0700 |
Sam Lantinga |
Fixed bug 2774 - Android: screen distorted in Landscape after background/foreground
|
changeset |
files
|
Tue, 16 Jun 2015 20:28:21 +0200 |
Philipp Wiesemann |
Moved entry in WhatsNew.txt because it was already in 2.0.0 for Android and iOS.
|
changeset |
files
|
Tue, 16 Jun 2015 20:27:01 +0200 |
Philipp Wiesemann |
Fixed comment in test program.
|
changeset |
files
|
Tue, 16 Jun 2015 20:25:53 +0200 |
Philipp Wiesemann |
Excluded SDL_egl.h from doxygen input.
|
changeset |
files
|
Mon, 15 Jun 2015 23:44:08 -0700 |
Sam Lantinga |
Fixed bug 3015 - grab mouse inconsistent state
|
changeset |
files
|
Mon, 15 Jun 2015 20:24:51 -0700 |
Colby Klein |
Implement repositioning the OS-rendered IME with SDL_SetTextInputRect on Windows.
|
changeset |
files
|
Tue, 16 Jun 2015 00:57:45 -0400 |
Ryan C. Gordon |
Haptic/Linux: Keep track of device numbers properly to track duplicates.
|
changeset |
files
|
Sun, 14 Jun 2015 19:26:20 -0700 |
Sam Lantinga |
Fixed style
|
changeset |
files
|
Sun, 14 Jun 2015 19:25:12 -0700 |
Sam Lantinga |
Fixed bug 3012 - Android accelerometer joystick axis values overflow when values from Android are larger than gravity
|
changeset |
files
|
Sun, 14 Jun 2015 19:21:13 -0700 |
Sam Lantinga |
Fixed bug 2953 - Crash due to a bad cleanup in the SDL_SYS_HapticQuit function
|
changeset |
files
|
Sun, 14 Jun 2015 19:10:51 -0700 |
Sam Lantinga |
Fixed bug 2908 - Fix clang warnings
|
changeset |
files
|
Sun, 14 Jun 2015 18:57:05 -0700 |
Sam Lantinga |
Only use explicit inlining - otherwise Visual Studio 2010 will inline SDL_zero(info) in SDL_vsnprintf() into a memset() call when compiling the Release x64 configuration.
|
changeset |
files
|
Sun, 14 Jun 2015 18:37:43 -0700 |
Sam Lantinga |
Fixed 2010 solution and removed Release_NoSTDIO build configuration
|
changeset |
files
|
Sun, 14 Jun 2015 18:21:04 -0700 |
Sam Lantinga |
Updated Visual Studio projects
|
changeset |
files
|
Sun, 14 Jun 2015 20:15:36 -0400 |
David Ludwig |
WinRT: made sure build script generates Release-built binaries, by default
|
changeset |
files
|
Sat, 13 Jun 2015 13:36:47 -0700 |
Sam Lantinga |
Fixed bug 3011 - pthread/SDL_syssem.c requires _GNU_SOURCE
|
changeset |
files
|
Sat, 13 Jun 2015 13:34:30 -0700 |
Sam Lantinga |
Fixed bug 3010 - SDL_x11messagebox.c needs including X11/keysym.h
|
changeset |
files
|
Sat, 13 Jun 2015 13:19:31 -0700 |
Sam Lantinga |
Updated WhatsNew.txt for 2.0.4
|
changeset |
files
|