aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/EdgeView.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-22Make edges opaque.David Robillard1-4/+4
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-02-02More generic Atom class.David Robillard1-3/+3
2013-01-13Update copyright headers.David Robillard1-16/+15
2013-01-13Change model to have a single initial node.David Robillard1-3/+8
2013-01-13Use lowercase namespace names.David Robillard1-6/+6
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-5/+9
2013-01-12Bulk reformat.David Robillard1-18/+21
2013-01-12Don't use curved edges.David Robillard1-1/+1
2013-01-11Bring Machina back into the fold (fix #844).David Robillard1-2/+7
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-3/+3
2011-12-04Remove redundant _canvas field from Item.David Robillard1-1/+1
2011-12-02Connection => Edge.David Robillard1-1/+1
2011-11-30Remove redundant Connection::_source and Connection::_dest.David Robillard1-1/+1
2011-11-30Remove old Connection handle stuff.David Robillard1-2/+0
2011-11-28Remove Canvas::select_dash and Connection handle style stuff.David Robillard1-1/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-2/+2
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-1/+1
2011-06-03Avoid the awful Gnome::Canvas::Text entirely, saving a ton of memory.David Robillard1-3/+2
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-6/+0
2011-01-10Rewrite with UI/engine split.David Robillard1-24/+40
2010-12-22Update license to GPLv3.David Robillard1-10/+10
2010-12-22Assign all objects a numeric ID at creation time.David Robillard1-3/+3
2010-12-18Tidy.David Robillard1-13/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-4/+4
2008-11-17Compile.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2
2007-12-03Several machina-style canvas improvements (colour edges, edge handles, better...David Robillard1-7/+50
2007-10-21Fix (most of the) basic machina functionality.David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-1/+1
2007-06-06Nicer Flowcanvas naming.David Robillard1-4/+4
2007-04-17Event handling fixes.David Robillard1-10/+10
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-02Edge label toggling.David Robillard1-3/+18
2007-03-30Canvas auto-layout uses durations like graphviz diagrams.David Robillard1-0/+7
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard1-5/+5
2007-02-21Tempo based time in Machina (and related utilities added to Raul).David Robillard1-1/+0
2007-02-20New double buffer class in Raul (used for realtime-safe thread-safe writes to...David Robillard1-0/+67