summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-29Put everything in a namespaceDavid Robillard1-2/+2
2020-11-29Add command line option to print versionDavid Robillard1-0/+14
2020-11-29Move command line handling to mainDavid Robillard1-2/+44
2020-11-27Fix static accessed through instanceDavid Robillard1-2/+2
2020-02-09Format all code with clang-formatDavid Robillard1-12/+10
2019-12-29Clean up includesDavid Robillard1-5/+10
2015-02-17Delete trailing whitespace.David Robillard1-2/+1
2015-02-08Save window size and position when closed via window manager.David Robillard1-0/+1
2015-01-10Set GdkPixbuf loaders cache path on OSX.David Robillard1-0/+5
2015-01-10More Mac integration work.David Robillard1-2/+1
2015-01-10More Mac integration work.David Robillard1-6/+33
2015-01-09Fix OSX integration.David Robillard1-32/+6
2014-04-26Update copyright date.David Robillard1-1/+1
2013-03-17Update copyright date.David Robillard1-1/+1
2011-11-29Remove libgnomecanvasmm dependency.David Robillard1-2/+0
2011-11-25Remove Raul dependency.David Robillard1-4/+2
2011-11-25Fix OSX bundle.David Robillard1-3/+3
2011-11-25Fix Mac bundle environment stuff.David Robillard1-2/+2
2011-11-25Add fontconfig configuration file to bundle.David Robillard1-0/+3
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-06-07Avoid including gtkmm.h (which brings several megs of header into the compila...David Robillard1-2/+2
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-5/+4
2011-01-12Tweak PATH in OSX bundle so libjack can find jackd.David Robillard1-0/+6
2011-01-11Build a proper .app on OSX.David Robillard1-1/+37
2011-01-08Support via waf for running from the build directory.David Robillard1-5/+2
2010-12-14Use Raul::log for console logging.David Robillard1-6/+8
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-7/+7
2008-12-16Trim include dependency tree.David Robillard1-2/+0
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-10-01Integrate patchage into build system.David Robillard1-4/+0
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-1/+0
2008-02-22Minor refresh/initial display speedups.David Robillard1-2/+0
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-3/+3
2007-06-08Link against, and initialize, glib threads.David Robillard1-0/+2
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-03-31Random exception changes (voodoo debugging for certain broke-ass gentoo syste...David Robillard1-2/+9
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard1-2/+3
2006-11-11Fixes for building without ALSA (eg on OSX)David Robillard1-6/+0
2006-10-02boost::shared_ptr-ification of FlowCanvas.David Robillard1-2/+8
2006-06-09Added patchageDavid Robillard1-0/+49