Age | Commit message (Expand) | Author | Files | Lines |
2009-12-30 | Turn off debugging. | David Robillard | 2 | -4/+4 |
2009-12-30 | Fix renaming (fix ticket #458). | David Robillard | 10 | -55/+127 |
2009-12-30 | Better error reporting for bad PUT. | David Robillard | 2 | -8/+23 |
2009-12-30 | Fix serialisation of subpatches. | David Robillard | 1 | -6/+6 |
2009-12-30 | Fix creation of subpatches. | David Robillard | 1 | -1/+1 |
2009-12-30 | Fix JACK name of top level ports (fix ticket #457). | David Robillard | 8 | -7/+31 |
2009-12-30 | Fail gracefully if module fails to load. | David Robillard | 1 | -1/+1 |
2009-12-23 | Remove liblo include from HTTPClientSender (fix building with HTTP and withou... | David Robillard | 1 | -1/+0 |
2009-12-23 | Fix compilation without liblo and/or without libsoup. | David Robillard | 1 | -0/+4 |
2009-12-22 | Fix compilation. | David Robillard | 7 | -14/+21 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 41 | -1637/+548 |
2009-12-18 | Only load network engine interface modules when needed. | David Robillard | 2 | -39/+36 |
2009-12-18 | Install headers. | David Robillard | 8 | -2/+23 |
2009-12-11 | Build against old Gtkmm (without clear icon in text entries). | David Robillard | 3 | -0/+8 |
2009-12-08 | Fix syntax error. | David Robillard | 1 | -1/+1 |
2009-12-03 | More missing icnlude fun. | David Robillard | 2 | -2/+2 |
2009-12-03 | Add missing include. | David Robillard | 1 | -0/+1 |
2009-12-03 | Clean up interface headers. | David Robillard | 7 | -11/+8 |
2009-11-27 | Update doxygen files. | David Robillard | 1 | -682/+682 |
2009-11-22 | Enqueue message thread requests by the port, not by the node. | David Robillard | 4 | -19/+19 |
2009-11-22 | Execute cross-context events in correct increasing time order. | David Robillard | 9 | -30/+104 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 35 | -84/+382 |
2009-11-18 | Less reliance on Buffer::type() (which doesn't really make sense, since buffe... | David Robillard | 4 | -34/+25 |
2009-11-18 | Remove pointless lv2_contexts.h symlink. | David Robillard | 2 | -2/+1 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 54 | -187/+182 |
2009-11-16 | Add edit checkbutton to canvas menu for fast mouse based control. | David Robillard | 4 | -30/+65 |
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-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-09 | Fix tabs in ingen.ttl. | David Robillard | 1 | -9/+9 |
2009-11-09 | Add seeAlso link for me. | David Robillard | 1 | -1/+2 |
2009-11-09 | Add description file with DOAP and host-info information. | David Robillard | 1 | -0/+43 |
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 |