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
*
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
*
|
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
*
|
sys/windows: add RegSetValueExW
hikari
2022-06-03
1
-0
/
+9
*
|
sys/windows: add registry functions and create winerror.odin
hikari
2022-06-03
4
-34
/
+241
|
/
*
Add enums for getting Scancodes from WM_KEYDOWN
Cedric Hutchings
2022-05-22
1
-0
/
+8
*
fix git dummy move
jason
2022-05-16
1
-2
/
+1
*
merge from upstream and convert to ^File types
jason
2022-05-16
18
-156
/
+984
|
\
|
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-1
/
+1
|
*
Adding flag values for FormatMessageW and LocalAlloc/etc.
Aaron Glazer
2022-05-12
1
-3
/
+15
|
*
Add `GetAddrInfoExW`
gingerBill
2022-05-12
2
-0
/
+40
|
*
Remove `A` calls in favour of `W` calls
gingerBill
2022-05-12
6
-123
/
+33
|
*
Add more libraries
gingerBill
2022-05-12
5
-12
/
+169
|
*
Update sys/windows to be closer to the soon to be deleted sys/win32
gingerBill
2022-05-12
6
-7
/
+260
|
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
2
-13
/
+18
|
*
Update error handling for os2 on windows
gingerBill
2022-05-12
1
-0
/
+1
|
*
Fill in most of os2/file_windows.odin
gingerBill
2022-05-12
2
-0
/
+6
|
*
Adding some proc bindings, struct definitions, and constant values.
Aaron Glazer
2022-05-08
3
-0
/
+46
|
*
Ctrl-C handler on Windows.
Jeroen van Rijn
2022-05-08
1
-0
/
+15
|
*
sys/windows: fix RGB macro again
hikari
2022-05-06
1
-1
/
+1
|
*
sys/win32: fix RGB macro
hikari
2022-05-06
2
-4
/
+2
|
*
sys/windows: remove A variant for one SystemParametersInfoW
hikari
2022-05-01
1
-1
/
+0
|
*
sys/windows: add a couple procedures and tons of constants
hikari
2022-04-30
2
-0
/
+275
|
*
sys/windows: fix build issues
hikari
2022-04-30
2
-2
/
+2
|
*
sys/windows: change macro and add comment
hikari
2022-04-30
1
-2
/
+4
[next]