Age | Commit message (Expand) | Author | Files | Lines |
2007-10-08 | Added missing interface/Patch.hpp. | David Robillard | 2 | -4/+4 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 31 | -104/+100 |
2007-10-08 | Reorganize modules module (heh) to make a bit more sense. But not much. | David Robillard | 6 | -14/+20 |
2007-10-08 | Dynamically load Serialiser from serialisation module, make it actually work,... | David Robillard | 4 | -21/+45 |
2007-10-08 | Serializer -> Serialiser. | David Robillard | 3 | -8/+8 |
2007-10-08 | Move Serializer from client lib to serialisation lib (engine or client side s... | David Robillard | 3 | -4/+4 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -4/+7 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 3 | -4/+4 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 2 | -4/+4 |
2007-10-08 | Fix serialization/connection bugs resulting from refactoring. | David Robillard | 10 | -22/+23 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 4 | -19/+28 |
2007-10-07 | Remove DSSI. | David Robillard | 8 | -455/+1 |
2007-10-07 | Begin using shared virtual Node interface client side. | David Robillard | 18 | -59/+65 |
2007-10-06 | Access to object properties window via context menu (most importantly the por... | David Robillard | 12 | -68/+101 |
2007-10-06 | Fix building without libcurl. | David Robillard | 3 | -5/+21 |
2007-10-06 | Removed comment that's no longer applicable. It was a bad comment. Yay. | David Robillard | 1 | -3/+0 |
2007-10-05 | Fix embedded LV2 GUI resizing. | David Robillard | 2 | -18/+28 |
2007-10-05 | Fix ridiculous CPU chewing on embedded LV2 GUIs. | David Robillard | 2 | -0/+13 |
2007-10-04 | Fixed port menu (load fancy dynamic menu from Glade). | David Robillard | 6 | -9/+31 |
2007-10-03 | Initialise GUI controls for popped up GUIs as well. | David Robillard | 2 | -17/+32 |
2007-10-03 | Set initial values for embedded LV2 GUIs. | David Robillard | 1 | -2/+9 |
2007-10-03 | Fix embedded widget size (don't crop pixels on the RHS). | David Robillard | 1 | -3/+3 |
2007-10-03 | Always hide toolbar text. | David Robillard | 3 | -1/+5 |
2007-10-03 | Apply/tweak patch from larsl to apply matching style to embedded GUIs. | David Robillard | 2 | -1/+27 |
2007-10-03 | s/Ingenuity/Ingen/ | David Robillard | 3 | -12/+12 |
2007-10-03 | Hide LV2 GUI context menu items for non-LV2 nodes. | David Robillard | 2 | -11/+9 |
2007-10-03 | Fix embed gui/popup gui/show controls items in node menu. | David Robillard | 2 | -12/+25 |
2007-10-02 | Graceful shutdown on Ctrl+C (hopefully?). | David Robillard | 1 | -3/+3 |
2007-10-02 | Revert completely broken glade file. gg, glade-3.... | David Robillard | 1 | -462/+884 |
2007-10-02 | Maybe turn off text labels on ingen toolbar, possibly. | David Robillard | 1 | -884/+462 |
2007-10-02 | Fix LV2 GUI updating on initial plugin creation (ie w/o having to restart GUI). | David Robillard | 1 | -6/+11 |
2007-10-01 | Fix unembedding/reembedding of LV2 GUIs. | David Robillard | 1 | -6/+2 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 5 | -4/+59 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 2 | -4/+35 |
2007-09-26 | Fix plugin embedding toggling. | David Robillard | 1 | -2/+10 |
2007-09-24 | Avoid thread creation and glade stuff on module/port creation (defer until me... | David Robillard | 7 | -27/+39 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 1 | -2/+2 |
2007-09-23 | Embedded LV2 GUI resizing. | David Robillard | 2 | -11/+28 |
2007-09-23 | LV2 GUI embedding w/ proper sizing. | David Robillard | 1 | -10/+20 |
2007-09-23 | Fix liblo thing for real this time. | David Robillard | 1 | -2/+6 |
2007-09-23 | Fix some weird liblo problem, probably in a breakey and/or leakey way. | David Robillard | 1 | -1/+1 |
2007-09-23 | Working LV2 GUI embedding, except for size issues... | David Robillard | 5 | -474/+550 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 4 | -6/+9 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 2 | -3/+3 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 4 | -8/+55 |
2007-09-21 | Show context menu for patch ports when clicking on anonymous module, as well ... | David Robillard | 3 | -10/+3 |
2007-09-21 | Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse... | David Robillard | 14 | -144/+409 |
2007-09-20 | Fix RDF threading problems (random messy crashes on patch loading). | David Robillard | 2 | -0/+4 |
2007-09-20 | Fix voice-specific polyphony controls. | David Robillard | 5 | -9/+23 |
2007-09-20 | Cut down superfluous console output. | David Robillard | 1 | -2/+2 |