summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2007-10-08Build fixes.David Robillard5-34/+40
2007-10-08Added missing interface/Patch.hpp.David Robillard5-63/+56
2007-10-08s/MetadataMap/Variables/ etc.David Robillard68-387/+300
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard12-27/+34
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 Robillard81-311/+347
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 Robillard32-218/+142
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard20-83/+68
2007-10-07Move DataType into Shared namespace.David Robillard2-8/+8
2007-10-07Added shared abstract interface for ports.David Robillard94-442/+412
2007-10-07URI-ify DataType and match LV2 port type semantics.David Robillard1-13/+24
2007-10-07Remove DSSI.David Robillard33-1780/+13
2007-10-07Added common abstract interface for Plugins.David Robillard40-200/+155
2007-10-07Begin using shared virtual Node interface client side.David Robillard28-130/+145
2007-10-07Shared abstract Node interface.David Robillard62-194/+194
2007-10-07Start building a common (client/server) abstract interface for graph objects.David Robillard28-828/+77
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
2007-10-01Fix unembedding/reembedding of LV2 GUIs.David Robillard1-6/+2
2007-10-01Added missing files.David Robillard2-0/+101
2007-10-01Blink MIDI ports on message transmission.David Robillard27-103/+220
2007-10-01Generic audio thread generated Event sending system.David Robillard7-17/+62