summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Select newly pasted objects so they can be easily moved.David Robillard1-0/+5
2012-05-12Don't send selection information to the server.David Robillard1-4/+0
2012-05-12Get copy and paste working again.David Robillard1-27/+42
2012-05-11Avoid including gtkmm.hDavid Robillard1-0/+1
2012-05-11Add missing includes.David Robillard1-0/+1
2012-05-11"Connection" => "Edge"David Robillard1-10/+10
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-8/+8
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-1/+1
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-26/+20
2012-04-28Lint.David Robillard1-3/+3
2012-04-28Remove using declarations from headers.David Robillard1-5/+6
2012-04-26Fix undefined reference.David Robillard1-3/+3
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard1-10/+1
2012-04-23Edge deletion via select and keyboard delete.David Robillard1-2/+14
2012-04-23Remove vestigial edit mode stuff.David Robillard1-24/+0
2012-03-27Tidy.David Robillard1-4/+8
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-25Update for latest atom extension.David Robillard1-2/+2
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-19/+24
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-10/+17
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-4/+4
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard1-4/+4
2012-03-10Delete trailing whitespace.David Robillard1-2/+2
2011-12-23Use source port colour for connection colour.David Robillard1-2/+1
2011-12-07Fix event handling.David Robillard1-0/+7
2011-12-07Remove cruft from public API.David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-23/+23
2011-12-06Death to Module.cpp.David Robillard1-1/+1
2011-12-04Move module ports down to C level.David Robillard1-3/+3
2011-12-03Don't expose canvas data structures.David Robillard1-26/+41
2011-12-02Joinable => Node.David Robillard1-4/+4
2011-12-02Node => Circle.David Robillard1-2/+2
2011-12-02Connection => Edge.David Robillard1-3/+3
2011-12-02Ellipse => Node.David Robillard1-1/+1
2011-12-01Move color stuff down to C level.David Robillard1-1/+1
2011-12-01Fix compilation.David Robillard1-1/+1
2011-12-01Remove menu stuff from FlowCanvas.David Robillard1-1/+1
2011-11-30Connectable => Joinable.David Robillard1-4/+4
2011-11-26Handle adding and removing connections internally like with items.David Robillard1-3/+2
2011-11-26Don't expose non-const references to internal canvas collections.David Robillard1-2/+2
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-4/+4
2011-10-22De-singleton-ify GUI.David Robillard1-53/+56
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-4/+4
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-2/+2
2011-10-21Use Builder::connectDavid Robillard1-9/+1
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-1/+1