Age | Commit message (Expand) | Author | Files | Lines |
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 | Use the more portable/correct lib instead of linkflags. | 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-24 | Remove client from world. | David Robillard | 6 | -32/+26 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 5 | -8/+8 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -1/+2 |
2011-11-06 | Fix compilation against latest LV2 svn. | David Robillard | 3 | -1/+6 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 10 | -40/+37 |
2011-11-02 | Remove unused dc prefix. | David Robillard | 1 | -4/+2 |
2011-11-01 | Use rdfs:label for preset labels (fix ticket #668). | David Robillard | 1 | -2/+2 |
2011-10-22 | Fix compilation on Mac OS X | David Robillard | 1 | -0/+2 |
2011-10-22 | Fix serialisation. | David Robillard | 2 | -40/+28 |
2011-10-22 | Simplify Parser. | David Robillard | 3 | -116/+62 |
2011-10-22 | Move basic URI map and unmap implementation to URIs. | David Robillard | 3 | -9/+21 |
2011-10-22 | Fix menus. | David Robillard | 2 | -6/+11 |
2011-10-22 | Remove EventType. | David Robillard | 5 | -15/+3 |
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 |
2011-10-22 | Add missing files | David Robillard | 6 | -0/+231 |
2011-10-22 | Move *all* OSC and HTTP stuff to their respective modules. | David Robillard | 22 | -138/+73 |
2011-10-21 | Tidy. | David Robillard | 4 | -27/+21 |
2011-10-21 | Move engine side OSC and HTTP stuff to separate modules. | David Robillard | 11 | -53/+26 |
2011-10-21 | Move uri() to CommonInterface. | David Robillard | 1 | -8/+0 |
2011-10-21 | Merge Request into Event. | David Robillard | 35 | -435/+395 |
2011-10-21 | Make engine receivers depend only on ServerInterface. | David Robillard | 10 | -67/+56 |
2011-10-21 | Remove unnecessary calls to EventSource::whip(). | David Robillard | 7 | -21/+5 |
2011-10-21 | Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst... | David Robillard | 13 | -82/+126 |
2011-10-21 | Merge QueuedEvent into Event. | David Robillard | 39 | -255/+158 |
2011-10-21 | QueuedEngineInterface => ServerInterfaceImpl. | David Robillard | 10 | -42/+42 |
2011-10-21 | Clean up include paths. | David Robillard | 11 | -31/+30 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 79 | -386/+87 |
2011-10-21 | Move URIs.hpp to public shared include directory. | David Robillard | 4 | -111/+5 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 67 | -276/+372 |