summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Lint.David Robillard2-18/+18
2012-05-11"Connection" => "Edge"David Robillard4-32/+28
2012-05-11Clean up and better document World interface.David Robillard3-13/+12
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard21-109/+105
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard3-5/+5
2012-05-10LV2URIMap => URIMap.David Robillard19-48/+41
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard2-5/+12
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard2-2/+2
2012-05-10Don't double initialize Jack when running ingen -egDavid Robillard1-5/+4
2012-05-09Remove old HTTP and OSC stuff.David Robillard1-13/+4
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard2-2/+2
2012-05-01Remove half baked control window stuff. The canvas is better anyway.David Robillard22-1135/+5
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard2-0/+36
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard4-44/+38
2012-04-28Lint.David Robillard19-47/+69
2012-04-28Remove using declarations from headers.David Robillard44-283/+304
2012-04-26Save properties with pretty numbers so normal LV2 tools can read patches.David Robillard1-1/+1
2012-04-26Fix undefined reference.David Robillard1-3/+3
2012-04-25Move more functionality down to C canvas.David Robillard1-2/+2
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard3-22/+22
2012-04-24Move more implementation to C GanvCanvas.David Robillard1-1/+1
2012-04-24Give canvas focus by default so keyboard commands work.David Robillard5-17/+7
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard2-11/+2
2012-04-24Update copyright stuff in about dialog.David Robillard1-3/+3
2012-04-23Fix polyphony widgets (fix #664).David Robillard2-3/+10
2012-04-23Edge deletion via select and keyboard delete.David Robillard1-2/+14
2012-04-23Remove vestigial edit mode stuff.David Robillard2-26/+0
2012-04-23Fire signal and update GUI correctly when renaming ports.David Robillard1-1/+2
2012-04-23Use modern presets extension.David Robillard1-20/+27
2012-04-23Use URI defines where possible.David Robillard2-12/+12
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-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 Robillard1-0/+3
2012-04-14Update URIs.David Robillard2-2/+2
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-5/+0
2012-04-05Fix subpatch creation (fix #826).David Robillard7-23/+25
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-27Tidy.David Robillard1-4/+8
2012-03-27Fix load plugin window.David Robillard1-4/+8
2012-03-27Squeeze blank lines.David Robillard3-3/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard64-1024/+960
2012-03-26Update for latest LV2.David Robillard1-2/+2
2012-03-25Update for latest atom extension.David Robillard4-5/+5
2012-03-20Show entire UI (with menu and status bar) for LV2 UI.David Robillard3-4/+20