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: 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
*
Merge branch 'master' into sysinfo
Jeroen van Rijn
2022-09-05
1
-3
/
+3
|
\
|
*
Merge pull request #1951 from IanLilleyT/wstring_allocation
gingerBill
2022-09-05
1
-3
/
+3
|
|
\
|
|
*
smaller allocation for no
Ian Lilley
2022-08-15
1
-3
/
+3
*
|
|
Merge branch 'master' into sysinfo
Jeroen van Rijn
2022-09-01
3
-17
/
+84
|
\
|
|
|
*
|
Merge pull request #1976 from matias-eduardo/patch-2
gingerBill
2022-09-01
1
-0
/
+29
|
|
\
\
|
|
*
|
Add Extended Window Styles (WS_EX)
matias
2022-08-25
1
-0
/
+29
|
*
|
|
Kernel32: Add more window bindings and improve consistency
Lucas Perlind
2022-09-01
3
-14
/
+52
*
|
|
|
[sys/info] Initial version.
Jeroen van Rijn
2022-09-01
2
-0
/
+132
|
/
/
/
*
/
/
Add much of Win32's Raw Input API
Lucas Perlind
2022-08-28
1
-0
/
+151
|
/
/
*
/
Correct Try SRWLock related procedures to return `BOOLEAN` rather than `BOOL`
gingerBill
2022-08-22
1
-2
/
+2
|
/
*
Typo: "Get" -> "Set"
matias
2022-08-14
1
-1
/
+1
*
Add some wgl extensions
Fabian Sperber
2022-08-12
2
-1
/
+148
*
Add more windows bindings
Fabian Sperber
2022-08-12
2
-1
/
+70
*
Update user32.odin
Hyp-X
2022-08-01
1
-0
/
+1
*
Add `MAKE_WORD`
gingerBill
2022-07-21
1
-0
/
+4
*
Disallow `proc() do stmt` and only allow `proc() { stmt }`
gingerBill
2022-07-18
1
-1
/
+1
*
Merge pull request #1826 from englerj/windows-bindings
gingerBill
2022-06-28
2
-8
/
+75
|
\
|
*
Fix tab spacing.
Josh Engler
2022-06-12
1
-25
/
+25
|
*
Merge branch 'master' into windows-bindings
Josh Engler
2022-06-11
9
-41
/
+1058
|
|
\
|
*
|
- Added EnumDisplaySettingsW and friends.
Josh Engler
2022-06-03
2
-9
/
+80
*
|
|
Change LPCSTR to LPCWSTR in windows _W procedures
Jimmy "Keeba" Lefevre
2022-06-27
1
-2
/
+2
*
|
|
sys/windows: add constants and macro
hikari
2022-06-17
2
-1
/
+17
*
|
|
sys/windows: add RegSetKeyValueW
hikari
2022-06-16
1
-0
/
+9
*
|
|
sys/windows: add GetTextExtentPoint32W
hikari
2022-06-11
1
-0
/
+1
*
|
|
sys/windows: add a couple of constants
hikari
2022-06-10
1
-0
/
+3
|
|
/
|
/
|
*
|
sys/windows: add functions and constants
hikari
2022-06-09
3
-0
/
+221
*
|
sys/windows: add macro
hikari
2022-06-08
1
-0
/
+2
*
|
Merge branch 'odin-lang:master' into master
ftphikari
2022-06-08
2
-3
/
+19
|
\
|
|
*
Remove `strings` dependency from `core:sys/windows`
gingerBill
2022-06-02
2
-3
/
+19
*
|
sys/windows: add interfaces from shobjidl_core.h
hikari
2022-06-08
1
-0
/
+462
*
|
sys/windows: fix formatting
hikari
2022-06-07
2
-3
/
+4
*
|
sys/windows: fix file picker dialog
hikari
2022-06-07
3
-3
/
+59
*
|
sys/windows: add several functions and constants
hikari
2022-06-03
3
-0
/
+63
[prev]
[next]