aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk2.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Add comm buffer size parameter and use Jack MIDI buffer size by default.David Robillard1-0/+2
2012-04-13Logarithmic slider support from Nick Lanham.David Robillard1-7/+45
2012-04-13Fix compilation with old glib.David Robillard1-2/+2
2012-04-12Delete trailing whitespace.David Robillard1-1/+1
2012-04-11Simpler preset saving.David Robillard1-31/+42
2012-04-11Use actual scale point values for combo boxes (don't assume scale point value...David Robillard1-6/+33
2012-04-10Make controls update when changing presets (except combos).David Robillard1-8/+35
2012-04-09Generic UI for jalv.gtk from Nick Lanham.David Robillard1-15/+228
2012-03-21Remove implementation of UI resize extension which is handled autommatically ...David Robillard1-14/+0
2012-03-16Properly implement non-resizable UIs, not that any plugins that should set th...David Robillard1-2/+1
2012-02-18Add -d option and implement proper communication dumping.David Robillard1-1/+3
2012-02-09Mac portability fixes.David Robillard1-1/+1
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-15/+42
2012-01-15Lint.David Robillard1-13/+16
2012-01-10Update for latest Lilv state API (fix ticket #801).David Robillard1-1/+0
2011-12-29Destroy UI instance before shutting down Gtk (fix messy shutdown).David Robillard1-1/+4
2011-12-21Save rdf:type and rdfs:label (if supplied) with state/presets.David Robillard1-1/+1
2011-12-18Preset saving.David Robillard1-1/+39
2011-12-16Support presets in Gtk UI.David Robillard1-2/+52
2011-10-20Support UI resize extension.David Robillard1-0/+13
2011-08-22Fix jalv.gtk when run with UI-less plugins.David Robillard1-3/+3
2011-08-22Shut down cleanly both on window destroy and File->Quit.David Robillard1-6/+16
2011-08-21Add ability to save from GUI.David Robillard1-4/+36
2011-08-21Add menu bar to Gtk UI.David Robillard1-3/+20
2011-08-21Set Window title from plugin name.David Robillard1-0/+2
2011-08-21Preliminary support for Jack Session and LV2 Persist.David Robillard1-5/+17
2011-06-19Send control output port updates to UIs (commonly used for metering).David Robillard1-5/+8
2011-05-30Add "Jalv", a stand-alone version of lv2jack that supports plugin UIs via SuilDavid Robillard1-0/+76