Commit Graph

  • 999b56dec3 testautomation: use the correct return type for clipboard APIs Sam Lantinga 2025-09-21 23:02:42 -0700
  • 6695dba70c
    Update SDL_hidapi_zuiki.c zuiki_inn 2025-09-22 13:02:21 +0900
  • 77104b86f2
    Update usb_ids.h zuiki_inn 2025-09-22 13:00:16 +0900
  • faf91affee
    Update SDL_hints.h zuiki_inn 2025-09-22 12:59:03 +0900
  • a5b070ba2d Skip render_testLogicalSize() if we didn't get a window of the expected size Sam Lantinga 2025-09-21 20:25:10 -0700
  • 26dd4e3abb Fixed filesystem operations on Android Sam Lantinga 2025-09-21 17:26:29 -0700
  • 6c698a42d4 Fixed filesystem operations on Android Sam Lantinga 2025-09-21 17:26:29 -0700
  • 005f10bd97 testautomation: fix video tests on Android Sam Lantinga 2025-09-21 15:32:26 -0700
  • 16c63d2f91 testautomation: fix video tests on Android Sam Lantinga 2025-09-21 15:32:26 -0700
  • 670e4d2ae6 Use -Wno-deprecated-declarations on apple platforms Adrian 2025-09-21 22:42:07 +0200
  • 936d94c2ee Fixed SDL_RunOnMainThread() on Android Sam Lantinga 2025-09-21 13:46:11 -0700
  • bae34c3e34 Fixed SDL_RunOnMainThread() on Android Sam Lantinga 2025-09-21 13:46:11 -0700
  • cb1665d4f9 Use -Wno-deprecated-declarations on apple platforms Adrian 2025-09-21 22:42:07 +0200
  • 3fd0b46215
    [SDL3] [PS2] Framebuffer resolution + 240p/480p + PAL support (#13993) Fierelier 2025-09-21 14:50:14 +0000
  • 89bd7344a7
    Apply suggestions from code review Fierelier 2025-09-21 08:02:05 +0000
  • bce2a336d2 Use the default window focus behavior on macOS Sam Lantinga 2025-09-20 18:57:22 -0700
  • 400489c157 testcontroller: fixed memory leak Sam Lantinga 2025-09-20 18:21:26 -0700
  • 628d157676 Sync SDL3 wiki -> header SDL Wiki Bot 2025-09-20 22:39:37 +0000
  • 6a9ac1cacd Always poll udev on supported platforms Sam Lantinga 2025-09-20 11:13:39 -0700
  • 8eeae5f686 The wayland messagebox should only be used under wayland Sam Lantinga 2025-09-20 08:51:41 -0700
  • 6cb55ebd46 Fixed a memory leak in fill_device_info_usage() (thanks @digant73) Sam Lantinga 2025-09-20 09:02:59 -0700
  • 5503fe1c1b Fixed a memory leak in fill_device_info_usage() (thanks @digant73) Sam Lantinga 2025-09-20 09:02:59 -0700
  • 482c5130eb wayland: fix typo in xdg_positioner_set_anchor_rect Andrei Sabalenka 2025-09-20 17:54:47 +0300
  • bb2b39b8ea wayland: fix typo in xdg_positioner_set_anchor_rect Andrei Sabalenka 2025-09-20 17:54:47 +0300
  • b2ab8045a5 The wayland messagebox should only be used under wayland Sam Lantinga 2025-09-20 08:51:41 -0700
  • 597ef58966 Use zenity messageboxes by default on X11 Sam Lantinga 2025-09-20 08:05:45 -0700
  • b20eb2c02b Use zenity messageboxes by default on X11 Sam Lantinga 2025-09-20 08:05:45 -0700
  • 454ac82397
    wayland: fix typo in xdg_positioner_set_anchor_rect Andrei Sabalenka 2025-09-20 17:54:47 +0300
  • 9cefbab766 remove watcom compiler support from private sources Ozkan Sezer 2025-09-20 03:47:02 +0300
  • b6deaf8a88 Remove leftover from previous commit Fierelier 2025-09-19 20:48:44 +0200
  • a3bc8e7762 X11TK: Find the closest font size if an exact size is not found eafton 2025-09-19 21:13:23 +0300
  • ac7896a302 Add PS2 GS hints Allows for switching between NTSC/PAL, progressive/interlaced, etc Fierelier 2025-09-19 20:03:23 +0200
  • f3e42421b0 Fix PS2 build instructions Fierelier 2025-09-19 20:01:33 +0200
  • bd59540c38 Do not override NTSC/PAL Fierelier 2025-09-19 20:01:01 +0200
  • ac82534375 tests: Flush events after an SDL_WaitEvent() call Frank Praznik 2025-09-19 11:22:29 -0400
  • 9b72545634 video: Clamp HDR levels before comparing for deduplication Frank Praznik 2025-09-19 11:01:32 -0400
  • 1d42df07ef ci: add macOS 26 job Anonymous Maarten 2025-09-15 13:53:52 +0200
  • 6e0349d717
    tests: Flush events after an SDL_WaitEvent() call Frank Praznik 2025-09-19 11:22:29 -0400
  • fed6cb6ec1
    video: Clamp HDR levels before comparing for deduplication Frank Praznik 2025-09-19 11:01:32 -0400
  • 7fe49da380 Removed UWP workflow from CI Sam Lantinga 2025-09-19 08:07:08 -0700
  • ecb72142fd Removed UWP workflow from CI Sam Lantinga 2025-09-19 08:07:08 -0700
  • 6c343d8a3d ci: add macOS 26 job Anonymous Maarten 2025-09-15 13:53:52 +0200
  • e1dd8cc36f Removed UWP workflow from CI Sam Lantinga 2025-09-19 08:07:08 -0700
  • 9e0549d8ff Use posix_spawn_file_actions_addchdir_np() on macOS Sam Lantinga 2025-09-19 08:00:03 -0700
  • f8a1ea021b Fixed crashes when SDL_DISABLE_INVALID_PARAMS is enabled (thanks @AntTheAlchemist!) Sam Lantinga 2025-09-19 07:43:01 -0700
  • 84309984a4 Sync SDL3 wiki -> header SDL Wiki Bot 2025-09-19 14:26:10 +0000
  • 7501f7194b testsprite: zero initialize textures Anonymous Maarten 2025-09-19 15:37:21 +0200
  • 4376e10ed4 Sync SDL3 wiki -> header SDL Wiki Bot 2025-09-19 03:59:55 +0000
  • 0eff3fe558 Fixed double-free when using window surfaces Sam Lantinga 2025-09-18 20:26:19 -0700
  • c25a0b046a Make SDL_ObjectValid() inline for performance (thanks @mechakotik!) Sam Lantinga 2025-09-17 07:43:35 -0700
  • 25b2d2c821 Use new parameter validation macro Sam Lantinga 2025-09-16 21:51:03 -0700
  • ee1c90a358 Improved handling of function parameter validation Sam Lantinga 2025-09-16 18:23:06 -0700
  • cf9c65b794
    Update src/joystick/hidapi/SDL_hidapijoystick_c.h Sam Lantinga 2025-09-18 20:38:52 -0700
  • ee72442896 Fixed double-free when using window surfaces Sam Lantinga 2025-09-18 20:26:19 -0700
  • 434ca3072a Make SDL_ObjectValid() inline for performance (thanks @mechakotik!) Sam Lantinga 2025-09-17 07:43:35 -0700
  • 5d5f9154bc Use new parameter validation macro Sam Lantinga 2025-09-16 21:51:03 -0700
  • 32b09cfb07 Improved handling of function parameter validation Sam Lantinga 2025-09-16 18:23:06 -0700
  • 49e15904ae Document that SDL_SCALEMODE_PIXELART is available in 3.4.0 Sam Lantinga 2025-09-18 20:21:55 -0700
  • 1e2057f1fe Sync SDL3 wiki -> header SDL Wiki Bot 2025-09-18 23:10:17 +0000
  • f540de87b9 wayland: Always set the last incoming clipboard seat when setting clipboard data Frank Praznik 2025-09-18 17:29:54 -0400
  • ff40e7741e
    wayland: Always set the last incoming clipboard seat when setting clipboard data Frank Praznik 2025-09-18 17:29:54 -0400
  • 143f65c1f8 Android: silence false Lint warnings (the class are instantiated only at correct API level) Sylvain 2025-09-18 21:17:12 +0200
  • fb0a542b2a Android: Lint warning: LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS is API Level 30 Sylvain 2025-09-18 21:15:21 +0200
  • d631cf8409 Android: Lint warning: use some explicit Locale Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead Sylvain 2025-09-18 21:13:39 +0200
  • 8da1021b51 Androind: Lint warning, use "apply()" instead of "commit()" 'Consider using apply() instead; commit writes its data to persistent storage immediately, whereas apply will handle it in the background' Sylvain 2025-09-18 21:12:04 +0200
  • 1e999264ca
    Android: silence false Lint warnings (the class are instantiated only at correct API level) Sylvain 2025-09-18 21:17:12 +0200
  • c85bf08515
    Android: Lint warning: LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS is API Level 30 Sylvain 2025-09-18 21:15:21 +0200
  • 2bba49c297
    Android: Lint warning: use some explicit Locale Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead Sylvain 2025-09-18 21:13:39 +0200
  • 9c9f0460b8
    Androind: Lint warning, use "apply()" instead of "commit()" 'Consider using apply() instead; commit writes its data to persistent storage immediately, whereas apply will handle it in the background' Sylvain 2025-09-18 21:12:04 +0200
  • 4ee79e6493 filesystem: GetCurrentDirectory now falls back to GetBasePath when unsupported Ethan Lee 2025-09-18 14:28:23 -0400
  • 0c6140e230 filesystem: GetCurrentDirectory now falls back to GetBasePath when unsupported Ethan Lee 2025-09-18 14:28:23 -0400
  • b1b98b10d8 cmake: also install wasm debug map (optional) Anonymous Maarten 2025-09-18 17:16:57 +0200
  • 447df411e6 cmake: install javascript and wasm of Emscripten tests Anonymous Maarten 2025-09-18 05:27:09 +0200
  • 35a2ffc280 Don't use assert(0) for SDL_TriggerBreak Anonymous Maarten 2025-09-18 05:04:04 +0200
  • 5dfa2cb88a Use SDL_abort when encountering a internal fatal SDL_assertion error Anonymous Maarten 2025-09-17 19:32:27 +0200
  • a7739ceccb Add SDL_internal macro for internal use Anonymous Maarten 2025-09-17 19:24:02 +0200
  • 066bcc5204 ci: disable ccache on macOS 13 job Anonymous Maarten 2025-09-17 21:19:32 +0200
  • 566e7c2379 ci: disable ccache on macOS 13 job Anonymous Maarten 2025-09-17 21:19:32 +0200
  • c014e49b27 Use SDL_abort when encountering a internal fatal SDL_assertion error Anonymous Maarten 2025-09-17 19:32:27 +0200
  • 1152433df9 Add SDL_internal macro for internal use Anonymous Maarten 2025-09-17 19:24:02 +0200
  • 0efcafc74d Added a default case to the switch statement in the HEADER FILE to prevent compiler warnings about missing defaults. This change helps avoid compilation breaks when warnings are treated as errors. krnl32 2025-09-16 13:48:27 -0400
  • 9859c05178 Added a default case to the switch statement in the HEADER FILE to prevent compiler warnings about missing defaults. This change helps avoid compilation breaks when warnings are treated as errors. krnl32 2025-09-16 13:48:27 -0400
  • 3876ce3495 fix windows EOF check Kyle Sylvestre 2025-09-16 18:32:37 -0400
  • c72f1fd3ef fix windows EOF check Kyle Sylvestre 2025-09-16 18:32:37 -0400
  • 92b880380d fix windows EOF check Kyle Sylvestre 2025-09-16 18:15:49 -0400
  • 9ad04ff69e
    examples/misc/01-power/README.txt: fixed wording. Ryan C. Gordon 2025-09-16 14:37:51 -0400
  • bdb93a81f3 Move width/height adjustment, add comment Fierelier 2025-09-16 20:34:48 +0200
  • 1c9127ee4d
    examples: Preload onmouseover images, so it's more responsive to the user. Ryan C. Gordon 2025-09-16 14:22:39 -0400
  • 8f06c98728 Add new hints to PS2 docs Fierelier 2025-09-16 20:18:16 +0200
  • d6f1b14e25 Fix cmake toolchain file location in PS2 docs Fierelier 2025-09-16 20:17:13 +0200
  • e64bf09edb Use hints to implement PS2 GS mode features Allows for forced NTSC/PAL, as well as forced progressive with any resolution Fierelier 2025-09-16 20:04:34 +0200
  • f1d7e28f73 Added a default case to the switch statement in the HEADER FILE to prevent compiler warnings about missing defaults. This change helps avoid compilation breaks when warnings are treated as errors. krnl32 2025-09-16 13:48:27 -0400
  • efb5829124
    examples/misc/01-power/README.txt: Note that this is Chrome-only for now. Ryan C. Gordon 2025-09-16 13:37:58 -0400
  • 3ee29f2e7a
    render: Don't default to vsync=0 on Emscripten. Ryan C. Gordon 2025-09-16 12:30:22 -0400
  • 2577496867 Set GS resolution appropriately + simplistic 240p support This sets the GS resolution to the most recently created window. Should the resolution be 320x240 or below, progressive mode is activated. Fierelier 2025-09-16 18:27:34 +0200
  • 62e1e8ba3a Do not override NTSC/PAL This keeps the native screen mode of the console intact. Works fine even with 448px height, as the height seems to be virtual (the image is centered, on a PAL CRT) Fierelier 2025-09-16 18:22:37 +0200
  • 9dbf2c7c0f
    examples/misc/01-power: Forgot to remove my code for building onmouseover. Ryan C. Gordon 2025-09-16 12:21:12 -0400
  • e9ee01ecde Updated the default parameter checking for debug and release builds Sam Lantinga 2025-09-16 08:25:28 -0700
  • bc5bb6b751 Added SDL_HINT_INVALID_PARAM_CHECKS and SDL_HINT_INVALID_PARAM_ACTION Sam Lantinga 2025-09-13 11:14:02 -0700
  • aca9bd02bf Make sure DEBUG is defined for debug configurations Sam Lantinga 2025-09-16 09:12:17 -0700