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
/
user32.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[core:sys/windows] Added a couple of procedures
hikari
2023-07-17
1
-0
/
+3
*
Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...
Ryhor Spivak
2023-05-24
1
-1
/
+3
*
Add IsWindow to user32.odin
Matias Fernandez
2023-04-22
1
-0
/
+1
*
fix SendInput function in user32
RestartFU
2023-04-08
1
-1
/
+1
*
sys/windows: added some functions and types for input hooks and tray icons
hikari
2023-03-18
1
-1
/
+9
*
Merge pull request #2265 from JooperGH/more_dwmapi_bindings
gingerBill
2023-01-06
1
-0
/
+35
|
\
|
*
Fixed CI error
Jooper
2022-12-21
1
-0
/
+1
|
*
One last binding
JooperGH
2022-12-19
1
-0
/
+1
|
*
HRGB and Rect functions
JooperGH
2022-12-19
1
-0
/
+29
|
*
CreateSolidBrush and FillRect
JooperGH
2022-12-19
1
-0
/
+2
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin into more_dwmapi_b...
JooperGH
2022-12-19
1
-0
/
+1
|
|
\
|
*
|
Added more DWMAPI bindings
JooperGH
2022-12-19
1
-0
/
+2
*
|
|
Add GetKeyboardState to user32
matias
2023-01-06
1
-0
/
+2
|
|
/
|
/
|
*
|
sys/windows: add GetMonitorInfoW
hikari
2022-12-13
1
-0
/
+1
|
/
*
sys/windows: add a bunch of stuff
hikari
2022-10-01
1
-0
/
+1
*
sys/windows: add a couple of functions and constants, fix formatting
hikari
2022-09-27
1
-0
/
+3
*
Add much of Win32's Raw Input API
Lucas Perlind
2022-08-28
1
-0
/
+151
*
Typo: "Get" -> "Set"
matias
2022-08-14
1
-1
/
+1
*
Add more windows bindings
Fabian Sperber
2022-08-12
1
-1
/
+31
*
Update user32.odin
Hyp-X
2022-08-01
1
-0
/
+1
*
Merge pull request #1826 from englerj/windows-bindings
gingerBill
2022-06-28
1
-0
/
+2
|
\
|
*
Merge branch 'master' into windows-bindings
Josh Engler
2022-06-11
1
-0
/
+39
|
|
\
|
*
|
- Added EnumDisplaySettingsW and friends.
Josh Engler
2022-06-03
1
-0
/
+2
*
|
|
sys/windows: add constants and macro
hikari
2022-06-17
1
-1
/
+5
|
|
/
|
/
|
*
|
sys/windows: add functions and constants
hikari
2022-06-09
1
-0
/
+12
*
|
sys/windows: add several functions and constants
hikari
2022-06-03
1
-0
/
+27
|
/
*
Remove `A` calls in favour of `W` calls
gingerBill
2022-05-12
1
-66
/
+2
*
Adding some proc bindings, struct definitions, and constant values.
Aaron Glazer
2022-05-08
1
-0
/
+6
*
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
1
-0
/
+4
*
sys/windows: add some procedures
hikari
2022-04-19
1
-0
/
+6
*
sys/windows: add several procedures and macros
hikari
2022-04-02
1
-2
/
+21
*
sys/windows: add a couple of procedures and types
hikari
2022-04-02
1
-0
/
+5
*
sys/windows: fix some procedure definitions and types
hikari
2022-04-01
1
-9
/
+34
*
sys/windows: add various procedures
hikari
2022-04-01
1
-0
/
+5
*
sys/windows: add WM_SYSCOMMAND related constants
hikari
2022-03-29
1
-0
/
+4
*
sys/windows: add SetTimer() and KillTimer() procedures
hikari
2022-03-29
1
-0
/
+3
*
sys/windows: add AdjustWindowRect and GetWindowRect
hikari
2022-03-27
1
-1
/
+4
*
sys/windows: add GetSystemMetrics
hikari
2022-03-27
1
-0
/
+1
*
sys/windows: add ClientToScreen
hikari
2022-03-27
1
-0
/
+1
*
sys/windows: add MessageBox procedures
hikari
2022-03-25
1
-0
/
+5
*
sys/windows: add SetWindowPos()
hikari
2022-03-25
1
-0
/
+9
*
sys/windows: add GetKeyState functions
hikari
2022-03-24
1
-0
/
+3
*
sys/windows: fixed calling conventions, added several bindings
hikari
2022-03-23
1
-24
/
+64
*
Nixify line endings
Holger Lindner
2022-03-22
1
-129
/
+129
*
Merge remote-tracking branch 'ftphikari/master'
Holger Lindner
2022-03-22
1
-240
/
+86
|
\
|
*
sys/windows: added rudimentary User32.lib bindings
hikari
2022-03-21
1
-0
/
+82
*
Add SendMessageA/W to sys/windows/user32.odin
Holger Lindner
2022-03-22
1
-0
/
+3
*
Fix incorrect type for wndproc callback procedure
Holger Lindner
2022-03-21
1
-1
/
+1
*
Add user32.odin with most basic procedures to core:sys/windows
Holger Lindner
2022-03-21
1
-0
/
+280
[prev]