Age | Commit message (Expand) | Author | Files | Lines |
2007-10-13 | Send polyphonic state on object creation. | David Robillard | 7 | -7/+28 |
2007-10-13 | Fix audio->control connections. | David Robillard | 2 | -2/+6 |
2007-10-13 | Fix crash when control dragging on MIDI or OSC ports. | David Robillard | 1 | -0/+4 |
2007-10-12 | Fix broken compilation w/o --enable-debug | David Robillard | 1 | -1/+2 |
2007-10-11 | Fix awful plugin loading situation. | David Robillard | 18 | -274/+209 |
2007-10-11 | Show 'Loading plugins' instead of the more confusing 'Receiving plugins' in c... | David Robillard | 1 | -1/+1 |
2007-10-11 | Attempt at fixing indefined symbols on inferior computers. | David Robillard | 2 | -2/+3 |
2007-10-11 | Fix initial state of radio buttons in connect window when running ingen -eg. | David Robillard | 7 | -121/+73 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 9 | -62/+71 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 16 | -48/+51 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 5 | -12/+12 |
2007-10-09 | Blink ports connected to outputs when output blinks. | David Robillard | 1 | -0/+9 |
2007-10-09 | Fix OSC patching. | David Robillard | 10 | -22/+60 |
2007-10-08 | OSC Blinkenports(TM). | David Robillard | 4 | -4/+10 |
2007-10-08 | Build fixes. | David Robillard | 5 | -34/+40 |
2007-10-08 | Added missing interface/Patch.hpp. | David Robillard | 5 | -63/+56 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 68 | -387/+300 |
2007-10-08 | Reorganize modules module (heh) to make a bit more sense. But not much. | David Robillard | 12 | -27/+34 |
2007-10-08 | Dynamically load Serialiser from serialisation module, make it actually work,... | David Robillard | 10 | -27/+72 |
2007-10-08 | Serializer -> Serialiser. | David Robillard | 6 | -33/+33 |
2007-10-08 | Move Serializer from client lib to serialisation lib (engine or client side s... | David Robillard | 7 | -13/+13 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 81 | -311/+347 |
2007-10-08 | SharedPtr-ize engine-side Connections (towards merge for patch->connections()). | David Robillard | 10 | -24/+26 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 21 | -100/+105 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 14 | -932/+81 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 32 | -218/+142 |
2007-10-08 | Fix serialization/connection bugs resulting from refactoring. | David Robillard | 20 | -83/+68 |
2007-10-07 | Move DataType into Shared namespace. | David Robillard | 2 | -8/+8 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 94 | -442/+412 |
2007-10-07 | URI-ify DataType and match LV2 port type semantics. | David Robillard | 1 | -13/+24 |
2007-10-07 | Remove DSSI. | David Robillard | 33 | -1780/+13 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 40 | -200/+155 |
2007-10-07 | Begin using shared virtual Node interface client side. | David Robillard | 28 | -130/+145 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 62 | -194/+194 |
2007-10-07 | Start building a common (client/server) abstract interface for graph objects. | David Robillard | 28 | -828/+77 |
2007-10-06 | Access to object properties window via context menu (most importantly the por... | David Robillard | 12 | -68/+101 |
2007-10-06 | Fix building without libcurl. | David Robillard | 3 | -5/+21 |
2007-10-06 | Removed comment that's no longer applicable. It was a bad comment. Yay. | David Robillard | 1 | -3/+0 |
2007-10-05 | Fix more OSC thread thingies. | David Robillard | 1 | -2/+3 |
2007-10-05 | Make receiving OSC FIFO, preparing events not. | David Robillard | 1 | -1/+1 |
2007-10-05 | Fix OSC receiving thread chewing CPU (xrun problem on single core systems). | David Robillard | 4 | -14/+26 |
2007-10-05 | Fix embedded LV2 GUI resizing. | David Robillard | 2 | -18/+28 |
2007-10-05 | Don't use lazy binding for loading plugin libraries. | David Robillard | 2 | -2/+2 |
2007-10-05 | Fix ridiculous CPU chewing on embedded LV2 GUIs. | David Robillard | 3 | -1/+14 |
2007-10-05 | Fix connection serialisation. | David Robillard | 1 | -20/+18 |
2007-10-04 | Fixed port menu (load fancy dynamic menu from Glade). | David Robillard | 13 | -49/+124 |
2007-10-03 | Initialise GUI controls for popped up GUIs as well. | David Robillard | 2 | -17/+32 |
2007-10-03 | Set initial values for embedded LV2 GUIs. | David Robillard | 2 | -2/+11 |
2007-10-03 | Fix embedded widget size (don't crop pixels on the RHS). | David Robillard | 1 | -3/+3 |
2007-10-03 | Always hide toolbar text. | David Robillard | 3 | -1/+5 |