Age | Commit message (Expand) | Author | Files | Lines |
2010-01-22 | Use FlowCanvas centering code. | David Robillard | 1 | -6/+2 |
2010-01-18 | Make path and URI selectable in node properties window (fix ticket #473). | David Robillard | 1 | -0/+6 |
2010-01-07 | Add missing base class virtual destructor stubs. | David Robillard | 5 | -3/+4 |
2010-01-07 | Remove cruft. | David Robillard | 1 | -21/+0 |
2010-01-07 | Fix compilation with ancient boost intrusive_ptr (fix ticket #467). | David Robillard | 2 | -2/+4 |
2010-01-07 | Virtual destructor for EventSource. | David Robillard | 1 | -1/+1 |
2010-01-07 | Better log output. | David Robillard | 7 | -25/+26 |
2010-01-07 | Remove excessive debug output of compiled patch order. | David Robillard | 1 | -12/+0 |
2010-01-07 | Fix HTTP and OSC (make EventSource::activate_source virtual again). | David Robillard | 1 | -2/+2 |
2010-01-07 | Consistent debug output for LV2URIMap. | David Robillard | 1 | -2/+4 |
2010-01-07 | Quit cleanly from connect dialog when not connected to engine. | David Robillard | 6 | -72/+50 |
2010-01-07 | Fix compilation with --log-debug. | David Robillard | 6 | -8/+19 |
2010-01-07 | Add option to build without HTTP support. | David Robillard | 1 | -3/+6 |
2010-01-07 | Shrink ClientBroadcaster code via macro. | David Robillard | 3 | -149/+47 |
2010-01-07 | Make ClientBroadcaster itself a ClientInterface. | David Robillard | 10 | -39/+94 |
2010-01-07 | Merge QueuedEventSource and EventSource. | David Robillard | 18 | -132/+69 |
2010-01-07 | Tidy. | David Robillard | 23 | -171/+30 |
2010-01-06 | Fix warnings about ScrolledWindow / ViewPort. | David Robillard | 1 | -11/+3 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 108 | -628/+460 |
2010-01-06 | Fix error message. | David Robillard | 3 | -2/+3 |
2010-01-05 | JackAudio* -> Jack* | David Robillard | 3 | -69/+68 |
2010-01-05 | JackAudioDriver.[ch]pp -> JackDriver.[ch]pp | David Robillard | 4 | -3/+3 |
2010-01-05 | Merge JackMidiDriver and JackAudioDriver. | David Robillard | 29 | -830/+200 |
2010-01-05 | Remove no longer used jack_compat.h | David Robillard | 2 | -57/+0 |
2010-01-05 | Realtime safe buffer reference handling. | David Robillard | 20 | -54/+86 |
2010-01-05 | Remove unused Buffer.cpp (Buffer::create). | David Robillard | 1 | -46/+0 |
2010-01-05 | Remove unused Buffer::_local. | David Robillard | 2 | -2/+1 |
2010-01-05 | Event mixing. | David Robillard | 5 | -12/+99 |
2010-01-04 | Remove prototypes for nonexistent EventBuffer methods. | David Robillard | 1 | -3/+0 |
2010-01-04 | Remove unused EventBuffer::append method. | David Robillard | 2 | -42/+0 |
2010-01-04 | Fix LV2Object::from_atom to match prototype. | David Robillard | 3 | -3/+3 |
2010-01-04 | Remove redundant LV2EventBuffer class and merge with EventBuffer. | David Robillard | 11 | -446/+240 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 37 | -449/+1 |
2010-01-03 | Follow renames in patch tree window (fix ticket #409). | David Robillard | 2 | -21/+32 |
2010-01-02 | Don't show control window controls for audio inputs (fix ticket #464). | David Robillard | 1 | -11/+16 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 18 | -173/+190 |
2009-12-30 | Turn off debugging. | David Robillard | 2 | -4/+4 |
2009-12-30 | Fix renaming (fix ticket #458). | David Robillard | 10 | -55/+127 |
2009-12-30 | Better error reporting for bad PUT. | David Robillard | 2 | -8/+23 |
2009-12-30 | Fix serialisation of subpatches. | David Robillard | 1 | -6/+6 |
2009-12-30 | Fix creation of subpatches. | David Robillard | 1 | -1/+1 |
2009-12-30 | Fix JACK name of top level ports (fix ticket #457). | David Robillard | 8 | -7/+31 |
2009-12-30 | Fail gracefully if module fails to load. | David Robillard | 1 | -1/+1 |
2009-12-23 | Remove liblo include from HTTPClientSender (fix building with HTTP and withou... | David Robillard | 1 | -1/+0 |
2009-12-23 | Fix compilation without liblo and/or without libsoup. | David Robillard | 1 | -0/+4 |
2009-12-22 | Fix compilation. | David Robillard | 7 | -14/+21 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 41 | -1637/+548 |
2009-12-18 | Only load network engine interface modules when needed. | David Robillard | 2 | -39/+36 |
2009-12-18 | Install headers. | David Robillard | 8 | -2/+23 |
2009-12-11 | Build against old Gtkmm (without clear icon in text entries). | David Robillard | 3 | -0/+8 |