Age | Commit message (Expand) | Author | Files | Lines |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 1 | -3/+3 |
2012-04-28 | Lint. | David Robillard | 1 | -2/+2 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -29/+19 |
2012-04-23 | Remove vestigial edit mode stuff. | David Robillard | 1 | -2/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -13/+11 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 1 | -2/+1 |
2011-12-02 | Joinable => Node. | David Robillard | 1 | -4/+4 |
2011-11-30 | Connectable => Joinable. | David Robillard | 1 | -4/+4 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -1/+7 |
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 1 | -1/+1 |
2011-06-10 | Avoid resizing entirely when adding a port and new size/etc is simple to comp... | David Robillard | 1 | -1/+1 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -5/+5 |
2011-06-04 | Make all Canvas data members private. | David Robillard | 1 | -1/+0 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -1/+1 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -3/+5 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -11/+14 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 1 | -6/+6 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -4/+4 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -2/+0 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-03-17 | Show plugin/port documentation in side pane when selected. | David Robillard | 1 | -0/+1 |
2010-12-14 | Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529). | David Robillard | 1 | -1/+3 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-04 | Cascade when several objects are added via keyboard in sequence. | David Robillard | 1 | -0/+3 |
2010-03-04 | Pop up patch context menu on space or menu key press (i.e. ability to add stu... | David Robillard | 1 | -1/+3 |
2010-03-04 | Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter). | David Robillard | 1 | -3/+1 |
2010-02-26 | Add center parameter to FlowCanvas::Canvas::arrange with default value true | David Robillard | 1 | -1/+1 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -1/+1 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 1 | -3/+3 |
2009-11-16 | Add edit checkbutton to canvas menu for fast mouse based control. | David Robillard | 1 | -17/+18 |
2009-06-03 | Hide empty classes in plugin context menu (ticket #295). | David Robillard | 1 | -1/+8 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 1 | -2/+0 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -12/+12 |
2009-05-11 | Remove unused flag. | David Robillard | 1 | -1/+0 |
2009-05-11 | O(nlogn) plugin menu generation (previously O(n^2)) where n = number of plugi... | David Robillard | 1 | -3/+5 |
2009-05-11 | * New ontology. | David Robillard | 1 | -3/+8 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 1 | -1/+1 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 1 | -1/+1 |
2008-12-16 | Trim include dependency tree. | David Robillard | 1 | -4/+5 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 1 | -0/+1 |
2008-11-22 | Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord... | David Robillard | 1 | -0/+1 |
2008-11-22 | Add option to hide port labels. | David Robillard | 1 | -5/+2 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -4/+4 |
2008-10-12 | Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction. | David Robillard | 1 | -4/+0 |
2008-10-07 | Add support for plugin class multiple inheritance (multiple menu entires for ... | David Robillard | 1 | -1/+1 |
2008-10-07 | Separate building skeleton plugin menu from adding plugins, and add plugins o... | David Robillard | 1 | -3/+13 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 1 | -1/+1 |