summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_linux.cc
AgeCommit message (Collapse)Author
2016-07-18ArdourCurl: prepare to unify various curl callsRobin Gareus
mainly motivated by a central location to setup SSL.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-12foolishly attempt nightly-built linux/wine/VST bundlesRobin Gareus
2015-12-07the variable used to define GTK2 RC files is GTK2_RC_FILES not GTK_RC_FILES ↵Paul Davis
(it was changed in GTK+ back in 2002
2015-10-05remove unused fstream includesRobin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-04-17fix novice-level mistake that causes localedir to point to random, reusable ↵Paul Davis
(typically stack) memory
2015-03-23rework check for old configuration filesRobin Gareus
check early on (before announcement-check, bundle- env and ARDOUR_UI ctor have a chance to create the new config dir)
2015-03-23use built-in pango & gdk-pixbus modules (Linux)Robin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
saves a bit of typing and not necessary if you look at how it is used.
2014-03-02move fixup_bundle_environment() code into per-platform filesPaul Davis