summaryrefslogtreecommitdiffstats
path: root/src/gui/App.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-12/+12
2017-12-25Use auto for iteratorsDavid Robillard1-3/+3
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-7/+5
2017-12-25Always use bracesDavid Robillard1-5/+10
2017-12-25Use nullptrDavid Robillard1-2/+2
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-1/+1
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-24/+18
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-4/+6
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard1-8/+2
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard1-0/+3
2017-02-15Move Properties out of ResourceDavid Robillard1-3/+3
2016-12-04Fix initialization order warningDavid Robillard1-1/+1
2016-10-29Fix minor memory issuesDavid Robillard1-0/+1
2016-10-02Show audio and load information in status lineDavid Robillard1-7/+74
2016-09-18Add fancy communication loggingDavid Robillard1-0/+24
2016-08-01Show colorized log output in messages windowDavid Robillard1-7/+9
2015-10-24Fix LV2 UIs that send during instantiationDavid Robillard1-1/+3
2015-04-05Hide close/quit menu items in plugin GUI.David Robillard1-0/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-28Unify value widgets in properties dialog.David Robillard1-0/+10
2015-03-13Fix crash on save in separate GUI process.David Robillard1-0/+3
2015-02-24Demodularize Parser and Serialiser.David Robillard1-4/+1
2015-02-14Fix save issues.David Robillard1-3/+6
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