summaryrefslogtreecommitdiffstats
path: root/src/pluginui.c
AgeCommit message (Expand)AuthorFilesLines
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