Commit Graph

4321 Commits

Author SHA1 Message Date
CuriousTommy 4a68f33a3a
Merge pull request #1640 from jlucfarias/add-avfoundation-symbols
Add AVFAudio framework
2025-12-13 15:20:32 -08:00
jlucfarias 51b4bbc267 chore: add AVFAudio framework 2025-12-12 16:02:26 -03:00
CuriousTommy da38a52d6a
Merge pull request #1630 from jlucfarias/add-symbols-vscode
Add symbols for VSCode
2025-12-07 19:56:27 -08:00
jlucfarias 9863e96b2e chore: add symbols for VSCode 2025-12-07 20:18:51 -03:00
CuriousTommy 4ca23d203b
Merge pull request #1638 from sirnacnud/dyld-root-path
Fix usage of DYLD_ROOT_PATH
2025-12-06 16:08:11 -08:00
Thomas A. f4d6681169 Update Submodule 2025-12-06 12:59:53 -08:00
Duncan Cunningham 8a4ceec215 Update mldr to use mldr specifc DYLD_ROOT_PATH 2025-12-06 11:05:02 +01:00
CuriousTommy 8a424250aa
Merge pull request #1627 from darlinghq/update_submodules
Update Submodules
2025-12-05 05:12:41 -08:00
Thomas A. 843bc37e86 Update Submodules
darlinghq/darling-cocotron#53 | Add symbols for VSCode
darlinghq/darling-cocotron#54 | Add symbols for AudioFuse Control Center
darlinghq/darling-cocotron#55 | Add symbols for BibDesk
darlinghq/darling-cocotron#58 | Remove catalog verification from setFill, setStroke and CGColorRef
darlinghq/darling-cocotron#59 | Add QuartzCore symbols used by iTerm2

darlinghq/darling-foundation#24 | feat: add stringByRemovingPercentEncoding to NSString
darlinghq/darling-foundation#25 | add symbols for Keycastr
darlinghq/darling-foundation#26 | Add symbols for VSCode

darlinghq/darling-installer#8 | Decode space character from URL encoding to ASCII

