index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
windows
/
user32.zig
Age
Commit message (
Expand
)
Author
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-22
Fixed compile error: 'bMenu' needs to casted. (#9426)
Michal Ziulek
2021-07-07
Fixed builtin.Target -> std.Target
Carlos Zúñiga
2021-05-20
Merge pull request #8776 from notviri/windows-wm-constants
Andrew Kelley
2021-05-15
remove range constants
viri
2021-05-14
std: re-add weird undocumented Win32 constants
viri
2021-05-14
std: fix & add os.windows.user32 WM constants
viri
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-16
Fix std.os.windows.user32.messageBoxW
Manuel Floruß
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-22
Fixed typo in user32
Carlos Zúñiga
2021-01-11
Merge pull request #7195 from Aransentin/master
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-11-22
UnregisterClassW needs WINAPI as well
Aransentin
2020-11-22
Fixed bugs, style suggestions
Aransentin
2020-11-22
Ensure the dynamic function has the same type as the static one
Jens Goldberg
2020-11-22
user32 cleanup, added wrappers and additional functions
Aransentin
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-07
Removed GetModuleHandleA from user32
Jens Goldberg
2020-05-07
Removed duplicate WM_ACTIVATE
Jens Goldberg
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-14
Added gdi32.zig and More user32 definitions
Jakub
2020-04-12
std: add some basic windows user32 definitions
daurnimator