Age | Commit message (Expand) | Author | Files | Lines |
2012-04-23 | Use URI defines where possible. | David Robillard | 2 | -3/+5 |
2012-04-22 | "Connection" => "Edge" and related terminology stuff. | David Robillard | 2 | -31/+31 |
2012-04-22 | Fix crash when saving patches with subpatches. | David Robillard | 1 | -2/+1 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 2 | -10/+7 |
2012-04-11 | Write port values in presets as pretty numbers. | David Robillard | 1 | -1/+1 |
2012-03-27 | Squeeze blank lines. | David Robillard | 2 | -4/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 3 | -48/+45 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -1/+1 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 3 | -910/+2 |
2012-03-20 | Sshh. | David Robillard | 1 | -6/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 5 | -93/+1002 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 2 | -26/+26 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -2/+2 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 2 | -1/+3 |
2012-03-12 | Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require | David Robillard | 1 | -31/+0 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 2 | -10/+15 |
2012-03-11 | Implement state save/restore when Ingen is an LV2 plugin. | David Robillard | 2 | -9/+11 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 2 | -17/+16 |
2012-03-09 | Fix patch saving. | David Robillard | 1 | -5/+7 |
2012-01-14 | Fix broken link to engine library in saved bundles (fix #806). | David Robillard | 1 | -1/+1 |
2012-01-14 | Fix loading patches by relative path (fix #798). | David Robillard | 1 | -4/+15 |
2011-12-10 | Fix crash on load and subsequent save. | David Robillard | 1 | -1/+1 |
2011-12-07 | Fix saving. | David Robillard | 1 | -1/+2 |
2011-10-22 | Fix serialisation. | David Robillard | 2 | -40/+28 |
2011-10-22 | Simplify Parser. | David Robillard | 1 | -104/+57 |
2011-10-21 | Clean up include paths. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 2 | -4/+4 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 2 | -4/+4 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 3 | -4/+4 |
2011-10-21 | Use modern terser waf syntax. | David Robillard | 1 | -12/+8 |
2011-10-21 | Fix running as an LV2 plugin. | David Robillard | 1 | -3/+8 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -20/+0 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -0/+5 |
2011-09-06 | Report serialisation errors | David Robillard | 1 | -1/+5 |
2011-05-27 | Don't install private headers | David Robillard | 1 | -3/+0 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 6 | -622/+469 |
2011-05-24 | Update for new Sord API | David Robillard | 1 | -1/+1 |
2011-05-21 | Fix patch loading. | David Robillard | 2 | -8/+31 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -1/+1 |
2011-05-18 | Update for new Serd and Sord APIs. | David Robillard | 2 | -10/+10 |
2011-05-13 | Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific... | David Robillard | 1 | -0/+1 |
2011-05-13 | Make models const in client code. | David Robillard | 2 | -35/+35 |
2011-05-11 | Pass environment to sord write methods for CURIE abbreviation. | David Robillard | 1 | -5/+13 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -1/+1 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -16/+15 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 2 | -2/+2 |
2011-04-19 | Partially fix HTTP. | David Robillard | 1 | -3/+2 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 4 | -108/+111 |
2011-04-16 | Update copyright headers | David Robillard | 6 | -6/+6 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 2 | -2/+2 |