summaryrefslogtreecommitdiffstats
path: root/src/client/PluginModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-23Use lowercase namespace namesDavid Robillard1-5/+5
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-2/+0
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-6/+6
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-4/+4
2017-12-25Always use bracesDavid Robillard1-7/+12
2017-12-25Use nullptrDavid Robillard1-5/+5
2017-02-15Move Properties out of ResourceDavid Robillard1-4/+4
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-08-29Fix checking non-LV2 'plugins' for UIs.David Robillard1-5/+7
2015-08-12Fix URI comparison issues.David Robillard1-2/+2
2015-08-12Server-side presets.David Robillard1-10/+17
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-01-24Order scale points by value (fix #951).David Robillard1-4/+3
2014-01-07Remove unused plugin icon stuff.David Robillard1-32/+0
2014-01-04Fix documentation pane.David Robillard1-32/+49
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-7/+7
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-5/+5
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-5/+3
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-13/+24
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-0/+7
2012-11-17Generate sensible default symbols for plugins with URIs where the last path c...David Robillard1-22/+32
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-18Node => BlockDavid Robillard1-5/+5
2012-08-14Update for latest Raul.David Robillard1-10/+10
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-3/+3
2012-08-12Stricter symbol construction and conversion.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+2
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard1-3/+3
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
2012-05-11Add missing includes.David Robillard1-1/+5
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-12/+11
2012-05-10LV2URIMap => URIMap.David Robillard1-2/+0
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard1-0/+19
2012-04-28Tidy.David Robillard1-12/+16
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard1-1/+2
2012-04-23Use URI defines where possible.David Robillard1-3/+2
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-5/+4
2012-03-12Centralise atom creation in forge object.David Robillard1-8/+15
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.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/+4
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-8/+20
2011-09-23Fix memory leaks and errors.David Robillard1-6/+10
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-1/+1