Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/iPlug2/iPlug2

C++ Audio Plug-in Framework for desktop, mobile and web
https://github.com/iPlug2/iPlug2

hasStrings: treat _ as a non-word char -- from 935bacfa

0f17461eb0d09581b4f7ab682e149dcf929caa90 authored over 1 year ago by Cockos Inc <[email protected]>
hasStrings: make WDL_hasstrings_preproc_searchitem reusable -- from ad9e8c64

a5f4e94b5694345c2d1fd9dad46f2a91b7e70f43 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: use blitencoder for enablemetal(2) mode -- from 59a759e6

6ee08892ce9a99c477609216f20d73b9e83d0217 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: combine all metal updates for a particular device into a single MTLCommandBuffer -- from ba85cb82

08f6126f80cf376023fca5b239b533ad97aefe94 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: no need to keep metal shader handles around separately -- from 0fa4ff88

6ae6d99cf0a04ccf1248b9c0741ee212093b9db2 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: render all metal surfaces prior to committing any, optimize autorelease pool -- from 632fe079

f499d72cfe79792d4f10b956b9dde6139f0effe0 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: prevent infinitely increaasing MTLDevice reference counts -- from 83e4687d

c2e4ece3cca658d5604d95a48b568b987476ea21 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: fix metal automatic graphics switching, restore previous device handling behavior but keep pooled pipeline state/command queue -- from 2d7bb91c

f345dfeb77f7a61622b0c62efd5a0b2a8a39db67 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: don't poll metal devices, use notifications instead -- from b7f42352

4bda78117032bf94d9e6aea893b64c68b4e69fe7 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: pool metal device/command queue/render pipeline states per monitor -- from 086f34f6

a0998a0966229591dd0adc6a92566d11cd86721c authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: add some extra metal related warnings -- from 091bc787

10ce731b111c552df6b4e5dafb5b86e0052f15fe authored over 1 year ago by Cockos Inc <[email protected]>
LICE: fix overflow issues when using retina scaling and large coordinates -- from a7349592 and 6c070419 and b3121676

84b2509012709e394e2ad0e9069ea5076311ca92 authored over 1 year ago by Cockos Inc <[email protected]>
win32_utf8: fix combo box edit field string matching for strings with latin-1 utf-8 characters -- from 8fde1d44

a42dfabed54974551fd896454ab5f467226422b0 authored over 1 year ago by Cockos Inc <[email protected]>
win32_utf8: fix combo box UTF-8 issues for characters not in default code page -- from fb7d45d7

300a70c291c637f4797c5bb236e88d8f642e210f authored over 1 year ago by Cockos Inc <[email protected]>
eel_lice: use copy-on-write to deduplicate multiple copies of loaded images -- from 5695f123 and d68a89e7

e50e74751c8b00b0aa3f45b92d49932ef64fcc43 authored over 1 year ago by Cockos Inc <[email protected]>
eel2 preprocessor: add include() function -- from ab8bcc69

8f597e123616d3dcf27b75ea03f9b352017d1ff9 authored over 1 year ago by Cockos Inc <[email protected]>
Metadata: support 5.0 channel layout in WAVEFORMATEXTENSIBLE as L R C Ls Rs -- from db591aa2

aa1b815f41cd11a46d1f783ed5a1fb2fc82bfbe8 authored over 1 year ago by Cockos Inc <[email protected]>
eel_lice: allow gfx_showmenu() without gfx_init() on Windows [p=2697068] -- from cb6ab413

c0032fd778c641b6bef8f8c5b781fe0d784d8e69 authored over 1 year ago by Cockos Inc <[email protected]>
Metadata: add WAVEEXT channel configuration for 6.0 as (L R Ls Rs Lsd Rsd) [t=281187] -- from c19ff271

a54ef0ae47e07e0372e5af5791861cc0ea22f6d6 authored over 1 year ago by Cockos Inc <[email protected]>
Fix VST3 no-ui plugins

IPluginView shouldn't be created

6a288dc007368eb8cdab418d4bed348c5b4a940c authored over 1 year ago by Oli Larkin <[email protected]>
Fix AUv3 transport to timeinfo #995

