aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/user32.odin
Commit message (Expand)AuthorAgeFilesLines
* Change `stdcall` -> `system`gingerBill2024-01-171-5/+5
* Merge pull request #2952 from Pingar5/masterJeroen van Rijn2023-11-241-0/+3
|\
| * Add various missing windows proceduresBrennen Shaughnessy2023-11-221-0/+3
* | added ToUnicode to win32skytrias2023-11-211-0/+1
|/
* [core:sys/windows] Added a couple of procedureshikari2023-07-171-0/+3
* Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...Ryhor Spivak2023-05-241-1/+3
* Add IsWindow to user32.odinMatias Fernandez2023-04-221-0/+1
* fix SendInput function in user32RestartFU2023-04-081-1/+1
* sys/windows: added some functions and types for input hooks and tray iconshikari2023-03-181-1/+9
* Merge pull request #2265 from JooperGH/more_dwmapi_bindingsgingerBill2023-01-061-0/+35
|\
| * Fixed CI errorJooper2022-12-211-0/+1
| * One last bindingJooperGH2022-12-191-0/+1
| * HRGB and Rect functionsJooperGH2022-12-191-0/+29
| * CreateSolidBrush and FillRectJooperGH2022-12-191-0/+2
| * Merge branch 'master' of https://github.com/odin-lang/Odin into more_dwmapi_b...JooperGH2022-12-191-0/+1
| |\
| * | Added more DWMAPI bindingsJooperGH2022-12-191-0/+2
* | | Add GetKeyboardState to user32matias2023-01-061-0/+2
| |/ |/|
* | sys/windows: add GetMonitorInfoWhikari2022-12-131-0/+1
|/
* sys/windows: add a bunch of stuffhikari2022-10-011-0/+1
* sys/windows: add a couple of functions and constants, fix formattinghikari2022-09-271-0/+3
* Add much of Win32's Raw Input APILucas Perlind2022-08-281-0/+151
* Typo: "Get" -> "Set"matias2022-08-141-1/+1
* Add more windows bindingsFabian Sperber2022-08-121-1/+31
* Update user32.odinHyp-X2022-08-011-0/+1
* Merge pull request #1826 from englerj/windows-bindingsgingerBill2022-06-281-0/+2
|\
| * Merge branch 'master' into windows-bindingsJosh Engler2022-06-111-0/+39
| |\
| * | - Added EnumDisplaySettingsW and friends.Josh Engler2022-06-031-0/+2
* | | sys/windows: add constants and macrohikari2022-06-171-1/+5
| |/ |/|
* | sys/windows: add functions and constantshikari2022-06-091-0/+12
* | sys/windows: add several functions and constantshikari2022-06-031-0/+27
|/
* Remove `A` calls in favour of `W` callsgingerBill2022-05-121-66/+2
* Adding some proc bindings, struct definitions, and constant values.Aaron Glazer2022-05-081-0/+6
* sys/windows: remove A variant for one SystemParametersInfoWhikari2022-05-011-1/+0
* sys/windows: add a couple procedures and tons of constantshikari2022-04-301-0/+4
* sys/windows: add some procedureshikari2022-04-191-0/+6
* sys/windows: add several procedures and macroshikari2022-04-021-2/+21
* sys/windows: add a couple of procedures and typeshikari2022-04-021-0/+5
* sys/windows: fix some procedure definitions and typeshikari2022-04-011-9/+34
* sys/windows: add various procedureshikari2022-04-011-0/+5
* sys/windows: add WM_SYSCOMMAND related constantshikari2022-03-291-0/+4
* sys/windows: add SetTimer() and KillTimer() procedureshikari2022-03-291-0/+3
* sys/windows: add AdjustWindowRect and GetWindowRecthikari2022-03-271-1/+4
* sys/windows: add GetSystemMetricshikari2022-03-271-0/+1
* sys/windows: add ClientToScreenhikari2022-03-271-0/+1
* sys/windows: add MessageBox procedureshikari2022-03-251-0/+5
* sys/windows: add SetWindowPos()hikari2022-03-251-0/+9
* sys/windows: add GetKeyState functionshikari2022-03-241-0/+3
* sys/windows: fixed calling conventions, added several bindingshikari2022-03-231-24/+64
* Nixify line endingsHolger Lindner2022-03-221-129/+129
* Merge remote-tracking branch 'ftphikari/master'Holger Lindner2022-03-221-240/+86
|\