summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Tidy up headers towards being API appropriate.David Robillard5-26/+50
2011-04-05Remove invalid copy pasted comment (fix ticket #672).David Robillard1-8/+0
2011-04-01Remove unnecessary dlfcn.h includes.David Robillard3-8/+12
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard12-8/+157
2011-03-17Tidy.David Robillard1-63/+65
2011-03-16Font-based sizing (implement ticket #374).David Robillard3-10/+86
2011-03-16Fix LV2 plugin UIs (broken in r3093).David Robillard1-2/+3
2011-03-16Update for new waf/autowaf.David Robillard3-5/+5
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard7-12/+12
2011-03-15Fix crash when double clicking nodes without custom UIs.David Robillard1-5/+9
2011-03-15Activate Jack after loading GUI.David Robillard2-3/+4
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-2/+2
2011-03-11Shhh.David Robillard1-1/+1
2011-03-11Hide replaced plugins from context menu and load plugin window.David Robillard2-0/+10
2011-03-10Use LV2_EVENT_URI.David Robillard2-6/+15
2011-03-10Use event extension context to map MidiEvent.David Robillard3-6/+15
2011-03-09Update for new SLV2 API.David Robillard5-31/+26
2011-03-08Update for new SLV2 UI API.David Robillard2-3/+9
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard5-4/+42
2011-03-07Update for new SLV2 UI API.David Robillard1-2/+6
2011-03-03Fix Python3 compatibility.David Robillard1-1/+2
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard4-35/+14
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard2-4/+1
2011-02-22Implement sane UI selection logic and separate it from instantiation.David Robillard1-10/+14
2011-02-22Implement LV2 plugin UIs via Suil.David Robillard5-56/+51
2011-02-22Tidy.David Robillard1-26/+19
2011-02-22Tidy.David Robillard1-16/+30
2011-02-22Better PluginUI abstraction.David Robillard3-17/+35
2011-02-19Remove cruft, clean up Jack shutdown stuff.David Robillard2-8/+3
2011-02-19Tidy.David Robillard3-93/+91
2011-02-19Partially working copy/paste.David Robillard4-25/+26
2011-02-19Show human name instead of symbol in node control window (fix ticket #637).David Robillard1-1/+1
2011-02-19Sshh.David Robillard1-4/+0
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard50-491/+571
2011-02-18Use port name from SLV2 for labels where possible (fix ticket #636).David Robillard4-8/+37
2011-02-18Tidy.David Robillard1-8/+12
2011-02-18Trim more cruft.David Robillard2-48/+30
2011-02-18Trim more cruft.David Robillard11-175/+48
2011-02-18Save (patch ingen:node subpatch) for subpatch nodes.David Robillard1-0/+3
2011-02-17Remember document patches were loaded from (fix ticket #603).David Robillard1-2/+2
2011-02-17Remove deprecated Om patch loading code (resolve ticket #32).David Robillard11-856/+26
2011-02-17Jack session support for ingen.David Robillard12-53/+175
2011-02-17Fix ingen --load/-l.David Robillard1-3/+4
2011-02-17Tidy.David Robillard1-56/+59
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard10-151/+103
2011-02-17Consistent log output.David Robillard2-4/+8
2011-02-17Map "Draw" to C-d (don't clash with C-p for "Properties").David Robillard1-1/+1
2011-02-17Connect to JACK_DEFAULT_SERVER by default.David Robillard1-1/+1
2011-02-16Save subpatches to recursive bundles.David Robillard2-44/+52
2011-02-16Tidy.David Robillard2-6/+4