95 Commits (e39ff6d0f831f7e97da161711d5b0f2b88b54977)

Author SHA1 Message Date
  falkTX cfa13e5b7b
Set DISTRHO_UI_DEFAULT_WIDTH/HEIGHT, fixing default VST3 UI size 3 years ago
  falkTX 5ef1fc8746
Fix Bidoo crashes, print self-test action each time being run 3 years ago
  falkTX c376854a96 Introduce run-time self-tests (needs special build) 3 years ago
  falkTX e42dc9154f Allow wasm to load patch from url too 3 years ago
  falkTX 19878f0097 Allow loading uncompressed plugin state; Allow patch wasm url 3 years ago
  falkTX accf13abbd Fix loading patchstorage patches in wasm build (regression) 3 years ago
  falkTX dc1a1b5d99 Support clipboard in wasm builds 3 years ago
  falkTX f9a7099548
more wasm improvements, tweak welcome dialog 3 years ago
  falkTX 2aa9142437
Tweak template patch locations 3 years ago
  falkTX a0faebad8b Give keyboard focus to UI on each mouse click 3 years ago
  falkTX d1d08e4704
More wasm details, deal with requirements for -sMAIN_MODULE 3 years ago
  falkTX 3af971534c
Allow wasm fetch patchstorage thigns, set system factory template 3 years ago
  falkTX a0a5fa134a
Add squeeze modules parameter, adjust view menu alike Rack 3 years ago
  falkTX 6de963d728
More wasm tweaks, add join discussion button 3 years ago
  falkTX b6522a0b66
Custom welcome message for wasm 3 years ago
  falkTX 4c326f5f39 Update for async API breaking change, adding default filename 3 years ago
  falkTX 7860e6e539
Fix resize recursion when triggered via host 3 years ago
  falkTX 8492fc70fa
Move glfw convert code into its own file 3 years ago
  falkTX 9378b66966
Cleanup 3 years ago
  Yevhenii Matviienko 586b3ae320 Remove scroll multiplication for macOS 3 years ago
  falkTX bcd1b9e273
Update to latest carla, dpf, and pugl, needs testing 3 years ago
  falkTX 9ba7c624b8 Wait 5 cycles before giving keyboard focus to UI 3 years ago
  falkTX 62b55920c9
Remap mouse clicks on macOS to deal with its silly "one button" UX 3 years ago
  falkTX 310cab2d6d Store a few more properties as plugin state, including favorites 3 years ago
  Filipe Coelho a1017be6ea
Packaging fixes (#192) 3 years ago
  falkTX 341642d8e0 Update rate limit does work on macOS after all 3 years ago
  falkTX 69f0ff9084 Do not show update-rate-limit menu options on macOS, does nothing 3 years ago
  falkTX 9ac12eb0f4
Add (unused) bypass parameter, for future-proofing 3 years ago
  falkTX 2a8c80557f
Fix some memory leaks 3 years ago
  falkTX 454943f2cf Add file menu option to export uncompressed json file 3 years ago
  falkTX 54fccf2a9e Fix shortcuts no longer working regression 3 years ago
  falkTX 29f9f1092c
Fix glfw alphabet keys conversion 3 years ago
  falkTX ddf616c94b
Fix wrong X scroll delta 3 years ago
  falkTX abe6c8db6b
Fix regression after forcing UI keyboard/input focus 3 years ago
  falkTX 461fbeb51d Force keyboard focus on first idle 3 years ago
  falkTX 8d9acc3d65
Remove now unused file 3 years ago
  falkTX 5282da24e9
Use a single widget for resize, always show handle 3 years ago
  falkTX 8758fd53d1
Hide favorite button in module browser since it does nothing 3 years ago
  falkTX c06768f70f
Implement update rate limit 3 years ago
  falkTX 1a2c64309b
Make internal plugin context use const; Fix host time 3 years ago
  falkTX 72274a3663 Show warning to user in GUI if resources are not found 3 years ago
  falkTX 7fe6bff959 Fix initial vst3 window size on macOS 3 years ago
  falkTX ddfb6a3e14
Set mouse cursor under windows too 3 years ago
  falkTX d3a682411f
Fix UI window minimum size 3 years ago
  falkTX b29c5ee81d Invert horizontal scroll 3 years ago
  falkTX ed285a13b6 Fix minimum size 3 years ago
  falkTX 36f144e501
Draw resize handle in UI rather than custom opengl; Set min size 3 years ago
  falkTX ce64476fa4
Define custom Cardinal API for async dialogs 3 years ago
  falkTX 5a652907c7
override Scene.cpp; Move common menu/scene to new file; Cleanup 3 years ago
  falkTX 0b25db0937 Implement clipboard; Cleanup 3 years ago