Age | Commit message (Expand) | Author | Files | Lines |
2009-12-22 | Fix compilation. | David Robillard | 3 | -2/+1 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 9 | -158/+53 |
2009-12-18 | Install headers. | David Robillard | 1 | -0/+3 |
2009-12-11 | Build against old Gtkmm (without clear icon in text entries). | David Robillard | 2 | -0/+7 |
2009-12-03 | Clean up interface headers. | David Robillard | 1 | -1/+1 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 8 | -15/+97 |
2009-11-18 | Less reliance on Buffer::type() (which doesn't really make sense, since buffe... | David Robillard | 1 | -1/+1 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 3 | -4/+4 |
2009-11-16 | Add edit checkbutton to canvas menu for fast mouse based control. | David Robillard | 3 | -26/+59 |
2009-11-16 | Add close button to node properties dialog. | David Robillard | 8 | -18/+40 |
2009-11-16 | Make all windows respond to ctrl+w. | David Robillard | 31 | -57/+170 |
2009-11-16 | Clean up load plugin window and add close button. | David Robillard | 3 | -60/+54 |
2009-11-15 | Better Parse plugin, working Print plugin. | David Robillard | 3 | -3/+3 |
2009-11-14 | Object extension. | David Robillard | 7 | -24/+22 |
2009-11-12 | Factor out common Control code. | David Robillard | 2 | -35/+11 |
2009-11-12 | String port support. | David Robillard | 9 | -24/+206 |
2009-08-16 | Tidy. | David Robillard | 1 | -7/+6 |
2009-07-11 | Fix building without liblo. | David Robillard | 1 | -1/+4 |
2009-07-07 | Fix compilation issues. | David Robillard | 1 | -0/+1 |
2009-06-06 | Fix window titles. | David Robillard | 5 | -5/+6 |
2009-06-04 | Don't treat non-plugin metadata as plugin data. | David Robillard | 1 | -0/+3 |
2009-06-03 | Hide empty classes in plugin context menu (ticket #295). | David Robillard | 2 | -10/+25 |
2009-06-03 | Organize ingen_module like other modules. | David Robillard | 6 | -10/+1 |
2009-06-03 | Remove vestigial interface. | David Robillard | 1 | -1/+1 |
2009-06-03 | Make plugin dialog tree model junk local classes (hide from documentation). | David Robillard | 1 | -43/+31 |
2009-06-03 | Put breadcrumb stuff all in one place. | David Robillard | 5 | -114/+76 |
2009-06-03 | BreadCrumbBox => BreadCrumbs. | David Robillard | 4 | -3/+3 |
2009-06-02 | Fix crash on copy/paste. | David Robillard | 1 | -2/+2 |
2009-05-30 | Set plugin GUI window's role to "plugin_ui" (for WM kludges etc). | David Robillard | 1 | -0/+1 |
2009-05-30 | Fix path in dynamic load plugin window title (don't show path: URI prefix). | David Robillard | 1 | -1/+1 |
2009-05-30 | Better load plugin window geometry hinting. | David Robillard | 2 | -11/+14 |
2009-05-30 | Multi-select in load plugin window (add several plugins at once). | David Robillard | 2 | -74/+90 |
2009-05-30 | Fix load plugin window. | David Robillard | 1 | -1/+3 |
2009-05-29 | Fix reconnecting to engine via various protocols (inferred from user URI) in ... | David Robillard | 1 | -14/+36 |
2009-05-29 | Make connection parsing consistent with other parse methods. | David Robillard | 1 | -1/+1 |
2009-05-28 | Rename 'request_object' 'get'. | David Robillard | 1 | -1/+1 |
2009-05-28 | Fix LADSPA names in plugin selection dialog. | David Robillard | 1 | -12/+26 |
2009-05-28 | Remove vestigial request_variable interface. | 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 | 3 | -47/+18 |
2009-05-28 | Create objects via SetMetadataEvent. | David Robillard | 1 | -1/+0 |
2009-05-28 | Fix property saving to/from file (e.g. module locations). | David Robillard | 1 | -0/+1 |
2009-05-28 | Send port ranges and new subpatches as single PUTs. | David Robillard | 2 | -9/+7 |
2009-05-28 | Send both coordinates of a module move as a single PUT. | David Robillard | 2 | -4/+10 |
2009-05-28 | Send plugin node creation as a single PUT instead of a bunch of separate set_... | David Robillard | 1 | -8/+4 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 6 | -20/+19 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 17 | -75/+44 |
2009-05-27 | Add methods documentation page. | David Robillard | 1 | -1/+1 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 11 | -13/+13 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 12 | -88/+64 |