Age | Commit message (Expand) | Author | Files | Lines |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -4/+3 |
2010-12-14 | Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529). | David Robillard | 1 | -4/+14 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -3/+4 |
2010-03-04 | Scroll to origin on Home key press. | David Robillard | 1 | -0/+3 |
2010-03-04 | Cascade when several objects are added via keyboard in sequence. | David Robillard | 1 | -9/+15 |
2010-03-04 | Pop up patch context menu on space or menu key press (i.e. ability to add stu... | David Robillard | 1 | -3/+29 |
2010-03-04 | Fix non-canvas key bindings (alt-f for file and such). | David Robillard | 1 | -2/+2 |
2010-03-04 | Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter). | David Robillard | 1 | -26/+10 |
2010-02-26 | Add center parameter to FlowCanvas::Canvas::arrange with default value true | David Robillard | 1 | -2/+2 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 1 | -6/+1 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -2/+2 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 1 | -1/+1 |
2010-02-14 | Merge LoadPatchWindow and LoadSubpatchWindow. | David Robillard | 1 | -1/+0 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -2/+2 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -10/+10 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -18/+25 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 1 | -4/+4 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 1 | -4/+4 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -18/+11 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 1 | -1/+1 |
2009-12-03 | Clean up interface headers. | David Robillard | 1 | -1/+1 |
2009-11-16 | Add edit checkbutton to canvas menu for fast mouse based control. | David Robillard | 1 | -9/+22 |
2009-11-14 | Object extension. | David Robillard | 1 | -1/+1 |
2009-06-03 | Hide empty classes in plugin context menu (ticket #295). | David Robillard | 1 | -9/+17 |
2009-06-03 | Organize ingen_module like other modules. | David Robillard | 1 | -1/+0 |
2009-06-02 | Fix crash on copy/paste. | David Robillard | 1 | -2/+2 |
2009-05-29 | Make connection parsing consistent with other parse methods. | David Robillard | 1 | -1/+1 |
2009-05-28 | Speed/clean up plugin menu generation a bit. | David Robillard | 1 | -24/+24 |
2009-05-28 | Generic plugin property mechanism. | David Robillard | 1 | -1/+1 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -28/+8 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 1 | -2/+2 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 1 | -38/+20 |
2009-05-14 | Fix crash on wacky plugins of some unknown variety... ticket #367. | David Robillard | 1 | -0/+2 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -43/+43 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 1 | -0/+2 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -7/+7 |
2009-05-11 | Remove unused flag. | David Robillard | 1 | -3/+0 |
2009-05-11 | O(nlogn) plugin menu generation (previously O(n^2)) where n = number of plugi... | David Robillard | 1 | -29/+37 |
2009-05-11 | * New ontology. | David Robillard | 1 | -31/+43 |
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-20 | Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f... | David Robillard | 1 | -1/+1 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 1 | -11/+35 |
2008-11-27 | Fix menu mnemonics. | David Robillard | 1 | -2/+2 |
2008-11-22 | Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord... | David Robillard | 1 | -4/+4 |
2008-11-22 | Add option to hide port labels. | David Robillard | 1 | -0/+13 |
2008-11-22 | Finer grained locking on RDF world lock when parsing: prevents deadlock on lo... | David Robillard | 1 | -3/+9 |
2008-11-16 | Hide subpatch module ports on destruction (fix ticket #254). | David Robillard | 1 | -1/+11 |