summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-06Fix building without libcurl.David Robillard3-5/+21
2007-10-06Removed comment that's no longer applicable. It was a bad comment. Yay.David Robillard1-3/+0
2007-10-05Fix more OSC thread thingies.David Robillard1-2/+3
2007-10-05Make receiving OSC FIFO, preparing events not.David Robillard1-1/+1
2007-10-05Fix OSC receiving thread chewing CPU (xrun problem on single core systems).David Robillard4-14/+26
2007-10-05Fix embedded LV2 GUI resizing.David Robillard2-18/+28
2007-10-05Don't use lazy binding for loading plugin libraries.David Robillard2-2/+2
2007-10-05Fix ridiculous CPU chewing on embedded LV2 GUIs.David Robillard3-1/+14
2007-10-05Fix connection serialisation.David Robillard1-20/+18
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard13-49/+124
2007-10-03Initialise GUI controls for popped up GUIs as well.David Robillard2-17/+32
2007-10-03Set initial values for embedded LV2 GUIs.David Robillard2-2/+11
2007-10-03Fix embedded widget size (don't crop pixels on the RHS).David Robillard1-3/+3
2007-10-03Always hide toolbar text.David Robillard3-1/+5
2007-10-03Apply/tweak patch from larsl to apply matching style to embedded GUIs.David Robillard2-1/+27
2007-10-03s/Ingenuity/Ingen/David Robillard3-12/+12
2007-10-03Hide LV2 GUI context menu items for non-LV2 nodes.David Robillard2-11/+9
2007-10-03Fix embed gui/popup gui/show controls items in node menu.David Robillard2-12/+25
2007-10-03Fix (recursive) destruction of objects on client side (fixes bug where creati...David Robillard1-2/+8
2007-10-02Graceful shutdown on Ctrl+C (hopefully?).David Robillard2-10/+9
2007-10-02Fix deadlock on patch save.David Robillard2-17/+5
2007-10-02Revert completely broken glade file. gg, glade-3....David Robillard1-462/+884
2007-10-02Maybe turn off text labels on ingen toolbar, possibly.David Robillard1-884/+462
2007-10-02Fix LV2 GUI updating on initial plugin creation (ie w/o having to restart GUI).David Robillard1-6/+11