Aegisub/aegisub/libaegisub/include/libaegisub
Thomas Goyne 0248e7c754 Add listeners for most non-audio options that need them. Closes #1047.
Originally committed to SVN as r4764.
2010-08-26 18:38:37 +00:00
..
cajun 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
access.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
charset.h Fix the rest of the build errors when not using precompiled headers 2010-06-17 00:23:44 +00:00
charset_conv.h Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
charset_conv_win.h Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
charsets.def Remove charsets which libiconv does not support from charsets.def 2010-07-06 19:23:01 +00:00
colour.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
exception.h Store inner exceptions with shared_ptr rather than a bare pointer so that the inner exception survives copies 2010-07-27 03:52:32 +00:00
io.h Fix the rest of the build errors when not using precompiled headers 2010-06-17 00:23:44 +00:00
line_iterator.h Fix a few gcc warnings 2010-08-02 20:25:29 +00:00
log.h Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
mru.h Move cajun includes into the cpp files rather than headers so that only files in libaegisub include them. 2010-06-11 02:25:07 +00:00
mutex.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
option.h Move cajun includes into the cpp files rather than headers so that only files in libaegisub include them. 2010-06-11 02:25:07 +00:00
option_value.h Add listeners for most non-audio options that need them. Closes #1047. 2010-08-26 18:38:37 +00:00
path.h 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
types.h wrap config.h include under LAGI and put -DLAGI when compiling to ensure it's only included when building libaegisub. 2010-06-24 01:49:48 +00:00
util.h Include <algorithm> to get std::for_each 2010-06-24 01:51:18 +00:00
util_osx.h 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
util_win.h Add an ErrorString utility which converts the code from GetLastError() into a human readable std::string. 2010-05-22 21:09:37 +00:00
validator.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
vfr.h Rewrite VFR handling in Aegisub. 2010-07-08 04:29:04 +00:00