summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Add independent building stuff for ingen.David Robillard10-20/+348
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
2007-10-08SharedPtr-ize engine-side Connections (towards merge for patch->connections()).David Robillard10-24/+26
2007-10-08Fixed missing symbol in Raul.David Robillard21-100/+105
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard14-932/+81
2007-10-08Shared abstract Connection interface.David Robillard34-221/+188
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard21-83/+76
2007-10-07Move DataType into Shared namespace.David Robillard3-19/+26
2007-10-07Added shared abstract interface for ports.David Robillard97-366/+474
2007-10-07URI-ify DataType and match LV2 port type semantics.David Robillard1-13/+24
2007-10-07Remove DSSI.David Robillard34-1781/+14
2007-10-07Added common abstract interface for Plugins.David Robillard42-200/+246
2007-10-07Begin using shared virtual Node interface client side.David Robillard29-131/+146
2007-10-07Shared abstract Node interface.David Robillard63-194/+196
2007-10-07Start building a common (client/server) abstract interface for graph objects.David Robillard29-806/+109
2007-10-06Access to object properties window via context menu (most importantly the por...David Robillard12-68/+101