summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-12Document entire API in a single header/page.David Robillard1-96/+0
2011-02-12Tidy up documentation, remove cruft.David Robillard1-6/+3
2011-02-04Remove repeated blank lines.David Robillard1-15/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-12Remove dead comment.David Robillard1-1/+1
2010-03-05Hide symbols by default and explicitly export API (clean ABI).David Robillard1-0/+18
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-1/+1
2009-02-12Generic plugin query API.David Robillard1-1/+4
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-0/+1
2008-08-03Minor cleanups for easier seddability.David Robillard1-1/+1
2008-02-01Generic LV2 event support in lv2_jack_host.David Robillard1-2/+1
2008-01-27Packaging stuff.David Robillard1-0/+8
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-19/+0
2008-01-23Remove port type enums.David Robillard1-34/+0
2008-01-21Work on generic LV2 events.David Robillard1-1/+13
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-7/+7
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard1-3/+11
2007-09-24LV2 UI interface cleanups.David Robillard1-9/+2
2007-09-23Support for plugin UIs in separate bundles.David Robillard1-1/+5
2007-09-22LV2 UI extension updates.David Robillard1-6/+6
2007-08-08Update ingen for SLV2 changes.David Robillard1-5/+5
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL...David Robillard1-2/+2
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard1-14/+28
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard1-0/+11
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-6/+21
2007-04-28Reworked query/value system to expose data type.David Robillard1-0/+8
2007-04-21Plugin classes (categories) progress.David Robillard1-0/+4
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-2/+2
2007-04-20Preliminary categories support.David Robillard1-0/+4
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard1-0/+7
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-1/+1
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-11/+5
2007-02-19Header/API cleanups.David Robillard1-1/+0
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been e...David Robillard1-1/+0
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard1-1/+1
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard1-35/+0
2007-02-18Implemented discovery of plugin extension bundles.David Robillard1-0/+21
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port c...David Robillard1-18/+16
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-4/+23
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-2/+2
2007-01-12Split jack_host into slv2_simple_jack_host and slv2_host, added MIDI support ...David Robillard1-0/+3
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard1-5/+2
2006-07-22Removed data type enumeration in favour of using the URI directlyDavid Robillard1-5/+2
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+66