118 Commits (39bdf2a66b2c8f3a5000658a4dafbfb4a190d607)

Author SHA1 Message Date
  falkTX 39bdf2a66b
Fix MSVC CLAP build 3 years ago
  falkTX a199c7c9bb
Fix last commit 3 years ago
  falkTX 106a857520
DPF Mutex implementation is TODO on MSVC 3 years ago
  falkTX c33ab5af29
Leave a macro in place for future usage 3 years ago
  falkTX ec02b88923
Rework native audio standalone fallback code, add full wasm stuff 3 years ago
  falkTX 02216aba74
Allow to redirect Runner emscript calls, needed for exceptions 3 years ago
  falkTX 36efc2473f
Make wasm file dialogs properly namespaced 3 years ago
  falkTX 8a2eb6cdb6
Simplify wasm runner, now using emscripten_set_interval 3 years ago
  falkTX b9e654c3d3
Fix wasm returning non-null invalid value for open file; Cleanup 3 years ago
  falkTX 34bf2a4dfc
Use emscripten_set_timeout_loop instead of manual management 3 years ago
  falkTX 5e77ebb317
Skip pthread_yield for now 3 years ago
  falkTX b63db74220
wasm file browser details, add WASM_EXCEPTIONS build option 3 years ago
  falkTX c2938c0299
Enable simd for wasm, early implementation of file dialogs 3 years ago
  falkTX 614eeaf0ef
Add a missing include 3 years ago
  falkTX 58153fdefd
Add new Runner class for a different approach to threads 3 years ago
  falkTX 33ee09ae71
A few more wasm tweaks, do not allow Thread.hpp usage 3 years ago
  falkTX 38dad9fdfd
Tweak requirements for filebrowser dialog on macOS 3 years ago
  falkTX e22b971a12
Fix a typo 3 years ago
  falkTX db893e72df
Decode file URLs provided by DBus portals 3 years ago
  falkTX a106c2b8ce
Fix no namespace build 3 years ago
  falkTX 6c832980f6
Cleanup file dialog namespaces, add DISTRHO_UI_FILE_BROWSER 3 years ago
  falkTX 7d4e299e43 Fix compat with old macOS 3 years ago
  falkTX c2f66ac3c7
Fix String compatibility with std::map 3 years ago
  falkTX c122af4895
Do not check for dbus portal if already available 3 years ago
  falkTX 2e224d4a7f
Try a DBus desktop portal property before assuming not available 3 years ago
  falkTX e207aafcb2 Fix a memory leak in the String class 4 years ago
  falkTX fb947e9786 Use X11 on HaikuOS for now, until a real backend is done 4 years ago
  falkTX 07de97ba72
Fix crash when cancelling file dialog 4 years ago
  falkTX 60b9b76b46
Only use <mntent.h> on Linux 4 years ago
  falkTX 56c33dd1cd
Fix fileBrowserGetPath under some systems 4 years ago
  falkTX 4c62f76915
Re-add commdlg header, this seems to work now.. 4 years ago
  falkTX 6b836375c9
Try another way for finicky windows headers 4 years ago
  falkTX 315c10e1bc
Add support for start-dir on dbus file browser saving 4 years ago
  falkTX 4e0b100532
Header includes are a tricky business.. 4 years ago
  falkTX d290ac2fe0
Fix DBus file dialog for Gtk/GNOME 4 years ago
  falkTX c6d9420490 Include commdlg.h, needed if others define WIN32_LEAN_AND_MEAN 4 years ago
  Filipe Coelho 29709cbe4e
UI filebrowser saving mode, separate from pugl/DGL/Window (#349) 4 years ago
  falkTX 2b3bf66256
Allow external UI to set geometry constraints, fix some warnings 4 years ago
  falkTX ba2c5db4bb
Be clear on the (small) imported juce code license 4 years ago
  falkTX 1db7603360
VST3: Implement parameter state save/restore 4 years ago
  falkTX 28a88dbd65 String: Add asBasic, asLower and asUpper methods 4 years ago
  falkTX c1f2d7f47a
Add width/height as parameters of embed-ext-ui for easier testing 4 years ago
  Luciano Iam f9fcf3fd3d Partial UI_TYPE=external support on Windows 4 years ago
  falkTX a0f9667cc6
Start tests with mpv 4 years ago
  falkTX 34154b473e
Forgot to set isStandalone 4 years ago
  falkTX e59b5a5c15
Reorganize ExternalWindow methods and add documentation 4 years ago
  falkTX 44ea88dd80
Fix embed external ui closing too early 4 years ago
  falkTX f7c4fd4b23
Fix a typo 4 years ago
  falkTX f97904136f
Remove some virtuals, cleanup 4 years ago
  falkTX 85ab63ade8
ExternalWindow mostly working now, update old hacky example too 4 years ago