aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-25Fix more const-correctness violations.David Robillard1-8/+8
2013-12-19Add --no-menu option to jalv.gtk.David Robillard1-18/+29
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard1-0/+10
2013-05-26Work around Gtk bug for labels on sliders (patch from Robin Gareus).David Robillard1-5/+17
2013-05-26Fix default setting for non-sequential enumeration portsDavid Robillard1-2/+6
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-1/+1
2013-05-09Add command-line option to control UI update frequency.David Robillard1-0/+2
2013-02-22Fix key events for X11 in Gtk.David Robillard1-0/+1
2013-02-11Group controls under headings if port group information is available.David Robillard1-117/+229
2013-01-10Support event-based file parameters in built-in UI.David Robillard1-20/+98
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+7
2012-08-22Set control widgets initially to actual control value, not default value.David Robillard1-16/+13
2012-08-21Set WM_ROLE to 'plugin_ui' to appease someone who would never do the same for...David Robillard1-0/+1
2012-08-10Fix a ton of warnings.David Robillard1-9/+10
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-3/+3
2012-08-05Fix UI/plugin communication.David Robillard1-1/+1
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-12/+18
2012-07-29Add Gtk3 UI.David Robillard1-0/+638