summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-10Fix crash on load and subsequent save.David Robillard1-1/+1
2011-12-10Fix event handling.David Robillard2-2/+5
2011-12-08Clean up port event stuff.David Robillard3-9/+35
2011-12-08Make canvas direction a property.David Robillard1-2/+2
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard6-12/+12
2011-12-07Fix saving.David Robillard1-1/+2
2011-12-07Fix event handling.David Robillard1-0/+7
2011-12-07Remove cruft from public API.David Robillard3-10/+3
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard15-71/+69
2011-12-06Death to Module.cpp.David Robillard3-14/+6
2011-12-05Move event handling down to C level.David Robillard3-6/+12
2011-12-04Move module port management stuff down to C level.David Robillard1-1/+1
2011-12-04Move module ports down to C level.David Robillard2-6/+6
2011-12-04Remove redundant _canvas field from Item.David Robillard2-4/+4
2011-12-03Don't expose canvas data structures.David Robillard6-46/+60
2011-12-02Joinable => Node.David Robillard4-12/+12
2011-12-02Node => Circle.David Robillard1-2/+2
2011-12-02Remove Shape::store_location() in favour of Joinable::signal_moved.David Robillard2-0/+6
2011-12-02Connection => Edge.David Robillard4-7/+7
2011-12-02Ellipse => Node.David Robillard1-1/+1
2011-12-01Move color stuff down to C level.David Robillard3-6/+3
2011-12-01Use consistent property wrappers for x and y coordinates.David Robillard3-10/+10
2011-12-01Fix compilation.David Robillard7-13/+13
2011-12-01Remove menu stuff from FlowCanvas.David Robillard6-2/+21
2011-11-30Connectable => Joinable.David Robillard4-12/+12
2011-11-30Possible for for old Gtk versions.David Robillard1-6/+0
2011-11-29Remove all centering stuff. Nothing but trouble.David Robillard1-1/+1
2011-11-29Remove libgnomecanvasmm dependency.David Robillard8-10/+3
2011-11-28Make Item no longer a Gnome::Canvas::Group.David Robillard2-0/+6
2011-11-28Make FlowCanvas::Port no longer a Gnome::Canvas::Group.David Robillard1-1/+2
2011-11-28Independent control of corner radiuses.David Robillard2-3/+5
2011-11-28Implement port boxes as a custom gnomecanvas C widget.David Robillard1-5/+3
2011-11-28Implement connections as a custom gnomecanvas C widget.David Robillard1-3/+0
2011-11-27Remove linear searching for connections.David Robillard2-10/+1
2011-11-27Don't expose non-const Module::ports.David Robillard1-1/+1
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-1/+1
2011-11-26Handle adding and removing connections internally like with items.David Robillard1-3/+2
2011-11-26Don't expose non-const references to internal canvas collections.David Robillard1-2/+2
2011-11-24Update waf.David Robillard1-0/+0
2011-11-24Remove client from world.David Robillard7-34/+26
2011-11-11Fix broken LV2 data.David Robillard3-5/+5
2011-11-09Update for changes in LV2 SVN.David Robillard6-10/+10
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-1/+2
2011-11-06Fix compilation against latest LV2 svn.David Robillard3-1/+6
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard18-151/+141
2011-11-02Remove unused dc prefix.David Robillard1-4/+2
2011-11-01Use rdfs:label for preset labels (fix ticket #668).David Robillard1-2/+2
2011-10-22Fix compilation on Mac OS XDavid Robillard4-14/+18
2011-10-22Fix serialisation.David Robillard3-41/+29
2011-10-22Simplify Parser.David Robillard4-117/+63