aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
Commit message (Collapse)AuthorAgeFilesLines
* Fix type of two Win32 functionsLaurent Dufresne2024-06-031-2/+2
|
* Merge pull request #3506 from IllusionMan1212/windows-hidgingerBill2024-05-103-24/+791
|\ | | | | core/sys/windows: added various procedures and constants for the hid library
| * core/sys/windows: added various procedures and constants related to the hid ↵IllusionMan12122024-05-073-24/+791
| | | | | | | | library
* | Add more win32 console APIsWaldemar Schiefer2024-05-091-0/+2
|/
* Keep -vet happygingerBill2024-04-281-1/+1
|
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-04-281-0/+1
|\
| * Add SetMenuYunky2024-04-271-0/+1
| |
* | Add stack frame procedures for `core:sys/windows`gingerBill2024-04-283-0/+44
|/
* add movefile flagswrapperup2024-04-091-1/+7
|
* Merge pull request #3373 from laytan/add-some-windows-wsa-symbolsgingerBill2024-04-042-15/+46
|\ | | | | add some wsa based additions to `core:sys/windows`
| * add some wsa based additions to `core:sys/windows`Laytan Laats2024-04-042-15/+46
| |
* | Add windows.SetEventgerigk2024-04-041-0/+1
|/
* Fixed windows.COINIT.MULTITHREADED declaration. It's supposed to be 0 rather ↵Dragos Popescu2024-03-311-1/+16
| | | | than 3
* Cleanup of ShowCursor after Bill pushed a fixThomas la Cour2024-03-031-2/+0
|
* didn't help :/ so removed it to see if it can build againThomas la Cour2024-03-031-3/+2
|
* Trying to resolve a strange nameclash on ShowCursor seems like raylib is ↵Thomas la Cour2024-03-031-1/+3
| | | | also defining that. Unsure why exactly this is related so for now just tried to change the name here to _ShowCursor :/
* Callback typesThomas la Cour2024-03-031-4/+12
|
* Waveform FunctionsThomas la Cour2024-03-031-1/+197
| | | | https://learn.microsoft.com/en-us/windows/win32/multimedia/waveform-functions
* hid usage flagsThomas la Cour2024-03-031-0/+13
| | | | https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/hid-usages
* A few extra gdi procs for icons, cursors and drawingThomas la Cour2024-03-031-2/+66
|
* SHChangeNotify + flagsThomas la Cour2024-03-031-0/+51
| | | | https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shchangenotify
* Flags for GlobalAllocThomas la Cour2024-03-031-0/+19
| | | | https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globalalloc
* bitmap v5 headerThomas la Cour2024-03-031-0/+45
| | | | https://learn.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmapv5header
* Add check to see if raylib is imported with `ShowCursor` on sys/windowsgingerBill2024-03-011-0/+4
|
* Add more window proceduresLucas Perlind2024-02-092-0/+2
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
|
* sys/windows: Make INVALID_FILE_ATTRIBUTES a u32 constantflysand72024-01-251-1/+1
|
* stdcall -> systemgingerBill2024-01-172-2/+2
|
* Change `stdcall` -> `system`gingerBill2024-01-1723-212/+212
|
* Fix imports to be case sensitive correctgingerBill2024-01-172-6/+6
|
* Remove `//+build windows` taggingerBill2024-01-171-1/+0
|
* Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-051-0/+5
|
* [core:sys/windows] add System Error Codes enumIgor Dreher2023-12-291-0/+5482
| | | | | Copied error values from https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499- and subsequent pages to an enum
* Format hidpi.odinLucas Perlind2023-12-141-8/+8
|
* Add Hidpi to WindowsLucas Perlind2023-12-122-0/+136
|
* Merge pull request #2952 from Pingar5/masterJeroen van Rijn2023-11-244-1/+32
|\ | | | | Add various missing windows procedures
| * Add various missing windows proceduresBrennen Shaughnessy2023-11-224-1/+32
| |
* | Merge pull request #2899 from jakubtomsu/more-sys-windowsJeroen van Rijn2023-11-235-4/+442
|\ \ | | | | | | More `core:sys/windows` bindings (primarily MiniDump and SHGetKnownFolderPath)
| * | Fix tabsjakubtomsu2023-11-031-2/+2
| | |
| * | Fix indentation and stylejakubtomsu2023-10-313-308/+308
| | |
| * | Add WaitFor* Ex variantsjakubtomsu2023-10-281-0/+8
| | |
| * | SHGetKnownFolderPath etc.jakubtomsu2023-10-272-4/+182
| | |
| * | Dbghelpjakubtomsu2023-10-272-0/+252
| |/
* | Add DwmGetWindowAttribute to core/sys/windowsreavencode2023-11-211-0/+1
| |
* | added ToUnicode to win32skytrias2023-11-211-0/+1
|/
* [core:sys/windows] Added SuspendThreadhikari2023-09-081-0/+1
|
* [core:sys/windows] Added couple of procedureshikari2023-09-071-0/+14
|
* Fix the OVERLAPPED_ENTRY type definitionLaytan Laats2023-08-291-2/+2
|
* Require parentheses for `#align(N)`gingerBill2023-08-151-1/+1
|
* Adhere to `-vet-style`gingerBill2023-08-082-4/+4
|