summaryrefslogtreecommitdiffstats
path: root/src/gui/BreadCrumbs.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use faster variant of std::string::findDavid Robillard1-6/+6
2019-03-09Clean up includes and forward declarationsDavid Robillard1-5/+5
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-1/+1
2017-12-25Always use bracesDavid Robillard1-13/+24
2017-12-24Clean up includes in public headersDavid Robillard1-0/+2
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-2/+10
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-4/+4
2014-01-24Fix various whitespace and formatting issues.David Robillard1-10/+12
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-6/+6
2013-01-11Use range-based for loops where possible.David Robillard1-19/+19
2012-08-19Patch => GraphDavid Robillard1-8/+8
2012-08-16Remove all 'using namespace Raul'.David Robillard1-7/+6
2012-08-14Update for latest Raul.David Robillard1-4/+4
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-2/+2
2012-05-13Handle exception by reference.David Robillard1-3/+2
2012-05-11Add missing includes.David Robillard1-0/+3
2012-04-24Give canvas focus by default so keyboard commands work.David Robillard1-0/+2
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2011-10-22De-singleton-ify GUI.David Robillard1-2/+2
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+2
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-1/+1
2011-04-19Remove EngineInterface::quit().David Robillard1-2/+2
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-9/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2009-06-03Put breadcrumb stuff all in one place.David Robillard1-14/+13
2009-06-03BreadCrumbBox => BreadCrumbs.David Robillard1-0/+213