summaryrefslogtreecommitdiffstats
path: root/src/pluginui.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Rename slv2 to lilv.David Robillard1-46/+42
2011-04-28More future-proof collection APIs.David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-8/+18
2011-03-28Fix Windows buildDavid Robillard1-1/+1
2011-03-09New collections and iterator API.David Robillard1-1/+1
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-1/+18
2011-02-12Document entire API in a single header/page.David Robillard1-3/+0
2011-02-11Tidy up includes.David Robillard1-2/+3
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-1/+1
2011-02-11Use `static' and `SLV2_API' explicitly/consistently.David Robillard1-2/+5
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-1/+1
2011-02-04Remove repeated blank lines.David Robillard1-7/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-01-30Make slv2_ui_new take SLV2Value URI arguments rather than librdf_uri.David Robillard1-11/+9
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-05Hide symbols by default and explicitly export API (clean ABI).David Robillard1-1/+2
2009-05-14Always include types.h first.David Robillard1-0/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-6/+6
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-18/+15
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-7/+7
2008-01-21Work on generic LV2 events.David Robillard1-3/+3
2007-10-04Fix librdf warnings.David Robillard1-3/+9
2007-09-24LV2 UI interface cleanups.David Robillard1-9/+9
2007-09-23Fix LV2 UI stuff.David Robillard1-0/+115