Age | Commit message (Expand) | Author | Files | Lines |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -10/+10 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -3/+3 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -1/+1 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+2 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -3/+3 |
2012-05-14 | Trim unnecessary includes. | David Robillard | 1 | -1/+0 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -1/+5 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -12/+11 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -2/+0 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 1 | -0/+19 |
2012-04-28 | Tidy. | David Robillard | 1 | -12/+16 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 1 | -1/+2 |
2012-04-23 | Use URI defines where possible. | David Robillard | 1 | -3/+2 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -5/+4 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -8/+15 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -2/+4 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -8/+20 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -6/+10 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -3/+4 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -20/+19 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -3/+4 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -2/+2 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 1 | -46/+46 |
2011-04-29 | Terser names for value constructors. | David Robillard | 1 | -7/+7 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 1 | -25/+27 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -71/+71 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -11/+0 |
2011-03-17 | Show plugin/port documentation in side pane when selected. | David Robillard | 1 | -0/+53 |
2011-03-09 | Update for new SLV2 API. | David Robillard | 1 | -3/+3 |
2011-02-24 | Move UI stuff back into slv2.h (avoid breakage). | David Robillard | 1 | -2/+1 |
2011-02-22 | Implement LV2 plugin UIs via Suil. | David Robillard | 1 | -13/+8 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -6/+1 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -2/+1 |
2011-01-31 | Fix broken loop. | David Robillard | 1 | -1/+1 |
2010-12-16 | Fix compilation without HAVE_SLV2. | David Robillard | 1 | -2/+2 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -3/+4 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -1/+1 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -7/+7 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -10/+12 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -0/+20 |
2009-05-28 | Fix LADSPA names in plugin selection dialog. | David Robillard | 1 | -2/+2 |