Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Move general model query functions to a separate file | David Robillard | 1 | -1/+3 | |
2024-11-24 | Use a typedef for ports like other structs | David Robillard | 1 | -1/+0 | |
2024-11-24 | Rename ambiguous "buffer_size" field to "ring_size" | David Robillard | 1 | -1/+1 | |
There's already a lot of "buffer" sizes, and there's about to be even more, so rename this to "ring" size to be obviously about the communication rings. | |||||
2024-11-17 | Rename UI port event function and move it to the appropriate header | David Robillard | 1 | -5/+5 | |
This isn't a "global" internal function like the others in jalv_internal.h, but rather the prototype of a function that must be implemented by frontends. | |||||
2024-11-17 | Update clang-format configuration | David Robillard | 1 | -2/+1 | |
2024-10-12 | Add missing const qualifiers | David Robillard | 1 | -16/+19 | |
2024-10-12 | Factor frontend command-line arguments into a struct | David Robillard | 1 | -3/+5 | |
2024-10-12 | Avoid use of non-literal format string | David Robillard | 1 | -3/+5 | |
2024-10-12 | Avoid casting away const | David Robillard | 1 | -11/+24 | |
2024-07-12 | Fix minor memory leaks | David Robillard | 1 | -0/+6 | |
2023-09-22 | Clean up includes | David Robillard | 1 | -2/+0 | |
2022-12-12 | Remove stale macro | David Robillard | 1 | -3/+0 | |
2022-12-12 | Use header bar in plugin selector dialog | David Robillard | 1 | -9/+11 | |
2022-12-11 | Add margin to controls container | David Robillard | 1 | -0/+2 | |
2022-12-11 | Sort options in command line help output | David Robillard | 1 | -57/+57 | |
2022-12-11 | Add missing short versions of command line options | David Robillard | 1 | -1/+1 | |
2022-12-11 | Fix clashing command line options | David Robillard | 1 | -1/+1 | |
2022-12-11 | Clean up command line help output | David Robillard | 1 | -5/+6 | |
2022-12-11 | Remove Gtk portability wrappers that are no longer necessary | David Robillard | 1 | -41/+26 | |
2022-12-11 | Don't expand combo box controls | David Robillard | 1 | -0/+2 | |
2022-12-11 | Use Gtk switches instead of checkboxes for toggle controls | David Robillard | 1 | -13/+17 | |
2022-12-11 | Replace use of deprecated Gtk interfaces | David Robillard | 1 | -70/+52 | |
2022-12-11 | Remove Gtk2 interface | David Robillard | 1 | -24/+1 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 1 | -1/+1 | |
2022-08-17 | Support both rdfs:label and lv2:name for port group labels | David Robillard | 1 | -0/+6 | |
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -8/+9 | |
Towards the ability to hook the log into other things (for display in a UI, for example). The implementation still just prints to stderr, although now with consistent formatting. | |||||
2022-08-17 | Print status information consistently to stdout | David Robillard | 1 | -1/+1 | |
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 | |