aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk2.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21Remove implementation of UI resize extension which is handled autommatically ↵David Robillard1-14/+0
by Suil now. Tolerate UIs sending messages with crazy port indices. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4096 a436a847-0d15-0410-975c-d299462d15a1
2012-03-16Properly implement non-resizable UIs, not that any plugins that should set ↵David Robillard1-2/+1
this seem to actually do so... git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4069 a436a847-0d15-0410-975c-d299462d15a1
2012-02-18Add -d option and implement proper communication dumping.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3986 a436a847-0d15-0410-975c-d299462d15a1
2012-02-09Mac portability fixes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3978 a436a847-0d15-0410-975c-d299462d15a1
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-15/+42
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3967 a436a847-0d15-0410-975c-d299462d15a1
2012-01-15Lint.David Robillard1-13/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3949 a436a847-0d15-0410-975c-d299462d15a1
2012-01-10Update for latest Lilv state API (fix ticket #801).David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3931 a436a847-0d15-0410-975c-d299462d15a1
2011-12-29Destroy UI instance before shutting down Gtk (fix messy shutdown).David Robillard1-1/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3907 a436a847-0d15-0410-975c-d299462d15a1
2011-12-21Save rdf:type and rdfs:label (if supplied) with state/presets.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3898 a436a847-0d15-0410-975c-d299462d15a1
2011-12-18Preset saving.David Robillard1-1/+39
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3880 a436a847-0d15-0410-975c-d299462d15a1
2011-12-16Support presets in Gtk UI.David Robillard1-2/+52
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3878 a436a847-0d15-0410-975c-d299462d15a1
2011-10-20Support UI resize extension.David Robillard1-0/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3552 a436a847-0d15-0410-975c-d299462d15a1
2011-08-22Fix jalv.gtk when run with UI-less plugins.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3447 a436a847-0d15-0410-975c-d299462d15a1
2011-08-22Shut down cleanly both on window destroy and File->Quit.David Robillard1-6/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3446 a436a847-0d15-0410-975c-d299462d15a1
2011-08-21Add ability to save from GUI.David Robillard1-4/+36
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3445 a436a847-0d15-0410-975c-d299462d15a1
2011-08-21Add menu bar to Gtk UI.David Robillard1-3/+20
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3444 a436a847-0d15-0410-975c-d299462d15a1
2011-08-21Set Window title from plugin name.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3443 a436a847-0d15-0410-975c-d299462d15a1
2011-08-21Preliminary support for Jack Session and LV2 Persist.David Robillard1-5/+17
Real command line argument support. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3441 a436a847-0d15-0410-975c-d299462d15a1
2011-06-19Send control output port updates to UIs (commonly used for metering).David Robillard1-5/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3407 a436a847-0d15-0410-975c-d299462d15a1
2011-05-30Add "Jalv", a stand-alone version of lv2jack that supports plugin UIs via SuilDavid Robillard1-0/+76
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3344 a436a847-0d15-0410-975c-d299462d15a1