Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Make worker opaque | David Robillard | 1 | -3/+2 | |
2022-08-17 | Define JALV_BEGIN_DECLS and define JALV_END_DECLS | David Robillard | 1 | -6/+3 | |
One lines good, three lines bad. | |||||
2022-08-17 | Factor out jalv_write_event() | David Robillard | 1 | -6/+20 | |
2022-08-17 | Factor out jalv_write_control() | David Robillard | 1 | -0/+18 | |
2022-08-17 | Clarify communication function names | David Robillard | 1 | -5/+5 | |
2022-08-17 | Make jalv_ui_port_index() private | David Robillard | 1 | -3/+0 | |
2022-08-17 | Clean up atom dumping code | David Robillard | 1 | -0/+7 | |
2022-08-17 | Use clearer names for communication rings | David Robillard | 1 | -31/+31 | |
2022-08-17 | Fix whitespace | David Robillard | 1 | -0/+1 | |
2022-08-17 | Switch to meson build system | David Robillard | 1 | -2/+2 | |
2022-08-17 | Remove unused member | David Robillard | 1 | -1/+0 | |
2022-08-17 | Separate JalvLog from Jalv | David Robillard | 1 | -0/+2 | |
2022-08-17 | Move REALTIME definition to jack.c | David Robillard | 1 | -6/+0 | |
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -9/+2 | |
2022-08-17 | Move JalvWorker definition to worker.h | David Robillard | 1 | -14/+1 | |
2022-08-17 | Remove Jalv back pointer from Worker | David Robillard | 1 | -1/+3 | |
2022-08-17 | Move Port definition to its own header | David Robillard | 1 | -17/+0 | |
2022-08-17 | Separate options.h from jalv_internal.h | David Robillard | 1 | -20/+1 | |
2022-08-17 | Move control-related type definitions to control.h | David Robillard | 1 | -52/+1 | |
2022-08-17 | Move JalvURIDs and JalvNodes to their own headers | David Robillard | 1 | -74/+2 | |
2022-08-17 | Remove Jalv back pointer from ControlID | David Robillard | 1 | -22/+23 | |
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 | -3/+0 | |
2022-08-17 | Separate control.h from jalv_internal.h | David Robillard | 1 | -16/+0 | |
2022-08-17 | Separate ui.h from jalv_internal.h | David Robillard | 1 | -21/+0 | |
2022-08-17 | Separate backend.h from jalv_internal.h | David Robillard | 1 | -16/+0 | |
2022-08-17 | Separate state.h from jalv_internal.h | David Robillard | 1 | -43/+0 | |
2022-08-17 | Separate log.h from jalv_internal.h | David Robillard | 1 | -32/+1 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-30 | Move implementations out of shared header | David Robillard | 1 | -29/+8 | |
Generally cleaner, and conveniently avoids clang-tidy warnings that result from checking this code as C++. | |||||
2022-05-30 | Remove use of VLAs | David Robillard | 1 | -1/+2 | |
2022-05-27 | Add Gtk plugin selector UI | Alexandros Theodotou | 1 | -0/+3 | |
2022-05-27 | Move platform-specific terminal code out of headers | David Robillard | 1 | -26/+4 | |
2022-05-27 | Use consistent comment styles | David Robillard | 1 | -9/+7 | |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -266/+243 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 1 | -1/+7 | |
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 | Fix inconsistent parameter name | David Robillard | 1 | -1/+1 | |
2020-12-14 | Remove meaningless const qualifiers in declarations | David Robillard | 1 | -6/+6 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -5/+11 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -1/+0 | |
2020-07-21 | Add format function annotations | David Robillard | 1 | -0/+8 | |
2020-04-19 | Define _POSIX_C_SOURCE locally | David Robillard | 1 | -0/+2 | |
2020-04-05 | Add a command line argument to select a specific UI | Hanspeter Portner | 1 | -0/+1 | |
2020-04-05 | Add lv2:extensionData and ui:showInterface nodes | David Robillard | 1 | -0/+2 | |
2020-03-17 | Implement ui:requestValue | David Robillard | 1 | -0/+3 | |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 1 | -0/+3 | |
2019-11-03 | Fix crash with Qt | David Robillard | 1 | -1/+1 | |
Qt requires that the argc and argv pointers passed to QApplication are valid for the lifetime of the application. | |||||
2019-10-17 | Make jalv_update return int | David Robillard | 1 | -1/+1 | |
This avoids some warnings about conversion between incompatible function pointer types. | |||||
2019-10-17 | Clean up includes | David Robillard | 1 | -14/+13 | |
2019-10-17 | Fix check for POSIX functions | David Robillard | 1 | -1/+1 | |