Commit graph

8 commits

Author SHA1 Message Date
John Emmas
bf2625de40 Now that we're building pango's language modules statically (i.e. no longer as DLLs) it's not necessary to edit the user's 'pango.modules' file 2014-11-24 12:58:26 +00:00
Tim Mayberry
cd12698b9c Rename PBD::find_file_in_search_path to just PBD::find_file
saves a bit of typing and not necessary if you look at how it is used.
2014-06-25 12:40:10 -04:00
John Emmas
c123829c0a Save any cached fonts into our dedicated cache folder (msvc)
(modifies the appropriate entry in 'fonts.conf')
2014-04-19 13:09:06 +01:00
John Emmas
2b10af45ab Ensure that 'fixup_bundle_environment()' returns a suitable localedir (msvc) 2014-04-15 18:53:24 +01:00
John Emmas
f5602071ce Add internationalization support for my newly committed 'bundle_env_msvc.cc'
(also, move a #included file to keep MSVC happy)
2014-03-27 10:16:28 +00:00
John Emmas
e6a011b969 Add the code for 'load_custom_fonts()' (though not entirely sure if it's actually doing enything...) 2014-03-27 08:14:11 +00:00
John Emmas
2044c12b7b String object for Greek locale testing should have been Glib::ustring, rather than std::string
(see my previous commit)
2014-03-21 16:02:46 +00:00
John Emmas
38a180ddc6 Implement 'fixup_bundle_environment()' for the MSVC build 2014-03-21 14:56:59 +00:00