Age | Commit message (Expand) | Author | Files | Lines |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-07-15 | Support saving the same preset several times. | David Robillard | 1 | -1/+8 |
2014-07-13 | Add option to print control output changes to stdout. | David Robillard | 1 | -1/+3 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -3/+3 |
2014-01-12 | Show newly saved presets in the preset menu. | David Robillard | 1 | -39/+55 |
2013-12-25 | Add -c option for setting controls from the command line (#816). | David Robillard | 1 | -0/+2 |
2013-12-25 | Fix more const-correctness violations. | David Robillard | 1 | -8/+8 |
2013-12-19 | Add --no-menu option to jalv.gtk. | David Robillard | 1 | -18/+29 |
2013-11-01 | Hide controls for ports with notOnGUI property in generic UI. | David Robillard | 1 | -0/+10 |
2013-05-26 | Work around Gtk bug for labels on sliders (patch from Robin Gareus). | David Robillard | 1 | -5/+17 |
2013-05-26 | Fix default setting for non-sequential enumeration ports | David Robillard | 1 | -2/+6 |
2013-05-09 | Communicate UI update rate to plugin and UI. | David Robillard | 1 | -1/+1 |
2013-05-09 | Add command-line option to control UI update frequency. | David Robillard | 1 | -0/+2 |
2013-02-22 | Fix key events for X11 in Gtk. | David Robillard | 1 | -0/+1 |
2013-02-11 | Group controls under headings if port group information is available. | David Robillard | 1 | -117/+229 |
2013-01-10 | Support event-based file parameters in built-in UI. | David Robillard | 1 | -20/+98 |
2012-08-22 | Fix Jack Session 'save and close' operation. | David Robillard | 1 | -0/+7 |
2012-08-22 | Set control widgets initially to actual control value, not default value. | David Robillard | 1 | -16/+13 |
2012-08-21 | Set WM_ROLE to 'plugin_ui' to appease someone who would never do the same for... | David Robillard | 1 | -0/+1 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -9/+10 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 1 | -3/+3 |
2012-08-05 | Fix UI/plugin communication. | David Robillard | 1 | -1/+1 |
2012-08-02 | Pass parent widget to suil_instance_new. | David Robillard | 1 | -12/+18 |
2012-07-29 | Add Gtk3 UI. | David Robillard | 1 | -0/+638 |