summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_msvc.cc
AgeCommit message (Collapse)Author
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