Age | Commit message (Expand) | Author | Files | Lines |
2008-05-15 | Show error messages from engine in a pop-up dialog. | David Robillard | 2 | -2/+16 |
2008-04-12 | LV2 UI extension updates from larsl. | David Robillard | 1 | -1/+1 |
2008-04-12 | LV2 event/MIDI fixed for Ingen from larsl. | David Robillard | 1 | -2/+2 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -3/+3 |
2008-01-23 | Remove unnecessary subst vars. | David Robillard | 1 | -2/+0 |
2008-01-23 | More LV2 extension work. | David Robillard | 3 | -0/+28 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 3 | -7/+11 |
2008-01-07 | Fix building. | David Robillard | 1 | -0/+2 |
2008-01-06 | Tone down port colours a touch. | David Robillard | 1 | -4/+4 |
2008-01-06 | Use colours derived from Tango-palette (de-candified, darkened). | David Robillard | 1 | -5/+5 |
2008-01-02 | Fix canvas scroll buttons. | David Robillard | 1 | -0/+3 |
2007-12-31 | Clean up and remove useless code in FlowCanvas. | David Robillard | 1 | -1/+1 |
2007-12-21 | Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destro... | David Robillard | 2 | -62/+65 |
2007-12-20 | Fix about dialog close button. | David Robillard | 4 | -3/+11 |
2007-12-19 | Fix LV2 GUI embedding. | David Robillard | 3 | -13/+15 |
2007-12-05 | Preliminary evolutionary stuff in machina. | David Robillard | 3 | -4/+6 |
2007-12-02 | Optional edge length hints for FlowCanvas (only used by Machina). | David Robillard | 3 | -4/+4 |
2007-11-30 | Split redland C++ wrappers out from Raul. | David Robillard | 3 | -13/+27 |
2007-11-05 | Add independent building stuff for ingen. | David Robillard | 1 | -4/+2 |
2007-10-26 | Apply module icons patch from larsl (with formatting/visual tweaks). | David Robillard | 4 | -18/+62 |
2007-10-23 | Plugin icon cache and plugin icons in the plugin dialog, from larsl. | David Robillard | 5 | -31/+38 |
2007-10-22 | LV2 icons in plugin menu. | David Robillard | 1 | -5/+18 |
2007-10-21 | Fix various client-side variable state problems. | David Robillard | 4 | -5/+18 |
2007-10-21 | Fix crash on OSC connection. | David Robillard | 3 | -11/+15 |
2007-10-21 | Fix patch serialisation to a string. | David Robillard | 2 | -13/+9 |
2007-10-21 | Fix port properties window. | David Robillard | 1 | -1/+0 |
2007-10-18 | Fix module size on renaming. | David Robillard | 1 | -0/+1 |
2007-10-13 | Fix crash when control dragging on MIDI or OSC ports. | David Robillard | 1 | -0/+4 |
2007-10-11 | Show 'Loading plugins' instead of the more confusing 'Receiving plugins' in c... | David Robillard | 1 | -1/+1 |
2007-10-11 | Attempt at fixing indefined symbols on inferior computers. | David Robillard | 1 | -1/+2 |
2007-10-11 | Fix initial state of radio buttons in connect window when running ingen -eg. | David Robillard | 3 | -83/+38 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 3 | -38/+51 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 4 | -6/+10 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 1 | -2/+2 |
2007-10-09 | Blink ports connected to outputs when output blinks. | David Robillard | 1 | -0/+9 |
2007-10-09 | Fix OSC patching. | David Robillard | 1 | -4/+7 |
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 |