summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-28Remove using declarations from headers.David Robillard1-2/+6
2012-04-23Resize modules when port labels change.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-8/+4
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-4/+6
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/+1
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard1-3/+3
2011-12-07Remove cruft from public API.David Robillard1-5/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-1/+1
2011-12-04Move module port management stuff down to C level.David Robillard1-1/+1
2011-12-04Remove redundant _canvas field from Item.David Robillard1-2/+2
2011-12-03Don't expose canvas data structures.David Robillard1-3/+3
2011-12-02Remove Shape::store_location() in favour of Joinable::signal_moved.David Robillard1-0/+3
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-1/+0
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-11/+17
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-3/+3
2011-09-23Fix patch port canvas positioning across save/load.David Robillard1-8/+12
2011-07-04Eliminate weird-looking empty menus on non-control portsDavid Robillard1-4/+2
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard1-5/+4
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard1-3/+3
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-4/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-4/+3
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-8/+7
2011-05-24Move appropriate client headers to public include directory.David Robillard1-2/+2
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard1-2/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+2
2011-05-13Make models const in client code.David Robillard1-3/+6
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-1/+2
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-10/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-5/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-04Consistent name (property_changed) for ObjectModel::signal_property handlers.David Robillard1-4/+4
2010-02-04Change patch port label when human name changes (e.g. update label when chang...David Robillard1-8/+9
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-21/+23
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-6/+6
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-6/+6
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2009-05-28Send both coordinates of a module move as a single PUT.David Robillard1-2/+6
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-4/+4
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-2/+1