summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-22Remove buggy click-to-select-edge in Patchage.David Robillard1-24/+1
2012-04-21Fix ALSA.David Robillard1-10/+10
2012-04-20Fix disconnect via connection select and delete.David Robillard1-0/+2
2012-04-13Use standard command synopsis style.David Robillard1-1/+1
2012-03-27Delete trailing whitespace.David Robillard5-7/+7
2012-03-09Fix "disconnect all".David Robillard1-3/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard11-11/+11
2012-01-11Delete modules when Jack clients disappear.David Robillard1-0/+2
2011-12-18Use opaque port colours.David Robillard1-3/+3
2011-12-10Fix event handling.David Robillard2-5/+8
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard2-2/+2
2011-12-07Remove cruft from public API.David Robillard1-2/+6
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard10-62/+66
2011-12-06Death to Module.cpp.David Robillard2-3/+5
2011-12-05Remove cruft.David Robillard3-17/+5
2011-12-04Move module port management stuff down to C level.David Robillard2-4/+6
2011-12-04Move module ports down to C level.David Robillard2-11/+15
2011-12-04Store C items in Canvas.David Robillard2-3/+3
2011-12-04Store C edges in Canvas.David Robillard2-0/+3
2011-12-04Move Port::_module down to C level (Port is now a stateless wrapper).David Robillard2-2/+2
2011-12-03Don't expose canvas data structures.David Robillard5-46/+103
2011-12-02Remove Shape typedef.David Robillard2-2/+2
2011-12-02Joinable => Node.David Robillard2-14/+14
2011-12-02Remove Shape::store_location() in favour of Joinable::signal_moved.David Robillard1-0/+2
2011-12-02Use Joinable shape and remove Node::_circle.David Robillard1-1/+1
2011-12-02Connection => Edge.David Robillard6-11/+11
2011-12-01Move color stuff down to C level.David Robillard3-5/+5
2011-12-01Use consistent property wrappers for x and y coordinates.David Robillard1-1/+1
2011-12-01FlowCanvas::Item => FlowCanvas::Shape.David Robillard2-2/+2
2011-12-01Remove menu stuff from FlowCanvas.David Robillard3-1/+31
2011-12-01Remove width and height stuff from Item (not generic).David Robillard1-1/+1
2011-11-30Remove redundant Connection::_source and Connection::_dest.David Robillard2-4/+4
2011-11-30Connectable => Joinable.David Robillard2-14/+14
2011-11-30Remove old Connection handle stuff.David Robillard1-1/+0
2011-11-29Remove all centering stuff. Nothing but trouble.David Robillard2-3/+2
2011-11-29Remove libgnomecanvasmm dependency.David Robillard2-5/+3
2011-11-28Make Item no longer a Gnome::Canvas::Group.David Robillard1-1/+1
2011-11-28Add missing include.David Robillard1-0/+1
2011-11-27Add missing include (#788).David Robillard1-1/+2
2011-11-27Remove linear searching for connections.David Robillard3-3/+3
2011-11-27Document public API.David Robillard6-12/+12
2011-11-26Mac integration.David Robillard3-7/+33
2011-11-26Fix potential crash on exit.David Robillard1-1/+3
2011-11-26Remove spurious comma.David Robillard1-1/+1
2011-11-26Add missing file.David Robillard1-0/+156
2011-11-26Handle adding and removing connections internally like with items.David Robillard1-1/+1
2011-11-26Don't expose non-const references to internal canvas collections.David Robillard2-2/+2
2011-11-25Remove Raul dependency.David Robillard10-40/+9
2011-11-25Move more logging into the messages window.David Robillard4-28/+18
2011-11-25Remove cruft.David Robillard3-6/+4