aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
* sys/windows: fix tabsLaytan Laats2025-03-031-4/+4
|
* Merge pull request #4884 from Dzentsetsu/masterJeroen van Rijn2025-03-021-0/+7
|\ | | | | Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferences
| * Update core/sys/windows/dwmapi.odingingerBill2025-03-021-1/+1
| | | | | | Co-authored-by: Laytan <laytanlaats@hotmail.com>
| * Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferencesRoman Osipov2025-02-261-0/+7
| |
* | proper enumsMichael Kutowski2025-03-012-95/+86
| |
* | Update to newest orca bindings (UI Update), remove logging due to cyclic ↵Michael Kutowski2025-02-263-502/+502
|/ | | | import (fmt usage)
* SavePanel_URL returns ^URL instead of ^ArrayKeenan Woodall2025-02-231-2/+2
|
* fix space indentationsLaytan Laats2025-02-121-151/+151
|
* fix addrinfo struct defLaytan Laats2025-02-121-9/+22
| | | | Fixes #4816
* Merge pull request #4815 from NotKyon/mastergingerBill2025-02-103-0/+2696
|\ | | | | Win32 API: Add common comctl32 definitions and surrounding support structures.
| * Win32: Fix strict style conformance.NotKyon2025-02-091-1/+1
| |
| * Win32: Fix cross-platform compilation.NotKyon2025-02-092-77/+79
| |
| * Win32: Fix -vet errors.NotKyon2025-02-091-12/+12
| |
| * Add common Windows control messages, constants, structures, macros, and support.NotKyon2025-02-093-0/+2694
| |
* | Add more win32 STARTF_* constantskjdslf2025-02-091-1/+18
|/
* Merge pull request #4781 from NotKyon/mastergingerBill2025-02-033-0/+48
|\ | | | | Add miscellaneous missing WinAPI functions, constants, and structures (comctl32, user32, uxtheme)
| * Add miscellaneous missing WinAPI functions, constants, and structures for ↵NotKyon2025-02-013-0/+48
| | | | | | | | comctl32, user32, and ux_theme.
* | Merge pull request #4782 from Daxode/nsstring-appendingstringgingerBill2025-02-021-0/+5
|\ \ | |/ |/| Add stringByAppendingString to NSString
| * Add stringByAppendingString to NSStringdaniel.andersen2025-02-021-0/+5
| |
* | Fix bindings for sys/linux and posix/unistd.odingingerBill2025-01-312-177/+217
| |
* | Merge pull request #4775 from duffn/duffn/nssavepanel-tabsgingerBill2025-01-311-3/+3
|\ \ | | | | | | Fix tab indents in NSSavePanel
| * | Fix tab indents in NSSavePanelduffn2025-01-291-3/+3
| | |
* | | Added IP_ADD_MEMBERSHIP Socket Option on Linuxcandtechsoftware2025-01-291-0/+1
|/ /
* | Update `NSSavelPanel`gingerBill2025-01-281-0/+10
| |
* | Add mDNS/Bonjour/Avahi (.local) support for WindowsJeroen van Rijn2025-01-272-1/+26
|/
* Add GetTempFileNameWwrathdoesthat2025-01-221-0/+1
|
* Add ACTCTX definition and procsNicknEma2025-01-211-0/+28
|
* fix incorrect use of BoolSamuel Elgozi2025-01-181-1/+1
|
* updated to meet formatting styleSamuel Elgozi2025-01-172-3/+3
|
* Added Foundation bindingsSamuel Elgozi2025-01-179-0/+136
|
* make -vet happyjason2025-01-101-1/+1
|
* Implement _read_directory_iterator in os2.jason2025-01-101-16/+12
| | | | Also, fix minor bug in linux.dirent_name.
* Haiku: change uintptr to uint where appropriateavanspector2025-01-102-27/+27
|
* Merge branch 'master' of https://github.com/avanspector/Odinavanspector2025-01-106-3/+222
|\
| * Merge branch 'odin-lang:master' into masteravanspector2025-01-106-3/+222
| |\
| | * webgpu: fix cstring as parameter not loading correctlyLaytan Laats2025-01-091-1/+4
| | |
| | * Merge pull request #4474 from tf2spi/4407-mdei-packgingerBill2025-01-081-1/+1
| | |\ | | | | | | | | Pack MDEI struct to fix issue #4407
| | | * Pack MDEI struct to fix issue #4407Misomosi2024-12-221-1/+1
| | | |
| | * | Merge pull request #4665 from GrumpyLion/add_some_missing_win_functionsgingerBill2025-01-083-0/+6
| | |\ \ | | | | | | | | | | Add SetWindowSubclass and RegisterHotKey functions
| | | * | reviewLion Schitik2025-01-081-1/+2
| | | | |
| | | * | Add SetWindowSubclass and RegisterHotKey functionsLion Schitik2025-01-083-0/+5
| | | | |
| | * | | Fix name of RI_MOUSE_LEFT_BUTTON_DOWN containing S at the enddavid_cauchi2025-01-081-1/+1
| | |/ /
| | * | sys/windows: fix xinput build tagLaytan Laats2025-01-061-1/+1
| | | |
| | * | Merge pull request #3208 from lordhippo/add-xinputgingerBill2025-01-061-0/+210
| | |\ \ | | | | | | | | | | Add xinput bindings to core:sys/windows
| | | * | Add distinct and remove unnecessary link_namesAli Salehi2024-02-191-25/+8
| | | | |
| | | * | Add xinput bindings to core:sys/windowsAli Salehi2024-02-181-0/+227
| | | | |
* | | | | Haiku: more posixavanspector2025-01-1035-135/+772
|/ / / /
* | | | Merge branch 'odin-lang:master' into masteravanspector2025-01-067-123/+300
|\| | |
| * | | Merge pull request #4648 from lzurbriggen/fix/get-comm-portsLaytan2025-01-051-1/+17
| |\ \ \ | | | | | | | | | | move GetCommPorts, add missing comm functions, add communication events
| | * | | formattingLeo Zurbriggen2025-01-051-11/+10
| | | | |