summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-28Tidy.David Robillard1-6/+9
2012-04-23Use URI defines where possible.David Robillard1-1/+1
2012-04-22Show non-resizable plugin UIs properly.David Robillard1-2/+26
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-22Remove crufty headeres.David Robillard1-1/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-36/+4
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-0/+3
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-7/+6
2012-03-12Centralise atom creation in forge object.David Robillard1-5/+9
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-2/+3
2011-10-21Begin moving shared headers to public include directory.David Robillard1-1/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-3/+3
2011-05-13Make models const in client code.David Robillard1-7/+8
2011-04-29LilvValue => LilvNode.David Robillard1-12/+12
2011-04-29Terser names for value constructors.David Robillard1-1/+1
2011-04-29Don't hide pointers behind typedefs.David Robillard1-6/+6
2011-04-28Switch to Lilv from SLV2.David Robillard1-16/+16
2011-04-28More future-proof collection APIs.David Robillard1-1/+1
2011-04-28Update for new Suil API.David Robillard1-2/+2
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-20/+37
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-3/+0
2011-03-16Fix LV2 plugin UIs (broken in r3093).David Robillard1-2/+3
2011-03-15Fix crash when double clicking nodes without custom UIs.David Robillard1-5/+9
2011-03-08Update for new SLV2 UI API.David Robillard1-3/+7
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard1-1/+3
2011-03-07Update for new SLV2 UI API.David Robillard1-2/+6
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-31/+12
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-2/+0
2011-02-22Implement sane UI selection logic and separate it from instantiation.David Robillard1-10/+14
2011-02-22Implement LV2 plugin UIs via Suil.David Robillard1-40/+39
2011-02-22Tidy.David Robillard1-26/+19
2011-02-22Better PluginUI abstraction.David Robillard1-1/+20
2011-02-16Drop redlandmm for sordmm.David Robillard1-2/+0
2011-01-08Support "request run" feature from contexts extension.David Robillard1-1/+1
2010-11-30Consistent naming for URI quarks.David Robillard1-3/+3
2010-11-26Update for latest LV2 #include style.David Robillard1-3/+3
2010-10-06Add scheme to LV2 URI-based includes.David Robillard1-3/+3
2010-10-06Use URI-based LV2 header includes.David Robillard1-2/+3
2010-10-04Gracefully handle UIs that try to write to illegal port indices.David Robillard1-1/+8
2010-09-04My name is David. :)David Robillard1-1/+1
2010-05-04LV2Object => LV2Atom.David Robillard1-2/+2
2010-05-04Rename "object" extension "atom" extension.David Robillard1-2/+2
2010-03-06Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491).David Robillard1-2/+4
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-10/+10
2010-02-25Work on contexts and polymorphic ports.David Robillard1-1/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-8/+7