Commit Graph

  • aef7105408 Use SDL_free Sylvain 2021-11-22 16:58:04 +01:00
  • 2004aaf3bb SDL_wave: use SDL_free Sylvain 2021-11-22 16:54:17 +01:00
  • 0445c13aae Remove 'malloc' from comment Sylvain 2021-11-22 16:49:17 +01:00
  • 155db97d14 Remove 'malloc' from comment Sylvain 2021-11-22 16:48:13 +01:00
  • c3633d2c99 Haiku: use SDL_malloc Sylvain 2021-11-22 16:44:48 +01:00
  • 79b37cc55f Pandora: use SDL_malloc Sylvain 2021-11-22 16:43:49 +01:00
  • 10ffcbb115 QNX: use SDL_malloc Sylvain 2021-11-22 16:41:45 +01:00
  • e72beeb2a0 Remove 'malloc' from comment Sylvain 2021-11-22 16:40:29 +01:00
  • 38cfe25bc5 Remove 'malloc' from comment Sylvain 2021-11-22 16:39:56 +01:00
  • 4d566e5d5d VITA, PSP: use SDL_malloc Sylvain 2021-11-22 16:39:22 +01:00
  • 9fcc630fb3 X11: use SDL_malloc Sylvain 2021-11-22 16:37:34 +01:00
  • 19bf36db15 DirectFB: use SDL_malloc Sylvain 2021-11-22 16:37:19 +01:00
  • 8fb19d212e Vita: unneeded include Sylvain 2021-11-22 16:29:24 +01:00
  • e702a4e520 PSP: un needed include Sylvain 2021-11-22 16:28:49 +01:00
  • 8e851a277d Remove malloc from comment Sylvain 2021-11-22 16:28:07 +01:00
  • 0ef9d26622 cpuinfo: remove malloc from comments Sylvain 2021-11-22 16:24:19 +01:00
  • 5699e0fa0c visualtest: use SDL_malloc Sylvain 2021-11-22 16:22:39 +01:00
  • 30338beb61 Minor comment Sylvain 2021-11-22 16:17:39 +01:00
  • fb218e582a PSP: use SDL_malloc/SDL_free Sylvain 2021-11-22 16:16:04 +01:00
  • f1582f549b Fix comment Sylvain 2021-11-22 11:27:40 +01:00
  • 5a7a7ba570 Don't use "realloc" in comment so that it doesn't show up Sylvain 2021-11-22 11:25:59 +01:00
  • b4aeaa30a1 Use SDL_calloc / SDL_free Sylvain 2021-11-22 11:20:52 +01:00
  • cb9f85e8d0 Don't use "round", so that it's doesn't show up while searching for the function Sylvain 2021-11-22 11:18:01 +01:00
  • 6fb50bd0a6 Don't use "exp" as a name so that it's doesn´t show up with searching for the function Sylvain 2021-11-22 11:16:23 +01:00
  • 161dd83c9a Don´t use "trunc" as var name, since it's also a function Sylvain 2021-11-22 11:15:23 +01:00
  • d31251b014 use SDL's functions version inplace of libc version Sylvain 2021-11-21 22:30:48 +01:00
  • 35b7ce1893 cmake: final report fixes for mmx, ssemath, dummyvideo, wasapi, xinput. Ozkan Sezer 2021-11-22 14:10:02 +03:00
  • 34d9c2e28f fixed typo: ervironment to environment めぐみ発動機 (isVowel / GreenWing) 2021-11-22 13:02:06 +09:00
  • ee2afa00ba SDL_mfijoystick.m: fix build using older toolchains Ozkan Sezer 2021-11-22 05:11:10 +03:00
  • 1927c08036 minor tidy-up to configury. Ozkan Sezer 2021-11-22 05:00:02 +03:00
  • c97b721868 Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels Sam Lantinga 2021-11-21 12:18:10 -08:00
  • 49369142bd Fixed bug #4625: with integer scale, viewport (as reported by SDL_RenderGetViewport) becomes -2147483648x-2147483648 0 isn't valid scale. Min integer scale is 1.0f Sylvain 2021-11-21 17:40:48 +01:00
  • a0cb079a42 Fixed bug #4982 - Failed to open audio_device on OpenSLES / Android 5.x with freq 96khz+ Sylvain 2021-11-21 15:45:08 +01:00
  • ceb9e9a809 cocoa: Removed a debug printf call. Ryan C. Gordon 2021-11-21 00:21:41 -05:00
  • 18715acb55 cocoa: Position non-left mouse button events in background windows correctly. Ryan C. Gordon 2021-11-21 00:14:18 -05:00
  • 343fa61215 hid: fix inconsistent indentation Cameron Gutman 2021-11-20 13:17:59 -06:00
  • db60b27188 hid: Only enumerate IOHIDDevices that are likely to be joysticks Cameron Gutman 2021-11-20 13:13:17 -06:00
  • 23b7bdef87 offscreen: Don't fail to create a window because of driver_loaded politics. Ryan C. Gordon 2021-11-20 14:11:30 -05:00
  • fadf41fc6e remove excess whitespace Ozkan Sezer 2021-11-20 21:55:20 +03:00
  • 504e7aa59b minor tidy-up for ifdefs & co. Ozkan Sezer 2021-11-20 21:51:10 +03:00
  • cd86e269e4 Fixed bug #4982 - Failed to open audio_device. Android 5.1 should be ok. Sylvain 2021-11-20 19:40:26 +01:00
  • aeff8748a5 configure: Allow building of the "offscreen" video target. Ryan C. Gordon 2021-11-20 13:35:25 -05:00
  • e86d4bde54 test: Makefile should copy unifont file, for testime.c to use. Ryan C. Gordon 2021-11-20 13:33:29 -05:00
  • 61881eb0a9 docs/README-macos.md: Updated Xcode instructions. Ryan C. Gordon 2021-11-20 13:14:00 -05:00
  • b6e8651ae9 Audio 6.1 should be allowed now (see #4974) Sylvain 2021-11-20 15:31:21 +01:00
  • b6d365677b Fixed bug #4982 - Failed to open audio_device on Android 5.x with freq 96khz+ Sylvain 2021-11-20 15:28:36 +01:00
  • 495ee42a83 testcustomcursor.c: replaced libc sscanf with SDL_sscanf Ozkan Sezer 2021-11-20 01:15:20 +03:00
  • 990fb668f7 tests: several -Wwrite-strings fixes. Ozkan Sezer 2021-11-20 01:02:02 +03:00
  • 665865eda2 If the hardware is in an error state, the final page flip may not come. Sam Lantinga 2021-11-19 09:58:13 -08:00
  • 6828955ddf Trim any extra platform strings from mappings when they're returned to the application Sam Lantinga 2021-11-19 09:58:11 -08:00
  • 116a002b14 build-scripts/gcc-fat.sh is no longer supported. Use clang-fat instead. Ryan C. Gordon 2021-11-19 09:28:36 -05:00
  • 881a674926 rawinput: Only access SDL_RAWINPUT_mutex if initialized Cameron Gutman 2021-11-18 19:58:04 -06:00
  • 1237142be3 joystick: Quit drivers in reverse order to ensure dependencies are not broken Cameron Gutman 2021-11-18 19:52:34 -06:00
  • b67965979a SDL_hidapi.c: fix SDL_udev.h include path Ozkan Sezer 2021-11-19 11:55:50 +03:00
  • 3ed0c62672 SDL_RWsize: updated description Ozkan Sezer 2021-11-19 01:24:40 +03:00
  • 0fddda6e57 Sync wiki -> header SDL Wiki Bot 2021-11-18 21:51:05 +00:00
  • e526830996 Sync wiki -> header SDL Wiki Bot 2021-11-18 20:58:04 +00:00
  • 3f978c0f93 include: Improved documentation of SDL_RegisterApp and SDL_UnregisterApp. Ryan C. Gordon 2021-11-18 15:56:16 -05:00
  • 09bf12e035 fnsince.pl: SDL_UnregisterApp() also arrived in 2.0.2. Ryan C. Gordon 2021-11-18 15:34:29 -05:00
  • 7f70f6e1e2 include: Note that several rwops functions used to be macros before 2.0.10. Ryan C. Gordon 2021-11-18 15:30:36 -05:00
  • 319d2b3e05 Sync wiki -> header SDL Wiki Bot 2021-11-18 20:29:04 +00:00
  • 83024f3299 fnsince.pl: Whoops, it's SDL_RegisterApp and not SDL_SetMainReady in 2.0.2. Ryan C. Gordon 2021-11-18 15:27:21 -05:00
  • 16a1721e9d Sync wiki -> header SDL Wiki Bot 2021-11-18 20:25:05 +00:00
  • 46f12cc7f7 fnsince.pl: SDL_SetMainReady() originally arrived in SDL 2.0.2. Ryan C. Gordon 2021-11-18 15:22:47 -05:00
  • a7a54e6452 wayland: Add support for display connect/disconnect events Ethan Lee 2021-11-18 00:43:55 -05:00
  • c2464653d0 Remove unnecessary clang-cl check since Clang has __builtin_bswap. hgs3 2021-11-17 18:19:49 -06:00
  • 6b66542e7b Fixing compilation errors for VS2019 Clang toolset (fixes #4702) hgs3 2021-11-17 17:04:34 -06:00
  • 5be8a22113 Add audio conversion from/to 61 Sylvain 2021-11-17 20:37:51 +01:00
  • dd6269b1e0 SDL_endian.h: added proper version check (VS2005+) to MSVC functionality Ozkan Sezer 2021-11-17 17:55:00 +03:00
  • d2cf191936 hidapi, linux: merged a minor warning + code style fix from mainstream. Ozkan Sezer 2021-11-17 10:00:10 +03:00
  • 43d1b42a5a cmake: Sync build config options with autotools Cameron Gutman 2021-11-16 17:59:38 -06:00
  • 7d3045f273 minor whitespace tidy-up. Ozkan Sezer 2021-11-16 23:51:40 +03:00
  • 29b79313a0 minor tweak for a slightly smaller configure script Ozkan Sezer 2021-11-16 23:33:32 +03:00
  • 68ffd24c58 autotools, cmake: don't define SDL_JOYSTICK_HIDAPI in CheckHIDAPI() Ozkan Sezer 2021-11-16 23:37:20 +03:00
  • 5cc23868ed wayland: Add support for SDL_DisplayOrientation Ethan Lee 2021-11-15 11:52:43 -05:00
  • 40d808620d SDL_classic_joysticks defaults off Sam Lantinga 2021-11-15 20:17:14 -08:00
  • 7ad64357ee Updated Android build environment for examples Sam Lantinga 2021-11-15 17:04:50 -08:00
  • 66058bbbd5 Fixed exception accessing Bluetooth devices on Android 12 Sam Lantinga 2021-11-15 16:52:56 -08:00
  • be5b4d980d Added nativeGetHintBoolean for Java code Sam Lantinga 2021-11-15 16:52:54 -08:00
  • 9ec2b35147 Fixed the GLES2 shader count to be in sync with the enum Sam Lantinga 2021-11-15 13:45:53 -08:00
  • 2f591fb0a0 Added android:exported="true" to the example Android manifest Sam Lantinga 2021-11-15 12:50:02 -08:00
  • b649314d62 Add comment to audio clipping (see bug #4104) Sylvain 2021-11-15 13:43:40 +01:00
  • d4df5d33c5 GLES2: prevent batching if blend mode changes (see bug #4964) Sylvain 2021-11-15 09:43:44 +01:00
  • 92f2fdfc84 GLES2: batch non joined lines (see #4964) Sylvain 2021-11-15 09:36:18 +01:00
  • 17f156fae5 Fixed bug #4964 - opengles2 & batching = conjoined lines put back the initial switch case because groups of joined lines cannot be batched. Sylvain 2021-11-15 09:08:09 +01:00
  • d8888e468e Fixed bug #4964 - opengles2 & batching = conjoined lines Sylvain 2021-11-15 08:37:49 +01:00
  • 193ab28fe4 Renamed README-macosx.md to README-macos.md Ryan C. Gordon 2021-11-14 23:35:50 -05:00
  • 4edf2df5ce Unix2dos'd README-macosx.md. Ryan C. Gordon 2021-11-14 23:34:46 -05:00
  • bbac1e9add Don't include pthreads code when threads are disabled Sam Lantinga 2021-11-14 20:34:41 -08:00
  • 93556e67e0 Update AndroidManifest.xml Anders Jenbo 2021-11-14 23:39:16 +01:00
  • b9c619017d [Android] Limit WRITE_EXTERNAL_STORAGE to SDK 22- Anders Jenbo 2021-11-14 23:36:05 +01:00
  • cc094f4d7c Fixed building with the macOS 10.8 SDK Sam Lantinga 2021-11-14 20:15:48 -08:00
  • d7d67af441 mouse: Fix Y value in motion events when confinement is active Cameron Gutman 2021-11-14 17:52:41 -06:00
  • fb6aba1938 Updated SDL_egl.h with the latest Khronos headers Sam Lantinga 2021-11-14 15:35:11 -08:00
  • 1cd3e83756 cocoa: Fix abort on touch event types without a subtype Zack Middleton 2021-11-14 15:51:38 -05:00
  • 781caec2b2 SDL_waylandevents.c (keyboard_handle_keymap): silenced -Wwrite-strings . Ozkan Sezer 2021-11-15 00:55:24 +03:00
  • 5c067906ba wasapi: AvSetMmThreadCharacteristicsW takes an LPCWSTR param, not LPWSTR Ozkan Sezer 2021-11-15 00:55:04 +03:00
  • 3eb9bfac7a win32 rawinput & wgi joystick: avoid -Werror=declaration-after-statement Ozkan Sezer 2021-11-14 22:22:50 +03:00
  • 73a41f4058 Removed outdated build-scripts/iosbuild.sh Ryan C. Gordon 2021-11-14 14:15:11 -05:00
  • c55ab9631f Added a hint for alternate OpenGL NV12 data format Sam Lantinga 2021-11-13 22:21:57 -08:00