aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/user32.zig
AgeCommit message (Expand)Author
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-22Fixed compile error: 'bMenu' needs to casted. (#9426)Michal Ziulek
2021-07-07Fixed builtin.Target -> std.TargetCarlos Zúñiga
2021-05-20Merge pull request #8776 from notviri/windows-wm-constantsAndrew Kelley
2021-05-15remove range constantsviri
2021-05-14std: re-add weird undocumented Win32 constantsviri
2021-05-14std: fix & add os.windows.user32 WM constantsviri
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-16Fix std.os.windows.user32.messageBoxWManuel Floruß
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-03-22Fixed typo in user32Carlos Zúñiga
2021-01-11Merge pull request #7195 from Aransentin/masterAndrew Kelley
2020-12-31Year++Frank Denis
2020-11-22UnregisterClassW needs WINAPI as wellAransentin
2020-11-22Fixed bugs, style suggestionsAransentin
2020-11-22Ensure the dynamic function has the same type as the static oneJens Goldberg
2020-11-22user32 cleanup, added wrappers and additional functionsAransentin
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-07Removed GetModuleHandleA from user32Jens Goldberg
2020-05-07Removed duplicate WM_ACTIVATEJens Goldberg
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-12std: add some basic windows user32 definitionsdaurnimator