summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-04Move module ports down to C level.David Robillard1-3/+3
2011-12-04Remove redundant _canvas field from Item.David Robillard1-2/+2
2011-12-03Don't expose canvas data structures.David Robillard1-8/+8
2011-12-02Remove Shape::store_location() in favour of Joinable::signal_moved.David Robillard1-0/+3
2011-12-01Move color stuff down to C level.David Robillard1-3/+0
2011-12-01Use consistent property wrappers for x and y coordinates.David Robillard1-4/+4
2011-12-01Fix compilation.David Robillard1-3/+3
2011-12-01Remove menu stuff from FlowCanvas.David Robillard1-0/+9
2011-11-28Make FlowCanvas::Port no longer a Gnome::Canvas::Group.David Robillard1-1/+2
2011-11-27Don't expose non-const Module::ports.David Robillard1-1/+1
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-8/+8
2011-10-22De-singleton-ify GUI.David Robillard1-24/+29
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-5/+5