summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-25Fix OSX bundle.David Robillard1-3/+3
2011-11-25Fix Mac bundle environment stuff.David Robillard1-2/+2
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard11-453/+144
2011-11-25Make it possible to remove connections by middle-clicking on their handle, orDavid Robillard2-0/+56
2011-11-25Remove property which causes a warning in GTK2.David Robillard1-1/+0
2011-11-25Add fontconfig configuration file to bundle.David Robillard1-0/+3
2011-11-25Switch to GPLv3+.David Robillard23-168/+807
2011-11-25Remove unused DBus class.David Robillard2-180/+0
2011-11-25Remove LASH stuff.David Robillard17-2518/+173
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard2-3/+3
2011-11-07Fix warning.David Robillard1-4/+2
2011-10-18Clang warning fixes.David Robillard3-8/+8
2011-08-20Fix compilation of Jack DBus driver (probably doesn't work correctly, though).David Robillard2-58/+38