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