90004b0dMakefile cleanup by
falkTX
2023-03-05 14:22:57 +0100
08a99f5aExpose VST2/3_BINARY_DIR in base makefile, handy for packaging by
falkTX
2023-03-05 12:23:36 +0100
c6304d2eclap: always use state extension by
falkTX
2023-03-01 15:47:13 +0100
aeeb2cbeFix typo by
falkTX
2023-02-26 20:33:30 +0100
18f3fa38Limit standalone bridges audio to 2 IO by
falkTX
2023-02-26 19:14:58 +0100
169a1bceTag CV ports in standalone bridge by
falkTX
2023-02-26 18:46:44 +0100
c77edda5Make vst3 versioning more officially compatible by
falkTX
2023-02-25 15:20:07 +0100
27e75763Ignore MIDI events sent to UI, print type of unknown ones by
falkTX
2023-02-19 19:02:30 +0100
1eba48d4unregister window events before deleting wasm view by
falkTX
2023-02-11 00:50:11 +0100
ed3bc5f8Fix build, add SDL2 stuff for CI testing by
falkTX
2023-02-09 11:39:09 +0100
482d0af8Add ScopedDenormalDisable class, use it in standalone native audio by
falkTX
2023-02-09 11:11:45 +0100
0057b194rename gPluinEventQueue by
dreamer
2023-02-02 01:39:29 +0100
15da91e3 (refs/pull/409/head)rename gPluinEventQueue by
dreamer
2023-02-02 01:39:29 +0100
11b2fcabAdd missing `break` to CLAP event switch case by
jaxter184
2023-01-31 14:51:10 -0600
be4b276f (refs/pull/408/head)Add missing `break` to CLAP event switch case by
jaxter184
2023-01-31 14:51:10 -0600
67ce1ea2modgui cleanup event by
falkTX
2023-01-31 11:46:49 +0100
5a69a71bFix bufsize/srate callbacks not triggered in some conditions by
falkTX
2023-01-30 12:55:17 +0100
b4b0c7c6Do not error out when generating ttl for empty lv2 bundles by
falkTX
2023-01-26 13:35:33 +0100
03c36165Fix loop variable error on LV2export by
AnClark Liu
2023-01-10 22:03:57 +0800
af851bd0 (refs/pull/405/head)Fix loop variable error on LV2export by
AnClark Liu
2023-01-10 22:03:57 +0800
8a545127CMake: Fix dpf__add_dgl_system_libs link error on external UI build by
AnClark Liu
2023-01-05 20:54:04 +0800
62095009 (refs/pull/404/head, refs/pull/403/head)CMake: Fix dpf__add_dgl_system_libs link error on external UI build by
AnClark Liu
2023-01-05 20:54:04 +0800
54e1fb84Introduce kParameterIsHidden flag, implement it for LV2 by
falkTX
2023-01-04 18:38:23 +0000
03a7dbf4Set PKG_CONFIG_PATH for MOD builds by
falkTX
2023-01-04 18:25:14 +0000
8d6748c5Make sure to optimize modgui builds by
falkTX
2023-01-04 12:59:53 +0000
0c75ecb5Add error handling for wasm modguis when wasm is not available by
falkTX
2023-01-03 23:46:09 +0000
000a9676Ensure LV2 control ports with log hint do not use 0 in its range by
falkTX
2023-01-03 22:33:31 +0000
51290314Run cmake and example-plugins CI steps on pull requests too by
falkTX
2023-01-03 12:55:57 +0000
6e3d846c (refs/pull/401/head)VST2: Implement programs on DSP side by
AnClark
2023-01-02 09:42:49 +0800
95e66ebaAdd stubs for Haiku, does not work yet by
falkTX
2023-01-01 17:03:36 +0000
e08f279eAllow SDL2 bridge to skip audio capture if playback is available by
falkTX
2023-01-01 17:02:37 +0000
cf58ffcdDo not activate cairo under Haiku for now by
falkTX
2023-01-01 17:01:58 +0000
5b6a0fe8 (refs/pull/397/head)Another attempt at fixing compiler detection by
Patrick Desaulniers
2023-01-01 10:49:11 -0500
ed2a14e1Fix target compiler detection by
Patrick Desaulniers
2023-01-01 10:20:08 -0500
207e0ae8Handle full screen for wasm builds by
falkTX
2022-12-29 20:53:49 +0000
8eb504d3Allow file browsers in modgui build by
falkTX
2022-12-29 02:31:53 +0000
55ab560eAllow plugins to provide their own modguis by
falkTX
2022-12-29 01:58:34 +0000
8c2d543aFix custom modduo and modduox commands by
falkTX
2022-12-29 01:58:12 +0000
48c4ebf2Let host be responsible for updating LV2 UI state by
falkTX
2022-12-29 01:26:45 +0000
8e1704e3Ignore window title and transient id for LV2 modguis, cleanup by
falkTX
2022-12-29 01:17:04 +0000
f12d52d9Handle custom application class name as needed for modguis by
falkTX
2022-12-29 01:11:30 +0000
fec59af3Use -modgui as build suffix dir when building via wasm by
falkTX
2022-12-29 01:09:02 +0000
da582de9Initial implementation of modgui over wasm by
falkTX
2022-12-29 01:07:56 +0000
c52ee8cfRemove superfulous last newline from generated lv2 ttl by
falkTX
2022-12-29 01:02:47 +0000
75abdb30Add commented out PUGL_WASM_AUTO_POINTER_LOCK macro, for reference by
falkTX
2022-12-28 23:17:14 +0000
1b732bfcUse local pugl wasm code by
falkTX
2022-12-29 00:59:56 +0000
9b300e69Document NO_SHARED_RESOURCES cmake option, reorder by
falkTX
2022-12-29 00:58:32 +0000
205e0215Improve handling of custom build dirs when using Makefiles by
falkTX
2022-12-29 00:56:05 +0000
1314c25fFix a compiler warning by
falkTX
2022-12-29 00:53:06 +0000
7f8c3a7dCorrect some win32 ABI declarations by
falkTX
2022-12-29 00:51:32 +0000
da7642bfDefine and use DISTRHO_UI_DEFAULT_WIDTH/HEIGHT in info example by
falkTX
2022-12-29 00:49:44 +0000
3b9652a4Remove info example custom modgui files by
falkTX
2022-12-29 00:47:26 +0000
51bcd7baExternal UI related fixes by
falkTX
2022-12-29 00:46:46 +0000
24fe04fcInclude pugl wasm code directly, instead of in submodule by
falkTX
2022-12-28 12:31:49 +0000
5c8e51c1embed-external-ui example needs -ObjC++ on macOS by
falkTX
2022-12-28 12:31:07 +0000
7e141db9Delete some more old files by
falkTX
2022-12-28 12:26:38 +0000
a338aa65CMake: Add external UI support by
AnClark Liu
2022-12-28 12:20:05 +0000
2eaacc3f (modgui)Add commented out PUGL_WASM_AUTO_POINTER_LOCK macro, for reference by
falkTX
2022-12-28 23:17:14 +0000
3f02c782Add MODGUI_CLASS_NAME option to cmake by
falkTX
2022-12-28 20:38:03 +0000
933a1145Ignore special :bypass control change for modguis by
falkTX
2022-12-28 20:14:10 +0000
6a9ce447Separate mod brand from label with a "|" char by
falkTX
2022-12-28 20:02:07 +0000
4f6cc71bAdjust custom build dir to be compatible with latest changes by
falkTX
2022-12-28 20:01:01 +0000
efccab67Make modgui a bit more pretty by
falkTX
2022-12-28 18:54:39 +0000
08722527Minimize modgui export by
falkTX
2022-12-28 17:42:10 +0000
0dd33560Replace file copy + sed with real css/js/html generation by
falkTX
2022-12-28 16:05:18 +0000
848275c4Fix missing win32 ABI attributes by
falkTX
2022-12-28 14:42:05 +0000
c08e7517Use "canvas" html id for non-modgui builds by
falkTX
2022-12-28 14:01:00 +0000
d896ebbfA few tweak to fix build of external-ui examples by
falkTX
2022-12-28 13:20:13 +0000
84c22e59Switch to use in-repo pugl-extra wasm files by
falkTX
2022-12-28 12:56:41 +0000
2f9a3436Another typo.. by
falkTX
2022-12-28 11:49:20 +0000
0bf95e48Fix a typo by
falkTX
2022-12-28 11:25:31 +0000
cfe8d83eautogen modgui:monitoredOutputs by
falkTX
2022-12-28 00:48:11 +0000
9391a2aeUse separate build dir for modgui, automate UI size details by
falkTX
2022-12-28 00:14:08 +0000
fefbc59cUse EXTRA_UI_LIBS var for modgui builds by
falkTX
2022-12-27 15:08:48 +0000
c96591deFixup pointer lock autograb by
falkTX
2022-12-24 17:42:42 +0000
3719e5c5Rework modgui bits for patch-set support by
falkTX
2022-12-24 17:15:19 +0000
e3334baaAdd another modgui ignored flag by
falkTX
2022-12-24 14:03:38 +0000
7b688261Make modgui resources ok for generic usage by
falkTX
2022-12-24 12:05:02 +0000
463e0b88Reuse flags for modgui build by
falkTX
2022-12-24 10:38:49 +0000
f55b81a2Fixed resources by
falkTX
2022-12-23 23:21:21 +0000
ad9dd1bcAdd new modgui files by
falkTX
2022-12-23 22:47:45 +0000
fbc9af36Start tests for integrated wasm/desktop modgui by
falkTX
2022-12-23 22:47:22 +0000
c9e9fe3dInclude pugl wasm code directly, instead of in submodule by
falkTX
2022-12-28 12:31:49 +0000
048a1093embed-external-ui example needs -ObjC++ on macOS by
falkTX
2022-12-28 12:31:07 +0000
75f94644Delete some more old files by
falkTX
2022-12-28 12:26:38 +0000