Age | Commit message (Expand) | Author | Files | Lines |
2012-08-14 | Saner/faster Store interface for finding children. | David Robillard | 1 | -2/+3 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -10/+12 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -7/+7 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -2/+2 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -4/+3 |
2012-07-16 | Tidy. | David Robillard | 1 | -1/+1 |
2012-06-30 | Fix occasional crashes after node deletion (fix #843). | David Robillard | 1 | -0/+4 |
2012-05-23 | Fix creation of event ports via GUI. | David Robillard | 1 | -0/+4 |
2012-05-12 | Select newly pasted objects so they can be easily moved. | David Robillard | 1 | -0/+5 |
2012-05-12 | Don't send selection information to the server. | David Robillard | 1 | -4/+0 |
2012-05-12 | Get copy and paste working again. | David Robillard | 1 | -27/+42 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -0/+1 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+1 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 1 | -10/+10 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -8/+8 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -1/+1 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 1 | -26/+20 |
2012-04-28 | Lint. | David Robillard | 1 | -3/+3 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -5/+6 |
2012-04-26 | Fix undefined reference. | David Robillard | 1 | -3/+3 |
2012-04-24 | Fix downward signal flow display (i.e. port labels disabled). | David Robillard | 1 | -10/+1 |
2012-04-23 | Edge deletion via select and keyboard delete. | David Robillard | 1 | -2/+14 |
2012-04-23 | Remove vestigial edit mode stuff. | David Robillard | 1 | -24/+0 |
2012-03-27 | Tidy. | David Robillard | 1 | -4/+8 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -2/+2 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -19/+24 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -10/+17 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -4/+4 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 1 | -4/+4 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 |
2011-12-23 | Use source port colour for connection colour. | David Robillard | 1 | -2/+1 |
2011-12-07 | Fix event handling. | David Robillard | 1 | -0/+7 |
2011-12-07 | Remove cruft from public API. | David Robillard | 1 | -1/+1 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -23/+23 |
2011-12-06 | Death to Module.cpp. | David Robillard | 1 | -1/+1 |
2011-12-04 | Move module ports down to C level. | David Robillard | 1 | -3/+3 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 1 | -26/+41 |
2011-12-02 | Joinable => Node. | David Robillard | 1 | -4/+4 |
2011-12-02 | Node => Circle. | David Robillard | 1 | -2/+2 |
2011-12-02 | Connection => Edge. | David Robillard | 1 | -3/+3 |
2011-12-02 | Ellipse => Node. | David Robillard | 1 | -1/+1 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 1 | -1/+1 |
2011-12-01 | Fix compilation. | David Robillard | 1 | -1/+1 |
2011-12-01 | Remove menu stuff from FlowCanvas. | David Robillard | 1 | -1/+1 |
2011-11-30 | Connectable => Joinable. | David Robillard | 1 | -4/+4 |
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 |