summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Fix various whitespace and formatting issues.David Robillard1-3/+3
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-0/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-02-02Fix truncation of atom events sent to plugin UIs.David Robillard1-1/+0
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-14/+14
2013-01-08Re-enable node documentation.David Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-4/+4
2012-08-18Node => BlockDavid Robillard1-11/+11
2012-08-15Clean up includes.David Robillard1-1/+1
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-0/+1
2012-05-12Select newly pasted objects so they can be easily moved.David Robillard1-1/+1
2012-05-01Remove half baked control window stuff. The canvas is better anyway.David Robillard1-1/+0
2012-04-28Remove using declarations from headers.David Robillard1-14/+13
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard1-0/+1
2012-04-05Fix subpatch creation (fix #826).David Robillard1-0/+2
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-2/+2
2011-12-06Death to Module.cpp.David Robillard1-2/+0
2011-12-05Move event handling down to C level.David Robillard1-0/+1
2011-12-01Fix compilation.David Robillard1-1/+1
2011-12-01Remove menu stuff from FlowCanvas.David Robillard1-0/+1
2011-11-29Remove libgnomecanvasmm dependency.David Robillard1-1/+0
2011-10-22De-singleton-ify GUI.David Robillard1-0/+2
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard1-1/+1
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard1-1/+1
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-1/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-4/+5
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-5/+5
2011-05-13Make models const in client code.David Robillard1-12/+12
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-2/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-04Consistent name (property_changed) for ObjectModel::signal_property handlers.David Robillard1-1/+1
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard1-3/+3
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-1/+2
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-10/+10
2009-05-13The great ID refactoring of 2009.David Robillard1-1/+1
2009-05-11* New ontology.David Robillard1-2/+1
2008-12-16Trim include dependency tree.David Robillard1-4/+5
2008-11-16Hide subpatch module ports on destruction (fix ticket #254).David Robillard1-6/+4
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2
2008-10-11Add control randomize feature (node context menu).David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+102