Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Move Port definition to its own header | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate options.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Move JalvURIDs and JalvNodes to their own headers | David Robillard | 1 | -0/+2 | |
2022-08-17 | Remove Jalv back pointer from ControlID | David Robillard | 1 | -14/+26 | |
Bit of a kludge, but this unblocks further cleanup and modularization. The Gtk static data / signal issues can be addressed later. | |||||
2022-08-17 | Clearly separate frontends from common internals | David Robillard | 1 | -10/+10 | |
2022-08-17 | Separate control.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate ui.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate state.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-27 | Add Gtk plugin selector UI | Alexandros Theodotou | 1 | -0/+115 | |
2022-05-27 | Use G_VALUE_INIT | David Robillard | 1 | -2/+2 | |
2022-05-27 | Change no-menu short option to m to avoid clash with jack-name | David Robillard | 1 | -1/+1 | |
2022-05-27 | Use consistent comment styles | David Robillard | 1 | -9/+9 | |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -921/+1023 | |
2022-05-27 | Avoid "else" after "return" | David Robillard | 1 | -17/+36 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 1 | -0/+15 | |
This option was added in LV2 1.18.0. | |||||
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-14 | Isolate variable declarations | David Robillard | 1 | -1/+2 | |
2020-12-14 | Fix unused parameter warnings | David Robillard | 1 | -3/+3 | |
2020-12-14 | Use the appropriate math functions for the operand precision | David Robillard | 1 | -3/+3 | |
2020-12-14 | Update zix | David Robillard | 1 | -12/+12 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -2/+0 | |
2020-09-27 | Clean up includes | David Robillard | 1 | -2/+20 | |
2020-04-05 | Add a command line argument to select a specific UI | Hanspeter Portner | 1 | -0/+2 | |
2020-03-17 | Fix null termination of paths passed to plugins | David Robillard | 1 | -2/+2 | |
2020-03-17 | Implement ui:requestValue | David Robillard | 1 | -0/+38 | |
2019-11-10 | Ensure refresh rate is at least 30Hz | David Robillard | 1 | -1/+3 | |
Gdk can allegedly report zero on some systems. | |||||
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 1 | -0/+13 | |
2019-10-17 | Avoid deprecation warnings in the Gtk headers themselves | David Robillard | 1 | -17/+4 | |
Honestly... | |||||
2019-10-17 | Clean up includes | David Robillard | 1 | -5/+4 | |
2019-04-21 | Use modern LV2 includes | David Robillard | 1 | -2/+2 | |
2018-11-10 | Move exit semaphore to Jalv struct | David Robillard | 1 | -1/+1 | |
2018-09-24 | Fix some unnecessary const casts | David Robillard | 1 | -3/+3 | |
2018-09-24 | Fix unused parameter warnings | Timo Wischer | 1 | -12/+14 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2017-12-16 | Remove unused variable | David Robillard | 1 | -1/+0 | |
2017-03-05 | Fix use-after-free in jalv_gtk.c | Sean Bolton | 1 | -2/+2 | |
2017-02-12 | Disable deprecation warnings with Gtk3 | David Robillard | 1 | -1/+20 | |
2016-10-05 | Fix combo boxes | David Robillard | 1 | -3/+3 | |
2016-09-17 | Unify control port and parameter implementations | David Robillard | 1 | -200/+82 | |
2016-09-16 | Fix memory error on preset save | David Robillard | 1 | -6/+7 | |
2016-09-15 | Fix crash on changes for ports with no widget | David Robillard | 1 | -1/+3 | |
This happens, for example, with latency ports with the notOnGUI property set. | |||||
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 1 | -1/+6 | |
jalv.has_ui should be set before jack_activate. If not, patch:Get message may be without effect and parameter replies never be sent from within jack process callback, as the latter may run before the corresponding UI logic (e.g. with jalv.has_ui still being false). | |||||
2016-07-31 | Fix compilation with C++ | David Robillard | 1 | -8/+8 | |
2016-07-26 | Fix feedback on parameter changes from plugin | David Robillard | 1 | -13/+27 | |
This ensures that changing a read-write parameter by clicking the slider or changing the spin button value sends exactly one Set message to the plugin, and that no change messages are sent as a result of updates from the plugin. | |||||
2016-04-25 | Support read-only controls | David Robillard | 1 | -66/+127 | |
Based on patch from Hanspeter Portner https://github.com/ventosus/jalv.git fix_extend_jalv_gtk 9cf3e524f33716aaa2bbb18d9eb869ed095f5eaf | |||||
2016-04-25 | Fix invalid read of float port events as atoms | David Robillard | 1 | -0/+1 | |
2016-01-07 | Fix patch:Put handling | Hanspeter Portner | 1 | -2/+24 | |
(Property, Value) pairs are expected to be embedded in a patch:body property object, not direcly in the patch:Put object. | |||||
2015-12-31 | Fix controls when range is given with integers | David Robillard | 1 | -9/+16 | |
2015-11-08 | Support numeric and string plugin properties | David Robillard | 1 | -221/+196 | |
Also: * Print plugin/UI communication log in colour if supported * Update UI when internal plugin state is changed during preset load git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5812 a436a847-0d15-0410-975c-d299462d15a1 |