aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/shell32.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add more Windows endpointsblob180720 hours1-0/+2
|
* Improve formatting; fix types; add struct field tagsgingerBill2026-01-021-13/+13
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-251-0/+6
|\ | | | | | | | | # Conflicts: # core/sys/windows/shell32.odin
| * core/sys/windows: added drag and drop proceduresIllusionMan12122024-07-171-0/+7
| |
* | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-111-1/+1
|\| | | | | | | | | | | | | | | # Conflicts: # core/sys/windows/kernel32.odin # core/sys/windows/types.odin # core/sys/windows/user32.odin # core/sys/windows/winerror.odin
| * Merge pull request #3806 from NicknEma/windows_fixesJeroen van Rijn2024-06-251-1/+1
| |\ | | | | | | Update CommandLineToArgvW return type
| | * Update CommandLineToArgvW return typeNicknEma2024-06-251-1/+1
| | | | | | | | | It now returns a multi-pointer so it can be iterated without any casting.
* | | more windows stuffThomas la Cour2024-06-111-0/+2
|/ /
* / SHChangeNotify + flagsThomas la Cour2024-03-031-0/+51
|/ | | | https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shchangenotify
* Change `stdcall` -> `system`gingerBill2024-01-171-1/+1
|
* Fix indentation and stylejakubtomsu2023-10-311-17/+17
|
* SHGetKnownFolderPath etc.jakubtomsu2023-10-271-4/+37
|
* sys/windows: added some functions and types for input hooks and tray iconshikari2023-03-181-0/+2
|
* App bar bindingsJooperGH2022-12-191-0/+33
|
* sys/windows: add SHGetFolderPathW (#2213)ftphikari2022-11-281-0/+1
| | | | * sys/windows: add SHGetFolderPathW * sys/windows: add some hittest constants
* sys/windows: add ShellExecuteExWhikari2022-11-141-0/+1
|
* sys/windows: add SHFileOperationWhikari2022-10-121-0/+1
|
* sys/windows: add a bunch of stuffhikari2022-10-011-0/+5
|
* sys/windows: add definitionshikari2022-09-141-0/+8
|
* Update sys/windows to be closer to the soon to be deleted sys/win32gingerBill2022-05-121-1/+1
|
* Allow `core:sys/windows` to build on Windows onlyJeroen van Rijn2021-07-151-0/+1
|
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-0/+8