summaryrefslogtreecommitdiffstats
path: root/src/gui/BreadCrumbs.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-0/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-12/+12
2012-08-19Patch => GraphDavid Robillard1-16/+16
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+3
2012-04-28Lint.David Robillard1-3/+3
2012-04-24Give canvas focus by default so keyboard commands work.David Robillard1-0/+1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2011-10-22De-singleton-ify GUI.David Robillard1-1/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+4
2011-04-19Remove EngineInterface::quit().David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-1/+1
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard1-3/+3
2009-06-03Put breadcrumb stuff all in one place.David Robillard1-5/+50
2009-06-03BreadCrumbBox => BreadCrumbs.David Robillard1-0/+70