summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_mingw.cc
AgeCommit message (Collapse)Author
2019-12-05Undo habits of a Serif font loverRobin Gareus
2019-12-04Load and register ArdourSans font at application startRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
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-08-18Remove unused function in bundle_env_mingw.ccTim Mayberry
ARDOUR::ardour_dll_directory() has been used instead for some time
2015-05-05NSM preparation for OSX and windowsRobin Gareus
Note that on those platforms the application name is a full path. This is permitted by the specs: “executable_name MUST be the executable name that the program was launched with. For C programs, this is simply the value of argv[0]” [http://non.tuxfamily.org/nsm/API.html#n:1.2.1.1.] but the current implementation of nsm expects the basename only and searched $PATH.
2015-04-17fix mingw build4.0Paul Davis
2015-04-17fix novice-level mistake that causes localedir to point to random, reusable ↵Paul Davis
(typically stack) memory
2015-03-12fix/amend ae5c614Robin Gareus
2015-03-12prepare windows i18nRobin Gareus
2015-02-12windows: deploy suil modulesRobin Gareus
2015-01-05mingw-bundle: use abstract definition of "ardour3" libdirRobin Gareus
2015-01-05windows packaging: project agnostic names & registyRobin Gareus
2014-10-03fix typo in 9034e58b1Robin Gareus
2014-10-03set mingw vamp plugin pathRobin Gareus
2014-10-02amend 24289299 - pango fontmap w/mingwRobin Gareus
2014-10-02register ArdourMono font with windowsRobin Gareus
2014-10-01mingw environment: ArdourMono.ttfRobin Gareus
2014-03-02move fixup_bundle_environment() code into per-platform filesPaul Davis