aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Collapse)AuthorFilesLines
2014-08-08Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1
2014-07-15Support saving the same preset several times.David Robillard1-1/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5414 a436a847-0d15-0410-975c-d299462d15a1
2014-07-13Add option to print control output changes to stdout.David Robillard1-1/+3
Update man pages and console jalv help output for new options. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5410 a436a847-0d15-0410-975c-d299462d15a1
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5319 a436a847-0d15-0410-975c-d299462d15a1
2014-01-12Show newly saved presets in the preset menu.David Robillard1-39/+55
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5311 a436a847-0d15-0410-975c-d299462d15a1
2013-12-25Add -c option for setting controls from the command line (#816).David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5202 a436a847-0d15-0410-975c-d299462d15a1
2013-12-25Fix more const-correctness violations.David Robillard1-8/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5196 a436a847-0d15-0410-975c-d299462d15a1
2013-12-19Add --no-menu option to jalv.gtk.David Robillard1-18/+29
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5187 a436a847-0d15-0410-975c-d299462d15a1
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard1-0/+10
Based on #936. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5165 a436a847-0d15-0410-975c-d299462d15a1
2013-05-26Work around Gtk bug for labels on sliders (patch from Robin Gareus).David Robillard1-5/+17
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5110 a436a847-0d15-0410-975c-d299462d15a1
2013-05-26Fix default setting for non-sequential enumeration portsDavid Robillard1-2/+6
(patch from Robin Gareus). git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5109 a436a847-0d15-0410-975c-d299462d15a1
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5107 a436a847-0d15-0410-975c-d299462d15a1
2013-05-09Add command-line option to control UI update frequency.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5106 a436a847-0d15-0410-975c-d299462d15a1
2013-02-22Fix key events for X11 in Gtk.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5064 a436a847-0d15-0410-975c-d299462d15a1
2013-02-11Group controls under headings if port group information is available.David Robillard1-117/+229
Add spinbuttons for precisely setting control values. Use a more efficient dense layout for controls. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5054 a436a847-0d15-0410-975c-d299462d15a1
2013-01-10Support event-based file parameters in built-in UI.David Robillard1-20/+98
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4913 a436a847-0d15-0410-975c-d299462d15a1
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4747 a436a847-0d15-0410-975c-d299462d15a1
2012-08-22Set control widgets initially to actual control value, not default value.David Robillard1-16/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4744 a436a847-0d15-0410-975c-d299462d15a1
2012-08-21Set WM_ROLE to 'plugin_ui' to appease someone who would never do the same ↵David Robillard1-0/+1
for me. As far as I can tell this doesn't make sense for Jalv and doesn't conform to the purpose/meaning of WM_ROLE in general. However it doesn't do any harm either and is useful as a hook for WM kludges. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4733 a436a847-0d15-0410-975c-d299462d15a1
2012-08-10Fix a ton of warnings.David Robillard1-9/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4648 a436a847-0d15-0410-975c-d299462d15a1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵David Robillard1-3/+3
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4634 a436a847-0d15-0410-975c-d299462d15a1
2012-08-05Fix UI/plugin communication.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4619 a436a847-0d15-0410-975c-d299462d15a1
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-12/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4600 a436a847-0d15-0410-975c-d299462d15a1
2012-07-29Add Gtk3 UI.David Robillard1-0/+638
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4572 a436a847-0d15-0410-975c-d299462d15a1