Commit Graph

  • 45f936c788 Fixed warning C4245: 'initializing': conversion from '__int64' to 'unsigned __int64', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:27:35 -0800
  • 74e85e3a51 Fixed warning C4706: assignment within conditional expression Sam Lantinga 2024-02-03 11:25:29 -0800
  • c3e3ad6140 Fixed build warnings Sam Lantinga 2024-02-03 11:23:16 -0800
  • c02aaebccc Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:16:53 -0800
  • ff5fdf9f53 Fixed warning C4244: 'initializing': conversion from 'int' to 'const Uint8', possible loss of data Sam Lantinga 2024-02-03 11:15:15 -0800
  • 9989f92eee Fixed warning C4245: 'initializing': conversion from 'int' to 'SDL_AudioDeviceID', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:14:29 -0800
  • cb811ba463 Fixed warning C4366: The result of the unary '&' operator may be unaligned Sam Lantinga 2024-02-03 11:12:57 -0800
  • 62221b3003 Fixed warning C4245: 'return': conversion from 'int' to 'SDL_TimerID', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:08:52 -0800
  • 4514aabb41 Fixed warning C4245: 'return': conversion from 'int' to 'Uint64', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:08:12 -0800
  • f107393ed5 Fixed warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:06:25 -0800
  • c3e821fa80 Optimized SDL_DuplicatePixels() Sam Lantinga 2024-02-03 10:32:55 -0800
  • 89b9d6cbdc SDL_RenderReadPixels() now returns a surface Sam Lantinga 2024-02-03 10:18:12 -0800
  • b065e35eb4 Fixed warning C4701: potentially uninitialized local variable 'drawnTextRect' used Sam Lantinga 2024-02-03 11:31:47 -0800
  • 6fa1205416 Fixed warning C4701: potentially uninitialized local variable 'rndctx' used Sam Lantinga 2024-02-03 11:31:01 -0800
  • 6dd9265e4e Fixed warning C4244: 'function': conversion from 'int' to 'Uint16', possible loss of data Sam Lantinga 2024-02-03 11:29:10 -0800
  • e5b7e67214 Fixed warning C4245: 'initializing': conversion from '__int64' to 'unsigned __int64', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:27:35 -0800
  • 58b0f3673a Fixed warning C4706: assignment within conditional expression Sam Lantinga 2024-02-03 11:25:29 -0800
  • 332683f327 Fixed build warnings Sam Lantinga 2024-02-03 11:23:16 -0800
  • c4397210b4 Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:16:53 -0800
  • c6fc67c9bc Fixed warning C4244: 'initializing': conversion from 'int' to 'const Uint8', possible loss of data Sam Lantinga 2024-02-03 11:15:15 -0800
  • 26efffa0fd Fixed warning C4245: 'initializing': conversion from 'int' to 'SDL_AudioDeviceID', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:14:29 -0800
  • 3fd366e984 Fixed warning C4366: The result of the unary '&' operator may be unaligned Sam Lantinga 2024-02-03 11:12:57 -0800
  • 0bb7a0a335 Fixed warning C4245: 'return': conversion from 'int' to 'SDL_TimerID', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:08:52 -0800
  • d94be42f7d Fixed warning C4245: 'return': conversion from 'int' to 'Uint64', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:08:12 -0800
  • d2ab66c835 Fixed warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch Sam Lantinga 2024-02-03 11:06:25 -0800
  • cc28edbca5 Optimized SDL_DuplicatePixels() Sam Lantinga 2024-02-03 10:32:55 -0800
  • 85db9d20f0 SDL_RenderReadPixels() now returns a surface Sam Lantinga 2024-02-03 10:18:12 -0800
  • ab571633d1 Sync SDL3 wiki -> header SDL Wiki Bot 2024-02-03 15:37:23 +0000
  • 50a805cdd1 Use YUV colorspaces instead of a global YUV conversion mode Sam Lantinga 2024-02-03 07:05:32 -0800
  • a3fd488e54 Use YUV colorspaces instead of a global YUV conversion mode Sam Lantinga 2024-02-03 07:05:32 -0800
  • 9e76f23561 SDL_windowsopengl.c: WGL: Fixed null-pointer dereference crash Wohlstand 2024-02-03 10:33:06 +0300
  • fe297fc6d8 SDL_windowsopengl.c: WGL: Fixed null-pointer dereference crash Wohlstand 2024-02-03 10:33:06 +0300
  • a29f37c14a SDL_windowsopengl.c: WGL: Fixed null-pointer dereference crash Wohlstand 2024-02-03 10:33:06 +0300
  • 384fcea585 SDL_audiotypecvt.c: Fixed memory corruption when resampling S16 t F32 Wohlstand 2024-02-03 10:27:35 +0300
  • ca01016577 SDL_audiotypecvt.c: Fixed memory corruption when resampling S16 t F32 Wohlstand 2024-02-03 10:27:35 +0300
  • e939008a38
    SDL_windowsopengl.c: WGL: Fixed null-pointer dereference crash Wohlstand 2024-02-03 10:33:06 +0300
  • 2d2326b30d
    SDL_audiotypecvt.c: Fixed memory corruption when resampling S16 t F32 Wohlstand 2024-02-03 10:27:35 +0300
  • 0f7e4c825b
    Merge pull request #4 from Y-T10/write_change_log TommyCat 2024-02-03 15:59:49 +0900
  • 292cdff048 変更箇所を明記した Y-T10 2024-02-03 15:56:46 +0900
  • b97a91be2d 変更点を追加 Y-T10 2024-02-03 15:46:27 +0900
  • ac330776cc
    Merge pull request #3 from Y-T10/impliment_fetch_all_events TommyCat 2024-02-03 15:35:10 +0900
  • 2f2b44a1bd Fix SDL_mfijoystick build issues Joshua Root 2024-02-03 15:33:53 +1100
  • c53c351921 Fix SDL_mfijoystick build issues Joshua Root 2024-02-03 15:33:53 +1100
  • e0158f68e4 Fix SDL_mfijoystick build issues Joshua Root 2024-02-03 15:33:53 +1100
  • 5f98deda84
    Merge pull request #1 from Y-T10/impliment_fetch_all_events TommyCat 2024-02-03 13:53:30 +0900
  • 12ccb221d7 コメントを追加 Y-T10 2024-02-03 13:44:35 +0900
  • 8da4576e75 型のエイリアスを内部に移動 Y-T10 2024-02-03 13:44:21 +0900
  • 2ea471d178 不要なコメントを削除 Y-T10 2024-02-03 13:42:17 +0900
  • 3a6821ea8e Fix SDL_mfijoystick build issues Joshua Root 2024-02-03 15:33:53 +1100
  • 2819988f8b Sync SDL3 wiki -> header SDL Wiki Bot 2024-02-03 04:40:24 +0000
  • a2c45f61bb Updated scRGB render colorspace documentation Sam Lantinga 2024-02-02 20:38:48 -0800
  • 8386daddcb vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) Sam Lantinga 2024-02-02 18:29:59 -0800
  • fc787a41dc vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) Sam Lantinga 2024-02-02 18:29:59 -0800
  • e67e0c5d55 vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) Sam Lantinga 2024-02-02 18:29:59 -0800
  • 05bb182a53 Don't test 10-bit pixel format conversion Sam Lantinga 2024-02-02 18:24:15 -0800
  • f9c57e16b0 Don't test 10-bit pixel format conversion Sam Lantinga 2024-02-02 18:24:15 -0800
  • b8fe96fa81 Fixed build warning Sam Lantinga 2024-02-02 18:24:05 -0800
  • ba86d9f235 When changing surface format, use the default colorspace for the new format Sam Lantinga 2024-02-02 17:56:33 -0800
  • 25fd5da1a7 Removed maxCLL and maxFALL properties, moved them to SDL_image for HDR image loading Sam Lantinga 2024-02-02 15:09:43 -0800
  • 943ab983cb Sync SDL3 wiki -> header SDL Wiki Bot 2024-02-02 23:10:26 +0000
  • 5d48f9a63a Added SDL_CopyProperties() Sam Lantinga 2024-02-02 14:19:02 -0800
  • 59b375fe56 Added SDL_CopyProperties() Sam Lantinga 2024-02-02 14:19:02 -0800
  • c007c7ed55 Sync SDL3 wiki -> header SDL Wiki Bot 2024-02-02 21:14:23 +0000
  • aa8f609ff3 Clamp HDR colors to the SDR range for SDR renderers Sam Lantinga 2024-02-02 12:18:32 -0800
  • 9591b2cfb4 Finalized the SDL render API colorspaces Sam Lantinga 2024-02-02 12:09:37 -0800
  • 4d77b4597f Clamp HDR colors to the SDR range for SDR renderers Sam Lantinga 2024-02-02 12:18:32 -0800
  • d2a9aaeaf7 Finalized the SDL render API colorspaces Sam Lantinga 2024-02-02 12:09:37 -0800
  • 739a23e506 testautomation_math: Fix misleading log output Simon McVittie 2024-02-02 10:59:21 +0000
  • 5a59155a05 test: Don't accept results that are much less than expected Simon McVittie 2024-02-01 20:10:50 +0000
  • 1ad917e2f6 testautomation: Don't expect exp to yield exact floating point results Simon McVittie 2024-01-29 18:32:51 +0000
  • 58907d2c27 testautomation_math: Fix misleading log output Simon McVittie 2024-02-02 10:59:21 +0000
  • a7bd18c0d5 test: Don't accept results that are much less than expected Simon McVittie 2024-02-01 20:10:50 +0000
  • f73abd49c3 testautomation: Don't expect exp to yield exact floating point results Simon McVittie 2024-01-29 18:32:51 +0000
  • 7c089f4e57 testautomation_math: Fix misleading log output Simon McVittie 2024-02-02 10:59:21 +0000
  • b66dba2a9d test: Don't accept results that are much less than expected Simon McVittie 2024-02-01 20:10:50 +0000
  • f1f9e27128 testautomation_math: do relative comparison + more precise correct trigonometric values Anonymous Maarten 2023-10-14 03:23:01 +0200
  • babca704e0 testautomation: Don't expect exp to yield exact floating point results Simon McVittie 2024-01-29 18:32:51 +0000
  • 8356487d9c testautomation_math: Fix misleading log output Simon McVittie 2024-02-02 10:59:21 +0000
  • 9e5040e59d test: Don't accept results that are much less than expected Simon McVittie 2024-02-01 20:10:50 +0000
  • 1eb043202c testautomation: Don't expect exp to yield exact floating point results Simon McVittie 2024-01-29 18:32:51 +0000
  • da37a7bb91 testautomation_math: Fix misleading log output Simon McVittie 2024-02-02 10:59:21 +0000
  • 54314201fb test: Don't accept results that are much less than expected Simon McVittie 2024-02-01 20:10:50 +0000
  • 502f364c29 testautomation_math: do relative comparison + more precise correct trigonometric values Anonymous Maarten 2023-10-14 03:23:01 +0200
  • 881e55adf6 testautomation: Don't expect exp to yield exact floating point results Simon McVittie 2024-01-29 18:32:51 +0000
  • f6f9468d84 Fixed warning C4701: potentially uninitialized local variable 'srcpixel' used Sam Lantinga 2024-02-01 21:24:11 -0800
  • d383299779 Fixed build on older Windows SDK Sam Lantinga 2024-02-01 20:48:53 -0800
  • d04fea8b87 Even more miscellaneous gamepad buttons! Sam Lantinga 2024-02-01 20:34:05 -0800
  • cb70e972e3 Added miscellaneous gamepad buttons for additional macro buttons on some controllers Sam Lantinga 2024-02-01 20:15:01 -0800
  • 859844eae3 Updated to version 2.30.0 for release release-2.30.0 Sam Lantinga 2024-02-01 16:02:20 -0800
  • 857b9848d2 Don't use the system iconv on Apple mobile platforms Sam Lantinga 2024-02-01 15:53:27 -0800
  • 8eed915dfa Don't use the system iconv on Apple mobile platforms Sam Lantinga 2024-02-01 15:53:27 -0800
  • d6a48e4958 Don't use the system iconv on Apple mobile platforms Sam Lantinga 2024-02-01 15:53:27 -0800
  • ea0853d23d Added an HDR gradient test to testcolorspace Sam Lantinga 2024-02-01 14:21:32 -0800
  • dc607c666b Fixed creating HDR textures with SDL_CreateTexture() Sam Lantinga 2024-02-01 14:20:40 -0800
  • d73f631237 Added an HDR gradient test to testcolorspace Sam Lantinga 2024-02-01 14:21:32 -0800
  • 3e0627908a Fixed creating HDR textures with SDL_CreateTexture() Sam Lantinga 2024-02-01 14:20:40 -0800
  • dcfb069c75 Sync SDL3 wiki -> header SDL Wiki Bot 2024-02-01 20:18:29 +0000
  • 7561116873 Added support for floating point texture formats Sam Lantinga 2024-02-01 11:22:04 -0800
  • 90597aeaef HDR10 colorspace isn't currently supported Sam Lantinga 2024-02-01 10:41:15 -0800
  • 19dde63e7c Added a simple linear scale for tonemapped HDR to SDR surface conversion Sam Lantinga 2024-02-01 10:34:59 -0800