Aegisub/aegisub/libaegisub/include/libaegisub
Amar Takhar cdc73b17d2 Add support for bitmask options to Options. First one is to avoid flushing the config to disk which we don't want to happen when the reporter uses Options to read config values.
Originally committed to SVN as r5123.
2011-01-04 04:24:40 +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 Clean up handling of fallbacks and improve behavior somewhat with glibc iconv 2010-09-09 06:47:50 +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 writing of newlines on windows in charsets wider than one byte 2010-09-15 05:00:12 +00:00
keyframe.h Rewrite keyframe loading and saving code and move it to libaegisub 2010-12-31 21:02:17 +00:00
line_iterator.h Add overloaded operator-> to agi::line_iterator 2010-11-17 05:44:02 +00:00
log.h gcc 4.5 compilation fixes 2010-10-11 04:25:02 +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 I came, I saw, I hurfed a durf about macro redefinitions 2010-09-14 23:53:22 +00:00
option.h Add support for bitmask options to Options. First one is to avoid flushing the config to disk which we don't want to happen when the reporter uses Options to read config values. 2011-01-04 04:24:40 +00:00
option_value.h Rename signals.h to signal.h 2010-12-31 21:02:42 +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
scoped_ptr.h Add scoped_ptr.h 2010-12-07 19:09:37 +00:00
signal.h Make agi::Signal uncopyable 2010-12-31 21:02:49 +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