index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
sdl3
Commit message (
Expand
)
Author
Age
Files
Lines
*
[vendor/sdl3] shortened enum naming
A1029384756
2026-01-02
1
-6
/
+6
*
[vendor/sdl3] typo
A1029384756
2026-01-02
1
-2
/
+2
*
[vendor/sdl3] another pass over the headers
A1029384756
2026-01-02
3
-12
/
+15
*
[vendor/sdl3] satify vet
A1029384756
2026-01-02
3
-3
/
+3
*
[vendor/sdl3] update to sdl 3.4.0
A1029384756
2026-01-02
69
-610
/
+3662
*
Add `raw_union_tag` struct tag fields to many types in `vendor`
gingerBill
2025-12-08
2
-43
/
+81
*
Adjust docs links for satellite SDL libraries
Ignat S.
2025-11-22
2
-2
/
+2
*
Merge pull request #5766 from rope-hmg/master
gingerBill
2025-10-11
1
-0
/
+6
|
\
|
*
Changed indentation to tabs
Hector
2025-10-10
1
-2
/
+2
|
*
Added PointInRectFloat to SDL3
Hector
2025-10-07
1
-0
/
+6
*
|
Doc lines for vendor:*
Jeroen van Rijn
2025-10-10
3
-0
/
+3
|
/
*
Split SDL_ttf bindings to group with and without require_results
Damian Tarnawski
2025-08-20
1
-41
/
+55
*
SDL_image save functions should return bool
brandon
2025-07-19
1
-6
/
+6
*
sdl3/ttf: remove #by_ptr usage with opaque Font
Laytan Laats
2025-06-26
1
-16
/
+16
*
- Update SDL3 from 3.2.10 to 3.2.16
Matthew Pohlmann
2025-06-19
23
-100
/
+170
*
Remove SDL3/TTF flag NORMAL
Jeroen van Rijn
2025-06-04
1
-1
/
+0
*
Fix typo
Feoramund
2025-06-03
1
-1
/
+1
*
Added Semaphore API to the SDL3 vendor bindings
Hector
2025-05-22
1
-4
/
+12
*
Fix typo `_beginthreadx` -> `_beginthreadex`
gingerBill
2025-05-20
1
-2
/
+2
*
Minor style changes for sdl3 and sdl3/ttf
gingerBill
2025-05-18
3
-124
/
+136
*
[vendor:sdl3/ttf] - changed indices to multipointer
A1029384756
2025-05-13
1
-1
/
+1
*
[vendor:SDL/ttf] - GPUAtlasDrawSequence multipointer from pointer
A1029384756
2025-05-13
1
-1
/
+1
*
SDL3_ttf: make SubStringFlags a bit_field
0xrsp
2025-05-11
1
-37
/
+26
*
add: vendor SDL3_ttf
0xrsp
2025-05-11
11
-0
/
+3638
*
Fix `count` output parameter of `GetFullscreenDisplayModes`
Jack Fenech
2025-04-18
1
-1
/
+1
*
sdl3: fix not allowing nil for SetWindowMouseRect
Laytan
2025-04-15
1
-1
/
+1
*
Update vendor:sdl3 to version 3.2.10
Dan Korostelev
2025-04-02
38
-159
/
+531
*
vendor/sdl3: changed GetPixelFormatName() return type from rawptr to cstring
chuga
2025-03-07
1
-2
/
+2
*
Prefer using an absolute reference for SDL3
Andrés Botero
2025-03-01
1
-1
/
+1
*
Add support for SDL3_image.
Andrés Botero
2025-03-01
14
-0
/
+2688
*
Replace `#by_ptr ...` with `Maybe(^...)` where SDL API allows nil pointers
sndb
2025-02-26
3
-14
/
+14
*
Fix bindings for some window functions in SDL3
shan
2025-02-11
1
-7
/
+7
*
Remove #by_ptr and replace with Maybe(^T) where necessary
gingerBill
2025-02-08
1
-14
/
+14
*
Fix the function signatures for sdl3_iostream
Dudejoe870
2025-02-07
1
-15
/
+15
*
Fix #4804
gingerBill
2025-02-07
1
-1
/
+5
*
Create sdl3_system.odin
gingerBill
2025-02-07
1
-0
/
+101
*
Add sdl3_vulkan.odin
gingerBill
2025-02-07
2
-1
/
+15
*
Update sdl3_main.odin
gingerBill
2025-02-07
1
-4
/
+4
*
Fix typo
gingerBill
2025-02-07
1
-1
/
+1
*
Add sdl3_main.odin
gingerBill
2025-02-07
1
-0
/
+21
*
Add sdl3_hints.odin
gingerBill
2025-02-07
1
-0
/
+264
*
Update to SDL 3.2.2
gingerBill
2025-02-05
2
-1
/
+1
*
Update and add gamecontrollerdb.txt
gingerBill
2025-02-05
1
-0
/
+2111
*
Make parameter `Maybe(^T)`
gingerBill
2025-02-05
1
-1
/
+1
*
Split-up `require_results` foreign blocks
gingerBill
2025-02-05
6
-25
/
+39
*
Add struct field tag fmt formatting
gingerBill
2025-02-05
4
-19
/
+19
*
Update vendor/sdl3/sdl3_cpuinfo.odin
gingerBill
2025-02-04
1
-1
/
+1
*
Change `foreign import` for sdl3
gingerBill
2025-02-04
1
-3
/
+4
*
Add `gl_set_proc_address`
gingerBill
2025-02-04
1
-0
/
+6
*
Add sdl3_tray.odin and sdl3_version.odin
gingerBill
2025-02-04
2
-0
/
+75
[next]