Commit Graph

  • 2000ccb541 Allow linear interpolation of the font textures Sam Lantinga 2024-10-07 21:33:16 -07:00
  • f6fa617139 Define SDL_DIALOG_DUMMY in SDL_build_config.h as needed Sam Lantinga 2024-10-07 19:04:07 -07:00
  • 4627283eca Allow building both Cocoa and dummy dialog implementations Sam Lantinga 2024-10-07 18:00:18 -07:00
  • c8526532de Changed objectVersion to 54 so Xcode 12 can load the projects (thanks @Wohlstand!) Sam Lantinga 2024-10-07 17:44:53 -07:00
  • 2fd12b2e8a keyboard: Note that enabling text input can also enable an IME Frank Praznik 2024-10-07 19:21:34 -04:00
  • 81b48de3f5 Fixed VID/PID list parsing of SDL_HINT_GAMECONTROLLER_SENSOR_FUSION Sam Lantinga 2024-10-07 16:14:57 -07:00
  • 5db64300b8 Fixed SDL_GetStringInteger() for values starting with '0' and '1' (thanks @DanielGibson!) Sam Lantinga 2024-10-07 15:53:38 -07:00
  • 7da728a642 Added support for wired XBox controllers on macOS 15.0 Sequoia Sam Lantinga 2024-10-07 15:42:55 -07:00
  • 659f2f4b04 examples: add basic app metadata to all existing examples. Ryan C. Gordon 2024-10-07 17:41:15 -04:00
  • aa534c3ac3 core: Fixed incorrect comment in core/windows/SDL_windows.h. Ryan C. Gordon 2024-10-07 16:55:30 -04:00
  • ee7f61fd9a snake: Add extended app metadata Simon McVittie 2024-10-07 12:23:57 +01:00
  • ca82405d5a snake: Add basic app metadata Simon McVittie 2024-10-07 12:23:24 +01:00
  • 6ae5666acf Check for VK_SUBOPTIMAL_KHR also in vkQueuePresentKHR (#11113) rabbit-ecl 2024-10-07 23:01:10 +03:00
  • 06bd214af6 Fixed warnings building on Android Sam Lantinga 2024-10-07 11:11:12 -07:00
  • 596fcfa6c4 fix microphone permission and feature flags being spread out Green Sky 2024-10-07 19:03:40 +02:00
  • 54e622c2e6 Use the printf vararg verification macros when compiling with clang Naman Dixit 2024-10-07 08:30:13 +05:30
  • fca05fa754 examples: Use SDL_Log() instead of message boxes for errors. Ryan C. Gordon 2024-10-06 19:16:42 -04:00
  • 9f170286ba test: Replace README with LICENSE.txt Ryan C. Gordon 2024-10-06 18:47:05 -04:00
  • d0ef58b442 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-06 23:03:29 +00:00
  • cbb9a16367 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-06 22:58:06 +00:00
  • 65539bc4f7 Make sure trackpad state is updated when button presses are delivered Sam Lantinga 2024-10-06 14:28:06 -07:00
  • 03b259893a Fixed return value of SDL_AddGamepadMapping() Sam Lantinga 2024-10-06 14:17:57 -07:00
  • bf54eddba9 macOS: Clarify when macOS hints need to be set Jan Sedivy 2024-09-26 11:19:46 +02:00
  • c2b98e21ba macOS: Add hint for smooth SDL_EVENT_MOUSE_WHEEL values Jan Sedivy 2024-09-06 23:26:39 +02:00
  • 2fa8acb084 x11: Refresh the global cursor coordinates when confining the pointer Frank Praznik 2024-10-06 14:33:01 -04:00
  • e59078ac6f Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-06 18:31:17 +00:00
  • 9e74ada7b8 gpu: fixed formatting in docs. Ryan C. Gordon 2024-10-06 14:30:01 -04:00
  • c358bf3f9b Removed test program list, it's better to just look at the code. Sam Lantinga 2024-10-06 11:28:29 -07:00
  • f8dd73fdb9 Fixed build Sam Lantinga 2024-10-06 08:42:00 -07:00
  • 0f47d3a77b Fixed use after free (thanks @meyraud705!) Sam Lantinga 2024-10-06 08:34:35 -07:00
  • e159bcf5de test: Make blit_testExampleApplicationRender work on big endian capehill 2024-10-06 11:02:50 +03:00
  • c9ffa3f9e1 Remove vestiges of the TAKE_FOCUS window event Frank Praznik 2024-10-06 10:02:53 -04:00
  • 596ef1ba2e Moved the SDL_ttf IME demo to showfont in the SDL_ttf project Sam Lantinga 2024-10-06 00:19:25 -07:00
  • e00b1fdd67 clipboard: include mime types in SDL_ClipboarUpdate David Fort 2024-10-02 21:19:42 +02:00
  • 2880b40e33 fix pipewire prototype bubbleguuum 2024-10-05 23:24:34 +02:00
  • b6ab7d28f6 Replaced \r\n with \n in SDL root files Petar Popovic 2024-10-06 01:36:51 +02:00
  • b8e72b0969 Note that creating a renderer will fail if the preferred renderer isn't available. Sam Lantinga 2024-10-05 09:55:26 -07:00
  • 1ca45c5891 Fix typo: DiretMedia->DirectMedia zshoals 2024-10-04 21:52:23 -05:00
  • 8db3b47482 Just use normal stdio for the child process Sam Lantinga 2024-10-04 12:50:38 -07:00
  • 8c3f88b495 docs: Wrote CategoryVulkan. Ryan C. Gordon 2024-10-04 16:55:33 -04:00
  • 369b93771b Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 20:38:03 +00:00
  • deeffaa8d6 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 20:36:26 +00:00
  • 84ecf7fd3e docs: Add CategorySurface text. Ryan C. Gordon 2024-10-04 16:35:34 -04:00
  • e292d1f5ac Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 20:27:58 +00:00
  • d5af0c7e09 Added missing parentheses Sam Lantinga 2024-10-04 13:27:13 -07:00
  • 5a60d073c0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 20:24:40 +00:00
  • a3413e050b Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 20:23:29 +00:00
  • c25423b94c docs: Filled in some category pages. Ryan C. Gordon 2024-10-04 16:19:19 -04:00
  • a57ecad648 Fixed documentation typos Sam Lantinga 2024-10-04 13:04:27 -07:00
  • 37315110c1 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 19:50:14 +00:00
  • f26dd52090 SDL_GetProcessProperties is missing a SDLCALL Anonymous Maarten 2024-10-04 21:46:54 +02:00
  • d318a4a6b1 .wikiheaders-options: Declare SDL3 to be a stable API! Ryan C. Gordon 2024-10-04 15:37:58 -04:00
  • 64cbf02dbf Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 19:35:00 +00:00
  • ffe4e571d1 wikiheaders: regex hack to make a URL not confuse wikilink genertion. Ryan C. Gordon 2024-10-04 15:33:41 -04:00
  • a7e4e9219a Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 19:29:06 +00:00
  • e8c852d77c GPU: re-add parens to wiki intro cosmonaut 2024-10-04 12:27:51 -07:00
  • 00385951a1 Use file descriptor I/O for process pipes Sam Lantinga 2024-10-04 10:26:34 -07:00
  • f592a35439 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 18:32:44 +00:00
  • 12d007038c GPU: wiki header link typo cosmonaut 2024-10-04 11:31:38 -07:00
  • f275731e18 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 18:30:06 +00:00
  • f3285b01c8 GPU: Intro fixes cosmonaut 2024-10-04 11:29:27 -07:00
  • 93c7521dd5 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 18:22:19 +00:00
  • c1084bfaa3 GPU Introduction (#11062) Evan Hemsley 2024-10-04 11:21:36 -07:00
  • 21e7fa45e8 GPU: fix padding field typo cosmonaut 2024-10-04 10:45:47 -07:00
  • bd4cd34a74 Add docs to mingw development archive Anonymous Maarten 2024-10-04 18:19:07 +02:00
  • f859d69c44 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 16:14:38 +00:00
  • 6c64c62114 Rename SDL_BUTTON() to SDL_BUTTON_MASK() Sam Lantinga 2024-10-04 09:13:36 -07:00
  • d529407ce7 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 15:58:03 +00:00
  • fe2880fcda Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority() Sam Lantinga 2024-10-04 08:57:03 -07:00
  • 69196ab30d Change evasive library handle to SDL_SharedObject* Daniel Ludwig 2024-10-04 09:46:05 +02:00
  • 3a6a3ab64f gpu: Fix memory leak in Vulkan backend. Ryan C. Gordon 2024-10-04 04:46:28 -04:00
  • 43e7ce7dfc Updated to version 3.1.3 for the preview release Sam Lantinga 2024-10-03 23:01:55 -07:00
  • ca0b1eaf5a Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 05:54:33 +00:00
  • 93c27a6675 Fixed the documentation for consistency. Sam Lantinga 2024-10-03 22:53:47 -07:00
  • 3ae2af8aa1 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-04 05:53:50 +00:00
  • 9a5d5a2839 video: Improve the EGL attribute callbacks. Ryan C. Gordon 2024-10-03 20:09:58 -04:00
  • d4143e02d1 Always set checked_monotonic_time when calling CheckMonotonicTime() Petar Popovic 2024-10-03 23:48:57 +02:00
  • 020fb6889c Removed unnecessary const-qualifiers in src and test files Petar Popovic 2024-10-03 20:19:18 +02:00
  • b8e8dcaa9a Add void to openbsd function prototypes Petar Popovic 2024-10-03 22:30:46 +02:00
  • 0e909d2785 Removed redundant condition in src/events/SDL_pen.c Petar Popovic 2024-10-03 21:15:04 +02:00
  • 191f3ecbbc render: Restore previous policy for converting window/render coordinates. Ryan C. Gordon 2024-10-03 13:51:48 -04:00
  • 3246df8bd3 Remove redundant SDL_Vulkan_GetResultString() declaration Petar Popovic 2024-10-03 21:39:55 +02:00
  • 07fd88d241 docs: Fix migration documentation for SDL_WINDOWEVENT_SIZE_CHANGED Frank Praznik 2024-10-03 12:34:26 -04:00
  • a0de6c4abf Add properties to SDL_IOStreams returned by IOFromMem Ethan Lee 2024-10-01 17:50:59 -04:00
  • 1bb7e2b1a8 SDL_migration.cocci: Removed obsolete SDL_CreateWindowWithPosition code. Ryan C. Gordon 2024-10-03 01:01:34 -04:00
  • f4cea5e019 Removed const qualifiers from SDL_CreateHashTable() parameter types Petar Popovic 2024-10-03 00:40:17 +02:00
  • d287feaddf render: Remove non-pointer args' const qualifiers on SDL_RenderTextureRotated. Ryan C. Gordon 2024-10-02 15:30:16 -04:00
  • e3757f072b Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-02 19:28:35 +00:00
  • 8b4f5f09c1 dynapi: It's a Python script now, not a perl script. Ryan C. Gordon 2024-10-02 15:27:11 -04:00
  • 35b002be82 audio: Clarified SDL_GetAudioStreamQueued docs. Ryan C. Gordon 2024-10-02 15:25:31 -04:00
  • 47450425fd Allow iterating just the keys or values in a hashtable Sam Lantinga 2024-10-02 10:19:40 -07:00
  • d5fe6dd627 Don't use const for non-pointer API parameters Sam Lantinga 2024-10-01 21:02:50 -07:00
  • d2b2a752ce SDL_migration.cocci: A few fixes. Ryan C. Gordon 2024-10-02 00:55:12 -04:00
  • 91b074beb7 Removed SDL_IPHONE_MAX_GFORCE Sam Lantinga 2024-10-01 18:00:22 -07:00
  • 34033d5838 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-01 18:45:52 +00:00
  • eced9f58a9 Added a userdata parameter for EGL attribute callbacks Sam Lantinga 2024-10-01 10:43:51 -07:00
  • 798c9574d0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-10-01 17:46:16 +00:00
  • 89e68aa801 Added missing return value documentation for bsearch() Sam Lantinga 2024-10-01 10:45:32 -07:00
  • 4fa92d233d Include stdbool.h when using Visual Studio 2017+ Sam Lantinga 2024-10-01 09:57:05 -07:00
  • 522321b7c9 test: Fix testcustomcursor on high-DPI displays Frank Praznik 2024-10-01 12:40:17 -04:00