summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-12-20Fix about dialog close button.David Robillard4-3/+11
2007-12-19Fix LV2 GUI embedding.David Robillard4-14/+16
2007-12-15Updated LV2 GUI extension.David Robillard1-8/+2
2007-12-14Fix compile oops with --enable-debug.David Robillard1-3/+5
2007-12-12Fix initialisation order warnings.David Robillard1-1/+1
2007-12-05Add preliminary mutation to machina (only random edge probability mutation so...David Robillard1-2/+2
2007-12-05Preliminary evolutionary stuff in machina.David Robillard6-12/+13
2007-12-02Optional edge length hints for FlowCanvas (only used by Machina).David Robillard3-4/+4
2007-12-01Clean up query code.David Robillard1-79/+79
2007-11-30Split redland C++ wrappers out from Raul.David Robillard17-127/+169
2007-11-29Add (ifdef'd out) support for liblo avahi patch.David Robillard1-0/+7
2007-11-13Fix build w/o installing raul.David Robillard1-0/+1
2007-11-05Module loading printage.David Robillard1-0/+2
2007-11-05make distcheck fixesDavid Robillard3-2/+4
2007-11-05Add independent building stuff for ingen.David Robillard8-20/+11
2007-10-26Apply module icons patch from larsl (with formatting/visual tweaks).David Robillard4-18/+62
2007-10-23Plugin icon cache and plugin icons in the plugin dialog, from larsl.David Robillard5-31/+38
2007-10-22LV2 icons in plugin menu.David Robillard4-7/+50
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard38-410/+732
2007-10-21Fix various client-side variable state problems.David Robillard6-6/+21
2007-10-21Fix crash on OSC connection.David Robillard7-22/+18
2007-10-21Fix control port value broadcasting.David Robillard6-12/+34
2007-10-21Fix patch serialisation to a string.David Robillard4-19/+31
2007-10-21Fix port properties window.David Robillard1-1/+0
2007-10-18Fix module size on renaming.David Robillard1-0/+1
2007-10-13Fix crash on destroying LADSPA nodes.David Robillard3-19/+24
2007-10-13Dynamic polyphony fixes.David Robillard7-51/+95
2007-10-13Fix sub-patch MIDI I/O.David Robillard17-101/+130
2007-10-13Send polyphonic state on object creation.David Robillard7-7/+28
2007-10-13Fix audio->control connections.David Robillard2-2/+6
2007-10-13Fix crash when control dragging on MIDI or OSC ports.David Robillard1-0/+4
2007-10-12Fix broken compilation w/o --enable-debugDavid Robillard1-1/+2
2007-10-11Fix awful plugin loading situation.David Robillard18-274/+209
2007-10-11Show 'Loading plugins' instead of the more confusing 'Receiving plugins' in c...David Robillard1-1/+1
2007-10-11Attempt at fixing indefined symbols on inferior computers.David Robillard2-2/+3
2007-10-11Fix initial state of radio buttons in connect window when running ingen -eg.David Robillard7-121/+73
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard9-62/+71
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard17-49/+56
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard6-13/+13
2007-10-09Blink ports connected to outputs when output blinks.David Robillard1-0/+9
2007-10-09Fix OSC patching.David Robillard10-22/+60
2007-10-08OSC Blinkenports(TM).David Robillard4-4/+10
2007-10-08Build fixes.David Robillard5-34/+40
2007-10-08Added missing interface/Patch.hpp.David Robillard6-63/+106
2007-10-08s/MetadataMap/Variables/ etc.David Robillard72-393/+306
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard13-28/+37
2007-10-08Dynamically load Serialiser from serialisation module, make it actually work,...David Robillard10-27/+72
2007-10-08Serializer -> Serialiser.David Robillard6-33/+33
2007-10-08Move Serializer from client lib to serialisation lib (engine or client side s...David Robillard7-13/+13
2007-10-08SharedPtr-ify engine side store.David Robillard83-312/+358