summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Localise buffer reference stuff.David Robillard20-78/+110
2012-04-23Fire signal and update GUI correctly when renaming ports.David Robillard3-3/+7
2012-04-23Remove unused quark.David Robillard1-1/+0
2012-04-23Maybe fix boost compilation errors again.David Robillard1-1/+1
2012-04-23Use modern presets extension.David Robillard1-20/+27
2012-04-23Maybe fix boost compilation errors.David Robillard5-27/+39
2012-04-23Use URI defines where possible.David Robillard9-25/+29
2012-04-23Remove cruft.David Robillard2-29/+0
2012-04-23Resize modules when port labels change.David Robillard1-1/+0
2012-04-22Fix editing string properties from properties window.David Robillard1-1/+1
2012-04-22"Connection" => "Edge" and related terminology stuff.David Robillard2-31/+31
2012-04-22Fix crash when saving patches with subpatches.David Robillard1-2/+1
2012-04-22Remove prefix for defunc contexts extension.David Robillard2-3/+1
2012-04-22Fix crash on shutdown.David Robillard1-0/+1
2012-04-22Twiddle properties window size fudge.David Robillard1-2/+2
2012-04-22Fix crash when showing properties window (fix #828).David Robillard2-62/+13
2012-04-22Remove edit mode.David Robillard5-100/+0
2012-04-22Show non-resizable plugin UIs properly.David Robillard2-2/+29
2012-04-16Update for latest LV2 resize-port extension.David Robillard2-19/+18
2012-04-14Update URIs.David Robillard6-6/+6
2012-04-12Use URI defines from LV2 headers where possible.David Robillard5-29/+7
2012-04-12Update for latest atom extension.David Robillard8-24/+15
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+1
2012-04-05Remove unnecessary include.David Robillard1-1/+0
2012-04-05Fix subpatch creation (fix #826).David Robillard7-23/+25
2012-04-05Fix end namespace comments to match reality.David Robillard21-22/+21
2012-04-05Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).David Robillard2-7/+4
2012-04-05Fix wonky controls when plugin GUI is open (fix #822).David Robillard1-6/+9
2012-03-31Update for latest LV2 state extension.David Robillard2-7/+9
2012-03-27Tidy.David Robillard1-4/+8
2012-03-27Fix load plugin window.David Robillard1-4/+8
2012-03-27Squeeze blank lines.David Robillard132-137/+0
2012-03-27Delete trailing whitespace.David Robillard7-12/+12
2012-03-27Switch to AGPL3+.David Robillard228-3601/+3544
2012-03-26Update for latest LV2.David Robillard5-7/+7
2012-03-25Update for latest atom extension.David Robillard17-41/+27
2012-03-23Fix compilation with latest LV2.David Robillard15-184/+78
2012-03-22Remove crufty headeres.David Robillard3-3/+0
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard4-23/+107
2012-03-20Show entire UI (with menu and status bar) for LV2 UI.David Robillard3-4/+20
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard3-910/+2
2012-03-20Sshh.David Robillard2-9/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard93-1659/+2192
2012-03-16Preliminary work towards native LV2 UI.David Robillard23-905/+1200
2012-03-16Remove ping() from interface, just use a get instead.David Robillard9-29/+302
2012-03-16Merge ClientInterface and ServerInterface.David Robillard71-196/+188
2012-03-16Remove activity from interface and use set_property() instead.David Robillard28-347/+67
2012-03-16Remove ClientInterface::activity and use set_property instead.David Robillard2-10/+7
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard9-20/+20
2012-03-15Implement new LV2 discovery API.David Robillard1-56/+66