Aegisub/aegisub/libaegisub/common
Niels Martin Hansen 709718ffb6 Lesson: Don't code when tired.
Make a complete function call of the notify loop body, instead of some half syntax.

Originally committed to SVN as r4417.
2010-06-03 18:08:23 +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 Whoops, remove an artifact that remained when debugging: don't delete the message buffer. 2010-06-03 08:32:42 +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 Lesson: Don't code when tired. 2010-06-03 18:08:23 +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