..
cajun
Overload operator<< for UnknownElement as gcc complains about abiguous calls otherwise
2011-12-22 21:13:22 +00:00
access.h
Clean up libaegisub includes
2011-07-26 22:25:21 +00:00
background_runner.h
Redesign DialogProgress
2011-09-28 19:47:40 +00:00
charset.h
Replace some const strings with const references to strings
2011-11-04 19:42:21 +00:00
charset_conv.h
Only include character encodings actually supported by the iconv implementation used in the list returned from GetEncodingsList
2011-12-22 21:13:39 +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
log.h
Split the json log writing into a seperate class from LogSink
2012-01-08 01:36:23 +00:00
mru.h
Fix compilation without precompiled headers
2011-10-28 20:15:10 +00:00
option.h
Change how local config mode works
2012-01-08 01:35:56 +00:00
option_value.h
Fix a bunch of -pedantic stuff
2011-12-28 21:27:06 +00:00
path.h
Clean up libaegisub includes
2011-07-26 22:25:21 +00:00
scoped_ptr.h
Add operator unspecified-bool-type to agi::scoped_ptr
2011-11-12 01:23:09 +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
Implement agi::util::freespace for Windows
2011-07-26 19:51:07 +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
Clean up libaegisub includes
2011-07-26 22:25:21 +00:00
vfr.h
Remove pointless operator=, copy constructor and destructor from agi::vfr::Framerate
2011-12-22 21:28:23 +00:00