summaryrefslogtreecommitdiffstats
path: root/src/gui/Connection.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-7/+7
2012-04-28Remove using declarations from headers.David Robillard1-5/+5
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-4/+4
2011-12-02Joinable => Node.David Robillard1-2/+2
2011-12-02Connection => Edge.David Robillard1-1/+1
2011-11-30Connectable => Joinable.David Robillard1-2/+2
2011-11-28Implement connections as a custom gnomecanvas C widget.David Robillard1-3/+0
2011-11-27Remove linear searching for connections.David Robillard1-1/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-6/+6
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-1/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+2
2011-05-13Make models const in client code.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2009-11-22Partial support for message/value ports and the message context.David Robillard1-0/+43