summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_msvc.cc
AgeCommit message (Collapse)Author
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.
2017-02-04Some paths weren't getting set up correctly for the MSVC buildJohn Emmas
Fortunately, only the VAMP_PATH was causing a problem. The others were only relevant for a Debug build
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-17ARDOUR_PATH is no longer usedRobin 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-05use quotes for in-tree pbd/glib wrapper includeRobin 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-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-04-17fix novice-level mistake that causes localedir to point to random, reusable ↵Paul Davis
(typically stack) memory
2015-02-13When building with MSVC, follow Robin's lead and add support for a new env ↵John Emmas
var (SUIL_MODULE_DIR)
2014-12-02Because we're building the gdk-pixbuf modules statically (i.e. no longer as ↵John Emmas
DLLs) it's not necessary to edit the user's 'gdk-pixbuf.loaders' file (MSVC build only)
2014-11-24Now that we're building pango's language modules statically (i.e. no longer ↵John Emmas
as DLLs) it's not necessary to edit the user's 'pango.modules' file
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-04-19Save any cached fonts into our dedicated cache folder (msvc)John Emmas
(modifies the appropriate entry in 'fonts.conf')
2014-04-15Ensure that 'fixup_bundle_environment()' returns a suitable localedir (msvc)John Emmas
2014-03-27Add internationalization support for my newly committed 'bundle_env_msvc.cc'John Emmas
(also, move a #included file to keep MSVC happy)
2014-03-27Add the code for 'load_custom_fonts()' (though not entirely sure if it's ↵John Emmas
actually doing enything...)
2014-03-21String object for Greek locale testing should have been Glib::ustring, ↵John Emmas
rather than std::string (see my previous commit)
2014-03-21Implement 'fixup_bundle_environment()' for the MSVC buildJohn Emmas