f9173341a67f05bfdf24ac9ae1d41cad4ae8cb27 authored over 1 year ago by Oli Larkin <[email protected]>
Fix beat-sync control-recall in IPlugInstrument #998

e23c2128681874a5cdac730de605de68d0180dd1 authored over 1 year ago by Oli Larkin <[email protected]>
langpackedit: update version -- from cc72dd63

50c8d2b0d28018cfca55a1712f708b86d9236171 authored over 1 year ago by Cockos Inc <[email protected]>
Update vendored json.hpp to 3.11.2

a8f3246f5880e6e48f3b8f16eb98df358933f9bb authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #994 from iPlug2/graphics/modal-nspanels

IGraphicsMac: use beginSheetModalForWindow rather than beginWithCompl…

462cb4ff9d3a41450a06520da60bea6b3a75c130 authored over 1 year ago by Oli Larkin <[email protected]>
IGraphicsMac: use beginSheetModalForWindow rather than beginWithCompletionHandler

when an IFileDialogCompletionHandler is provided.

without this macOS AUv3s get their dialogs be...

126ba8cc1018eb6a8adcdea5d6a1cea74fd3174e authored over 1 year ago by Oli Larkin <[email protected]>
Rename variables in IGraphicsMac::PromptForDirectory()

6d75ba1d5af0839ff155ab8e266668898a32bf34 authored over 1 year ago by Oli Larkin <[email protected]>
Correct IGraphicsMac::PromptForDirectory()

Completion handler code path was in the wrong place

fb6c8fa363bfebcf42fd695ef7de7d0c62fa00fe authored over 1 year ago by Oli Larkin <[email protected]>
Merge remote-tracking branch 'cockos/main'

# Conflicts:
# WDL/swell/sample_project/Makefile
# WDL/swell/sample_project/MyApp.xcodeproj/proj...

318f6e225094312bf0651d9aa96118fe8b667562 authored over 1 year ago by Oli Larkin <[email protected]>
Small correction in example

61579e3a2e36709a9f6e67661528d1ae5b755072 authored over 1 year ago by Oli Larkin <[email protected]>
Fix IDirBrowseControlBase::ScanDirectory() extension search #989

from #990

b8473bea0c2df54260ea430b361e7254071bfd08 authored over 1 year ago by Oli Larkin <[email protected]>
Minor improvements to IVDiskPresetManagerControl

c9723317c160f4afa0df2db85f51730206063432 authored over 1 year ago by Oli Larkin <[email protected]>
IDirBrowseControlBase: Add defaulted CTOR arg for recursive scanning

Also tidy up some code

39985d1f06d9dd069e55f983b141d537c69a82f2 authored over 1 year ago by Oli Larkin <[email protected]>
IColor ColorCode String supports RGB or RGBA

5fe26a21fe7d0042807802462f6efa65fef31b60 authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #988 from iPlug2/add-default-scale-constants

IGraphics: Add default draw scale constants

9cb9ffced8e5932be921a9ac0010f1692465bfa4 authored over 1 year ago by Oli Larkin <[email protected]>
swell-cocoa: send EN_CHANGE for multiline edit controls in response to edit, do not send EN_CHANGE at end of edit -- from eedf0b0a

5675af726a59cb68c211f0e993978ac8dc47197e authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: disable automatic quote substitution for swell-created multiline edit controls -- from 002c236d

7c3e90a22a4c56f4431f57bbc73175a3455354b7 authored over 1 year ago by Cockos Inc <[email protected]>
langpack_edit: add row number -- from 6821cffe

ddef4a94226bb5aa68c2727ea33cefcb6ce3a1a3 authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: add WM_SETFONT support for NSTextView (multi-line edit controls) -- from abd4be64

0481f2625efd79830761cb66ff8aa0811d34d9ed authored over 1 year ago by Cockos Inc <[email protected]>
IOS: Add check for valid IGraphics

When rescaling the UI using the AUM corner resizer for somereason this was getting called and mG...

b3a51573f45c830755ee4426d2d1eb04cf645359 authored over 1 year ago by Oli Larkin <[email protected]>
IGraphics: Add default draw scale constants

