Commit Graph

  • 1731d53d02 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-15 13:01:12 +00:00
  • f4611ffe9a wayland: Fix comment Frank Praznik 2024-04-14 15:02:31 -04:00
  • ad813a65e7 x11: Fix initial window positioning Frank Praznik 2024-04-11 16:42:51 -04:00
  • 01195c5d32 x11: Cancel the mode switch timer immediately upon success Frank Praznik 2024-04-10 14:18:26 -04:00
  • 037a62add5 wayland: Apply exclusive fullscreen parameters if changed between the initial fullscreen call and the fullscreen configure event Frank Praznik 2024-04-10 14:14:21 -04:00
  • 26d3cbee79 video: Use the origin for determining the display for fullscreen windows Frank Praznik 2024-04-10 13:42:02 -04:00
  • 1804ad175c wayland: Don't send spurious display changes when a fullscreen window is moving Frank Praznik 2024-04-10 11:08:12 -04:00
  • 11de629dd2 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-14 05:50:22 +00:00
  • 291edc073c include: Document SDL_TriggerBreakpoint. Ryan C. Gordon 2024-04-14 01:46:42 -04:00
  • 59c332e569 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-14 05:35:26 +00:00
  • 041de0c2eb include: Some documentation improvements. Ryan C. Gordon 2024-04-14 01:33:56 -04:00
  • 21bc72bef1 wikiheaders: Allow parts of the headers to be ignored. Ryan C. Gordon 2024-04-13 22:55:23 -04:00
  • e4f097805b Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-14 00:22:23 +00:00
  • 081a94e321 include: Updated a bunch of documentation. Ryan C. Gordon 2024-04-13 20:10:13 -04:00
  • 3c86af5901 wikiheaders: Add support for SDL_FORCE_INLINE functions. Ryan C. Gordon 2024-04-13 20:08:14 -04:00
  • 239b34d760 docs: Added some notes about iOS and the main callbacks. Ryan C. Gordon 2024-04-13 15:14:32 -04:00
  • 9c5ae7293f Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-13 18:59:10 +00:00
  • cae90ef489 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-13 18:38:11 +00:00
  • 6e1ed94913 ios: Renamed APIs that referred to "iPhone" to refer to "iOS". Ryan C. Gordon 2024-04-13 14:30:30 -04:00
  • d252a8fe12 joystick: SDL_VirtualJoystickDesc no longer takes a struct version. Ryan C. Gordon 2024-04-13 14:15:16 -04:00
  • 202bd7b0ff Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-13 13:24:25 +00:00
  • f01b34fd8d include: Removed some SDL2 references in the documentation. Ryan C. Gordon 2024-04-13 09:23:22 -04:00
  • 98e9f361a8 winrt: Remove SDL_WinRTGetFSPathUNICODE, rename SDL_WinRTGetFSPathUTF8. Ryan C. Gordon 2024-04-13 08:18:08 -04:00
  • 02da4acf0f Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-13 12:07:27 +00:00
  • 3f4ac1a3c7 winrt: Implemented SDL_GetUserFolder() for WinRT/UWP. Ryan C. Gordon 2024-04-13 08:05:16 -04:00
  • 1e369b7f33 build-scripts/fnsince.pl: Remove SDL2-specific fixup. Ryan C. Gordon 2024-04-11 13:35:46 -04:00
  • cbb3c69cb0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-13 01:10:12 +00:00
  • 03bc53fe31 include: Fixes the improper fix I made before of documentation, SDL_SensorType. anon 2024-04-11 23:56:51 +02:00
  • 3fca8d4f82 wayland: Fix build warning (boolean always true) Frank Praznik 2024-04-12 14:15:29 -04:00
  • f6edc2f603 wayland: Use xdg-output to get connector names when older versions of libwayland are in use Frank Praznik 2024-04-12 13:58:19 -04:00
  • 60f26182c3 audio: Prefer Pipewire over Pulseaudio if the pipewire-pulse service is running Frank Praznik 2024-04-01 09:07:02 -04:00
  • b6cb63adef wayland: Update tablet-v2 protocol file to stable version Frank Praznik 2024-04-11 18:31:48 -04:00
  • 935b6502ac Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-11 19:40:25 +00:00
  • 7ab8e4797e include: Add documentation to SDL_MessageBoxColorType. anon 2024-04-11 20:31:11 +02:00
  • 1abaacedb2 include: Fix documentation generation for SDL_SensorType. anon 2024-04-11 21:06:35 +02:00
  • 2f4f1f6923 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-11 17:35:27 +00:00
  • 0df988389c include: Add \since to all documentation that was missing it. Ryan C. Gordon 2024-04-11 13:34:29 -04:00
  • db39de7f63 build-scripts/fnsince.pl: Updated to use Markdown instead of MediaWiki format. Ryan C. Gordon 2024-04-11 13:21:30 -04:00
  • 073d2378dc Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-11 12:59:41 +00:00
  • af6a4a9e38 wikiheaders: Fixed a silly logic bug. Ryan C. Gordon 2024-04-11 08:57:50 -04:00
  • 9421a01400 SDL_AudioStreamCallback: Note that there's no _requirement_ to do anything. Ryan C. Gordon 2024-04-11 08:56:10 -04:00
  • e75d72670f include: Fixes to make the headers friendly with the latest wikiheaders. Ryan C. Gordon 2024-04-11 01:17:27 -04:00
  • 6ccdfffe26 wikiheaders: Fixes to manpage output for datatypes vs functions. Ryan C. Gordon 2024-04-11 01:03:07 -04:00
  • e47f2956cf include: Documented SDL_bool a little. Ryan C. Gordon 2024-04-11 00:48:11 -04:00
  • 407e54e188 include: More improved docs for the wikibridge! Ryan C. Gordon 2024-04-11 00:36:48 -04:00
  • 5a58b3d97a wikiheaders: Bridge basic typedefs to the wiki! Ryan C. Gordon 2024-04-11 00:36:10 -04:00
  • d7dcf4916f docs: Mention the SDL_HINT_VIDEO_SYNC_WINDOW_OPERATIONS hint in the migration guide Frank Praznik 2024-04-10 17:49:55 -04:00
  • f121553082 include: Fixed up SDL_AudioFormat documentation. Ryan C. Gordon 2024-04-10 16:07:49 -04:00
  • 38c4f29c29 wayland: Round fractional scale values when viewports aren't supported Frank Praznik 2024-04-10 15:58:42 -04:00
  • b2239cb7ba Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-10 19:59:14 +00:00
  • 557f26e6f0 include: Fixed up some more documentation. Ryan C. Gordon 2024-04-10 15:58:16 -04:00
  • b33420cac7 Updated INSTALL.md ChedRed 2024-04-08 15:51:30 -07:00
  • 9216b7a5ee stdinc: modify default alloca prototype Anonymous Maarten 2024-04-10 10:05:08 +02:00
  • 06758685a5 stdinc: modify default alloca prototype Anonymous Maarten 2024-04-10 10:03:46 +02:00
  • 132cef91c8 Removing macro SDL_FColour from SDL_pixels.h Petar Popovic 2024-04-09 21:41:34 +02:00
  • 534c44b156 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-09 22:04:21 +00:00
  • a15a46340f SDL_revision: Added documentation. Ryan C. Gordon 2024-04-09 18:02:30 -04:00
  • f687e0732a Doxygen comment fixes in SDL_pixels.h Petar Popovic 2024-04-09 21:23:31 +02:00
  • 196d123c66 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-09 16:36:25 +00:00
  • d321e19ee5 stdinc: Document maths functions David Gow 2024-02-04 13:05:25 +08:00
  • afd91b5e9c stdinc: Note that these functions match their C runtime equivalents David Gow 2024-02-04 17:25:21 +08:00
  • 629c694bd6 Fixed Doxygen comments Henry Wilson 2024-04-09 13:10:48 +01:00
  • 9b5944a14f Removing SDL_Colour macro Petar Popovic 2024-04-09 00:06:05 +02:00
  • baf09904b3 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-09 13:59:22 +00:00
  • 79dc6af98f SDL_endian.h: Documented SDL_Swap* macros. Ryan C. Gordon 2024-04-09 09:58:01 -04:00
  • e044318a8e Sync SDL3 wiki -> headers Ryan C. Gordon 2024-04-09 00:49:23 -04:00
  • ad090d2444 include: A ton of little documentation tweaks, fixes, and improvements. Ryan C. Gordon 2024-04-08 22:36:57 -04:00
  • 645073961d wikiheaders: Don't mangle Markdown tables in wordwrap. Ryan C. Gordon 2024-04-08 23:48:25 -04:00
  • a25d49c162 wikiheaders: Bridge structs, unions, and enums to the wiki! Ryan C. Gordon 2024-04-08 22:34:11 -04:00
  • 125bbc5e61 wikiheaders: Fixed usage of die(). Ryan C. Gordon 2024-04-08 22:32:36 -04:00
  • 6906c50e8b assert: SDL_AssertData::always_ignore should be an SDL_bool, not an int. Ryan C. Gordon 2024-04-08 15:43:03 -04:00
  • 34f4484f48 wikiheaders: Renamed "Related Functions" section to "See Also" Ryan C. Gordon 2024-04-06 23:25:37 -04:00
  • dd2780f9fb wikiheaders: Remove trailing whitespace from "brief" description. Ryan C. Gordon 2024-04-06 23:25:02 -04:00
  • a26ec343c3 wikiheaders: Bridge macros to the wiki! Ryan C. Gordon 2024-04-06 02:10:42 -04:00
  • c8a066019b Renaming SDL_eventaction to SDL_EventAction Petar Popovic 2024-04-08 18:01:31 +02:00
  • 1efadcc5d4 Revert renaming SDL_eventaction. adding it again in next commit with scripts Petar Popovic 2024-04-08 17:47:05 +02:00
  • 9f83647aec cmake: switch iOS and watchOS Anonymous Maarten 2024-04-08 19:25:38 +02:00
  • 2d640d0b59 ci: Add iOS and tvOS CMake GitHub Actions checks (#9465) Ravbug 2024-04-08 13:18:28 -04:00
  • 224f2e921e video: Remove unused bootstrap declarations Frank Praznik 2024-04-08 11:06:52 -04:00
  • 764fe72449 SDL_time.h: Renaming enums SDL_DATE_FORMAT and SDL_TIME_FORMAT to SDL_DateFormat and SDL_TimeFormat Petar Popovic 2024-04-08 01:58:26 +02:00
  • f08c31060a Renaming SDL_eventaction to SDL_EventAction Petar Popovic 2024-04-07 17:14:50 +02:00
  • e3395a7585 cmake: Fix ALSA "Unable to find..." warning Robert Edmonds 2024-04-06 12:19:55 -04:00
  • 5c9dbf65a3 SDL_version.h: Fix some whitespace. Ryan C. Gordon 2024-04-06 02:09:48 -04:00
  • 6ad390fc50 File dialog improvements Semphris 2024-04-02 16:03:58 -04:00
  • 5fa87e29e7 Removed SDL_RENDERER_ACCELERATED and SDL_RENDERER_SOFTWARE Sam Lantinga 2024-04-04 12:39:24 -07:00
  • 3f8dba3713 Including SD_error.h into headers with error-returning functions Petar Popovic 2024-04-04 18:38:21 +02:00
  • ff651a7941 filesystem: Turn off case-insensitivity if glob pattern is NULL. Ryan C. Gordon 2024-04-04 10:40:36 -04:00
  • bc94451bed testfilesystem: Add a '?' to the glob test, for a little more completeness. Ryan C. Gordon 2024-04-04 10:40:11 -04:00
  • e12b8e767a SDL_filesystem.h: Fixed some whitespace. Ryan C. Gordon 2024-04-04 10:37:10 -04:00
  • 1a97d1f649 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-04 14:42:26 +00:00
  • de91aaa452 SDL_locale.h - SDL_GetPreferredLocales() - adding SDL_GetError() comment Petar Popovic 2024-04-04 13:39:41 +02:00
  • 7ae5474305 SDL_quit.h - removing SDL_error.h inclusion Petar Popovic 2024-04-04 13:32:22 +02:00
  • 0abdc1a343 Renamed GLOBDIR to GLOB Sam Lantinga 2024-04-04 07:40:48 -07:00
  • ac372e99fe Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-04 13:41:27 +00:00
  • 764207d873 filesystem: Added SDL_GlobDirectory() and SDL_GlobStorageDirectory(). Ryan C. Gordon 2024-03-18 15:32:04 -04:00
  • 810656962c stdlib: Export some Unicode functions to other SDL internals. Ryan C. Gordon 2024-04-04 00:56:07 -04:00
  • 9192485746 filesystem: SDL_EnumerateDirectory should return -1 or 0. Ryan C. Gordon 2024-03-18 15:31:35 -04:00
  • a8ed32c5f7 Re-enable cursor clipping when clicking into a window when relative mouse mode is enabled Sam Lantinga 2024-04-03 12:40:28 -07:00
  • 2d9aff6433 wayland: Always use the whole buffer surface for the damage region Frank Praznik 2024-04-03 11:07:08 -04:00
  • c7787a9191 The hint environment variables don't have the word "HINT" in them Sam Lantinga 2024-04-02 19:24:07 -07:00