Aegisub/aegisub/libaegisub/common
Thomas Goyne cd4b032c25 Make agi::hotkey::Scan const
Originally committed to SVN as r5229.
2011-01-17 23:53:38 +00:00
..
charset.cpp Fix the rest of the build errors when not using precompiled headers 2010-06-17 00:23:44 +00:00
charset_conv.cpp Clean up handling of fallbacks and improve behavior somewhat with glibc iconv 2010-09-09 06:47:50 +00:00
charset_ucd.cpp Add a cast to make x64 build on windows happy. 2011-01-09 02:49:49 +00:00
charset_ucd.h Remove universalchardet headers from the precompiled header. For some reason this was causing issues with compliation on FreeBSD, rather than investigate why I removed it since it's used by exactly 1 file (charset_ucd.cpp). If it's going to cause one problem now it may cause another later that we may not notice. 2010-12-08 14:32:30 +00:00
hotkey.cpp Make agi::hotkey::Scan const 2011-01-17 23:53:38 +00:00
json.cpp Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258. 2011-01-05 13:00:46 +00:00
keyframe.cpp Fix include paths 2011-01-05 18:40:37 +00:00
log.cpp Clear out some warnings emitted by Visual C++ 2010. 2011-01-08 21:58:48 +00:00
mru.cpp 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.cpp 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_visit.cpp Merge r4550: remove wx headers. 2010-06-23 13:20:24 +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
vfr.cpp Shift timecodes so that frame 0 always starts at time 0, as nothing related to audio supports non-zero start times 2010-09-23 03:06:22 +00:00