Age | Commit message (Expand) | Author | Files | Lines |
2009-11-16 | Clean up load plugin window and add close button. | David Robillard | 3 | -60/+54 |
2009-11-16 | Rework objects extension to have "value ports" and "message ports". | David Robillard | 63 | -1116/+813 |
2009-11-15 | Better Parse plugin, working Print plugin. | David Robillard | 15 | -22/+25 |
2009-11-14 | Object extension. | David Robillard | 71 | -452/+896 |
2009-11-12 | Factor out common Control code. | David Robillard | 2 | -35/+11 |
2009-11-12 | String port support. | David Robillard | 33 | -123/+559 |
2009-11-07 | Delete plugins, move core package to lv2 directory and generate docs for it. | David Robillard | 1 | -1/+1 |
2009-11-04 | Remove orphan cruft. | David Robillard | 2 | -24/+3 |
2009-10-31 | Remove connections in the GUI before ports, preventing missed lookups. | David Robillard | 1 | -6/+5 |
2009-10-31 | Revert (most of) r2205, which broke node creation (invisible ports). | David Robillard | 1 | -3/+3 |
2009-10-31 | Fire signals on add_property as well as set_property (fix ticket #389). | David Robillard | 2 | -3/+12 |
2009-10-31 | Don't double-send creation events when they are a result of a PUT. | David Robillard | 3 | -3/+9 |
2009-10-23 | Upgrade to waf 1.5.9. | David Robillard | 1 | -2/+1 |
2009-10-21 | Fix crash when plugins fail to instantiate. | David Robillard | 3 | -7/+14 |
2009-10-19 | Fix set/PUT with multiple properties of the same predicate. | David Robillard | 7 | -19/+83 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Fix spelling. | David Robillard | 1 | -8/+8 |
2009-10-19 | Fix saving properties of root patch ports (fix ticket #389). | David Robillard | 2 | -1/+6 |
2009-10-19 | Move pointlessley inlined virtual methods to implementation file. | David Robillard | 2 | -9/+18 |
2009-09-12 | Fix spelling. | David Robillard | 1 | -1/+1 |
2009-08-16 | Tidy. | David Robillard | 1 | -7/+6 |
2009-07-11 | Fix building without liblo. | David Robillard | 1 | -1/+4 |
2009-07-07 | Re-add lv2_contexts.h | David Robillard | 1 | -0/+1 |
2009-07-07 | Remove lv2_contexts.h | David Robillard | 1 | -1/+0 |
2009-07-07 | Fix compilation issues. | David Robillard | 7 | -3/+10 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 15 | -18/+17 |
2009-07-04 | Update link. | David Robillard | 1 | -1/+1 |
2009-06-14 | Tolerate LV2 plugins without a binary URI. | David Robillard | 1 | -3/+10 |
2009-06-14 | Fix whitespace. | David Robillard | 1 | -2/+2 |
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 | 3 | -7/+16 |
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 | 13 | -17/+7 |
2009-06-03 | Update bindings. | David Robillard | 12 | -91/+51 |
2009-06-03 | Update SWIG file. | David Robillard | 1 | -6/+5 |
2009-06-03 | Remove vestigial interface. | David Robillard | 7 | -34/+18 |
2009-06-03 | Clean up input port mixdown code. | David Robillard | 4 | -37/+31 |
2009-06-03 | Clean up and shave some overhead from port value broadcasting. | David Robillard | 7 | -62/+59 |
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-03 | Move internals to their own namespace ala events. | David Robillard | 11 | -0/+25 |
2009-06-03 | Move internals to their own directory ala events. | David Robillard | 15 | -30/+30 |
2009-06-03 | Rename event classes to match new pretty file names. | David Robillard | 51 | -204/+233 |
2009-06-03 | Move events to their own namespace. | David Robillard | 51 | -29/+150 |
2009-06-03 | Consistent imperative style event names. | David Robillard | 8 | -8/+8 |
2009-06-03 | Chop "Event" from event source file names. | David Robillard | 54 | -82/+81 |
2009-06-03 | Remove events dir from include path. | David Robillard | 1 | -5/+5 |
2009-06-03 | Remove unused DisablePortMonitoringEvent. | David Robillard | 2 | -135/+0 |