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
/
core
/
sys
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sys/windows]: Fix the value for TH32CS_SNAPPROCESS constant
flysand7
2024-06-30
1
-1
/
+1
*
[core/windows]: Bind tlhelp.h functions from kernel32.dll
flysand7
2024-06-30
1
-0
/
+101
*
Merge pull request #3806 from NicknEma/windows_fixes
Jeroen van Rijn
2024-06-25
1
-1
/
+1
|
\
|
*
Update CommandLineToArgvW return type
NicknEma
2024-06-25
1
-1
/
+1
*
|
Add GetNumberOfConsoleInputEvents
Jeroen van Rijn
2024-06-20
1
-0
/
+5
*
|
Merge pull request #3787 from jasonKercher/more-windows-comm
Jeroen van Rijn
2024-06-19
2
-81
/
+178
|
\
\
|
*
|
make -strict-style happy
jason
2024-06-19
1
-1
/
+1
|
*
|
move DCB to types.odin; add more bindings for comm functions
jason
2024-06-19
2
-80
/
+98
|
*
|
Merge remote-tracking branch 'origin/master' into more-windows-comm
jason
2024-06-19
4
-110
/
+90
|
|
\
\
|
*
|
|
save before merging from upstream
jason
2024-06-19
2
-2
/
+81
*
|
|
|
Fix d3d11 IInfoQueue_VTable & Add LoadLibraryExW
Fabian Sperber
2024-06-19
2
-0
/
+17
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #3750 from Kelimion/dcb_bitfield
Jeroen van Rijn
2024-06-15
1
-109
/
+30
|
\
\
\
|
*
|
|
Update kernel32 struct DCB.
Jeroen van Rijn
2024-06-13
1
-109
/
+30
|
|
/
/
*
|
|
Merge branch 'master' of https://github.com/FrancisTheCat/Odin
Franz Höltermann
2024-06-14
1
-0
/
+13
|
\
\
\
|
*
|
|
Merge branch 'odin-lang:master' into master
FrancisTheCat
2024-06-14
1
-0
/
+13
|
|
\
|
|
|
|
*
|
add COMMTIMEOUTS, get/setCommTimeouts
jasonkercher
2024-06-12
1
-0
/
+13
*
|
|
|
Fixed WinEventFlags
Franz Höltermann
2024-06-14
1
-4
/
+4
|
/
/
/
*
|
|
Improved win32 bindings according to Kelimions suggestions with enums and bit...
Franz Höltermann
2024-06-14
2
-4
/
+29
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
Franz Höltermann
2024-06-11
1
-2
/
+2
|
\
|
|
|
*
|
Fix type of two Win32 functions
Laurent Dufresne
2024-06-03
1
-2
/
+2
*
|
|
Added some missing functions to core/sys/windows
Franz Höltermann
2024-06-11
4
-1
/
+35
|
/
/
*
|
Merge pull request #3506 from IllusionMan1212/windows-hid
gingerBill
2024-05-10
3
-24
/
+791
|
\
\
|
*
|
core/sys/windows: added various procedures and constants related to the hid l...
IllusionMan1212
2024-05-07
3
-24
/
+791
*
|
|
Add more win32 console APIs
Waldemar Schiefer
2024-05-09
1
-0
/
+2
|
/
/
*
|
Keep -vet happy
gingerBill
2024-04-28
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-04-28
1
-0
/
+1
|
\
\
|
*
|
Add SetMenu
Yunky
2024-04-27
1
-0
/
+1
*
|
|
Add stack frame procedures for `core:sys/windows`
gingerBill
2024-04-28
3
-0
/
+44
|
/
/
*
|
add movefile flags
wrapperup
2024-04-09
1
-1
/
+7
*
|
Merge pull request #3373 from laytan/add-some-windows-wsa-symbols
gingerBill
2024-04-04
2
-15
/
+46
|
\
\
|
*
|
add some wsa based additions to `core:sys/windows`
Laytan Laats
2024-04-04
2
-15
/
+46
*
|
|
Add windows.SetEvent
gerigk
2024-04-04
1
-0
/
+1
|
/
/
*
|
Fixed windows.COINIT.MULTITHREADED declaration. It's supposed to be 0 rather ...
Dragos Popescu
2024-03-31
1
-1
/
+16
*
|
Cleanup of ShowCursor after Bill pushed a fix
Thomas la Cour
2024-03-03
1
-2
/
+0
*
|
didn't help :/ so removed it to see if it can build again
Thomas la Cour
2024-03-03
1
-3
/
+2
*
|
Trying to resolve a strange nameclash on ShowCursor seems like raylib is also...
Thomas la Cour
2024-03-03
1
-1
/
+3
*
|
Callback types
Thomas la Cour
2024-03-03
1
-4
/
+12
*
|
Waveform Functions
Thomas la Cour
2024-03-03
1
-1
/
+197
*
|
hid usage flags
Thomas la Cour
2024-03-03
1
-0
/
+13
*
|
A few extra gdi procs for icons, cursors and drawing
Thomas la Cour
2024-03-03
1
-2
/
+66
*
|
SHChangeNotify + flags
Thomas la Cour
2024-03-03
1
-0
/
+51
*
|
Flags for GlobalAlloc
Thomas la Cour
2024-03-03
1
-0
/
+19
*
|
bitmap v5 header
Thomas la Cour
2024-03-03
1
-0
/
+45
*
|
Add check to see if raylib is imported with `ShowCursor` on sys/windows
gingerBill
2024-03-01
1
-0
/
+4
*
|
Add more window procedures
Lucas Perlind
2024-02-09
2
-0
/
+2
*
|
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
|
sys/windows: Make INVALID_FILE_ATTRIBUTES a u32 constant
flysand7
2024-01-25
1
-1
/
+1
|
/
*
stdcall -> system
gingerBill
2024-01-17
2
-2
/
+2
*
Change `stdcall` -> `system`
gingerBill
2024-01-17
23
-212
/
+212
*
Fix imports to be case sensitive correct
gingerBill
2024-01-17
2
-6
/
+6
[next]