summaryrefslogtreecommitdiffstats
path: root/src/gui/App.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Fix broadcasting to several clients.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-1/+1
2014-08-29Use complete Gtk style from file for embedded UIs.David Robillard1-18/+4
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-0/+15
2014-01-24Fix various whitespace and formatting issues.David Robillard1-3/+2
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard1-1/+1
2014-01-07Remove unused plugin icon stuff.David Robillard1-51/+0
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-4/+4
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-11/+7
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2013-01-08Don't highlight fill colour on mouse hover.David Robillard1-1/+1
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-1/+1
2012-11-22Configuration file saving.David Robillard1-1/+13
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-7/+7
2012-11-18Don't do top level Glib things if Glib is already initialized.David Robillard1-4/+6
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-0/+10
2012-08-19Patch => GraphDavid Robillard1-8/+8
2012-08-18Node => BlockDavid Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-9/+7
2012-08-16Remove all 'using namespace Raul'.David Robillard1-6/+4
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-5/+4
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-2/+6
2012-05-13Handle exception by reference.David Robillard1-1/+1
2012-05-11Avoid including gtkmm.hDavid Robillard1-0/+1
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