Previously, if the IGraphics was created with a scale factor of 0.5, the minimum would be a pred...

572849fb1b50fedaaaf1b89470a8f07d5ffee0db authored over 1 year ago by Oli Larkin <[email protected]>
IOS: Implement IGraphics::PromptForDirectory()

281ca0ce0195d5340986fcd4d7ac5eccd3f3cfdc authored over 1 year ago by Oli Larkin <[email protected]>
iOS: initial directory in PromptForFile()

423353e37238a63e83a7a63d1e366d0db2eec81a authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #984 from iPlug2/vst3/distributed

Fix VST3/distributed compilation

961d0b426c05a365151edf37188b41eed2df4ec6 authored over 1 year ago by Oli Larkin <[email protected]>
Fix compilation with latest VST3 SDK

e3c29d9ee8f59df5db260a279baf856e96f8ddc8 authored over 1 year ago by Oli Larkin <[email protected]>
Implement SSMFUI in IPlugVST3Processor

e2190ecffa694b454be73eba18a58d1f90122c4f authored over 1 year ago by Oli Larkin <[email protected]>
Correct iplug namespace

7e390417b32bb6a834c2bf5d7f23876ea641a879 authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #982 from iPlug2/deployment-target

Remove MACOSX_DEPLOYMENT_TARGET = 10.9 from example app xcproj

21a91e22e315417d2c90b71e8b4c46a8353c424c authored over 1 year ago by Oli Larkin <[email protected]>
Remove MACOSX_DEPLOYMENT_TARGET = 10.9 from example app xcproj

Can no longer target with latest Xcode

4de684575097e206435913bc0b625e58da6e79b2 authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #963 from sstillwell/set-automation-indicator-to-use-target-rect

Move AAX automation indicator to target RECT

11fe5c0a5d89846bf351514cb528cbe25b53cda7 authored over 1 year ago by Oli Larkin <[email protected]>
IPlugInstrument iOS example doesn't link skia etc by default

219c318360a78812a87d9a02ddc8543542862995 authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #967 from iPlug2/aax-automation-indicator-fix

AAX: Check that the parameter id is not kNoParameter before highlighting

f84ec194cf8603a9dd97930fcdcdba797615d7d2 authored over 1 year ago by Oli Larkin <[email protected]>
zlib: fixup zlib 1.2.12 ioapi.c for large file support on Windows -- from c58cc4d3

6a7ba42ab175a859c565c4f68b890048d53b94c7 authored over 1 year ago by Cockos Inc <[email protected]>
WDL_hasStrings: fix incorrect matching of latin-1 characters -- from af59a726

d8109df421034860a3d529da926a9fa4e0cd09ee authored over 1 year ago by Cockos Inc <[email protected]>
Metadata: support LRC channel configuration in WAVEFORMATEXTENSIBLE metadata [t=278826] -- from cb57f626

2dbd1167c7ae4d2d5e92969ffb70a0d49ac94cdd authored over 1 year ago by Cockos Inc <[email protected]>
Revert "Child controls are added in IContainerBase::AttachChildControls()"

This reverts commit 0c9444b9e5731d8143335b92756801fb83d9f08a.

c259b038ca70a43266d388c56f837990e18a96be authored over 1 year ago by Oli Larkin <[email protected]>
Add IPopupMenu::CheckItemWithText()

d310ac21f2191307da1b9e67750fc9927c08a017 authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #971 from iPlug2/graphics/center-macos-menu-centres-on-selection

macOS/iOS popup menus are centred on the selected item

b318864b05370d14b3dc347a76cc1e9a3b44a634 authored over 1 year ago by Oli Larkin <[email protected]>
IPopupMenu::Clear(true) also resets mChosenItemIdx

b1b3263ce77f4347d41d11b7355486caa65f9d06 authored over 1 year ago by Oli Larkin <[email protected]>
IOS: Platform Popup Menu scrolls to selected item

62adce890844308fb9c358c25fc6d13903d0e792 authored over 1 year ago by Oli Larkin <[email protected]>
MacOS: Popup menu is centered around selected item

