Commit graph

21 commits

Author SHA1 Message Date
redtide
a64ec5baea GUI colors constants 2023-04-11 14:23:43 +02:00
redtide
2bead3abeb Removed the text labeled button for displaying the About dialog
It was added because the logo button didn't react visually to mouse events.
Now when you hover over the logo, it gets highlighted and also shows a tooltip like the other glyph buttons.
2023-04-09 11:24:49 +02:00
redtide
4c819222a0 More optional system preinstalled dependencies
Catch2, ghc-filesystem, lv2 headers and VST3SDK sources preinstalled system packages can be used,
optionally and where available, to build sfizz via CMake options:

SFIZZ_USE_SYSTEM_CATCH
SFIZZ_USE_SYSTEM_GHC_FS
SFIZZ_USE_SYSTEM_LV2
SFIZZ_USE_SYSTEM_VST3SDK
2023-03-29 09:13:25 +02:00
Jean Pierre Cimalando
3e4da876b3 Generalized build ID for all subprojects 2021-04-30 18:02:20 +02:00
Jean Pierre Cimalando
2f863bc458 UI: Dark theme 2021-04-27 10:15:55 +02:00
Jean Pierre Cimalando
7a33d3079f Copy editor resources when changed 2021-04-12 06:15:17 +02:00
redtide
e6bb118d09 UI: Theme selector
Fixed conflict with upstream
2021-04-12 05:48:31 +02:00
Jean Pierre Cimalando
7a78e7627f Utility to get the resource path of the plugin bundle 2021-04-09 01:29:00 +02:00
Jean Pierre Cimalando
17d56bc30e Set up layout for the about dialog 2021-04-05 17:50:02 +02:00
Jean Pierre Cimalando
80ae52a205 Generate a build ID from Git, to display in editor 2021-04-03 23:01:30 +02:00
Jean Pierre Cimalando
4b5b190fbe Move image utilities in a ImageHelpers file 2021-04-03 20:37:45 +02:00
Jean Pierre Cimalando
4783f21b31 Change stb_image into a library target 2021-04-03 20:13:33 +02:00
redtide
0c4f136874 Added image opcode 2021-04-03 19:44:40 +02:00
Jean Pierre Cimalando
5fe2be5fac Editor logo in shaded style 2021-02-27 13:37:03 +01:00
Jean Pierre Cimalando
8e122e3a36 Icons in filled style 2021-02-27 13:22:52 +01:00
Jean Pierre Cimalando
ddefffea0e Prevent window input while file dialog is open 2021-02-25 08:59:13 +01:00
Jean Pierre Cimalando
535b332982 Add color helpers 2021-02-23 06:14:59 +01:00
Jean Pierre Cimalando
0cfe4b8c7c Add subset of GLSL-Color-Spaces library (HCY) 2021-02-23 05:30:09 +01:00
Jean Pierre Cimalando
9de0648075 Convert the editor to use BitArray 2021-02-23 03:03:10 +01:00
Jean Pierre Cimalando
f1d240b88b Make a common lib for plugins, move OSC there 2021-02-08 20:59:32 +01:00
Jean Pierre Cimalando
f6d92916ae Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
Renamed from editor/CMakeLists.txt (Browse further)