104 Commits (248456fe6013a18b51d61ea5562b4daa5f3a6360)

Author SHA1 Message Date
  falkTX 248456fe60
Continue web-ui, start hooking plugin functions 1 year ago
  falkTX dd41a63f0d
js-to-cpp and vice-versa on gtk3, IPC still needed 1 year ago
  falkTX 78a82bfad6
Fix typos in web view macros 1 year ago
  falkTX c1410b6476
add macos web parts, interaction tests with choc 1 year ago
  falkTX a239521994
Add initial bits for web ui, starting with linux 1 year ago
  falkTX e7c852e9ad
Fix AU for retina 1 year ago
  falkTX 06c18eebd9
Add width, height args to puglFallbackOnResize 1 year ago
  falkTX b29e345b8c
Move common code to DistrhoDetails.hpp; add constexpr attributes 2 years ago
  falkTX 73a855c3a8 Fix invalid initial size when using new ui size macros 2 years ago
  falkTX 34d1547e31
Fix default UI size after introducing the initial size macros 2 years ago
  falkTX 93d1d56e56
Deal with plugin UI side resizes for clap 2 years ago
  falkTX 1e77b51272 Share some VST3 code with CLAP 2 years ago
  falkTX 4430cd2485 Introduce DISTRHO_UI_DEFAULT_WIDTH/HEIGHT macros, useful in VST2/3 2 years ago
  falkTX c2938c0299
Enable simd for wasm, early implementation of file dialogs 2 years ago
  falkTX 6ef3fce69a
Sync get display factor code with pugl 2 years ago
  falkTX 982f27632c
Give up on fancy macOS namespace 3 years ago
  falkTX bad716bc14
Fix C++98 build 3 years ago
  falkTX 1f3fb01339
Make sure to always include+build the correct file browser file 3 years ago
  falkTX 6c832980f6
Cleanup file dialog namespaces, add DISTRHO_UI_FILE_BROWSER 3 years ago
  falkTX 4f3d99304f
Fix no namespace build 3 years ago
  falkTX fdbc69f0ba
Make the default onClipboardDataOffer more friendly 3 years ago
  falkTX 114031ee99
Allow to skip building file browser, even if enabled 3 years ago
  falkTX 9b228b0c5b
Adjust clipboard API following latest pugl changes 3 years ago
  falkTX 485832aff3 Get rid of the old DISTRHO_PLUGIN_WANT_STATEFILES 3 years ago
  falkTX d0413dfbd6 Fix vst3 initial size on macOS; More geometry constraint fixing 3 years ago
  falkTX 2b2f64ab47
Code tweaks to better support VST3 host-side resizing, fix autoscale 3 years ago
  falkTX 6b836375c9
Try another way for finicky windows headers 3 years ago
  Filipe Coelho 29709cbe4e
UI filebrowser saving mode, separate from pugl/DGL/Window (#349) 3 years ago
  falkTX 2c91052619 Start of getBinaryFilename implementation; Cleanup 3 years ago
  falkTX 74f4898b2a Define functions for plugin format and binary/bundle path, WIP 3 years ago
  falkTX f819392569 Move setIgnoreIdleCallbacks to a proper place, before UI creation 3 years ago
  lucianoiam 0aa4fd4854
Prevent some compilation warnings on MinGW (#324) 3 years ago
  falkTX b2e683e411 Use default monitor for parent-less external UI on win32 3 years ago
  lucianoiam 6d1cd5d857
Bugfix: build error with DISTRHO_PLUGIN_HAS_EXTERNAL_UI (#323) 3 years ago
  falkTX a61cb185b6 Correct external ui scale factor code 3 years ago
  falkTX 6bbe8e8a75 Fix tests on macOS 3 years ago
  falkTX 37e6922b31 Set desktop scale factor for external uis if not provided by host 3 years ago
  falkTX d3bd0ec61b
Add UI::sizeChanged as needed for external UIs 3 years ago
  falkTX 0c33dcc8d4 Fix isStandalone for external window; More macOS tests 3 years ago
  falkTX b19da2fdde
Allow DISTRHO_UI_USER_RESIZABLE for external UIs 3 years ago
  falkTX 79274a3da0
Working ExternalWindow, start dummy/example X11 code 3 years ago
  falkTX 054f35db47 Start rework of ExternalWindow, add stubs to make it build, WIP 3 years ago
  falkTX 1e029513f6
Add automaticallyScale argument to UI constructor 3 years ago
  falkTX dca5c9d476
Alternative approach to initial window OpenGL context scope 3 years ago
  Jean Pierre Cimalando 16f0cf62a4 Add DGL namespace where missing 4 years ago
  falkTX 3174edc243
Fix getSize() returning zero during UI constructor 4 years ago
  falkTX d6c2658a5c
Move TopLevelWidget::isResizable to UI, where it makes more sense 4 years ago
  falkTX 8a70216311
Handle geometry constraints for embed windows; More resize handling 4 years ago
  falkTX 358da5aa4d
Start rework of core UI class, special attention to size 4 years ago
  Jean Pierre Cimalando f90a0c547b msvc: set const qualifiers on the declarations 4 years ago