Age | Commit message (Expand) | Author | Files | Lines |
2011-05-13 | Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except... | David Robillard | 1 | -5/+5 |
2011-05-13 | Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific... | David Robillard | 1 | -2/+0 |
2011-05-13 | Remove unnecessary ingen-config.h includes. | David Robillard | 2 | -2/+0 |
2011-05-13 | Make models const in client code. | David Robillard | 2 | -7/+8 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 2 | -4/+4 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 3 | -17/+17 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -29/+28 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 2 | -10/+10 |
2011-04-20 | Make disconnect take URI parameters (for wildcare URI towards killing disconn... | David Robillard | 2 | -5/+5 |
2011-04-20 | Move disconnect_all to CommonInterface and implement in clients. | David Robillard | 2 | -0/+11 |
2011-04-19 | Clean up includes. | David Robillard | 1 | -1/+1 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 2 | -3/+4 |
2011-04-19 | Make maximum UDP packet size a runtime parameter (--packet-size, -k). | David Robillard | 3 | -9/+12 |
2011-04-19 | Make event queue size a runtime parameter (--queue-size, -q). | David Robillard | 1 | -0/+1 |
2011-04-19 | Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway). | David Robillard | 3 | -48/+15 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 9 | -29/+31 |
2011-04-18 | Saner module loading API. | David Robillard | 4 | -19/+22 |
2011-04-16 | Add EngineBase, a pure virtual public interface for the engine. | David Robillard | 2 | -6/+7 |
2011-04-16 | Update copyright headers | David Robillard | 25 | -25/+25 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 19 | -93/+5 |
2011-04-15 | Remove conditional compilation stuff from public API header. | David Robillard | 1 | -4/+0 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 4 | -0/+472 |
2011-04-15 | Remove pointless module interface to ingen_module (World). | David Robillard | 1 | -2/+4 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 6 | -13/+13 |
2011-03-16 | Update for new waf/autowaf. | David Robillard | 1 | -2/+2 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -1/+1 |
2011-03-10 | Use LV2_EVENT_URI. | David Robillard | 1 | -5/+12 |
2011-03-07 | Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes. | David Robillard | 2 | -0/+26 |
2011-02-19 | Partially working copy/paste. | David Robillard | 1 | -2/+4 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 5 | -22/+26 |
2011-02-18 | Trim more cruft. | David Robillard | 2 | -2/+0 |
2011-02-17 | Jack session support for ingen. | David Robillard | 1 | -1/+5 |
2011-02-17 | Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins. | David Robillard | 1 | -6/+8 |
2011-02-17 | Connect to JACK_DEFAULT_SERVER by default. | David Robillard | 1 | -1/+1 |
2011-02-16 | Use simpler, single, file extensions. | David Robillard | 1 | -2/+2 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -1/+1 |
2011-01-10 | Fix module loading on OSX (this revision of Ingen confirmed working on Mac OS... | David Robillard | 2 | -4/+9 |
2011-01-10 | Remove shared/engine dependency on sigc++. | David Robillard | 3 | -4/+1 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 1 | -1/+1 |
2011-01-08 | Support "request run" feature from contexts extension. | David Robillard | 3 | -6/+8 |
2011-01-06 | Link against -ldl when necessary. | David Robillard | 1 | -0/+1 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -8/+8 |
2010-11-30 | Gracefully handle out of range event URI mappings. | David Robillard | 2 | -0/+9 |
2010-11-30 | Actually implement event context URI mapping (translate to/from global URI ID... | David Robillard | 2 | -71/+90 |
2010-11-30 | Consistent naming for URI quarks. | David Robillard | 4 | -78/+78 |
2010-11-26 | Update for latest LV2 #include style. | David Robillard | 4 | -6/+6 |
2010-10-27 | Update for new Atom extension. | David Robillard | 3 | -8/+8 |
2010-10-18 | Implement URI unmap extension and use it to serialise JSON dictionary keys. | David Robillard | 2 | -3/+61 |
2010-10-17 | Fix raul include to use quotes. | David Robillard | 1 | -1/+1 |
2010-10-17 | Support current versions of LV2 atom, atom-port, and context extensions. | David Robillard | 3 | -10/+8 |