darlinghq/darling-metal#2 | Add symbols for GOG Galaxy
2025-12-04 20:19:34 -08:00
CuriousTommy e688e5bf77
Merge pull request #1636 from Niram7777/patch-1
Use built-in sqrt functions
2025-11-30 10:32:29 -08:00
Niram7777 fe2a93d0ec
Use built-in sqrt functions
Latest LLVM 22.x has removed __builtin_ia32_sqrtsd
https://github.com/llvm/llvm-project/pull/165682
2025-11-30 16:57:51 +01:00
CuriousTommy 70f433cee1
Merge pull request #1635 from sirnacnud/lacontext
Add implementation for LAContext
2025-11-29 08:33:53 -08:00
Duncan Cunningham 988de2cd4b Add implementation for LAContext 2025-11-29 14:51:20 +01:00
CuriousTommy 066cf3975d
Merge pull request #1631 from jlucfarias/add-symbols-bibdesk
Add symbols for BibDesk
2025-11-28 19:18:01 -08:00
CuriousTommy 3a4da4b789
Merge pull request #1632 from jlucfarias/add-symbols-forecast
Add symbols for Forecast
2025-11-28 16:32:03 -08:00
jlucfarias 6fe38bd025 chore: add symbols for BibDesk 2025-11-16 12:40:52 -03:00
jlucfarias 55fae925b9 chore: add symbols for Forecast 2025-11-10 10:16:44 -03:00
CuriousTommy f7146a4543
Merge pull request #1629 from jlucfarias/add-symbols-keycastr
Add `kTISNotifySelectedKeyboardInputSourceChanged` symbol
2025-11-08 14:13:43 -08:00
jlucfarias 57bcccfdf3 chore: add `kTISNotifySelectedKeyboardInputSourceChanged` symbol 2025-11-07 20:19:58 -03:00
CuriousTommy c431326ef3
Merge pull request #1622 from darlinghq/update_submodules
Update Submodules
2025-10-23 06:32:31 -07:00
Thomas A. 55a06d9d1e Update Submodules
darlinghq/darling-cocotron#49 | Add symbols for skyline
darlinghq/darling-dmg#107 | CMake fixes for gcc 15
darlinghq/darling-cocotron#50 | Add stub for existing symbol to improve skyline
darlinghq/darling-cocotron#51 | Add symbols for ShapeScript Viewer
darlinghq/darling-metal#1 | Add symbols for skyline and ShapeScript Viewer
darlinghq/darling-foundation#23 | Add symbols for ShapeScript Viewer
darlinghq/darling-cocotron#46 | Add symbols for MidiSuite application
2025-10-22 22:51:17 -07:00
CuriousTommy 8bd1d8cef7
Merge pull request #1623 from Niram7777/patch-1
CMake protect PATH in dSYM generation
2025-10-19 19:32:50 -07:00
Niram7777 633c427d1e
CMake protect PATH in dSYM generation 2025-10-19 10:56:36 +02:00
CuriousTommy ed47f71924
Merge pull request #1621 from jlucfarias/add-symbols-skyline
Add symbols for skyline
2025-10-17 20:30:22 -07:00
jlucfarias c0b2f1970a Add symbols for skyline 2025-10-17 09:43:54 -03:00
CuriousTommy 0559635903
Merge pull request #1620 from jlucfarias/add-private-framework-uifoundation
Add private framework UIFoundation
2025-10-14 20:55:53 -07:00
CuriousTommy 24b72ee2b2
Merge pull request #1619 from jlucfarias/add-framework-audiovideobridging
Add framework AudioVideoBridging
2025-10-13 21:18:48 -07:00
jlucfarias 87bf116e95 Add private framework UIFoundation 2025-10-13 15:08:27 -03:00
jlucfarias c527f960e1 Add framework AudioVideoBridging 2025-10-13 11:20:48 -03:00
CuriousTommy 1386615501
Merge pull request #1618 from Integral-Tech/fix-ffmpeg-8
Fix building against FFmpeg 8
2025-10-12 11:38:32 -07:00
Integral 9d48ae28b9
Fix building against FFmpeg 8
Closes: #1617
2025-10-12 16:23:59 +08:00
CuriousTommy 6cda58ef9e
Merge pull request #1611 from darlinghq/update_submodules
Update Submodules
2025-10-01 09:22:21 -07:00
Thomas A. 0c38aa7771 Update Submodules
darlinghq/darling-cocotron#47 | Add stubs for Xcode 3.0
darlinghq/darling-cocotron#48 | Add symbols for BibDesk
darlinghq/darling-corecrypto#12 | Export _cccurve25519_make_key_pair symbol
darlinghq/darling-foundation#20 | Add macros for NS_TYPED_ENUM
darlinghq/darling-foundation#21 | Add symbols for BibDesk
darlinghq/darling-foundation#22 | Fix NSSocketPortNameServer header reference
2025-09-30 11:59:33 -07:00
CuriousTommy 4ef31fddd5
Merge pull request #1612 from jlucfarias/add-symbols-bibdesk
Add symbols for BibDesk
2025-09-29 21:42:48 -07:00
jlucfarias f2090d6d12 Add symbols for BibDesk 2025-09-29 08:35:24 -03:00
CuriousTommy 26b6224d85
Merge pull request #1600 from darlinghq/update_submodules
Update Submodules
2025-08-11 21:27:55 -07:00
Thomas A. 27a0057e54 Update Submodules
darlinghq/darling-foundation#18 | Add symbols for SubEthaEdit app
darlinghq/darling-foundation#19 | Add stubs for Xcode 3.0
darlinghq/darling-cocotron#45 | Add symbols for SubEthaEdit app
darlinghq/darling-xnu#11 | ulock_wait: Fix timeout calculation
2025-07-09 10:05:40 -07:00
CuriousTommy 5faf581f43
Merge pull request #1598 from jlucfarias/make-subethaedit-work
Add symbols for SubEthaEdit app
2025-06-16 18:03:08 -07:00
jlucfarias 050a2da409 Add symbols for SubEthaEdit app 2025-06-16 09:51:43 -03:00
CuriousTommy decdb130b2
Merge pull request #1586 from darlinghq/update_submodules
Update Submodules
2025-06-15 19:29:45 -07:00
CuriousTommy 994ad6e481
Merge pull request #1593 from Lazerbeak12345/move-carbon-events-core-stubs
fix(Carbon): move carbon events core stubs
2025-05-23 15:22:25 -07:00
CuriousTommy 968a43368d
Merge pull request #1595 from sirnacnud/stub-generator-copyright
Update darling stub generator to use up to date copyright header
2025-05-23 12:00:19 -07:00
Duncan Cunningham 541d8bc78d Update darling stub generator to use up to date copyright header 2025-05-23 20:32:21 +02:00
Lazerbeak12345 ecfe4bb61b Apply suggestions from code review
Co-authored-by: CuriousTommy <curioustommy@protonmail.com>
2025-05-22 14:40:55 -06:00
CuriousTommy b7a59db91e
Merge pull request #1591 from Lazerbeak12345/add-missing-open-default-component
fix(CarbonCore): add OpenDefaultComponent stub
2025-05-20 15:55:28 -07:00
Nathan Fritzer 87c4688333 fix(Carbon): move carbon events core stubs 2025-05-20 15:06:19 -06:00
Nathan Fritzer f553f1a5e2 fix(CarbonCore): add OpenDefaultComponent stub 2025-05-19 20:44:43 -06:00
CuriousTommy 0e09aec903
Merge pull request #1589 from Lazerbeak12345/add-missing-ibcarbonruntime-header
add missing IBCarbonRuntime.h, associated stubs and modifications to HIToolbox
2025-05-18 21:04:56 -07:00
Nathan Fritzer 517a75ddf4 fix: move TextInputSources.h to proper location 2025-05-18 17:35:19 -06:00
Nathan Fritzer 3c0a76957a fix: move MacWindows.h to proper location 2025-05-17 20:51:41 -06:00