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 various procedures and constants related to the hid l...
IllusionMan1212
2024-05-07
1
-21
/
+19
*
Add SetMenu
Yunky
2024-04-27
1
-0
/
+1
*
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
*
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
*
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
1
-0
/
+1
*
Change `stdcall` -> `system`
gingerBill
2024-01-17
1
-5
/
+5
*
Merge pull request #2952 from Pingar5/master
Jeroen van Rijn
2023-11-24
1
-0
/
+3
|
\
|
*
Add various missing windows procedures
Brennen Shaughnessy
2023-11-22
1
-0
/
+3
*
|
added ToUnicode to win32
skytrias
2023-11-21
1
-0
/
+1
|
/
*
[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
[next]