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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
5
-16
/
+16
*
More style improvements
gingerBill
2024-06-29
1
-1
/
+3
*
Even more style fixes
gingerBill
2024-06-29
1
-1
/
+1
*
More style improvements
gingerBill
2024-06-29
1
-28
/
+14
*
Fix indentation
gingerBill
2024-06-29
1
-4
/
+4
*
SupportedLimitsExtras.chain should be a ChainedStructOut to properly chain fr...
Matthew Pohlmann
2024-06-27
1
-1
/
+1
*
Some fixes to wgpu_native.
Matthew Pohlmann
2024-06-27
2
-10
/
+3
*
fix typo
Tadeo hepperle
2024-06-26
2
-4
/
+4
*
Merge branch 'master' into fix-vulkan-codegen-arrays-as-proc-args
Tadeo hepperle
2024-06-26
1
-1
/
+3
|
\
|
*
wgpu ld -> dl
Jeroen van Rijn
2024-06-25
1
-1
/
+1
|
*
wgpu import
Jeroen van Rijn
2024-06-23
1
-0
/
+2
*
|
fix proc parsing
Tadeo hepperle
2024-06-26
2
-13
/
+13
|
/
*
Fix wgpu paths for Windows
gingerBill
2024-06-20
5
-5
/
+5
*
Merge pull request #3740 from laytan/wgpu
gingerBill
2024-06-20
21
-18
/
+5426
|
\
|
*
Add `vendor:wgpu`
Laytan Laats
2024-06-12
21
-18
/
+5426
*
|
Fix d3d11 IInfoQueue_VTable & Add LoadLibraryExW
Fabian Sperber
2024-06-19
1
-21
/
+23
*
|
Merge pull request #3742 from karl-zylinski/fix-raymath-matrix-to-float
gingerBill
2024-06-12
1
-1
/
+1
|
\
\
|
*
|
Make rl.MatrixToFloatV transpose the matrix before transmuting it to [16]f32,...
Karl Zylinski
2024-06-12
1
-1
/
+1
*
|
|
rlgl: Pull in raylib and expose missing types, so it is the same as rlgl.h. T...
Karl Zylinski
2024-06-12
1
-7
/
+28
|
/
/
*
|
Merge pull request #3731 from karl-zylinski/rlgl-subpackage
gingerBill
2024-06-12
2
-555
/
+560
|
\
\
|
*
|
rlgl.RLGL_VERSION -> rlgl.VERSION
Karl Zylinski
2024-06-11
1
-1
/
+1
|
*
|
Made rlgl.odin work as a subpackage of raylib. So now you import vendor:rayli...
Karl Zylinski
2024-06-11
1
-243
/
+248
|
*
|
Moved rlgl.odin to subpackage 'raylib/rlgl'
Karl Zylinski
2024-06-11
1
-0
/
+0
*
|
|
Changed rl.SetShaderValue etc to take a c.int like in original raylib.h. You ...
Karl Zylinski
2024-06-11
1
-6
/
+8
|
/
/
*
/
Make certain procedures `"contextless"` for microui
gingerBill
2024-06-08
1
-3
/
+3
|
/
*
Add parentheses around the foreign import paths
gingerBill
2024-06-06
1
-2
/
+2
*
Updated SDL_CreateTexture to take `PixelFormatEnum` instead of `u32`
Hector
2024-06-06
1
-1
/
+1
*
add support for title changes, cursor config, and dnd
Colin Davidson
2024-06-06
2
-6
/
+29
*
D3D11 - fixed VIDEO_SUPPORT flag
Mark Sniffen
2024-06-05
1
-1
/
+1
*
Merge pull request #3673 from laytan/implement-foreign-import-improvements-on...
gingerBill
2024-06-04
24
-115
/
+147
|
\
|
*
compile stb_vorbis
Laytan Laats
2024-06-04
1
-1
/
+1
|
*
use `#exists` to provide good errors for common missing libraries
Laytan Laats
2024-06-04
23
-114
/
+146
*
|
raygui: change `c.int` to their correct enum types
gingerBill
2024-06-04
1
-9
/
+9
*
|
Fix `extra_linker_flags` for raylib on windows
gingerBill
2024-06-04
1
-2
/
+1
*
|
Keep `-vet` happy
gingerBill
2024-06-04
1
-1
/
+1
*
|
Utilize `foreign import` constant strings for foreign imports
gingerBill
2024-06-04
3
-114
/
+36
*
|
Merge pull request #3469 from hodgka/raylib_resizable_doc_patch
gingerBill
2024-06-04
1
-2
/
+2
|
\
\
|
*
|
Fixed typo in raylib documentation
alec hodgkinson
2024-04-22
1
-2
/
+2
*
|
|
oops, missed shuffling a few x-funcs
Colin Davidson
2024-06-04
1
-31
/
+28
*
|
|
add a few more x11 funcs, fix egl bug
Colin Davidson
2024-06-04
2
-693
/
+701
*
|
|
wasm: fix runtime.js even more for wasm64p32
Laytan Laats
2024-05-31
1
-29
/
+63
|
|
/
|
/
|
*
|
Fix types again
gingerBill
2024-05-30
1
-2
/
+2
*
|
Fix #3651
gingerBill
2024-05-30
1
-2
/
+2
*
|
Merge pull request #3656 from laytan/microui-optional-clipboard
gingerBill
2024-05-30
1
-1
/
+6
|
\
\
|
*
|
microui: make clipboard optional during init
Laytan Laats
2024-05-30
1
-1
/
+6
*
|
|
wasm: fix the WheelEvent not storing data properly
Laytan Laats
2024-05-30
1
-6
/
+6
|
/
/
*
|
Satisfy -vet
Håkon Stormo
2024-05-23
1
-1
/
+0
*
|
microui: use the text_edit procs
Håkon Stormo
2024-05-23
1
-15
/
+9
*
|
microui: textbox cut/copy/paste
Håkon Stormo
2024-05-23
1
-8
/
+38
*
|
microui: textbox selection
Håkon Stormo
2024-05-23
1
-19
/
+110
[next]