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
*
Added missing Windows functions for console manipulation
Jeppe Skov
2023-02-28
2
-0
/
+21
*
FindFirstChangeNotification series of calls
Elusive Porpoise
2023-02-27
1
-0
/
+7
*
more windows kerfuffle
Colin Davidson
2023-01-06
1
-1
/
+1
*
Merge branch 'master' into get_core_count
Colin Davidson
2023-01-06
6
-0
/
+123
|
\
|
*
Merge pull request #2265 from JooperGH/more_dwmapi_bindings
gingerBill
2023-01-06
6
-0
/
+121
|
|
\
|
|
*
Fixed CI error
Jooper
2022-12-21
2
-1
/
+2
|
|
*
App bar bindings
JooperGH
2022-12-19
1
-0
/
+33
|
|
*
One last binding
JooperGH
2022-12-19
1
-0
/
+1
|
|
*
HRGB and Rect functions
JooperGH
2022-12-19
2
-0
/
+30
|
|
*
CreateSolidBrush and FillRect
JooperGH
2022-12-19
2
-0
/
+4
|
|
*
Added uxtheme bindings
JooperGH
2022-12-19
2
-3
/
+12
|
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin into more_dwmapi_b...
JooperGH
2022-12-19
3
-0
/
+21
|
|
|
\
|
|
*
|
Added more DWMAPI bindings
JooperGH
2022-12-19
2
-0
/
+43
|
*
|
|
Add GetKeyboardState to user32
matias
2023-01-06
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
fix more things?
Colin Davidson
2023-01-05
1
-1
/
+1
*
|
|
fix windows structs
Colin Davidson
2023-01-05
1
-7
/
+10
*
|
|
name raw union
Colin Davidson
2023-01-05
1
-10
/
+11
*
|
|
use raw_union?
Colin Davidson
2023-01-05
1
-1
/
+1
*
|
|
add get core count
Colin Davidson
2023-01-05
1
-0
/
+44
|
/
/
*
|
sys/windows: add GetMonitorInfoW
hikari
2022-12-13
2
-0
/
+20
*
|
sys/windows: add DescribePixelFormat
hikari
2022-12-07
1
-0
/
+1
|
/
*
Merge branch 'odin-lang:master' into master
Dragos Popescu
2022-12-06
1
-0
/
+12
|
\
|
*
sys/windows: wgl style fix
hikari
2022-12-06
1
-1
/
+2
|
*
sys/windows: fix wgl function loading in accordance with OpenGL wiki
hikari
2022-12-06
1
-1
/
+7
|
*
sys/windows: added helper gl proc
hikari
2022-12-05
1
-0
/
+5
*
|
core:sys/windows: Added CSIDL_PROFILE
Dragos Popescu
2022-12-06
1
-0
/
+1
|
/
*
sys/windows: add CreateWaitableTimerExW
hikari
2022-12-02
2
-0
/
+13
*
sys/windows: add SHGetFolderPathW (#2213)
ftphikari
2022-11-28
2
-0
/
+35
*
sys/windows: add ShellExecuteExW
hikari
2022-11-14
2
-0
/
+53
*
Heavily improve time handling on Windows for `time.now()` and `os.File_Info`
gingerBill
2022-10-26
2
-1
/
+22
*
Fix typo
gingerBill
2022-10-26
1
-1
/
+1
*
Add `GetSystemTimePreciseAsFileTime`
gingerBill
2022-10-26
1
-0
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-10-18
2
-0
/
+125
|
\
|
*
sys/windows: add ITaskbarList interfaces
hikari
2022-10-13
1
-0
/
+82
|
*
sys/windows: add SHFileOperationW
hikari
2022-10-12
2
-0
/
+43
*
|
Allow for `N = -1` in `wstring_to_utf8`
gingerBill
2022-10-18
1
-4
/
+4
|
/
*
sys/windows: replace A with W
hikari
2022-10-10
1
-2
/
+2
*
sys/windows: add free disk space function binding
hikari
2022-10-10
2
-0
/
+8
*
sys/windows: add some constants
hikari
2022-10-07
2
-2
/
+14
*
Merge branch 'odin-lang:master' into master
ftphikari
2022-10-04
1
-1
/
+12
|
\
|
*
Add a few Fiber functions to kernel32.odin
matias
2022-10-03
1
-1
/
+12
*
|
sys/windows: add comctl32
hikari
2022-10-01
1
-0
/
+9
*
|
sys/windows: add a bunch of stuff
hikari
2022-10-01
6
-1
/
+169
|
/
*
Merge pull request #2085 from matias-eduardo/patch-2
gingerBill
2022-09-27
1
-0
/
+1
|
\
|
*
Add WSATRY_AGAIN to windows/types.odin
matias
2022-09-26
1
-0
/
+1
*
|
Merge branch 'odin-lang:master' into master
ftphikari
2022-09-27
1
-0
/
+144
|
\
|
|
*
[sys/windows] Add DCB structure, SetCommState, GetCommState
Tetralux
2022-09-22
1
-0
/
+144
*
|
sys/windows: add a couple of functions and constants, fix formatting
hikari
2022-09-27
2
-1084
/
+1095
|
/
*
sys/windows: add definitions
hikari
2022-09-14
2
-0
/
+66
*
Add windows.timeGetTime()
Ryan Chan
2022-09-10
1
-0
/
+1
[next]