|
76b28e7ff2
|
fix novice-level mistake that causes localedir to point to random, reusable (typically stack) memory
|
2015-04-17 11:00:33 -04:00 |
|
|
a3857b5d2c
|
When building with MSVC, follow Robin's lead and add support for a new env var (SUIL_MODULE_DIR)
|
2015-02-13 11:23:59 +00:00 |
|
|
ec00c6d652
|
Because we're building the gdk-pixbuf modules statically (i.e. no longer as DLLs) it's not necessary to edit the user's 'gdk-pixbuf.loaders' file (MSVC build only)
|
2014-12-02 19:08:12 +00:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
2b10af45ab
|
Ensure that 'fixup_bundle_environment()' returns a suitable localedir (msvc)
|
2014-04-15 18:53:24 +01:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
38a180ddc6
|
Implement 'fixup_bundle_environment()' for the MSVC build
|
2014-03-21 14:56:59 +00:00 |
|