summaryrefslogtreecommitdiffstats
path: root/src/gui/App.hpp
AgeCommit message (Collapse)AuthorFilesLines
2023-09-23Clean up includes and forward declarationsDavid Robillard1-1/+2
2023-08-23Add missing const qualifiersDavid Robillard1-1/+1
2022-08-18Remove redundant "inline" specifiersDavid Robillard1-3/+3
2022-08-18Use default member initializationDavid Robillard1-9/+9
2020-12-15Clean up includes in guiDavid Robillard1-10/+15
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-14/+13
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
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
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive.
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
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5669 a436a847-0d15-0410-975c-d299462d15a1
2015-03-28Unify value widgets in properties dialog.David Robillard1-6/+9
This shows the fancy URI selector for URI properties, and can show numeric controls for the property-to-add. The ontologies need some work, along with smarter widget creation, before the latter will actually be useful. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5648 a436a847-0d15-0410-975c-d299462d15a1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-4/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5445 a436a847-0d15-0410-975c-d299462d15a1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-15/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1
2014-01-07Remove unused plugin icon stuff.David Robillard1-19/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5295 a436a847-0d15-0410-975c-d299462d15a1
2014-01-04Fix control updating with animated canvas.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5254 a436a847-0d15-0410-975c-d299462d15a1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-12/+12
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4939 a436a847-0d15-0410-975c-d299462d15a1
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4844 a436a847-0d15-0410-975c-d299462d15a1
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-0/+3
Gracefully handle client receiving nodes with as-yet unknown plugins. Don't initially send all plugins to UI (kills LV2 in particular), request on demand instead. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4829 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19Patch => GraphDavid Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1
2012-08-17Implement real logging system, LV2 log extension support, and purge ↵David Robillard1-0/+2
evil/ugly/untranslatable C++ stream printing. Remove coloured log stuff from Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4717 a436a847-0d15-0410-975c-d299462d15a1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-10/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4556 a436a847-0d15-0410-975c-d299462d15a1
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4354 a436a847-0d15-0410-975c-d299462d15a1
2012-05-11Move Forge to the appropriate namespace.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4350 a436a847-0d15-0410-975c-d299462d15a1
2012-05-11Clean up and better document World interface.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4344 a436a847-0d15-0410-975c-d299462d15a1
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-5/+5
Don't require separate Configuration initialisation from World (simplify API). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4343 a436a847-0d15-0410-975c-d299462d15a1
2012-04-28Lint.David Robillard1-5/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4289 a436a847-0d15-0410-975c-d299462d15a1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4111 a436a847-0d15-0410-975c-d299462d15a1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4078 a436a847-0d15-0410-975c-d299462d15a1
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4074 a436a847-0d15-0410-975c-d299462d15a1