Commit Graph

  • 997fab68d2 Added a platform cleanup function for the Vivante video driver Sam Lantinga 2014-10-16 09:54:13 -0700
  • 7d1c802eac [udev] Fixes #2654, ID_INPUT_KEY devices are ignored. Gabriel Jacobo 2014-10-16 09:41:42 -0300
  • 94f09857c6 [X11] Obey DISPLAY environment variable when selecting screen (Steaphan Greene) Gabriel Jacobo 2014-10-15 18:33:43 -0300
  • 4fc90a89cc WinRT build fix David Ludwig 2014-10-15 15:50:35 -0400
  • 6166f28cf8 Updated configure based on recent configure.in changes Sam Lantinga 2014-10-15 16:26:51 +0000
  • 3197a3b950 Expanded the iMX6 video driver into a general Vivante video driver that works across multiple SoCs Sam Lantinga 2014-10-15 09:18:17 -0700
  • 45725c36d7 Better error reporting for video drivers with less than full functionality. Sam Lantinga 2014-10-15 09:14:09 -0700
  • 5aa42d7777 Fixed bug where EGL function pointers wouldn't get saved in optimized gcc builds Sam Lantinga 2014-10-15 09:13:36 -0700
  • 47a7f9a4cf Fixed spurious SDL error on shutdown if mouse capture isn't supported Sam Lantinga 2014-10-15 09:11:15 -0700
  • e49159770b Fixed input device detection on systems that aren't running the udev daemon Sam Lantinga 2014-10-15 09:10:50 -0700
  • 7a766a388f Fixed crash if the event subsystem didn't initialize properly Sam Lantinga 2014-10-15 09:09:57 -0700
  • c8d8941d38 WinRT: fixed bug whereby offscreen-rendered content could get improperly rotated David Ludwig 2014-10-14 09:53:46 -0400
  • 97606b205f Fixed log typo Sam Lantinga 2014-10-13 14:10:41 -0700
  • 62f105dddf Minor cleanups Sam Lantinga 2014-10-13 10:46:27 -0700
  • 7884841be4 Added configure options to disable OpenGL ES 1.1 and 2.0 individually Sam Lantinga 2014-10-13 10:43:10 -0700
  • 33d519acc5 WinRT: expanded the documentation on SDL_HINT_WINRT_HANDLE_BACK_BUTTON David Ludwig 2014-10-04 14:59:41 -0400
  • 346894ab27 Mac: Fix build with clang from Xcode 6. J?rgen P. Tjern? 2014-09-30 11:20:50 -0700
  • ef4d22bbf0 Fixed broken layout for buttons with configured color in messagebox on Android. Philipp Wiesemann 2014-09-25 20:56:27 +0200
  • 2e6058c204 Added setting configured color to button texts for messagebox on Android. Philipp Wiesemann 2014-09-24 23:46:46 +0200
  • e2af35e059 WinRT: cleaned up the opening section of the README David Ludwig 2014-09-19 12:09:51 -0400
  • d52f4ff4ac WinRT: fixed broken emphasis formatting in README, when rendering it with Doxygen David Ludwig 2014-09-19 11:27:18 -0400
  • 4c76002216 [Android] Better fix for #2480, pause/resume audio Gabriel Jacobo 2014-09-18 11:03:34 -0300
  • ee59542975 Haptic: Deal with negative periodic magnitudes (thanks, Elias!). Ryan C. Gordon 2014-09-17 14:49:36 -0400
  • 93b90de359 Fixed haptic documentation typos (thanks, Elias!). Ryan C. Gordon 2014-09-17 14:47:42 -0400
  • 844f193f9b [Android] Fixes #2480, music does not pause when process backgrounded Gabriel Jacobo 2014-09-17 11:41:12 -0300
  • e3461b9abf [Android] Fixes #2679 - Crash resuming from screen off Gabriel Jacobo 2014-09-17 08:59:43 -0300
  • cb017095b7 Fixed doxygen warning and markdown formatting. Philipp Wiesemann 2014-09-16 23:09:32 +0200
  • fafb7891e8 Enabling highdpi mode on an iPhone 6 Plus should now create a 1080x1920 OpenGL view, rather than 1242x2208 (414x736@3x.) Alex Szpakowski 2014-09-14 17:04:54 -0300
  • 4dc515cdca Fixed key down closing messagebox dialog instead of key up on Android. Philipp Wiesemann 2014-09-14 19:44:53 +0200
  • 023925ed0e WinRT: made README note that Win 8.0 targeting via MSVC 2013 Express is not possible David Ludwig 2014-09-14 13:10:21 -0400
  • 14ee086692 WinRT: expanded and updated the README section on MSVC requirements David Ludwig 2014-09-14 12:57:26 -0400
  • 960de698e3 WinRT: added manual, app-setup instructions to the README David Ludwig 2014-09-14 11:36:24 -0400
  • 3502b26f65 WinRT: added a note to README regarding need for a MS account David Ludwig 2014-09-14 10:31:18 -0400
  • 63ed536f1d WinRT: cleaned up section headers David Ludwig 2014-09-14 10:29:54 -0400
  • 8e438cd020 Merged default into iOS-improvements Alex Szpakowski 2014-09-10 18:10:37 -0300
  • 9276ff0784 video: waylandmouse: handle mmap error properly Ryo Munakata 2014-09-09 17:26:16 +0900
  • 5d160ea5e3 Fixed bug 2415 - Message Boxes aren't implemented on Android Sam Lantinga 2014-09-13 02:15:18 -0700
  • 8aa65b7079 Fixed using uninitialized display data in iMX6 initialization Sam Lantinga 2014-09-12 15:09:33 -0700
  • d791b1ccc2 [X11] Reconcile logical keyboard state with physical state on FocusIn since the window system doesn't do it for us like other platforms. Pierre-Loup A. Griffais 2014-09-11 19:24:42 -0700
  • 1a4f9b7b4b DSCAPS_GL was added for DirectFB 1.6 Sam Lantinga 2014-09-10 14:05:27 -0700
  • f96acb03f3 Report the correct desktop video mode on the iMX6 Sam Lantinga 2014-09-10 08:59:19 -0700
  • 4da4bc1bf8 Freescale i.MX6 video driver --- CMakeLists.txt | 2 + cmake/sdlchecks.cmake | 20 +++ configure | 51 +++++++ configure.in | 28 ++++ include/SDL_config.h.cmake | 1 + include/SDL_config.h.in | 1 + src/video/SDL_sysvideo.h | 3 + src/video/SDL_video.c | 3 + src/video/mx6/SDL_mx6events.c | 45 ++++++ src/video/mx6/SDL_mx6events_c.h | 31 +++++ src/video/mx6/SDL_mx6opengles.c | 211 ++++++++++++++++++++++++++++ src/video/mx6/SDL_mx6opengles.h | 68 +++++++++ src/video/mx6/SDL_mx6video.c | 301 ++++++++++++++++++++++++++++++++++++++++ src/video/mx6/SDL_mx6video.h | 78 +++++++++++ 14 files changed, 843 insertions(+) create mode 100644 src/video/mx6/SDL_mx6events.c create mode 100644 src/video/mx6/SDL_mx6events_c.h create mode 100644 src/video/mx6/SDL_mx6opengles.c create mode 100644 src/video/mx6/SDL_mx6opengles.h create mode 100644 src/video/mx6/SDL_mx6video.c create mode 100644 src/video/mx6/SDL_mx6video.h mastermind 2014-09-10 08:54:01 -0700
  • 6dc5eecb80 Deal with various .bmp file format variants in SDL_LoadBMP_RW(). Ryan C. Gordon 2014-09-08 01:36:22 -0400
  • 4979dc8330 Fixed example in header file. Philipp Wiesemann 2014-09-06 23:20:14 +0200
  • 2959864301 Changed version displayed in documentation generated by doxygen. Philipp Wiesemann 2014-09-04 22:59:32 +0200
  • 59f5caf9ee Fix non-power-of-two shaped windows. J?rgen Tjern? 2014-09-02 14:14:23 -0700
  • 73c83e589e Updated version to 2.0.4 Sam Lantinga 2014-09-02 06:55:47 -0700
  • 32d4a97f9e Mac: Don't add the same joystick twice if IOKit reports a duplicate device. Ryan C. Gordon 2014-08-31 11:21:10 -0400
  • e80bdd2cbd Corrected hint documentation. Philipp Wiesemann 2014-08-27 23:27:42 +0200
  • 1a753e11c0 Fixed memory leak getting the X11 window title Sam Lantinga 2014-08-25 10:55:54 -0700
  • 1a8568d473 Fixed bug 2699 - possible memory leak in GL_RenderReadPixels Sam Lantinga 2014-08-24 00:02:12 -0700
  • 1b01962d79 May have fixed the Linux build again Sam Lantinga 2014-08-23 19:06:54 -0700
  • 2599fbd423 Fixed Linux build Sam Lantinga 2014-08-23 11:00:16 -0700
  • 8b0d6b0964 Fixed bug 2696 - Mac: fix display mode refresh rate calculation Sam Lantinga 2014-08-23 10:47:50 -0700
  • a515391adf Fix declaration-after-statement errors in ibus code. Ryan C. Gordon 2014-08-21 23:22:46 -0400
  • c3376c9d52 Adjusted code style slightly for SDL_ibus.c Ryan C. Gordon 2014-08-21 23:15:17 -0400
  • 8a67f737c4 Added note about libibus-1.0-dev to the Linux README. Ryan C. Gordon 2014-08-21 23:03:38 -0400
  • 121e0e5b27 Fixed typos in test program. Philipp Wiesemann 2014-08-20 22:51:56 +0200
  • 859b605095 Fixed not needed standard includes in test program. Philipp Wiesemann 2014-08-20 22:49:59 +0200
  • 0307afde24 Fixed warnings about unused value in test program. Philipp Wiesemann 2014-08-20 22:47:07 +0200
  • 22d24d1dcb Fixed warnings about unused functions in test program. Philipp Wiesemann 2014-08-20 22:44:15 +0200
  • 5fbc630451 Fixed warnings about missing initializers in test program. Philipp Wiesemann 2014-08-20 22:40:56 +0200
  • 03691a71bd Merged default into iOS-improvements Alex Szpakowski 2014-08-20 17:20:22 -0300
  • f97bb7689d Fixed the cmake-guided static analysis and use it by default. Ryan C. Gordon 2014-08-20 01:21:45 -0400
  • cbd38473cc Better check for __has_feature Sam Lantinga 2014-08-19 22:04:54 -0700
  • d2a6dd904a Changed the name of the IME hint to match the naming convention in SDL Sam Lantinga 2014-08-19 21:59:56 -0700
  • 6c4698bbb0 Add a SDL_IM_INTERNAL_EDITING event to make IMs like iBus render editing text in its own UI instead of sending TEXTEDITING events. This is useful for applications that handle TEXTINPUT events but not TEXTEDITING events. Alex Baines 2014-08-19 23:31:50 +0100
  • d143da426f Improvements to the IBus related code: + Handle HidePreeditText IBus signal. + Use SDL_GetKeyboardFocus instead of SDL_GetFocusWindow. + Move the X11 IBus SetFocus calls to the X11_DispatchFocus functions. + Simplify the IBus ifdefs when handling X11 KeyEvents. + Remove inotify watch when SDL_IBus_Quit is called. Alex Baines 2014-08-19 23:17:28 +0100
  • 93515599b3 Take the window border size into account when positioning the IBus candidate list. Alex Baines 2014-08-19 22:28:53 +0100
  • c15ea431de Fixed bug 2694 - configure bug __has_feature macro not detected Sam Lantinga 2014-08-19 21:17:21 -0700
  • 743c3c0109 Fixed bug 2691 - Disabling shared library prevent cmake configuration Sam Lantinga 2014-08-19 21:13:07 -0700
  • 28d738103a Better Mac OS X build fix - actually match the SDK OpenGL headers. Sam Lantinga 2014-08-18 18:44:08 -0700
  • 5808955b74 Fixed Mac OS X build Sam Lantinga 2014-08-18 18:17:03 -0700
  • 3f4fd595ae SDL - fix fullscreen desktop windows not restoring to fullscreen state if focus changes happen due to programtic window changes (and not user alt-tabbing) Sam Lantinga 2014-08-18 18:16:45 -0700
  • b8749a08eb Fixed UV texture coordinate scale when using GL_ARB_texture_non_power_of_two Sam Lantinga 2014-08-18 11:28:16 -0700
  • c3851f486b Don't use the system OpenGL headers, ever. Ryan C. Gordon 2014-08-18 14:05:02 -0400
  • bf12968812 Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool Sam Lantinga 2014-08-17 15:07:00 -0700
  • 0c80e8cf18 Fixed bug 2655 - OSX: Window position and global mouse coord spaces are different Sam Lantinga 2014-08-17 14:57:52 -0700
  • 9441ac1daf Fixed bug 2685 - SDL_RenderReadPixels() doesn't work with offscreen targets Sam Lantinga 2014-08-17 14:44:53 -0700
  • c5f8532eb8 Fixed bug where the render target is updated instead of the default output when the window is resized. Sam Lantinga 2014-08-17 14:34:41 -0700
  • f82ab9869f Reset CMAKE_REQUIRED_FLAGS after test Sam Lantinga 2014-08-17 13:49:53 -0700
  • 6055c5c1d4 cmake: add -Wl,--no-undefined to GCC linker flags Sam Lantinga 2014-08-17 13:15:45 -0700
  • 7c38f4c5ed cmake: add -Wall/-Wshadow to GCC compilation flags Sam Lantinga 2014-08-17 13:15:09 -0700
  • d757adf13b Removed SDL_round() because the license wasn't compatible with zlib Sam Lantinga 2014-08-17 13:11:55 -0700
  • 0cf67c1dc2 Fixed bug 2688 - failure to build test/loopwavequeue.c on Linux Sam Lantinga 2014-08-17 10:10:41 -0700
  • 1d1548b3fb Fixed bug 2681 - dereference a NULL pointer dst_fmt in SDL_CreateTextureFromSurface function Sam Lantinga 2014-08-16 23:30:44 -0700
  • 694d0c7385 Fixed bug 2683 - Raspberry PI support using CMake Sam Lantinga 2014-08-16 23:28:40 -0700
  • 7d63823314 Fixed bug 2687 - SDL_BlitScaled does not handle clipping correctly Sam Lantinga 2014-08-16 23:25:02 -0700
  • 1b5c6734c6 Added SDL_round(), contributed by Benoit Pierre - thanks! Sam Lantinga 2014-08-16 23:23:15 -0700
  • cc2c6ed125 Fixed bugs 2677 and 2625, made it possible to lock render targets in D3D Sam Lantinga 2014-08-16 23:17:47 -0700
  • 0f11a99cff Fixed building on Windows with CMake Sam Lantinga 2014-08-16 15:18:21 -0700
  • faa42ab5dd Haptic: Add some missing haptic types to test, and fix wrong array-sizes. Ryan C. Gordon 2014-08-16 16:50:10 -0400
  • 6239bd1d18 Haptic: Fix clamping bugs on Windows, by using the Darwin haptics code. Ryan C. Gordon 2014-08-16 16:49:00 -0400
  • 064d06c11a Haptic: Fix the saturation and deadband parameters' available range. Ryan C. Gordon 2014-08-16 16:47:42 -0400
  • 3b1719e814 Haptic: Explicitly avoid floating point arithmetic if it's not needed. Ryan C. Gordon 2014-08-16 16:42:55 -0400
  • 7d9cd837b7 Haptic: DInput's POLAR direction actually matches Linux's direction. Ryan C. Gordon 2014-08-16 16:41:25 -0400
  • 333da9f29d Haptic: Don't interpret a direction of polar 35999 as "unsupported type". Ryan C. Gordon 2014-08-16 16:40:01 -0400
  • 6378e64615 Fixed markdown formatting in READMEs. Philipp Wiesemann 2014-08-15 23:39:14 +0200
  • 7a8ebcec18 Updated README. Philipp Wiesemann 2014-08-15 23:18:57 +0200
  • 5205946b5f Fixed enumeration in README. Philipp Wiesemann 2014-08-15 23:13:51 +0200