summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-18Node => BlockDavid Robillard1-21/+21
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-16/+15
2012-08-16Remove all 'using namespace Raul'.David Robillard1-14/+13
2012-08-14Saner/faster Store interface for finding children.David Robillard1-2/+3
2012-08-14Update for latest Raul.David Robillard1-10/+12
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-7/+7
2012-08-12Stricter symbol construction and conversion.David Robillard1-2/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-4/+3
2012-07-16Tidy.David Robillard1-1/+1
2012-06-30Fix occasional crashes after node deletion (fix #843).David Robillard1-0/+4
2012-05-23Fix creation of event ports via GUI.David Robillard1-0/+4
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