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
*
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
*
|
correctly load/store uint&int in the runtime.js for wasm64p32
Laytan Laats
2024-05-17
1
-13
/
+45
*
|
Fixed some build tags in vendor libs
Andreas T Jonsson
2024-05-13
2
-2
/
+2
*
|
Keep `-vet` happy
gingerBill
2024-05-10
1
-1
/
+1
*
|
Merge pull request #3565 from wschiefer/update-d3d12
gingerBill
2024-05-10
1
-0
/
+220
|
\
\
|
*
|
Update d3d12 API
Waldemar Schiefer
2024-05-09
1
-0
/
+220
|
|
/
*
/
Add DXGI 1.5 & 1.6 APIs
Waldemar Schiefer
2024-05-09
1
-12
/
+208
|
/
*
Merge pull request #3419 from puzzleddev/fixup-d3d12-thiscall-affected-methods
gingerBill
2024-04-15
1
-6
/
+6
|
\
|
*
Fixup vendor/d3d12 calling convention mistakes
tim4242
2024-04-12
1
-6
/
+6
*
|
Merge pull request #3422 from wrapperup/add-dxc-vendor-docs
gingerBill
2024-04-13
1
-1
/
+1
|
\
\
|
*
|
add freebsd, openbsd to dxcdef_unix.odin
wrapperup
2024-04-13
1
-1
/
+1
*
|
|
fix wasm runtime.js storeString to support Unicode
Laytan Laats
2024-04-13
1
-2
/
+5
|
|
/
|
/
|
*
|
Add #panic to tell of moved package
gingerBill
2024-04-10
1
-0
/
+3
*
|
Avoid loop index shadowing
iciuperca
2024-04-09
1
-4
/
+4
|
/
*
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
gingerBill
2024-04-08
40
-3496
/
+8
*
fix `_end` being called before the actual end when using the step function
Laytan Laats
2024-04-08
1
-3
/
+11
*
fix js_wasm `time.tick_now`, `performance.now()` returns a float
Laytan Laats
2024-04-08
1
-1
/
+1
*
Merge pull request #3388 from laytan/fix-raygui-symbol
gingerBill
2024-04-06
1
-1
/
+1
|
\
|
*
fix raygui `GuiFade` being renamed to `GuiSetAlpha`
Laytan Laats
2024-04-06
1
-1
/
+1
*
|
add missing SDL2_SemPost binding
Christopher Kaster
2024-04-05
1
-0
/
+1
|
/
*
Merge pull request #3366 from laytan/fix-vet-scope-bug
gingerBill
2024-04-03
2
-12
/
+12
|
\
|
*
correct newly found vets
Laytan Laats
2024-04-03
2
-12
/
+12
*
|
Add NSApplication.active to Foundation bindings.
Vitalii Kravchenko
2024-04-02
1
-0
/
+11
|
/
*
Merge pull request #3294 from laytan/update-glfw-from-3.3.8-to-3.4
gingerBill
2024-03-21
12
-61
/
+121
|
\
|
*
glfw: update from 3.3.8 to 3.4
Laytan Laats
2024-03-18
12
-61
/
+121
[next]