summaryrefslogtreecommitdiffstats
path: root/src/gui/ingen_gui_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Use "auto" to avoid redundancyDavid Robillard1-4/+4
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-19/+13
2020-08-02Remove redundant pointer get() callsDavid Robillard1-5/+4
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-3/+3
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-1/+2
2020-08-01Use modern castsDavid Robillard1-6/+6
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+19
2019-03-08Pass World everywhere by referenceDavid Robillard1-1/+1
2018-09-23Use override specifiersDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-27/+27
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-2/+2
2017-12-25Use nullptrDavid Robillard1-10/+10
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-2/+3
2017-02-15Move Properties out of ResourceDavid Robillard1-3/+2
2017-02-15Move static path stuff to its own headerDavid Robillard1-2/+2
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-1/+1
2016-08-17Rename main graph and control/notify portsDavid Robillard1-2/+2
2016-07-29Remove Forge dependency from AtomReaderDavid Robillard1-1/+0
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-2/+2
2015-04-05Hide close/quit menu items in plugin GUI.David Robillard1-0/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard1-1/+2
2013-02-09Use default float protocol for UI float controls (fix #885).David Robillard1-2/+2
2013-02-03Fix compilation with Clang 3.1.David Robillard1-0/+4
2013-02-03Fix compilation with GCC 4.6.David Robillard1-21/+25
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-15/+17
2013-01-11C++11-safe conversions.David Robillard1-1/+2
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-3/+0
2012-08-19GraphObject => NodeDavid Robillard1-2/+2
2012-08-19Patch => GraphDavid Robillard1-10/+10
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-3/+7
2012-08-14Update for latest Raul.David Robillard1-2/+2
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-6/+6
2012-08-10Fix a ton of warnings.David Robillard1-1/+1
2012-08-10Fix various const violations.David Robillard1-2/+2
2012-07-31Request plugins and root patch on LV2 UI startup.David Robillard1-0/+6
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-21/+20
2012-05-23Trim unnecessary includes.David Robillard1-1/+0
2012-05-22More work on test suite.David Robillard1-1/+2
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard1-1/+5
2012-05-11Move Forge to the appropriate namespace.David Robillard1-2/+2
2012-05-11Clean up and better document World interface.David Robillard1-7/+6
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-7/+4
2012-05-10LV2URIMap => URIMap.David Robillard1-3/+3
2012-04-26Save properties with pretty numbers so normal LV2 tools can read patches.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15