1380 Commits (27c173f68f0f3899c92f61f93ff4b6f90fd9ac89)
 

Author SHA1 Message Date
  falkTX 44ea88dd80
Fix embed external ui closing too early 3 years ago
  falkTX f7c4fd4b23
Fix a typo 3 years ago
  falkTX 18e6cbbb69 Fix use of getNativeWindowHandle for external ui 3 years ago
  falkTX 8f77ae04f7 Only adjust for scale factor on vst2 mac builds 3 years ago
  falkTX b19da2fdde
Allow DISTRHO_UI_USER_RESIZABLE for external UIs 3 years ago
  falkTX 7ddda017a0
Special handling for cases where reshape is called on constructor 3 years ago
  falkTX ed12759970
Fix a typo 3 years ago
  falkTX c00ff655bb
Use a black background; Allow VST2 embed external UIs 3 years ago
  falkTX f97904136f
Remove some virtuals, cleanup 3 years ago
  falkTX 85ab63ade8
ExternalWindow mostly working now, update old hacky example too 3 years ago
  falkTX 1d80bc8b8c
Add ExternalWindow::isEmbed() 3 years ago
  falkTX 79274a3da0
Working ExternalWindow, start dummy/example X11 code 3 years ago
  falkTX 30a467159f Start embed external ui example 3 years ago
  falkTX 054f35db47 Start rework of ExternalWindow, add stubs to make it build, WIP 3 years ago
  falkTX 52d5af44d6
Always use sofd +0.5 scale than desktop 3 years ago
  falkTX c3e16eb2ac
Remove width and height from FileBrowserOptions, were never used 3 years ago
  falkTX 354bea632d Set supportsViewDpiScaling as supported canDo 3 years ago
  falkTX 05d91f5852
Protect against multiple inclusion of Makefile.base.mk 3 years ago
  Luciano Iam 168e8a5333 Add missing call to FreeLibrary() 3 years ago
  falkTX 9b838a67d2 TESTING: Add DGL_USE_OPENGL3 macro 3 years ago
  JP Cimalando 3c37d4c096
Remove the const qualifier on ParameterEnumerationValue (#309) 3 years ago
  falkTX d3692aa17f
Stop building vulkan by default 3 years ago
  falkTX b6d8c3acff
Push a backwards compat typedef into upstream pugl 3 years ago
  falkTX 4ce7dec3e9
Implement puglGetDesktopScaleFactor for windows 3 years ago
  falkTX dfc0551579
flush stdout after jack client activation 3 years ago
  falkTX 49bd624747
Find desktop scale factor on X11 3 years ago
  falkTX 9b17d52775
Fix identation on CI file 3 years ago
  falkTX 811f3733cb Correct modal behaviour on macOS 3 years ago
  falkTX 4d5c33fa02 Always update packages in CI 3 years ago
  falkTX f6e12af703 Corrections to d85add3a4c 3 years ago
  falkTX 3759c0bab5
Rebase pugl against upstream, add only absolutely require patches 3 years ago
  falkTX cdf1dab20c
Define SHARED_MEMORY_LIBS in base makefile, to be needed later 3 years ago
  falkTX f25a783b78
Fix a typo 3 years ago
  falkTX 5b885527e8 Add a missing override 3 years ago
  falkTX f5536a88f4
Another build fix 3 years ago
  falkTX 97c7e36370
Custom sofd color scheme 3 years ago
  falkTX 775f3c4365
Adjust sofd fib_widget_at_pos for high-dpi 3 years ago
  falkTX 358efb965c
Add preliminar high-dpi support to sofd; Fix build 3 years ago
  falkTX d85add3a4c
Dont give nullptr as response to requestStateFile(); Fix build 3 years ago
  falkTX e5df7030c2
Rework file handling example button, add a note for later 3 years ago
  falkTX 03d53ea7e7
Make x11 sofd dialog work without patching pugl 3 years ago
  falkTX 267fc77015
Fix build 3 years ago
  falkTX 091c919cd6
Add puglX11GrabFocus as a safer way to grab focus on X11 3 years ago
  falkTX 1e029513f6
Add automaticallyScale argument to UI constructor 3 years ago
  falkTX 1b7e47742c
Add Rectangle::containsAfterScaling method 3 years ago
  falkTX 2e508c73e9
Fix fullviewport-drawing auto-scaling for Cairo 3 years ago
  falkTX d708051751
Set geometry constraints on ImageAboutWindow, for auto-scaling 3 years ago
  falkTX 10419b8947
Fix OpenGL viewport size for fullviewport-drawing and auto-scaling 3 years ago
  falkTX b88e92c522
Stop assuming geometric-constrained windows are user resizable 3 years ago
  falkTX 6f8e578ac6
Implement auto-scaling for Cairo, fix repaint for auto-scaling 3 years ago