Age | Commit message (Expand) | Author | Files | Lines |
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/+12 |
2011-03-17 | Tidy. | David Robillard | 1 | -63/+65 |
2011-03-11 | Shhh. | David Robillard | 1 | -1/+1 |
2011-03-11 | Hide replaced plugins from context menu and load plugin window. | David Robillard | 1 | -0/+6 |
2011-03-09 | Update for new SLV2 API. | David Robillard | 1 | -2/+2 |
2011-02-19 | Partially working copy/paste. | David Robillard | 1 | -14/+18 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -2/+4 |
2011-02-18 | Trim more cruft. | David Robillard | 1 | -2/+1 |
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 |