summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-22Move schema and internals definitions to ingen.lv2 bundle.David Robillard4-257/+187
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 Robillard3-4/+35
2012-04-18Bump dependency versions.David Robillard1-1/+1
2012-04-16Update for latest LV2 resize-port extension.David Robillard2-19/+18
2012-04-14Update URIs.David Robillard8-12/+15
2012-04-12Use URI defines from LV2 headers where possible.David Robillard8-35/+8
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-11Bump LV2 dependency version.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-04-01Bump Raul version.David Robillard1-1/+1
2012-04-01Check for recent versions of stuff.David Robillard1-2/+2
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 Robillard170-176/+0
2012-03-27Delete trailing whitespace.David Robillard7-12/+12
2012-03-27Switch to AGPL3+.David Robillard267-4511/+4775
2012-03-26Update for latest LV2.David Robillard6-20/+9
2012-03-25Update for latest atom extension.David Robillard18-43/+28
2012-03-23Fix compilation with latest LV2.David Robillard16-188/+80
2012-03-22Remove crufty headeres.David Robillard3-3/+0
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard6-23/+119
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 Robillard4-910/+4
2012-03-20Sshh.David Robillard2-9/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard103-1701/+2258
2012-03-16Preliminary work towards native LV2 UI.David Robillard25-789/+1226
2012-03-16Remove ping() from interface, just use a get instead.David Robillard16-50/+324
2012-03-16Merge ClientInterface and ServerInterface.David Robillard84-345/+265
2012-03-16Remove activity from interface and use set_property() instead.David Robillard35-384/+104
2012-03-16Remove ClientInterface::activity and use set_property instead.David Robillard2-10/+7
2012-03-15Remove old include directory.David Robillard0-0/+0
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard48-24/+24
2012-03-15Implement new LV2 discovery API.David Robillard1-56/+66
2012-03-15Use host-provided URI-map for internally mapped URIs.David Robillard2-18/+46
2012-03-14Consistently map all URIs with the URI map.David Robillard3-67/+68
2012-03-14Remove silly/slow Quark::c_str() since Quark derives from a string type anyway.David Robillard2-7/+0
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard43-92/+236
2012-03-12Disable OSC and HTTP for now.David Robillard2-3/+7