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
*
Merge pull request #2978 from thetarnav/patch-2
gingerBill
2024-01-31
4
-30
/
+32
|
\
|
*
Correct wasm page_allocator switch cases
Damian Tarnawski
2024-01-18
1
-2
/
+2
|
*
Merge branch 'odin-lang:master' into patch-2
Damian Tarnawski
2024-01-18
70
-1011
/
+959
|
|
\
|
*
|
Fix window_get_scroll proc not returning loaded values
Damian Tarnawski
2024-01-18
1
-2
/
+2
|
*
|
Add missing Resize_Non_Zeroed case to page allocator
Damian Tarnawski
2024-01-18
1
-1
/
+1
|
*
|
Fix uniform matrix functions in WebGLInterface
Damian Tarnawski
2024-01-16
1
-2
/
+2
|
*
|
Hoist STRING_SIZE constant
Damian Tarnawski
2024-01-07
1
-1
/
+2
|
*
|
Fix typo in WebGLInterface class
Damian Tarnawski
2024-01-07
1
-3
/
+3
|
*
|
Fix copyTexSubImage2D and copyTexSubImage3D method calls
Damian Tarnawski
2024-01-07
1
-3
/
+3
|
*
|
Fix WebGLInterface function names
Damian Tarnawski
2024-01-07
1
-2
/
+2
|
*
|
Pass `height` to `webgl.readPixels`
Damian Tarnawski
2024-01-06
1
-1
/
+1
|
*
|
Correct glIsEnabled in wasm.webgl
Damian Tarnawski
2024-01-06
2
-1
/
+2
|
*
|
Correct spelling of FramebufferRenderbuffer
Damian Tarnawski
2024-01-06
1
-2
/
+2
|
*
|
Merge branch 'master' into patch-2
Damian Tarnawski
2024-01-06
45
-16992
/
+17155
|
|
\
\
|
*
|
|
Fix scroll and visibilitychange event handling
Damian Tarnawski
2023-11-25
1
-5
/
+5
|
*
|
|
Fix set_element_value_string parameter name
Damian Tarnawski
2023-11-25
1
-1
/
+1
|
*
|
|
Fix alignment
Damian Tarnawski
2023-11-25
1
-2
/
+2
|
*
|
|
Correct some typos in runtime.js
Damian Tarnawski
2023-11-25
1
-4
/
+4
*
|
|
|
Remove use of `incl` in `vendor:nanovg`
gingerBill
2024-01-29
1
-1
/
+1
*
|
|
|
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
23
-31
/
+31
*
|
|
|
Remove `sdl.stack_*` calls
gingerBill
2024-01-28
1
-13
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
bring log allocator up to date
Colin Davidson
2024-01-17
110
-17970
/
+18080
|
\
\
\
|
*
|
|
stdcall -> system
gingerBill
2024-01-17
3
-717
/
+717
|
*
|
|
Replace `stdcall` with `system`
gingerBill
2024-01-17
2
-182
/
+182
|
*
|
|
Fix foreign import names
gingerBill
2024-01-17
2
-2
/
+2
|
*
|
|
Have default `foreign import` system paths
gingerBill
2024-01-17
7
-18
/
+27
|
*
|
|
Fix imports to be case sensitive correct
gingerBill
2024-01-17
1
-1
/
+1
|
*
|
|
Remove `//+build darwin`
gingerBill
2024-01-17
40
-40
/
+0
|
*
|
|
Fix #1934 raylib IsGestureDetected
gingerBill
2024-01-17
1
-2
/
+13
|
*
|
|
vendor/miniaudio: fix import for macos
Laytan Laats
2024-01-13
16
-48
/
+16
|
*
|
|
Added comment on SetConfigFlags in Raylib bindings that it must be called bef...
Karl Zylinski
2024-01-11
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #2983 from perogycook/raylib5
dev-2024-01
gingerBill
2024-01-03
35
-149
/
+260
|
|
\
\
|
|
*
|
Raylib 5.0 IsMouseButtonUp workaround: Better use of when clause to make sure...
Karl Zylinski
2023-12-18
1
-4
/
+8
|
|
*
|
Raylib workaround: Fix comment typo
Karl Zylinski
2023-12-18
1
-1
/
+1
|
|
*
|
Raylib 5.0 bug workaround: Check VERSION and panic if VERSION != 5.0, in whic...
Karl Zylinski
2023-12-18
1
-3
/
+5
|
|
*
|
Workaround for bug in Raylib 5 making IsMouseButtonUp not work properly.
Karl Zylinski
2023-12-17
1
-4
/
+7
|
|
*
|
IsMouseButtonUp hack for now
Michael
2023-12-16
1
-1
/
+4
|
|
*
|
added some commas
Michael
2023-12-08
1
-2
/
+2
|
|
*
|
Update raygui.odin for Mac targets
Michael
2023-12-04
1
-2
/
+6
|
|
*
|
Add files via upload
Michael
2023-12-04
2
-0
/
+0
|
|
*
|
MacOS-arm64 Raygui libs
Michael
2023-12-04
2
-0
/
+0
|
|
*
|
Delete vendor/raylib/macos-arm64/libraygui.a
Michael
2023-12-04
1
-0
/
+0
|
|
*
|
New Raygui libs for Windows
Michael
2023-12-04
3
-0
/
+0
|
|
*
|
Delete vendor/raylib/windows/raygui.lib
Michael
2023-12-04
1
-0
/
+0
|
|
*
|
Delete vendor/raylib/windows/raygui.dll
Michael
2023-12-04
1
-0
/
+0
|
|
*
|
Delete vendor/raylib/windows/rayguidll.lib
Michael
2023-12-04
1
-0
/
+0
|
|
*
|
Merge branch 'odin-lang:master' into raylib5
Michael
2023-12-03
2
-10
/
+11
|
|
|
\
\
|
|
*
|
|
fixed names
Michael
2023-11-26
2
-0
/
+0
|
|
*
|
|
Delete vendor/raylib/linux/libraygui.so.3.6
Michael
2023-11-26
1
-0
/
+0
|
|
*
|
|
Delete vendor/raylib/linux/raygui.a
Michael
2023-11-26
1
-0
/
+0
[next]