Aegisub/aegisub/libaegisub
Amar Takhar 355ad91105 * Instead of ~ use getenv("HOME") to get the users home directory.
* Fix Locale() to return P_LOCALE
 * Change data and doc values to P_DATA and P_DOC.

Originally committed to SVN as r5322.
2011-02-08 04:22:52 +00:00
..
common Remove const in path.cpp (missed in r5320) 2011-02-08 03:53:34 +00:00
include/libaegisub * Remove misplaced const on a void method. 2011-02-08 03:48:00 +00:00
osx Relicense libosxutil code (osx/util.cpp and include/util_osx.h) using the same license as the rest of the library. (obsd/2-clause bsdl) Done with the permission of current copyright holder jfs (Niels Martin Hansen). 2010-08-14 18:45:41 +00:00
unix * Instead of ~ use getenv("HOME") to get the users home directory. 2011-02-08 04:22:52 +00:00
windows Completely untested implementation of agi::Path for Windows. 2011-02-08 00:21:42 +00:00
config.h Add Googles mutex.h which seems to be used in many of googles projects. It's better to use something that's well-tested rather than rolling our own. Also a huge time saver. 2010-05-31 21:57:08 +00:00
lagi_pre.h Remove universalchardet headers from the precompiled header. For some reason this was causing issues with compliation on FreeBSD, rather than investigate why I removed it since it's used by exactly 1 file (charset_ucd.cpp). If it's going to cause one problem now it may cause another later that we may not notice. 2010-12-08 14:32:30 +00:00
Makefile * Instead of ~ use getenv("HOME") to get the users home directory. 2011-02-08 04:22:52 +00:00