Age | Commit message (Expand) | Author | Files | Lines |
2016-09-15 | Fix crash on changes for ports with no widget | David Robillard | 1 | -1/+3 |
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 1 | -1/+6 |
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 |
2016-04-25 | Support read-only controls | David Robillard | 1 | -66/+127 |
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 |
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 |
2015-10-10 | Support more parameter types | David Robillard | 1 | -31/+87 |
2015-10-10 | Add option to enable plugin trace log messages | David Robillard | 1 | -0/+2 |
2015-10-10 | Support numeric plugin properties | David Robillard | 1 | -134/+241 |
2015-10-09 | Allow Jack client name to be set from command line | David Robillard | 1 | -0/+4 |
2015-08-30 | Add option to load preset from the command line. | David Robillard | 1 | -4/+26 |
2015-03-07 | Save preset bundles with standard naming scheme. | David Robillard | 1 | -8/+21 |
2015-03-07 | Reduce use of deprecated Gtk stock API. | David Robillard | 1 | -10/+10 |
2015-03-07 | Improve preset support. | David Robillard | 1 | -31/+181 |
2015-03-03 | Fix confusing use of GArray. | David Robillard | 1 | -12/+10 |
2015-02-21 | Fix trailing whitespace. | David Robillard | 1 | -2/+2 |
2015-02-14 | Exit GUI versions on interrupt. | David Robillard | 1 | -2/+1 |
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 |