summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update for latest raulDavid Robillard27-103/+103
2020-12-15Clean up includes in client libraryDavid Robillard8-22/+34
2020-12-15Clean up includes in core and serverDavid Robillard19-19/+36
2020-08-03Clean up includesDavid Robillard5-3/+14
2020-08-02Remove Raul::managed_ptr aliasDavid Robillard1-5/+0
2020-08-02Remove std::shared_ptr aliasDavid Robillard26-216/+239
2020-08-02Remove redundant pointer get() callsDavid Robillard1-1/+1
2020-08-02Use nullptr for empty smart pointersDavid Robillard5-7/+7
2020-08-02Remove std::unique_ptr aliasDavid Robillard3-6/+5
2020-08-02Remove std::weak_ptr aliasDavid Robillard1-3/+0
2020-08-02Rename memory utility headerDavid Robillard24-27/+27
2020-08-02Fix shadow warningsDavid Robillard4-12/+12
2020-08-02Clean up URI map interfaceDavid Robillard1-3/+20
2020-08-02Add missing override specifiersDavid Robillard1-1/+1
2020-08-02Clean up include guardsDavid Robillard10-30/+30
2020-08-02Move public headers to a separate include directoryDavid Robillard55-0/+5194
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard37-2943/+0
2012-03-15Use host-provided URI-map for internally mapped URIs.David Robillard1-1/+5
2012-03-14Consistently map all URIs with the URI map.David Robillard1-2/+3
2012-03-14Remove silly/slow Quark::c_str() since Quark derives from a string type anyway.David Robillard1-1/+0
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard5-22/+69
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard1-15/+0
2012-03-12Centralise atom creation in forge object.David Robillard6-25/+18
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard4-19/+90
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard2-3/+7
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard1-2/+2
2012-03-11Missing portion of previous commit (r4045).David Robillard1-9/+19
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard2-11/+2
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard1-2/+2
2012-03-10Delete trailing whitespace.David Robillard3-3/+3
2012-03-10Use new LV2 MIDI definitions.David Robillard1-1/+1
2011-11-24Remove client from world.David Robillard1-2/+0
2011-11-09Update for changes in LV2 SVN.David Robillard1-2/+2
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-2/+2
2011-10-22Fix compilation on Mac OS XDavid Robillard3-14/+16
2011-10-22Fix serialisation.David Robillard1-1/+1
2011-10-22Simplify Parser.David Robillard1-1/+1
2011-10-22Move basic URI map and unmap implementation to URIs.David Robillard1-0/+3
2011-10-22Remove EventType.David Robillard1-76/+0
2011-10-21Move uri() to CommonInterface.David Robillard5-4/+6
2011-10-21Tidy headers.David Robillard3-13/+5
2011-10-21Make engine receivers depend only on ServerInterface.David Robillard1-3/+1
2011-10-21Move more headers to shared include directory.David Robillard8-5/+298
2011-10-21Move URIs.hpp to public shared include directory.David Robillard1-0/+103
2011-10-21Separate URIs from LV2URIMap.David Robillard9-27/+29
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard3-1/+167
2011-10-21Begin moving shared headers to public include directory.David Robillard5-0/+271
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard4-113/+7
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-1/+1
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard1-3/+0