summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_msvc.cc
AgeCommit message (Expand)Author
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
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
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
2015-02-13When building with MSVC, follow Robin's lead and add support for a new env va...John Emmas
2014-12-02Because we're building the gdk-pixbuf modules statically (i.e. no longer as D...John Emmas
2014-11-24Now that we're building pango's language modules statically (i.e. no longer a...John Emmas
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-04-19Save any cached fonts into our dedicated cache folder (msvc)John Emmas
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
2014-03-27Add the code for 'load_custom_fonts()' (though not entirely sure if it's actu...John Emmas
2014-03-21String object for Greek locale testing should have been Glib::ustring, rather...John Emmas
2014-03-21Implement 'fixup_bundle_environment()' for the MSVC buildJohn Emmas