summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_cocoa.cc
AgeCommit message (Collapse)Author
2016-08-19add code to disable AppNap on OS X/MacOSPaul Davis
Should build on versions before 10.9 and run everywhere due to respondsToSelector check.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-04-25compile-time test for useful ASL APIPaul Davis
2016-04-24restore sending stderr/stdout to the consolePaul Davis
This is done unconditionally right now for any ARDOUR_BUNDLED case. Need to find a conditional, so that we can run from the command line/inside a debugger. The -psn_XXXX argument will likely work
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-05NOOP, remove trailing tabs/whitespace.Robin 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 typo after localedir changePaul Davis
2015-04-17fix novice-level mistake that causes localedir to point to random, reusable ↵Paul Davis
(typically stack) memory
2015-03-23OSX: pango & gtk-pixbuf modules be gone.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