Commit Graph

1248 Commits

Author SHA1 Message Date
Nahuel2998
7ef562b51e vendor/x11/xlib: Fix signature of XChangeWindowAttributes
Actually fixes #5139
2026-02-04 17:29:10 -03:00
Nahuel2998
37e82c9387 vendor/x11/xlib: Fix returntype of some procs
Returntype of a few procs was incorrectly set to i32 rather than a proc
that returns i32.
2026-02-03 17:17:33 -03:00
gingerBill
19b545e7cb Merge branch 'master' into bill/feature-using-stmt 2026-01-30 10:49:55 +00:00
gingerBill
70059b0fba Merge pull request #6141 from magicalhacks/x11-fixes
Minor x11/xlib bindings fixes (KeySym + Xutf8LookupString)
2026-01-29 14:00:22 +00:00
Jim
f4008e9c9d Fix issue #6176
Update RenderTextureRotated to accept a nil pointer for center point
parameter
2026-01-26 23:33:17 -08:00
Jeroen van Rijn
a57096b079 Delete unnecessary file. 2026-01-26 09:07:06 +01:00
Jeroen van Rijn
249e6c104e Update the rest of the libs as needed 2026-01-26 08:58:06 +01:00
nowheredevel
c188bbf82d Update SDL_image to 3.4.0 2026-01-24 14:38:53 -05:00
gingerBill
ddc2559813 Merge pull request #6154 from laytan/move-vendor-libc
move vendor:libc to vendor:libc-shim
2026-01-23 13:18:14 +00:00
nowheredevel
da9b1dfcc6 Implement missing device properties function 2026-01-22 22:46:08 -05:00
Laytan Laats
5f974059f4 move vendor:libc to vendor:libc-shim 2026-01-22 21:36:53 +01:00
wpcasarin
d838065d32 vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding name
Changed SetWindowBackgroundMap to SetWindowBackgroundPixmap to match
the actual X11 C function name. The incorrect name caused linker errors.
2026-01-18 23:28:52 -03:00
magicalhack
59d08f3a57 Minor x11/xlib bindings fixes
- Fix Xutf8LookupString signature (^cstring -> cstring)
- Fix type of KeySym (u32 -> uint)
2026-01-17 13:14:28 -05:00
konodin
9b5090352e Link Curl the same for all UNIX oses 2026-01-08 23:07:01 +01:00
gingerBill
94cc5d9e61 Merge pull request #6099 from figuerom16/master
vendor:compress/lz4 wasn't finding lz4 for Non-Windows targets.
2026-01-06 12:01:15 +00:00
gingerBill
4729b761a3 Merge pull request #6090 from doanamo/directx-strings
Prefer LPCSTR/LPCWSTR types in DirectX bindings
2026-01-06 12:01:05 +00:00
figuerom16
377a76bb15 Update lz4.odin: foreign import for linux 2026-01-04 20:04:57 -08:00
A1029384756
08dd0cb0af [vendor/sdl3] shortened enum naming 2026-01-02 17:41:20 -05:00
A1029384756
c867143a58 [vendor/sdl3] typo 2026-01-02 17:38:21 -05:00
A1029384756
4237a44944 [vendor/sdl3] another pass over the headers 2026-01-02 17:07:43 -05:00
A1029384756
b34cf987c3 [vendor/sdl3] satify vet 2026-01-02 14:43:50 -05:00
A1029384756
ed52393c7c [vendor/sdl3] update to sdl 3.4.0
[vendor/sdl3] updated lib files

[vendor/sdl3] typo

[vendor/sdl3] typo

[vendor/sdl3] spacing

[vendor/sdl3] whitespace

