.. |
cajun
|
Remove the time_t overload of UnknownElement and just cast to int64_t
|
2012-02-23 19:27:42 +00:00 |
access.h
|
Derive agi::acs exceptions from agi::FileSystemError and friends rather than having two sets of errors for the same thing
|
2012-01-12 22:31:54 +00:00 |
background_runner.h
|
Use int64_t for progress reporting rather than int as it's what ffms2 requires. Fixes magic jumping progress bars during indexing.
|
2012-03-10 01:00:13 +00:00 |
charset.h
|
Replace some const strings with const references to strings
|
2011-11-04 19:42:21 +00:00 |
charset_conv.h
|
Add converter to ISO-6937-2
|
2012-03-29 19:04:49 +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
|
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 |
hotkey.h
|
Return the name of the command found or an empty string if none from Hotkey::Scan rather than using an out reference
|
2011-12-22 21:27:06 +00:00 |
io.h
|
Use libaegisub io code in AssAttachment rather than wx's
|
2011-12-22 21:15:37 +00:00 |
json.h
|
Don't swallow errors when parsing json and make agi::json_util::file actually work
|
2011-07-26 19:52:47 +00:00 |
keyframe.h
|
Don't load the FPS from Aegisub keyframes. The format breaks vfr and setting the fps should be done with timecode files.
|
2011-11-20 17:35:00 +00:00 |
line_iterator.h
|
Handle Windows newlines in line_iterator on non-Windows
|
2011-12-22 21:31:48 +00:00 |
line_wrap.h
|
Add line-wrapping logic to libaegisub
|
2012-03-29 19:05:16 +00:00 |
log.h
|
Fix some warnings
|
2012-06-25 14:21:32 +00:00 |
mru.h
|
Fix compilation error with clang
|
2012-10-12 14:36:29 -07:00 |
option.h
|
Change how local config mode works
|
2012-01-08 01:35:56 +00:00 |
option_value.h
|
Fix compilation failure from incomplete merging in r6692
|
2012-04-12 15:40:25 +00:00 |
path.h
|
Clean up libaegisub includes
|
2011-07-26 22:25:21 +00:00 |
scoped_ptr.h
|
Add a scoped holder similar to scoped_ptr for handles that may or may not be pointers
|
2012-02-20 18:22:04 +00:00 |
signal.h
|
Fix crash when slots disconnect from a signal in response to that signal
|
2011-11-03 00:29:13 +00:00 |
thesaurus.h
|
Replace MyThes thesaurus implementation with a custom one
|
2012-01-08 01:36:50 +00:00 |
types.h
|
Fix a pile of warnings
|
2011-07-16 05:01:36 +00:00 |
util.h
|
Explicitly do nothing when an empty container is passed to delete_clear as it's oddly slow otherwise
|
2012-01-31 00:44:55 +00:00 |
util_osx.h
|
Rewrite the OS X bundle utils in Obj-C++ and return std::strings rather than malloced char *
|
2012-06-12 03:13:49 +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
|
Clean up libaegisub includes
|
2011-07-26 22:25:21 +00:00 |
vfr.h
|
Rewrite SMPTE timecode handling
|
2012-03-29 19:04:36 +00:00 |