summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-14Fix drawing of checkable ImageButtondevelopfalkTX
2022-12-12Update pugl for mouse and keyboard wasm fixesfalkTX
2022-12-12Adjust for leak in fftw planfalkTX
2022-12-12cmake: build cairo lib and example UI by default if possiblefalkTX
2022-12-12Add macos-10.15 to CI testsfalkTX
2022-12-11Make sure MOD builds do not see cairo or openglfalkTX
2022-12-10Fix potential name conflict with strncpyfalkTX
2022-12-08Include CLAP bin in plugins Makefile clean targetLuciano Iam
2022-12-02Find local resources dir for Windows standalonesfalkTX
2022-11-26Correct recent commit, keep static builds without dllmainfalkTX
2022-11-25Add -fsanitize=address to debug make buildsfalkTX
2022-11-25Don't enable leak detector if NDEBUG is definedfalkTX
2022-11-25Set MOD_BUILD=true for MOD buildsfalkTX
2022-11-25Make macOS native audio behave like the othersfalkTX
2022-11-25Use -fno-gnu-unique for gcc in cmake buildsfalkTX
2022-11-25Set DGL_USE_OPENGL3 for GLES2/3 buildsfalkTX
2022-11-24VST3 channel buffers are per busRobin Gareus
2022-11-21Use plugin-given RT thread priorities under MODfalkTX
2022-11-20Implement custom State::fileTypes for MODfalkTX
2022-11-20Allow using Signal class for mingwmainfalkTX
2022-11-20Add Color::plus/minus utilsfalkTX
2022-11-20Handle a few more warningsfalkTX
2022-11-20Ignore internal deprecated warnings under msvcfalkTX
2022-11-19CleanupfalkTX
2022-11-19Fix MSVC CLAP buildfalkTX
2022-11-19Fix last commitfalkTX
2022-11-19Do not use cairo for windows cmake example plugins for nowfalkTX
2022-11-19DPF Mutex implementation is TODO on MSVCfalkTX
2022-11-19Build clap versions of example plugins with cmakefalkTX
2022-11-19Simplify cmake CI setup using shared action, leave old msvc stufffalkTX
2022-11-19Add the others CI runners for testingfalkTX
2022-11-18Only use -Werror=lto-type-mismatch LTO flag on GCCfalkTX
2022-11-18Fix cmake windows build of native audio standalonefalkTX
2022-11-18Use RecursiveMutex for CLAP UI eventsfalkTX
2022-11-18Leave a macro in place for future usagefalkTX
2022-11-18Use CMAKE_CROSSCOMPILING_EMULATOR when generating LV2 ttlfalkTX
2022-11-18RtAudio stuff needs threads on non mac/winfalkTX
2022-11-18Use new CI template for the example pluginsfalkTX
2022-11-18Fix utils/package-osx-bundles.sh for cmake buildsfalkTX
2022-11-17Define dpf__target_link_directories for compat with old cmakefalkTX
2022-11-16Enable standalone native audio fallback for cmake buildsfalkTX
2022-11-16Add NO_SHARED_RESOURCES cmake optionfalkTX
2022-11-04Support clap in cmake, always define HAVE_JACKfalkTX
2022-10-31Put internal stb_image stuff used by nanovg in its own namespacefalkTX
2022-10-31Fix usage of GL3 profilefalkTX
2022-10-31Ensure we do not use GL1 calls in GL3 modefalkTX
2022-10-31Implement ImageBaseSlider::setCheckable()falkTX
2022-10-31Fix GL context issues when using ImageAboutWindowfalkTX
2022-10-31Avoid creating GL textures for empty imagesfalkTX
2022-10-30Fix puglWin32ShowCentered for transient windowsfalkTX