[vendor/sdl3] whitespace
2026-01-02 14:22:39 -05:00
Piotr Doan
65b147d4d3 Prefer LPCSTR/LPCWSTR types in DirectX bindings
- Replaces [^]u16 parameter types because they are not directly compatible with result of `win32.utf8_to_wstring()`
- Replaces some string/wstring types for consistency, similarly as other packages do to match original C declarations and documentation
2026-01-02 19:10:00 +01:00
Karl Zylinski
3f9aefda20 Added CheckFramebufferStatus to WebGL bindings 2025-12-29 17:34:01 +01:00
Karl Zylinski
159eab133b More webgl bindings and fixes 2025-12-27 01:41:59 +01:00
Karl Zylinski
7dee25bdcc More allocator-aware webgl bindings and added more missing bindings. 2025-12-26 23:34:45 +01:00
Karl Zylinski
7e39239907 WebGL: Add GetActiveAttrib binding 2025-12-26 23:02:35 +01:00
gingerBill
d139c72fc2 Make using as a statement an opt-in with #+feature using-stmt 2025-12-21 11:53:44 +00:00
Jeroen van Rijn
2260f461ba Merge pull request #6035 from janga-perlind/darwin-bindings
More bindings for darwin
2025-12-19 06:45:48 +00:00
Lucas Perlind
b97e1fff9e More bindings for darwin 2025-12-19 13:34:45 +11:00
gingerBill
cf5987d519 Merge branch 'master' of https://github.com/odin-lang/Odin 2025-12-15 17:06:01 +00:00
gingerBill
9d6deb9dbf Use "strong" linkage on Windows for some glfw procedures 2025-12-15 17:05:55 +00:00
Sylphrena
83dd218cbd Fix minor issues withing curl bindings 2025-12-15 17:03:24 +01:00
gingerBill
fc51998e35 Update kb_text_shape to v2.05 2025-12-14 08:20:35 +00:00
gingerBill
a48d28e2b3 Merge pull request #5984 from dozn/patch-4
Change Return Type of `sdl2.GetWindowFlags` from `u32` to Existing `WindowFlags` `bit_set`
2025-12-11 14:42:47 +00:00
Jeroen van Rijn
6aedcf94d9 Merge pull request #6008 from Tetralux/tetra/fix-lz4
[compress/lz4] Ensure libc is linked on Windows
2025-12-11 00:15:30 +00:00
Tetralux
f9dc92ef40 [compress/lz4] Ensure libc is linked on Windows 2025-12-10 22:40:32 +00:00
gingerBill
19915d4311 Merge pull request #6004 from laytan/box2d-3.1.1
Box2d 3.1.1
2025-12-10 10:42:47 +00:00
Laytan Laats
7c4b8a9afc vendor/wgpu: handle nil better in wgpu.js 2025-12-09 18:57:49 +01:00
jimhub
effdacd13b Fix function signature for memmove to prevent errors when compiling C++ while targeting wasm (#5996) 2025-12-09 17:28:32 +01:00
laytan
d6b631095c vendor/box2d: update Windows binaries to 3.1.1 2025-12-09 15:37:00 +01:00
Laytan Laats
3fc42f0466 vendor/box2d: update MacOS binaries to 3.1.1 2025-12-09 16:15:07 +01:00
Laytan Laats
b34fdd6260 vendor/box2d: update to 3.1.1 2025-12-09 16:06:37 +01:00
gingerBill
fd19092850 Merge pull request #5995 from RobinsAviary/master
(SDL2) Use multi-pointer so you can pass array
2025-12-09 10:44:38 +00:00
gingerBill
0ef8176971 kbts.BreakAddCodepoint to use EndOfText: b32 2025-12-09 09:02:52 +00:00
gingerBill
e6827393cf Add raw_union_tag struct tag fields to many types in vendor 2025-12-08 14:35:22 +00:00
gingerBill
f8bb5c7427 Wrap EncodeUtf8 2025-12-08 13:12:29 +00:00
gingerBill
ccbe584560 data -> res to minimize confusion 2025-12-08 13:01:24 +00:00
gingerBill
9a2a240293 Wrap LoadFont; More styling changes 2025-12-08 12:59:14 +00:00
gingerBill
0bbb656147 Use b32 for Error fields instead of c.int 2025-12-08 12:23:17 +00:00