summaryrefslogtreecommitdiffstats
path: root/src/gui/App.cpp
AgeCommit message (Expand)AuthorFilesLines
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-9/+9
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-3/+3
2012-05-10LV2URIMap => URIMap.David Robillard1-4/+2
2012-05-10Use SharedPtr references to Interfaces to keep things sane.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-3/+7
2012-04-14Update URIs.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-25Update for latest atom extension.David Robillard1-1/+1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+2
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-2/+5
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-2/+2
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-1/+3
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard1-4/+6
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+2
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard1-3/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-1/+1
2011-12-02Connection => Edge.David Robillard1-1/+1
2011-12-01Move color stuff down to C level.David Robillard1-2/+2
2011-11-29Remove libgnomecanvasmm dependency.David Robillard1-2/+0
2011-11-27Remove linear searching for connections.David Robillard1-9/+0
2011-10-22De-singleton-ify GUI.David Robillard1-30/+40
2011-10-21Clean up include paths.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-18/+22
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-3/+3
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-10/+11
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-1/+27
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-3/+4
2011-05-24Move appropriate client headers to public include directory.David Robillard1-4/+4
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard1-4/+1
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-7/+1
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard1-6/+4
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-6/+6
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-2/+4
2011-04-28Switch to Lilv from SLV2.David Robillard1-4/+4
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-3/+3
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-4/+5
2011-04-18Saner module loading API.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-21/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-17Jack session support for ingen.David Robillard1-2/+5
2010-11-30Consistent naming for URI quarks.David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-14/+14