summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-08Raise existing plugin UI windows if double-clicked againDavid Robillard1-2/+2
2019-03-09Clean up includes and forward declarationsDavid Robillard1-16/+16
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-3/+3
2019-03-08Pass World everywhere by referenceDavid Robillard1-3/+3
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-6/+12
2017-12-25Use nullptrDavid Robillard1-6/+6
2016-10-14Fix initial display of embedded GUIsDavid Robillard1-1/+24
2016-10-02Fix display of initial port valuesDavid Robillard1-1/+5
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard1-9/+2
2015-10-25Fix explicit sequence port monitoringDavid Robillard1-0/+5
2015-10-24Fix LV2 UIs that send during instantiationDavid Robillard1-8/+12
2015-09-29Fix more URI conversion issues.David Robillard1-1/+1
2015-09-17Fix plugin GUI controls in separate windows.David Robillard1-0/+3
2015-08-12Server-side presets.David Robillard1-1/+1
2015-04-11Fix crash on failed plugin UI instantiation.David Robillard1-2/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-08Fix UI update on custom UI control changes.David Robillard1-2/+3
2015-02-17Fix display of labels when port is created without.David Robillard1-2/+1
2015-01-15Node bypass.David Robillard1-0/+6
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-0/+5
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-1/+2
2014-08-29Use complete Gtk style from file for embedded UIs.David Robillard1-2/+2
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-3/+3
2014-01-24Fix various whitespace and formatting issues.David Robillard1-2/+2
2014-01-18Consolidate URIs.David Robillard1-2/+2
2013-11-01Don't notify UIs about null atom port values (partially address #935).David Robillard1-1/+1
2013-02-25Tidy.David Robillard1-1/+1
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-5/+22
2013-02-23Make Atom always have an LV2_Atom so it can be used in-place.David Robillard1-6/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-2/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-6/+6
2013-02-09Use default float protocol for UI float controls (fix #885).David Robillard1-11/+15
2013-02-02More generic Atom class.David Robillard1-11/+11
2013-02-02Fix truncation of atom events sent to plugin UIs.David Robillard1-12/+3
2013-02-02Fix status bar hover text.David Robillard1-0/+13
2013-01-22Support directly passing any type of atom to plugin UIs.David Robillard1-10/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-9/+9
2013-01-12Lint.David Robillard1-2/+2
2013-01-11Use range-based for loops where possible.David Robillard1-11/+8
2013-01-11C++11-safe conversions.David Robillard1-2/+4
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-2/+6
2013-01-08Re-enable node documentation.David Robillard1-20/+19
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-3/+3
2012-11-21Move human name and port label options to main configuration.David Robillard1-3/+5
2012-08-19GraphObject => NodeDavid Robillard1-1/+1