Aegisub/aegisub/libaegisub/common
Amar Takhar ea577f8245 Re-work types.h for the second time, this is most likely not the final version, it's difficult to figure out a solution that makes the most sense when most of the code hasn't been written/moved over yet.
Originally committed to SVN as r4468.
2010-06-09 02:07:43 +00:00
..
charset.cpp Add support for detecting character sets using UniversalChardet -- this superceeds character_detect.cpp. 2010-05-28 07:40:21 +00:00
charset_conv.cpp Include ../config.h to get AGI_ICONV_CONST from acconf.h. 2010-06-06 03:01:04 +00:00
charset_ucd.cpp Don't bother storing storing a single charset into an std::string, instead insert it into the std::map and fix Single() to return the first element. This keeps things simple and also ensures that DetectAll() will always return atleast one element which wasn't being done before. 2010-05-28 13:08:00 +00:00
charset_ucd.h Don't bother storing storing a single charset into an std::string, instead insert it into the std::map and fix Single() to return the first element. This keeps things simple and also ensures that DetectAll() will always return atleast one element which wasn't being done before. 2010-05-28 13:08:00 +00:00
log.cpp Re-work types.h for the second time, this is most likely not the final version, it's difficult to figure out a solution that makes the most sense when most of the code hasn't been written/moved over yet. 2010-06-09 02:07:43 +00:00
mru.cpp Add some debug trace info. 2010-06-03 18:09:00 +00:00
option.cpp Add some debug trace info. 2010-06-03 18:09:00 +00:00
option_value.cpp Remove stray ;'s 2010-06-05 23:44:07 +00:00
option_visit.cpp Fix memory leaks in Option 2010-05-23 06:58:11 +00:00
option_visit.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
path.cpp Commit the beginings of the Path class to hold the internal representation of paths, this is extremely rough since I have to wait until we can do charset conversion in libaegisub to handle windows paths before going any further. 2010-05-24 17:57:07 +00:00
validator.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00