summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-19/+12
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-7/+12
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard1-8/+8
2011-12-10Fix event handling.David Robillard1-1/+4
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard1-3/+3
2011-12-07Remove cruft from public API.David Robillard1-4/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-3/+3
2011-12-06Death to Module.cpp.David Robillard1-11/+5
2011-12-05Move event handling down to C level.David Robillard1-4/+9