summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-4/+4
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-13/+13
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+2
2012-03-12Make port controls actually do something.David Robillard1-34/+34
2011-12-08Clean up port event stuff.David Robillard1-7/+29
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-8/+8
2011-12-03Don't expose canvas data structures.David Robillard1-6/+6
2011-12-01Fix compilation.David Robillard1-3/+3
2011-12-01Remove menu stuff from FlowCanvas.David Robillard1-0/+9
2011-11-28Independent control of corner radiuses.David Robillard1-1/+3
2011-11-28Implement port boxes as a custom gnomecanvas C widget.David Robillard1-5/+3
2011-11-09Update for changes in LV2 SVN.David Robillard1-1/+1
2011-10-22De-singleton-ify GUI.David Robillard1-25/+26
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-2/+2
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-1/+1
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-3/+2
2011-09-24Fix crash when plugin model is not available.David Robillard1-1/+1
2011-09-23Animate audio port colours based on levels.David Robillard1-3/+56
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-7/+15
2011-08-20Fix port and node menusDavid Robillard1-1/+1
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard1-7/+5
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard1-2/+2
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-9/+8
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-1/+0
2011-06-03Avoid the awful Gnome::Canvas::Text entirely, saving a ton of memory.David Robillard1-2/+2
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-19/+17
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-4/+6
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-13/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard1-0/+24
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-2/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-3/+2
2010-02-25Work on contexts and polymorphic ports.David Robillard1-18/+11
2010-02-04Change patch port label when human name changes (e.g. update label when chang...David Robillard1-1/+6
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard1-3/+3
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-5/+5
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-10/+40
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-2/+2
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-2/+4
2010-01-28Universal properties window.David Robillard1-1/+0
2010-01-06Do all logging output via Raul streams.David Robillard1-2/+2
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-14/+57