aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Fix state restoration.David Robillard2-8/+9
2012-08-22Set control widgets initially to actual control value, not default value.David Robillard1-16/+13
2012-08-22Use in Jack session command line.David Robillard1-1/+1
2012-08-21Implement basic support for the new options extension and use it to pass the ...David Robillard2-2/+20
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 Robillard4-23/+24
2012-08-10Fix unnecessary implicit float=>double conversions.David Robillard1-1/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard6-26/+26
2012-08-08Support latest LV2 buf-size extension.David Robillard1-7/+11
2012-08-05Fix UI/plugin communication.David Robillard2-2/+2
2012-08-03Fix crash when invalid plugin URIs are used.David Robillard1-2/+4
2012-08-03MSVC portability work.David Robillard1-4/+9
2012-08-02Pass parent widget to suil_instance_new.David Robillard6-80/+102
2012-08-02Always call Jalv struct `jalv'.David Robillard1-267/+267
2012-08-02Fix compilation on Windows.David Robillard2-0/+10
2012-07-29Add Gtk3 UI.David Robillard1-6/+47
2012-07-18Delete trailing whitespace.David Robillard1-1/+1
2012-07-16... actually compile. Duh.David Robillard1-1/+1
2012-07-16Don't send UI updates if UI is not present (correct fix for r4513).David Robillard1-1/+1
2012-07-08Notify plugins of Jack transport changes by sending events (an atom:Blank withDavid Robillard2-51/+72
2012-07-07Don't fill plugin=>UI ringbuffer when no UI is present.David Robillard1-1/+1
2012-06-13Tolerate loading presets with port values that aren't xsd:decimal (fix #824).David Robillard1-4/+11
2012-06-05Use LV2 buf-size extension.David Robillard2-1/+46
2012-05-27Support lv2:sampleRate control ports.David Robillard1-10/+17
2012-05-27Add real-time annotations for sfpv.David Robillard1-1/+7
2012-05-13Gracefully handle allocation failure.David Robillard1-1/+6
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+3
2012-04-28Crank up the update rate a bit.David Robillard1-1/+1
2012-04-28Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ...David Robillard5-9/+31
2012-04-27Ssshhh.David Robillard1-3/+0
2012-04-27Add comm buffer size parameter and use Jack MIDI buffer size by default.David Robillard4-13/+34
2012-04-19Fix MIDI buffer size stuff.David Robillard1-7/+7
2012-04-19Update copyright date.David Robillard1-1/+1
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-12Use URI defines from LV2 headers where possible.David Robillard2-16/+9
2012-04-12Delete trailing whitespace.David Robillard3-14/+14
2012-04-11Write port values in presets as pretty numbers.David Robillard1-2/+2
2012-04-11Simpler preset saving.David Robillard3-35/+49
2012-04-11Fix Jack MIDI output.David Robillard3-7/+11
2012-04-11Use actual scale point values for combo boxes (don't assume scale point value...David Robillard1-6/+33
2012-04-11Fix memory leak.David Robillard2-3/+5
2012-04-10Make controls update when changing presets (except combos).David Robillard7-37/+101
2012-04-09More sensible URI node cacheing structure.David Robillard3-53/+52
2012-04-09Generic UI for jalv.gtk from Nick Lanham.David Robillard2-15/+229
2012-04-09Tidy.David Robillard2-4/+8
2012-04-05Implement log extension.David Robillard3-5/+67
2012-04-01Fix crash with plugins without a worker interface.David Robillard1-1/+1
2012-03-31Make jalv_worker_respond() private.David Robillard2-16/+11
2012-03-31Move worker implementation to separate file.David Robillard4-86/+168