summaryrefslogtreecommitdiffstats
path: root/src/gui/App.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Remove stale forward declarationsDavid Robillard1-1/+0
2020-08-02Clean up namespace commentsDavid Robillard1-1/+1
2020-08-02Fix uninitialized membersDavid Robillard1-5/+5
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-1/+1
2020-08-02Fix include orderDavid Robillard1-1/+1
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-7/+7
2019-03-08Pass World everywhere by referenceDavid Robillard1-8/+8
2018-09-23Use lowercase namespace namesDavid Robillard1-22/+22
2018-01-22Speed up animation and update GUI at 30HzDavid Robillard1-2/+2
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard1-10/+12
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-10/+9
2017-12-25Fix inconsistent parameter namesDavid Robillard1-1/+1
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-0/+3
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-2/+4
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard1-2/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-3/+3
2016-10-02Show audio and load information in status lineDavid Robillard1-2/+19
2016-09-18Add fancy communication loggingDavid Robillard1-0/+2
2015-04-05Hide close/quit menu items in plugin GUI.David Robillard1-0/+4
2015-03-28Unify value widgets in properties dialog.David Robillard1-6/+9
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
2015-02-24Demodularize Parser and Serialiser.David Robillard1-4/+2
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-0/+4
2014-01-24Fix various whitespace and formatting issues.David Robillard1-15/+14
2014-01-07Remove unused plugin icon stuff.David Robillard1-19/+0
2014-01-04Fix control updating with animated canvas.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-12/+12
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-6/+6
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-0/+3
2012-08-19Patch => GraphDavid Robillard1-6/+6
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-0/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-10/+8
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+1
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+3
2012-05-11Move Forge to the appropriate namespace.David Robillard1-1/+1
2012-05-11Clean up and better document World interface.David Robillard1-4/+4
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-5/+5
2012-04-28Lint.David Robillard1-5/+6
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+3
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-1/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-3/+2
2012-03-12Centralise atom creation in forge object.David Robillard1-0/+1
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard1-1/+2
2011-11-29Remove libgnomecanvasmm dependency.David Robillard1-1/+0
2011-10-22De-singleton-ify GUI.David Robillard1-2/+2
2011-10-21Separate URIs from LV2URIMap.David Robillard1-2/+2
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1