Rodrigo Braz Monteiro
|
d6d3f8aecb
|
Made gorgonsub's UTF-8/ASCII parser much faster, resulting in a 2x subtitles reading speedup for such files.
Originally committed to SVN as r2060.
|
2008-03-15 03:24:38 +00:00 |
|
Rodrigo Braz Monteiro
|
98d5794f20
|
Increased gorgonsub's ASS write speed with large files 3.5x by getting rid of wxString conversion and concatenation routines and writing my own.
Originally committed to SVN as r2059.
|
2008-03-15 00:29:17 +00:00 |
|
Rodrigo Braz Monteiro
|
fd8e6952da
|
Added prefetching code to textfilereader, that presumably doesn't work because I'm working on a console.
Originally committed to SVN as r2055.
|
2008-03-14 08:00:55 +00:00 |
|
Rodrigo Braz Monteiro
|
108671175c
|
Greatly improved I/O speed on gorgonsub
Originally committed to SVN as r2053.
|
2008-03-14 06:10:54 +00:00 |
|
Rodrigo Braz Monteiro
|
828ada86b0
|
Undo/redo on gorgon seem to work.
Originally committed to SVN as r2050.
|
2008-03-14 03:59:46 +00:00 |
|
Rodrigo Braz Monteiro
|
000271c087
|
Broken undo/redo stack on gorgonsub
Originally committed to SVN as r2049.
|
2008-03-14 03:33:27 +00:00 |
|
Rodrigo Braz Monteiro
|
b073b7d28d
|
Gorgonsub is now capable of doing some simple manipulation (i.e. line insertion).
Originally committed to SVN as r2048.
|
2008-03-14 02:02:48 +00:00 |
|
Rodrigo Braz Monteiro
|
bb425f8a86
|
Renamed Aegilib to Gorgonsub.
Originally committed to SVN as r2047.
|
2008-03-13 21:28:22 +00:00 |
|
Rodrigo Braz Monteiro
|
72145e8fa8
|
Fixed some warnings on g++.
Originally committed to SVN as r2046.
|
2008-03-13 20:27:25 +00:00 |
|
Rodrigo Braz Monteiro
|
6e5f23c1cd
|
Added missing virtual destructors.
Originally committed to SVN as r2043.
|
2008-03-13 18:06:13 +00:00 |
|
Rodrigo Braz Monteiro
|
bcb87d1ebd
|
Made Aegilib::Exception derive from std::exception.
Originally committed to SVN as r2039.
|
2008-03-13 07:28:30 +00:00 |
|
Rodrigo Braz Monteiro
|
433997b43e
|
Subs lib can now mostly read and write SSA, ASS and ASS2 files, except for a few features missing: hard comments, unknown sections and files are stripped
Originally committed to SVN as r2037.
|
2008-03-13 07:05:53 +00:00 |
|
Rodrigo Braz Monteiro
|
18e6684cff
|
Some far-from-complete ASS file writing.
Originally committed to SVN as r2035.
|
2008-03-13 05:39:03 +00:00 |
|
Rodrigo Braz Monteiro
|
a3755cc6e4
|
Modified the subs lib to use TR1's shared_ptr.
Originally committed to SVN as r2034.
|
2008-03-13 03:42:27 +00:00 |
|
Rodrigo Braz Monteiro
|
d70d4407e7
|
Subs library should now be able to fully parse ASS files, except for file attachments. It's also missing any way of parsing override tags, and the interface accessors are incomplete.
Originally committed to SVN as r2031.
|
2008-03-13 00:51:31 +00:00 |
|
Rodrigo Braz Monteiro
|
3b7dce9c8e
|
Some code simplification on the subs lib.
Originally committed to SVN as r2028.
|
2008-03-12 19:28:24 +00:00 |
|
Rodrigo Braz Monteiro
|
0a931d3f45
|
wxSTC SUCKS. Note: never call SetWindowStyle() on it, or it'll break the keyboard handling.
Originally committed to SVN as r2025.
|
2008-03-11 23:58:43 +00:00 |
|
Rodrigo Braz Monteiro
|
7c505f06d4
|
Improved Aegisub's exception handling and crash log generation.
Originally committed to SVN as r2008.
|
2008-03-10 06:28:21 +00:00 |
|
Rodrigo Braz Monteiro
|
437dbdc8f4
|
Style parsing implemented.
Originally committed to SVN as r2007.
|
2008-03-10 03:08:33 +00:00 |
|
Rodrigo Braz Monteiro
|
9f5d3e7a6e
|
More stuff in subs lib.
Originally committed to SVN as r1991.
|
2008-03-09 17:25:12 +00:00 |
|
Rodrigo Braz Monteiro
|
88b845852a
|
Modifications for 2.1.2
Originally committed to SVN as r1987.
|
2008-03-09 04:16:52 +00:00 |
|
Rodrigo Braz Monteiro
|
c5a582a23b
|
Generic time parsing and writing works.
Originally committed to SVN as r1983.
|
2008-03-08 23:33:00 +00:00 |
|
Rodrigo Braz Monteiro
|
1b7746e99f
|
Basic ASS parsing in Aegilib (should I just go ahead and rename this to libgorgon already?) almost works.
Originally committed to SVN as r1982.
|
2008-03-08 22:49:26 +00:00 |
|
Rodrigo Braz Monteiro
|
96616bf79c
|
Subs lib can now actually parse text files (kinda).
Originally committed to SVN as r1971.
|
2008-03-08 07:52:20 +00:00 |
|
Rodrigo Braz Monteiro
|
5e16567e81
|
Some more work on the subs library.
Originally committed to SVN as r1968.
|
2008-03-08 07:14:14 +00:00 |
|
Rodrigo Braz Monteiro
|
0c5d122cc5
|
Some early work to get the subs lib to work.
Originally committed to SVN as r1965.
|
2008-03-08 03:08:50 +00:00 |
|
Rodrigo Braz Monteiro
|
9e2de75b95
|
Moved docs for subs lib to inside the folder.
Originally committed to SVN as r1964.
|
2008-03-07 22:15:43 +00:00 |
|
Rodrigo Braz Monteiro
|
05a87703ed
|
Added a very early rough sketch of Aegilib (Aegisub's future subtitles manipulation library)
Originally committed to SVN as r1857.
|
2008-01-30 06:35:51 +00:00 |
|