9ef226f8747cb8bca384495dee0ed31ebdefcef4 authored over 1 year ago by Oli Larkin <[email protected]>
Child controls are added in IContainerBase::AttachChildControls()

Which is called from OnInit()

0c9444b9e5731d8143335b92756801fb83d9f08a authored over 1 year ago by Oli Larkin <[email protected]>
MSVC: disable warnings 26451;26812

Arithmetic overflow & The enum type 'type-name' is unscoped

b830bdcccfa0e46caecc90a2c78765e21224b275 authored over 1 year ago by Oli Larkin <[email protected]>
Remove obsolete comment

02e1ca52dd33802395ae3f64af2ab0722972fac5 authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #966 from iPlug2/graphics/ios-menu-dismiss

Dismiss the view controller before handling the selection (see #965)

9b77217804d6ad165af38afffdf56a9116579f8d authored over 1 year ago by Oli Larkin <[email protected]>
Rework IOS text entry to allow cancelling (and with OK as default) (#969)

* Rework IOS text entry to allow cancelling (and with OK as default)

* Prevent ARC retain cycles

ebacffd88bc2642641a334be107bfca1a7fae2f0 authored over 1 year ago by Alex Harker <[email protected]>
AAX: Check that the parameter id is not kNoParameter before highlighting

2b2f03c31e8d639b5a6c50bed98609c6d913226e authored over 1 year ago by Alex Harker <[email protected]>
Dismiss the view controller before handling the selection (in case the selection triggers a new entry type)

a383e275f42718cf698588ff25c93e373f34bdfd authored over 1 year ago by Alex Harker <[email protected]>
Move AAX automation indicator to target RECT

Bitmap controls may have larger bounds to accommodate shadows, reflections, etc. and placing the...

5eae37e01e42b47d61235708de50899b93828ff7 authored over 1 year ago by Scott Stillwell <[email protected]>
Merge pull request #960 from iPlug2/graphics/assert-on-no-svg

Assert in ISVG::W()/H() if no image

2f6e65a3ace8fa18a4a29f52d3226f45a4abb54c authored over 1 year ago by Oli Larkin <[email protected]>
Merge pull request #959 from iPlug2/container-base-merge

Add IContainerBase for child IControls

fb213ecd0511f74faa2466ce146e2f26fda86dcd authored over 1 year ago by Oli Larkin <[email protected]>
Fix some more warnings with explicit casts

6fa40ce7613a656a59c9250d15c573a90286eadc authored over 1 year ago by Oli Larkin <[email protected]>
Assert in ISVG::W()/H() if no image

Fixes IGraphics\IGraphicsStructs.h(209): warning C4723: potential divide by 0 warnings

ec32e360fe2f3c8854a5c15b3e3e783053c046b7 authored over 1 year ago by Oli Larkin <[email protected]>
Fix TestDirBrowseControl more

d8b297752ef85fc0651bd66a4898db3a01c54dd9 authored over 1 year ago by Oli Larkin <[email protected]>
Add IContainerBase and adapt IGraphicsLiveEdit

IContainerBase allows a control to nest sub controls

a4f32fbf7e2f9bd21923393f8422d1215bd038eb authored over 1 year ago by Oli Larkin <[email protected]>
Adapt IVBakedPresetManagerControl

7bc5eceaeadd0f11f3ce8147034e333eae88f1c7 authored over 1 year ago by Oli Larkin <[email protected]>
BREAKING: Adapt IVNumberBoxControl for IContainerBase

9242d36c178a1bdf7808fd039ad1d22ed321f915 authored over 1 year ago by Oli Larkin <[email protected]>
Make panel controls containers

1cc6eaebc02de4706a120a12beabe8c9d5529f85 authored over 1 year ago by Oli Larkin <[email protected]>
Fix IGraphicsTest on windows

0646e1e1fe5f54dd51112cd81821c8a64cdcadd7 authored over 1 year ago by Oli Larkin <[email protected]>
Fix TestDirBrowseControl and use it in IGraphicsTest

a0c1d89c75ce16ce98992c7ad8173fabdedd0750 authored over 1 year ago by Oli Larkin <[email protected]>
Make IVSlideSwitchControl more customizable

0191446b7826bfd5eb7b3936afa27f5fcf1061b8 authored over 1 year ago by Oli Larkin <[email protected]>
Fix IVPeakAvgMeterControl peaks exceeding bounds

Also set their color to X2

845341dacdf30f73188c5eea5893aa7c30834247 authored over 1 year ago by Oli Larkin <[email protected]>
Add IVSliderControl GetTrackBounds()

08eb2ac1a4ae0f0b311780db254ce7874d441f25 authored over 1 year ago by Oli Larkin <[email protected]>
Add IVectorBase::GetWidgetBounds() etc

3afdf4f4c2a826863a5049a94c9eb369316bc4a9 authored over 1 year ago by Oli Larkin <[email protected]>
Add IGraphics::DrawLineAcross()

f9082eebd574e35deb77e430f7186b8c65d639da authored over 1 year ago by Oli Larkin <[email protected]>
Add assertion for zero sized texture

0595eea025802d6e2447a0b3c45bbba141545b3b authored over 1 year ago by Oli Larkin <[email protected]>
IPanelControl respects mBlend

31ee567b5d0b3c6c7c2009f80f9c89ac091f9913 authored over 1 year ago by Oli Larkin <[email protected]>
Make GRAYED_ALPHA customizable

89033a9e61a2c1de7ad9fec389d8158396ef5ffc authored over 1 year ago by Oli Larkin <[email protected]>
Rework IDirBrowseControlBase()

eb9c6260296e81fc414bfcac8cef002ff6ac72ba authored over 1 year ago by Oli Larkin <[email protected]>
Add IPopupMenu::CheckItemAlone(Item* pItemToCheck)

13cf4a822c327d4371edb6f03457fac2194edd83 authored over 1 year ago by Oli Larkin <[email protected]>
Use VST icons in the Scripts folder

40cabb22ebbe7c6ad457f22893a918670fab24a7 authored over 1 year ago by Oli Larkin <[email protected]>
Add IDirBrowseControlBase::ClearPathLists()

b52a67ca9351f01d72554b25cb88ac383fcc863e authored over 1 year ago by Oli Larkin <[email protected]>
Add IDirControlBrowseBase::GetSelectedItemLabel(), GetSelectedItemPath()

7e148991f7ac51d9e257969e5f57d7276e00d3b1 authored over 1 year ago by Oli Larkin <[email protected]>
coolsb: add CoolSB_IsScrollCaptured -- from f80aad21

3d9dcb0af6c2da549d60480991da4ca208f79457 authored over 1 year ago by Cockos Inc <[email protected]>
swell: remove swell_resgen.sh from sample projects, use swell_resgen.pl -- from cc26e966

1f6f3b136a35eea319aab405588c8589493fc8dd authored over 1 year ago by Cockos Inc <[email protected]>
swell: add swell_resgen.pl -- from 5ac823e6 8f457f15 72e556a8 3d10289a

0e78486bb70bf7d6b87207e100184d88e3322add authored over 1 year ago by Cockos Inc <[email protected]>
swell: improve getviewport multimonitor handling by finding nearest/best monitor for a rect rather than a monitor that intersects -- from a16b80fe

b17818a3e1a00d973fcc0d2a9c76bf07eb63ef7f authored over 1 year ago by Cockos Inc <[email protected]>
swell-cocoa: add detection of ventura (13.0, 0x1300) -- from 66a0ee76

20273a50475537c597509762d52a7573bad6f2fa authored over 1 year ago by Cockos Inc <[email protected]>
wdl_clamp: assert if maxv<minv, andcontinue to return minv in this case -- from edaff813

dd753f52bcb66c50bbec7fb03587008c9459a7af authored over 1 year ago by Cockos Inc <[email protected]>
swell-generic: improve menu selection behavior when navigating to submenus -- from 0c51a763

79da3cb16916e4455d5b7f89f9f6f21ecd054ad3 authored over 1 year ago by Cockos Inc <[email protected]>