Amar Takhar
|
944eaa535e
|
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.
Originally committed to SVN as r4919.
|
2010-12-08 14:32:30 +00:00 |
|
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 |
|
Thomas Goyne
|
9322f95071
|
Rewrite vfr.cpp in libaegisub with tests. Not yet used by Aegisub itself.
Originally committed to SVN as r4661.
|
2010-07-07 05:24:16 +00:00 |
|
Thomas Goyne
|
929fa83dd9
|
Move the bulk of TextFileWriter's logic to libaegisub.
Originally committed to SVN as r4660.
|
2010-07-07 02:41:46 +00:00 |
|
Thomas Goyne
|
afec51c4ed
|
Include config.h in lagi_pre.h so that the conditional inclusion of sys/time.h actually works
Originally committed to SVN as r4543.
|
2010-06-18 06:59:55 +00:00 |
|
Thomas Goyne
|
61138e9b5d
|
Add configure check for sys/time.h
Originally committed to SVN as r4529.
|
2010-06-16 07:49:35 +00:00 |
|
Thomas Goyne
|
5338a60cdb
|
Fix compilation errors when not using precompiled headers
Originally committed to SVN as r4511.
|
2010-06-14 19:26:27 +00:00 |
|
Amar Takhar
|
60b9e5dee6
|
Define _X86_ so univeralchardet builds properly, this eventually needs to be fixed to use the autodetection code already in configure.in
Originally committed to SVN as r4486.
|
2010-06-12 07:04:46 +00:00 |
|
Thomas Goyne
|
b6d29443a3
|
Move most character set conversion code to libaegisub and make everything use the new conversion functionality.
Originally committed to SVN as r4423.
|
2010-06-03 20:32:25 +00:00 |
|
Amar Takhar
|
9393850884
|
Commit the beginings of a logging api, this is fairly complete however it has no locking.
Originally committed to SVN as r4371.
|
2010-05-31 20:55:29 +00:00 |
|
Amar Takhar
|
e408fe49c9
|
Add support for detecting character sets using UniversalChardet -- this superceeds character_detect.cpp.
Originally committed to SVN as r4367.
|
2010-05-28 07:40:21 +00:00 |
|
Thomas Goyne
|
0dc6a082ca
|
Fix memory leaks in Option
Originally committed to SVN as r4349.
|
2010-05-23 06:58:11 +00:00 |
|
Thomas Goyne
|
d3c33d5e7c
|
Fix file saving on Windows.
Originally committed to SVN as r4333.
|
2010-05-21 03:07:48 +00:00 |
|
Amar Takhar
|
cd8305987b
|
Wrap io.h with _MSC_VER since it's only needed on windows. Eventually we'll have to create our own set of defined macros for various platforms.
Originally committed to SVN as r4332.
|
2010-05-21 01:19:40 +00:00 |
|
Amar Takhar
|
40e12403d5
|
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.
Initial support for low-level access and file I/O methods are included as well.
Originally committed to SVN as r4331.
|
2010-05-21 01:13:36 +00:00 |
|