summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-19Patch => GraphDavid Robillard1-11/+11
2012-08-18Node => BlockDavid Robillard1-51/+48
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-6/+7
2012-08-16Remove all 'using namespace Raul'.David Robillard1-15/+13
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-6/+6
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+1
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-0/+24
2012-06-12Add "expose" (to parent) operation for ports.David Robillard1-7/+2
2012-05-12Select newly pasted objects so they can be easily moved.David Robillard1-2/+3
2012-05-12Don't send selection information to the server.David Robillard1-9/+0
2012-05-11Avoid including gtkmm.hDavid Robillard1-0/+2
2012-05-11Add missing includes.David Robillard1-0/+1
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-5/+5
2012-05-10LV2URIMap => URIMap.David Robillard1-7/+8
2012-05-01Remove half baked control window stuff. The canvas is better anyway.David Robillard1-13/+1
2012-04-28Remove using declarations from headers.David Robillard1-0/+4
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard1-22/+17
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard1-1/+1
2012-04-22Show non-resizable plugin UIs properly.David Robillard1-0/+3
2012-04-05Fix subpatch creation (fix #826).David Robillard1-4/+10