Age | Commit message (Expand) | Author | Files | Lines |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 3 | -6/+8 |
2012-03-11 | Fix crash when showing port properties window. | David Robillard | 1 | -0/+1 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 6 | -30/+30 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 2 | -3/+3 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 5 | -5/+5 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 3 | -11/+2 |
2011-12-23 | Use source port colour for connection colour. | David Robillard | 1 | -2/+1 |
2011-12-18 | Use opaque port colours. | David Robillard | 1 | -6/+6 |
2011-12-10 | Fix event handling. | David Robillard | 2 | -2/+5 |
2011-12-08 | Clean up port event stuff. | David Robillard | 3 | -9/+35 |
2011-12-08 | Make canvas direction a property. | David Robillard | 1 | -2/+2 |
2011-12-08 | Fix node moving (inform user via "moved" signal). | David Robillard | 6 | -12/+12 |
2011-12-07 | Fix event handling. | David Robillard | 1 | -0/+7 |
2011-12-07 | Remove cruft from public API. | David Robillard | 3 | -10/+3 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 14 | -69/+67 |
2011-12-06 | Death to Module.cpp. | David Robillard | 3 | -14/+6 |
2011-12-05 | Move event handling down to C level. | David Robillard | 3 | -6/+12 |
2011-12-04 | Move module port management stuff down to C level. | David Robillard | 1 | -1/+1 |
2011-12-04 | Move module ports down to C level. | David Robillard | 2 | -6/+6 |
2011-12-04 | Remove redundant _canvas field from Item. | David Robillard | 2 | -4/+4 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 6 | -46/+60 |
2011-12-02 | Joinable => Node. | David Robillard | 4 | -12/+12 |
2011-12-02 | Node => Circle. | David Robillard | 1 | -2/+2 |
2011-12-02 | Remove Shape::store_location() in favour of Joinable::signal_moved. | David Robillard | 2 | -0/+6 |
2011-12-02 | Connection => Edge. | David Robillard | 4 | -7/+7 |
2011-12-02 | Ellipse => Node. | David Robillard | 1 | -1/+1 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 3 | -6/+3 |
2011-12-01 | Use consistent property wrappers for x and y coordinates. | David Robillard | 3 | -10/+10 |
2011-12-01 | Fix compilation. | David Robillard | 7 | -13/+13 |
2011-12-01 | Remove menu stuff from FlowCanvas. | David Robillard | 6 | -2/+21 |
2011-11-30 | Connectable => Joinable. | David Robillard | 4 | -12/+12 |
2011-11-30 | Possible for for old Gtk versions. | David Robillard | 1 | -6/+0 |
2011-11-29 | Remove all centering stuff. Nothing but trouble. | David Robillard | 1 | -1/+1 |
2011-11-29 | Remove libgnomecanvasmm dependency. | David Robillard | 8 | -10/+3 |
2011-11-28 | Make Item no longer a Gnome::Canvas::Group. | David Robillard | 2 | -0/+6 |
2011-11-28 | Make FlowCanvas::Port no longer a Gnome::Canvas::Group. | David Robillard | 1 | -1/+2 |
2011-11-28 | Independent control of corner radiuses. | David Robillard | 2 | -3/+5 |
2011-11-28 | Implement port boxes as a custom gnomecanvas C widget. | David Robillard | 1 | -5/+3 |
2011-11-28 | Implement connections as a custom gnomecanvas C widget. | David Robillard | 1 | -3/+0 |
2011-11-27 | Remove linear searching for connections. | David Robillard | 2 | -10/+1 |
2011-11-27 | Don't expose non-const Module::ports. | David Robillard | 1 | -1/+1 |
2011-11-26 | Handle adding and removing connections internally like with items. | David Robillard | 1 | -3/+2 |
2011-11-26 | Don't expose non-const references to internal canvas collections. | David Robillard | 1 | -2/+2 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 1 | -1/+1 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 6 | -30/+30 |
2011-11-01 | Use rdfs:label for preset labels (fix ticket #668). | David Robillard | 1 | -2/+2 |
2011-10-22 | Move basic URI map and unmap implementation to URIs. | David Robillard | 1 | -6/+6 |
2011-10-22 | Fix menus. | David Robillard | 2 | -6/+11 |
2011-10-22 | Remove remote patch stuff (doesn't work anyway). | David Robillard | 10 | -1051/+0 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 50 | -424/+535 |