Commit Graph

  • 7559acaf75 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-03 16:34:33 +00:00
  • 3979ea8ed0 tests: Add a pointer warp test to testmouse Frank Praznik 2024-05-02 10:16:36 -04:00
  • 3a6d9c59f4 wayland: Add mouse pointer warp support Frank Praznik 2024-05-01 12:57:39 -04:00
  • 22016228ca Fixed build Sam Lantinga 2024-05-03 09:25:54 -07:00
  • b18a071639 Removed SDL_DROPEVENT_DATA_SIZE and SDL_TEXTEDITINGEVENT_TEXT_SIZE Sam Lantinga 2024-05-03 09:19:49 -07:00
  • 63979f04c8 Don't pass the sentinel event to event callbacks Sam Lantinga 2024-05-03 09:00:41 -07:00
  • a03829d636 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-03 13:59:29 +00:00
  • 31a45d7cb3 SDL_main.h: Document SDL_main. Ryan C. Gordon 2024-05-03 09:58:05 -04:00
  • 21c181b3b4 SDL_main.h: Minor documentation tweaks. Ryan C. Gordon 2024-05-03 09:48:27 -04:00
  • e86f22b52b Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-03 13:42:29 +00:00
  • d570fd7c2c SDL_main.h: Document SDL_MAIN_USE_CALLBACKS. Ryan C. Gordon 2024-05-03 09:40:35 -04:00
  • 3bd04e5a34 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-03 13:32:31 +00:00
  • 3348d0caaf wikiheaders: Deal with SDLMAIN_DECLSPEC functions. Ryan C. Gordon 2024-05-03 09:31:27 -04:00
  • d8fbeec096 autotools, cmake, macOS: Do not use the system iconv() by default Ozkan Sezer 2024-05-03 11:56:50 +03:00
  • ab5b904890 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-03 03:27:33 +00:00
  • 0e0bb22f79 include: More documentation updates. Ryan C. Gordon 2024-05-02 23:25:22 -04:00
  • 46b69af5a3 SDL_vulkan.h: Remove Tizen compatibility typedefs. Ryan C. Gordon 2024-05-02 23:21:30 -04:00
  • 10c2682647 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-03 02:54:35 +00:00
  • 760d7d276b include: Filled in some missing documentation. Ryan C. Gordon 2024-05-02 22:53:08 -04:00
  • 1c6ba2a9ab Disable SDL_DYNAMIC_API during __INTELLISENSE__ Brick 2024-05-03 00:14:43 +01:00
  • 7327fd734c macOS: Do not use the system iconv by default. Ethan Lee 2024-05-02 19:50:04 -04:00
  • db43a6b418 testcamera: open the camera using the highest framerate available Sam Lantinga 2024-05-02 12:27:20 -07:00
  • d4dc613559 Allow specifying only some SDL_CameraSpec fields when opening a camera Sam Lantinga 2024-05-02 12:25:39 -07:00
  • 861815e51d Fixed camera FPS matching Sam Lantinga 2024-05-02 12:12:20 -07:00
  • 53bec8b7b7 Fixed updating NV12 textures when using the D3D11 render driver Sam Lantinga 2024-05-02 11:38:33 -07:00
  • e6e1412e20 testcamera: create the texture as a streaming texture, since we'll update it every frame. Sam Lantinga 2024-05-02 10:57:28 -07:00
  • eb26f439d8 Fixed crash when the graphics driver is upgraded while the renderer is running Sam Lantinga 2024-05-02 10:56:42 -07:00
  • a8526f5a19 cmake: disable documentation installation by default Anonymous Maarten 2024-05-02 19:44:58 +02:00
  • 4ac8968f65 Fix improper handling of NULL dialog filter on Cocoa Semphris 2024-05-02 12:22:23 -04:00
  • 8b4e389ad0 wikiheaders: updated from SDL3, plus fixes to headers to deal with that. Ryan C. Gordon 2024-05-02 13:00:03 -04:00
  • 9f842e9b5a wikiheaders: Bind #defines below a function to it, like typedefs. Ryan C. Gordon 2024-05-02 12:49:30 -04:00
  • 0178b19489 Add '/' to GetUserFolder(HOME) on Cocoa & Unix Semphris 2024-05-02 11:29:14 -04:00
  • eb2c9e9235 wikiheaders: added --report-coverage-gaps to see what we aren't covering! Ryan C. Gordon 2024-05-01 19:58:21 -04:00
  • 05c5b3398f wayland: Clean up xdg_dialog objects with toplevel windows Frank Praznik 2024-05-01 15:18:23 -04:00
  • d95f5bad24 Updated to version 3.1.2 for the preview release Sam Lantinga 2024-05-01 09:34:25 -07:00
  • e52a2474f1 Fixed updating CMakeLists.txt with update-version.sh Sam Lantinga 2024-05-01 09:33:30 -07:00
  • fb1497566c Updated to version 2.30.3 for release release-2.30.3 Sam Lantinga 2024-05-01 09:14:37 -07:00
  • 63ea838db6 test, watcom.mif: revert 78391e6530 Ozkan Sezer 2024-05-01 17:37:20 +03:00
  • cc6c0fe230 test, watcom.mif: revert f9a46a319b Ozkan Sezer 2024-05-01 17:37:10 +03:00
  • 78391e6530 test, watcom.mif: revert 9ecdcd8bb and use %copy instead Ozkan Sezer 2024-05-01 17:02:50 +03:00
  • f9a46a319b test, watcom.mif: revert 48a0592a4 and use %copy instead Ozkan Sezer 2024-05-01 17:02:28 +03:00
  • 9ecdcd8bb6 test, watcom makefile: change copy command to use a dos path separator Ozkan Sezer 2024-05-01 11:02:10 +03:00
  • 48a0592a45 test, watcom makefile: change copy command to use a dos path separator Ozkan Sezer 2024-05-01 11:02:04 +03:00
  • 12b6c17575 wikiheaders: Generate wiki pages for defines under a typedef. Ryan C. Gordon 2024-04-30 22:47:02 -04:00
  • 8f6a5c9ad2 wikiheaders-options: Correct project full name. Ryan C. Gordon 2024-04-30 22:01:23 -04:00
  • 59937e0fd5 wikiheaders: manpages See Also sections should specify 3 vs 3type. Ryan C. Gordon 2024-04-30 21:35:35 -04:00
  • 2f54d8a458 wikiheaders: Manpages go in man3 directory, even if they're 3type. Ryan C. Gordon 2024-04-30 21:21:04 -04:00
  • a24d30e911 wikiheaders-options: Correct project full name. Ryan C. Gordon 2024-04-30 21:39:54 -04:00
  • 5481ea4cd4 wikiheaders: manpages See Also sections should specify 3 vs 3type. Ryan C. Gordon 2024-04-30 21:35:35 -04:00
  • 9210c68c44 wikiheaders: Manpages go in man3 directory, even if they're 3type. Ryan C. Gordon 2024-04-30 21:21:04 -04:00
  • dec872bdd9 Fix SDL_GetDaysInMonth() num days in january Petar Popovic 2024-05-01 02:42:21 +02:00
  • b9d3d746a0 Add trailing path separator to SDL_GetUserFolder() Semphris 2024-04-30 16:57:17 -04:00
  • 97d0e78842 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-30 17:48:27 +00:00
  • c6a70d6898 Add support for modal windows to more platforms Semphris 2024-04-03 16:44:03 -04:00
  • 97f7b4620a Fixed building with GDK (thanks @Romans-I-XVI!) Sam Lantinga 2024-04-30 10:20:55 -07:00
  • 42d7225a62 Added GDK app constrained/unconstrained events (#9608) Austin Sojka 2024-04-30 12:19:29 -05:00
  • 1c74a8b5ae Fixed building with GDK (thanks @Romans-I-XVI!) Sam Lantinga 2024-04-30 10:20:55 -07:00
  • 3d18043005 Added GDK app constrained/unconstrained events (#9608) Austin Sojka 2024-04-30 12:19:29 -05:00
  • 1caa427035 Fixed building with GDK (thanks @Romans-I-XVI!) Sam Lantinga 2024-04-30 10:20:55 -07:00
  • 7554e82ec3 Added GDK app constrained/unconstrained events (#9608) Austin Sojka 2024-04-30 12:19:29 -05:00
  • 2b7af6636f Fix dialogs on Windows Semphris 2024-04-27 13:59:57 -04:00
  • 2f8cfce154 Fix SDL_main on UWP with C++20 Ravbug 2024-04-29 13:32:53 -04:00
  • 8eeaa815d9 docs: rename num to size in SDL_iostream Nhalrath 2024-04-29 17:04:52 +08:00
  • 5045680628 Override onTrimMemory() instead of onLowMemory() Susko3 2024-04-30 12:00:49 +02:00
  • 556d9b8497 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-30 10:45:12 +00:00
  • 8b06473a11 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-29 20:53:27 +00:00
  • 7bfecacc02 Removing function macro SDL_TABLESIZE() Petar Popovic 2024-04-29 14:38:56 +02:00
  • 8d0ad44edd Adding tag names to enums Petar Popovic 2024-04-28 22:44:14 +02:00
  • dffbb574ea renaming SDL_eventaction tag to SDL_EventAction Petar Popovic 2024-04-28 21:02:33 +02:00
  • 3f2f712fff Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-28 12:29:13 +00:00
  • 0df12d223c Fixed crash cleaning up text Sam Lantinga 2024-04-26 19:32:20 -07:00
  • 0ab5a8a413 Initialize udev before joystick manual scan so class lookup works Tyson Whitehead 2024-04-04 12:06:28 -04:00
  • 6e1e00701e Initialize udev before joystick manual scan so class lookup works Tyson Whitehead 2024-04-04 12:06:28 -04:00
  • d42d661498 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-26 18:04:12 +00:00
  • 817c45fc64 ci: build SDL on macos 13 (x86_64) Anonymous Maarten 2024-04-26 19:09:31 +02:00
  • 410a3c2c37 .gitignore: Adding compile_commands.json and .cache/ Petar Popovic 2024-04-25 22:22:54 +02:00
  • 5570d846ea loongarch: Delete the configuration of the compilation option "mlasx" yuanhecai 2024-04-25 09:44:48 +08:00
  • 75340b827d loongarch: Delete the configuration of the compilation option "mlasx" yuanhecai 2024-04-25 09:44:48 +08:00
  • 14f584a94b SDL_CreateWindowAndRenderer() takes the window title as the first parameter Sam Lantinga 2024-04-25 19:37:19 -07:00
  • 2d7cc6ded0 Fixed getting the renderer info when creating a window texture Sam Lantinga 2024-04-25 17:31:41 -07:00
  • ca61bf682a Make sure output parameters are zeroed in the case of an error Sam Lantinga 2024-04-25 16:46:44 -07:00
  • 04f1901751 Fixed window flashing under X11 when creating a window and OpenGL renderer Sam Lantinga 2024-04-25 16:42:18 -07:00
  • 26b71d14e9 storage: Static analysis fix Ethan Lee 2024-04-25 19:40:07 -04:00
  • 57f96fb124 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-25 21:23:14 +00:00
  • 1b8d4d77d6 Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-25 21:01:12 +00:00
  • 2ee1c87eb0 wikiheaders: Fixed preprocessor line check to include #endif. Ryan C. Gordon 2024-04-25 16:46:43 -04:00
  • 6b1a98e664 wikiheaders: Allow basic typedefs to pull in some preprocessor logic. Ryan C. Gordon 2024-04-25 16:42:44 -04:00
  • a13bdeee8a Sync SDL3 wiki -> header SDL Wiki Bot 2024-04-25 20:40:14 +00:00
  • e0b45fed06 testlock.c: replace function call kill with raise Petar Popovic 2024-04-25 03:01:33 +02:00
  • f5dcb8f7ad stdinc: modify default alloca prototype Anonymous Maarten 2024-04-10 10:05:08 +02:00
  • d29b861a76 wikiheaders: Allow blank lines in post-typedef #define blocks. Ryan C. Gordon 2024-04-25 14:26:49 -04:00
  • f6f1b09b69 Fixed build error (thanks @sezero!) Sam Lantinga 2024-04-25 09:45:10 -07:00
  • 67c60e0b9c Fixed build error (thanks @sezero!) Sam Lantinga 2024-04-25 09:45:10 -07:00
  • ac5a61cd60 Fixed build error (thanks @sezero!) Sam Lantinga 2024-04-25 09:45:10 -07:00
  • 391b8c0c07 Avoid opening non-joystick devices if possible to speedup scanning Tyson Whitehead 2024-04-04 12:17:42 -04:00
  • bf540985aa Avoid opening non-joystick devices if possible to speedup scanning Tyson Whitehead 2024-04-04 12:17:42 -04:00
  • 45b804c158 Avoid opening non-joystick devices if possible to speedup scanning Tyson Whitehead 2024-04-04 12:17:42 -04:00
  • 0963c11af8 Initialize udev before joystick manual scan so class lookup works Tyson Whitehead 2024-04-04 12:06:28 -04:00
  • c39f86c28a x11: Fix pointer warp on XWayland Frank Praznik 2024-04-15 13:46:32 -04:00
  • 863d4a0f2a x11: Fix pointer warp on XWayland Frank Praznik 2024-04-15 13:46:32 -04:00