Age | Commit message (Expand) | Author | Files | Lines |
2008-07-29 | Bump Ingen librdf dependency to 1.0.8. | David Robillard | 1 | -3/+4 |
2008-07-29 | Loading of recursive old-style Om patches (multi-file). | David Robillard | 2 | -6/+13 |
2008-07-28 | Compatibility hacks for old Om patchages (many Smack patches now load success... | David Robillard | 3 | -9/+27 |
2008-07-28 | Fix loading patches from command line (partially). | David Robillard | 1 | -1/+0 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 6 | -64/+72 |
2008-07-07 | Update for SLV2 API. | David Robillard | 1 | -1/+1 |
2008-06-23 | Move widget embedding down to FlowCanvas. | David Robillard | 1 | -1/+1 |
2008-06-10 | Fix 'disconnect' operation for all objects (inc. patch ports). | David Robillard | 2 | -3/+6 |
2008-06-09 | Bump liblo dependency to 0.24. | David Robillard | 1 | -3/+3 |
2008-05-20 | Write individual events from UIs over OSC instead of entire event buffer. | David Robillard | 1 | -9/+28 |
2008-05-20 | Fix various problems with control port values. | David Robillard | 6 | -11/+21 |
2008-05-19 | Better global (engine/client) LV2 feature sharing. | David Robillard | 4 | -29/+28 |
2008-05-19 | More (but not yet completely) type safe value_changed notification. | David Robillard | 4 | -15/+13 |
2008-05-15 | Fix connection loading from deprecated (.om) patch files. | David Robillard | 1 | -6/+8 |
2008-05-15 | Show error messages from engine in a pop-up dialog. | David Robillard | 2 | -3/+3 |
2008-05-14 | Fix clear patch command (ticket #18). | David Robillard | 1 | -9/+24 |
2008-05-04 | Fix serialisation of floating point variables (fixes module positioning). | David Robillard | 1 | -2/+5 |
2008-05-03 | Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl. | David Robillard | 2 | -9/+26 |
2008-04-12 | LV2 UI extension updates from larsl. | David Robillard | 1 | -5/+9 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 11 | -38/+55 |
2008-01-24 | Make SLV2 UI class interface match ports. | David Robillard | 1 | -1/+1 |
2008-01-24 | Fix locale problems in ingen, flowcanvas, and redlandmm (',' decimal point). | David Robillard | 1 | -0/+7 |
2008-01-23 | Remove unnecessary subst vars. | David Robillard | 1 | -6/+0 |
2008-01-17 | Fix LV2 Gtk UI URI. | David Robillard | 1 | -1/+1 |
2008-01-17 | Update for SLV2 changes. | David Robillard | 1 | -2/+2 |
2008-01-07 | Fix building. | David Robillard | 1 | -0/+2 |
2007-12-21 | Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destro... | David Robillard | 5 | -61/+190 |
2007-12-19 | Fix LV2 GUI embedding. | David Robillard | 1 | -1/+1 |
2007-12-15 | Updated LV2 GUI extension. | David Robillard | 1 | -8/+2 |
2007-12-05 | Preliminary evolutionary stuff in machina. | David Robillard | 1 | -3/+3 |
2007-11-30 | Split redland C++ wrappers out from Raul. | David Robillard | 3 | -10/+22 |
2007-11-13 | Fix build w/o installing raul. | David Robillard | 1 | -0/+1 |
2007-11-05 | Add independent building stuff for ingen. | David Robillard | 2 | -5/+2 |
2007-10-22 | LV2 icons in plugin menu. | David Robillard | 3 | -2/+32 |
2007-10-22 | Rework plugin design (engine side) to be less crap. | David Robillard | 7 | -33/+34 |
2007-10-21 | Fix various client-side variable state problems. | David Robillard | 2 | -1/+3 |
2007-10-21 | Fix crash on OSC connection. | David Robillard | 2 | -6/+1 |
2007-10-21 | Fix control port value broadcasting. | David Robillard | 1 | -1/+1 |
2007-10-13 | Dynamic polyphony fixes. | David Robillard | 1 | -10/+4 |
2007-10-11 | Fix initial state of radio buttons in connect window when running ingen -eg. | David Robillard | 2 | -34/+33 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 1 | -3/+1 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 2 | -6/+12 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 1 | -2/+2 |
2007-10-09 | Fix OSC patching. | David Robillard | 3 | -4/+23 |
2007-10-08 | OSC Blinkenports(TM). | David Robillard | 1 | -1/+1 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 15 | -99/+99 |
2007-10-08 | Move Serializer from client lib to serialisation lib (engine or client side s... | David Robillard | 3 | -532/+0 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 12 | -75/+76 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 11 | -928/+77 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 9 | -134/+56 |