Age | Commit message (Expand) | Author | Files | Lines |
2009-07-07 | Fix compilation issues. | David Robillard | 1 | -0/+1 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 1 | -1/+0 |
2009-06-03 | Update bindings. | David Robillard | 1 | -1/+1 |
2009-05-28 | Implement PUT over OSC. | David Robillard | 1 | -0/+5 |
2009-05-28 | Fix URIs. | David Robillard | 1 | -1/+1 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 2 | -5/+5 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 2 | -6/+20 |
2009-05-13 | Clean up Jack shutdown semantics. | David Robillard | 1 | -0/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 36 | -36/+36 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 36 | -287/+287 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 2 | -1/+2 |
2009-05-13 | Remove unused junk on ClientInterface. | David Robillard | 1 | -3/+0 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 2 | -17/+157 |
2009-05-11 | Fix OSX compilation (ticket #326). | David Robillard | 1 | -2/+2 |
2009-05-11 | Type preserving Redland URI <-> atom URI. | David Robillard | 1 | -5/+9 |
2009-02-28 | Make machina work sort of a little bit maybe. | David Robillard | 2 | -7/+6 |
2008-12-21 | Make Path::is_valid_name reject names containing a slash (fix ticket #313). | David Robillard | 1 | -1/+2 |
2008-12-21 | Don't serialise Nan or infinite port values (fix ticket #312). | David Robillard | 1 | -0/+3 |
2008-12-16 | Trim include dependency tree. | David Robillard | 3 | -5/+2 |
2008-12-12 | Fix assertion death on ingen -egl | David Robillard | 1 | -1/+11 |
2008-11-30 | Some support for bundle saving. | David Robillard | 1 | -5/+5 |
2008-11-27 | Fix warnings for non-debug builds. | David Robillard | 1 | -3/+3 |
2008-11-27 | Decruft. | David Robillard | 1 | -1/+0 |
2008-11-24 | Fix compilation. | David Robillard | 1 | -3/+3 |
2008-11-24 | Use lists instead of ringbuffers for event queue - remove upper limit on even... | David Robillard | 2 | -6/+52 |
2008-11-22 | Add status bar to display information about objects on mouse hover. | David Robillard | 1 | -0/+1 |
2008-11-17 | Run. Sorta. | David Robillard | 1 | -3/+3 |
2008-11-17 | Run... almost | David Robillard | 4 | -15/+23 |
2008-11-16 | Cast glib operations to compile on annoying platforms. | David Robillard | 2 | -20/+21 |
2008-11-15 | Stubs for HTTP streaming. | David Robillard | 1 | -2/+1 |
2008-11-09 | Add concept of 'Resource' and make plugins a resource (as well as graph objec... | David Robillard | 1 | -2/+10 |
2008-11-09 | Fix out of date comment. | David Robillard | 1 | -8/+0 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 19 | -32/+32 |
2008-10-14 | Aaaaaaaaaaaaaaand more guesswork. | David Robillard | 1 | -1/+1 |
2008-10-14 | More *&%*&%@ guesswork. | David Robillard | 1 | -1/+1 |
2008-10-14 | Yet another attempted fix for weird anal compilers of mysterious pedantry... | David Robillard | 1 | -1/+1 |
2008-10-14 | Fix const correctness of Atomic* (g_atomic_int_get takes a non-const pointer ... | David Robillard | 2 | -2/+2 |
2008-10-12 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2008-10-06 | Add front() method ala std::list. | David Robillard | 1 | -0/+3 |
2008-10-03 | Good riddance. | David Robillard | 1 | -42/+0 |
2008-10-03 | Remove config header include directives in system installed headers (oops). | David Robillard | 2 | -4/+0 |
2008-10-02 | Remove JACK dependence from RAUL. | David Robillard | 1 | -120/+0 |
2008-09-30 | Move LV2 extension stuff to less horribly named directory. | David Robillard | 1 | -1/+1 |
2008-09-29 | * Context extension work. | David Robillard | 1 | -1/+4 |
2008-09-28 | Update contexts extension. | David Robillard | 1 | -2/+0 |
2008-08-22 | Lash D-Bus support and projects list from LADI Patchage, with improvements/cl... | David Robillard | 4 | -185/+0 |
2008-08-20 | Fix set_port_value stuff over OSC with blobs (i.e. make klaviatur work with a... | David Robillard | 1 | -2/+1 |
2008-08-20 | Fix Blob atom copy contruction/size/etc stuff. | David Robillard | 1 | -13/+14 |
2008-08-19 | More thread-safe ringbuffer. | David Robillard | 1 | -15/+15 |
2008-08-18 | Fix copy/paste between different patches. | David Robillard | 1 | -0/+12 |