Age | Commit message (Expand) | Author | Files | Lines |
2007-12-20 | Fix about dialog close button. | David Robillard | 4 | -3/+11 |
2007-12-19 | Fix LV2 GUI embedding. | David Robillard | 4 | -14/+16 |
2007-12-15 | Updated LV2 GUI extension. | David Robillard | 1 | -8/+2 |
2007-12-14 | Fix compile oops with --enable-debug. | David Robillard | 1 | -3/+5 |
2007-12-12 | Fix initialisation order warnings. | David Robillard | 1 | -1/+1 |
2007-12-05 | Add preliminary mutation to machina (only random edge probability mutation so... | David Robillard | 1 | -2/+2 |
2007-12-05 | Preliminary evolutionary stuff in machina. | David Robillard | 6 | -12/+13 |
2007-12-02 | Optional edge length hints for FlowCanvas (only used by Machina). | David Robillard | 3 | -4/+4 |
2007-12-01 | Clean up query code. | David Robillard | 1 | -79/+79 |
2007-11-30 | Split redland C++ wrappers out from Raul. | David Robillard | 17 | -127/+169 |
2007-11-29 | Add (ifdef'd out) support for liblo avahi patch. | David Robillard | 1 | -0/+7 |
2007-11-13 | Fix build w/o installing raul. | David Robillard | 1 | -0/+1 |
2007-11-05 | Module loading printage. | David Robillard | 1 | -0/+2 |
2007-11-05 | make distcheck fixes | David Robillard | 3 | -2/+4 |
2007-11-05 | Add independent building stuff for ingen. | David Robillard | 8 | -20/+11 |
2007-10-26 | Apply module icons patch from larsl (with formatting/visual tweaks). | David Robillard | 4 | -18/+62 |
2007-10-23 | Plugin icon cache and plugin icons in the plugin dialog, from larsl. | David Robillard | 5 | -31/+38 |
2007-10-22 | LV2 icons in plugin menu. | David Robillard | 4 | -7/+50 |
2007-10-22 | Rework plugin design (engine side) to be less crap. | David Robillard | 38 | -410/+732 |
2007-10-21 | Fix various client-side variable state problems. | David Robillard | 6 | -6/+21 |
2007-10-21 | Fix crash on OSC connection. | David Robillard | 7 | -22/+18 |
2007-10-21 | Fix control port value broadcasting. | David Robillard | 6 | -12/+34 |
2007-10-21 | Fix patch serialisation to a string. | David Robillard | 4 | -19/+31 |
2007-10-21 | Fix port properties window. | David Robillard | 1 | -1/+0 |
2007-10-18 | Fix module size on renaming. | David Robillard | 1 | -0/+1 |
2007-10-13 | Fix crash on destroying LADSPA nodes. | David Robillard | 3 | -19/+24 |
2007-10-13 | Dynamic polyphony fixes. | David Robillard | 7 | -51/+95 |
2007-10-13 | Fix sub-patch MIDI I/O. | David Robillard | 17 | -101/+130 |
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 | 17 | -49/+56 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 6 | -13/+13 |
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 | 6 | -63/+106 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 72 | -393/+306 |
2007-10-08 | Reorganize modules module (heh) to make a bit more sense. But not much. | David Robillard | 13 | -28/+37 |
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 | 83 | -312/+358 |