summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-2/+3
2020-08-02Fix uninitialized membersDavid Robillard1-1/+1
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-1/+1
2019-12-08Cleanup: Use empty() instead of size() where appropriateDavid Robillard1-1/+1
2019-03-09Fix misleading connect window labelDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-11/+11
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-1/+1
2019-03-08Pass World everywhere by referenceDavid Robillard1-21/+22
2018-09-23Use lowercase namespace namesDavid Robillard1-12/+12
2018-01-22Speed up animation and update GUI at 30HzDavid Robillard1-1/+1
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard1-6/+7
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-12/+12
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-3/+3
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-3/+2
2017-12-25Always use bracesDavid Robillard1-8/+15
2017-12-25Use nullptrDavid Robillard1-15/+15
2017-12-24Clean up includes in public headersDavid Robillard1-1/+1
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-2/+13
2017-12-16Clean up includesDavid Robillard1-2/+1
2017-12-16Use unbounded queue for client signalsDavid Robillard1-1/+1
2017-02-15Move static path stuff to its own headerDavid Robillard1-1/+1
2016-10-14Don't request plugins until necessaryDavid Robillard1-2/+0
2016-08-17Rename main graph and control/notify portsDavid Robillard1-1/+1
2015-10-02Don't connect twice to server on initial load.David Robillard1-1/+11
2015-08-29Fix crash when clicking activate before connection.David Robillard1-0/+13
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-1/+1
2015-04-04Fix whitespace.David Robillard1-5/+5
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-16Fix launching GUI with no engine.David Robillard1-100/+149
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-1/+1
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard1-1/+1
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-2/+19
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-8/+8
2013-01-11Use type safe enumerations.David Robillard1-10/+10
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-6/+6
2012-12-21Fix UI operation via socket.David Robillard1-1/+1
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-5/+5
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-5/+5
2012-08-16Remove all 'using namespace Raul'.David Robillard1-2/+1
2012-08-14Update for latest Raul.David Robillard1-18/+19
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-4/+4
2012-05-14Remove useless abs and fix compilation error on some platforms (fix ticket #8...David Robillard1-1/+1
2012-05-13Initialize all members on construction.David Robillard1-0/+13
2012-05-11Avoid including gtkmm.hDavid Robillard1-0/+2
2012-05-11Lint.David Robillard1-17/+17
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-29/+28
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-4/+11
2012-05-10Don't double initialize Jack when running ingen -egDavid Robillard1-5/+4