aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix utf8_to_wstring given zero bytes.Jeroen van Rijn2024-07-051-1/+4
| * | | [sys/windows]: Fix the type declaration for MODULEENTRY32Wflysand72024-07-021-2/+2
| |/ /
| * | [core/windows]: Bind tlhelp.h functions from kernel32.dllflysand72024-06-301-0/+101
| * | Merge pull request #3806 from NicknEma/windows_fixesJeroen van Rijn2024-06-251-1/+1
| |\ \
| | * | Update CommandLineToArgvW return typeNicknEma2024-06-251-1/+1
| * | | Add GetNumberOfConsoleInputEventsJeroen van Rijn2024-06-201-0/+5
| * | | Merge pull request #3787 from jasonKercher/more-windows-commJeroen van Rijn2024-06-192-81/+178
| |\ \ \
| | * | | make -strict-style happyjason2024-06-191-1/+1
| | * | | move DCB to types.odin; add more bindings for comm functionsjason2024-06-192-80/+98
| | * | | Merge remote-tracking branch 'origin/master' into more-windows-commjason2024-06-194-110/+90
| | |\ \ \
| | * | | | save before merging from upstreamjason2024-06-192-2/+81
| * | | | | Fix d3d11 IInfoQueue_VTable & Add LoadLibraryExWFabian Sperber2024-06-192-0/+17
| | |/ / / | |/| | |
| * | | | Merge pull request #3750 from Kelimion/dcb_bitfieldJeroen van Rijn2024-06-151-109/+30
| |\ \ \ \
| | * | | | Update kernel32 struct DCB.Jeroen van Rijn2024-06-131-109/+30
| | |/ / /
| * | | | Merge branch 'master' of https://github.com/FrancisTheCat/OdinFranz Höltermann2024-06-141-0/+13
| |\ \ \ \
| | * | | | Merge branch 'odin-lang:master' into masterFrancisTheCat2024-06-141-0/+13
| | |\| | |
| * | | | | Fixed WinEventFlagsFranz Höltermann2024-06-141-4/+4
| |/ / / /
| * | | | Improved win32 bindings according to Kelimions suggestions with enums and bit...Franz Höltermann2024-06-142-4/+29
| * | | | Merge branch 'master' of https://github.com/odin-lang/OdinFranz Höltermann2024-06-111-2/+2
| |\ \ \ \
| * | | | | Added some missing functions to core/sys/windowsFranz Höltermann2024-06-114-1/+35
* | | | | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-06-131-0/+13
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | add COMMTIMEOUTS, get/setCommTimeoutsjasonkercher2024-06-121-0/+13
| | |/ / / | |/| | |
* / | | | more windows stuffThomas la Cour2024-06-1114-154/+1458
|/ / / /
* / / / 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 related to the hid l...IllusionMan12122024-05-073-24/+791
* | | | 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`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
* | | 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 also...Thomas la Cour2024-03-031-1/+3
* | | Callback typesThomas la Cour2024-03-031-4/+12
* | | Waveform FunctionsThomas la Cour2024-03-031-1/+197
* | | hid usage flagsThomas la Cour2024-03-031-0/+13
* | | A few extra gdi procs for icons, cursors and drawingThomas la Cour2024-03-031-2/+66
* | | SHChangeNotify + flagsThomas la Cour2024-03-031-0/+51
* | | Flags for GlobalAllocThomas la Cour2024-03-031-0/+19
* | | bitmap v5 headerThomas la Cour2024-03-031-0/+45
* | | 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
|/