Aegisub/aegisub/libaegisub/common
Niels Martin Hansen 5e8d5b221b Compiling, but untested, option change notifications. Doesn't seem to affect Aegisub aversely.
Has the limitation that one object can only subscribe once to one option value, but that shouldn't actually be a problem. (One object cannot have two different of its member functions subscribing to one option value.)

Originally committed to SVN as r4415.
2010-06-03 05:07:47 +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_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 Split EmitterSTDOUT into unix/log.cpp and windows/log.cpp, the windows version is commented at the moment. 2010-06-01 08:17:27 +00:00
mru.cpp Fix memory leaks in mru.cpp 2010-05-23 06:58:06 +00:00
option.cpp Fix memory leaks in Option 2010-05-23 06:58:11 +00:00
option_value.cpp Compiling, but untested, option change notifications. Doesn't seem to affect Aegisub aversely. 2010-06-03 05:07:47 +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