Commit graph

34 commits

Author SHA1 Message Date
Rodrigo Braz Monteiro cc85096bbd Fixed the undo stack.
Originally committed to SVN as r2372.
2008-09-20 21:21:28 +00:00
Rodrigo Braz Monteiro cbc6260786 More optimizations!
Originally committed to SVN as r2370.
2008-09-20 06:10:59 +00:00
Rodrigo Braz Monteiro 2baf7bd2c4 Changed how time is dealt with in Athenasub.
Originally committed to SVN as r2368.
2008-09-20 03:04:21 +00:00
Rodrigo Braz Monteiro 1397871e45 More fixes and optimizations.
Originally committed to SVN as r2367.
2008-09-20 01:46:24 +00:00
Rodrigo Braz Monteiro 5b8ce78d40 Athenasub is operational again, although it now has memory leaks due to cyclical references.
Originally committed to SVN as r2365.
2008-09-19 03:11:23 +00:00
Rodrigo Braz Monteiro 6ca9ac3f3a Originally committed to SVN as r2299. 2008-08-09 23:01:39 +00:00
Rodrigo Braz Monteiro b828b4a6ae Originally committed to SVN as r2298. 2008-08-09 20:43:27 +00:00
Rodrigo Braz Monteiro f0f1f7fb72 Completely broke Athenasub (WIP)
Originally committed to SVN as r2293.
2008-08-03 16:17:35 +00:00
Rodrigo Braz Monteiro 29ed35de5c Updated projects to include /MP, and some changes to Athenasub.
Originally committed to SVN as r2292.
2008-07-27 21:24:38 +00:00
Rodrigo Braz Monteiro e019c333d9 Changed Athenasub's API (WIP) and updated projects.
Originally committed to SVN as r2291.
2008-07-27 18:26:36 +00:00
Rodrigo Braz Monteiro a7b73fc2da Renamed Gorgonsub into Athenasub.
Originally committed to SVN as r2078.
2008-03-18 03:44:00 +00:00
Rodrigo Braz Monteiro cd9d6f1cfb Some refactoring and a new way to read data.
Originally committed to SVN as r2077.
2008-03-18 02:09:33 +00:00
Rodrigo Braz Monteiro 39938d213a Implemented a multi-line modification action. Still a bit hacky, but works well.
Originally committed to SVN as r2076.
2008-03-17 07:19:33 +00:00
Rodrigo Braz Monteiro c870465dee Added a few mostly unimplemented classes, and wrote my own custom (experimental) UTF-8 writer, which made writing UTF-8 subtitles almost twice as fast.
Originally committed to SVN as r2072.
2008-03-17 01:32:26 +00:00
Rodrigo Braz Monteiro 22b97b55d1 Updated ignores and added Aegisub ICL project.
Originally committed to SVN as r2071.
2008-03-16 18:22:45 +00:00
Rodrigo Braz Monteiro d99933ddd9 Fixed all Gorgonsub headers (mental note: namespaces don't end with a semi-colon) and added some VC9/ICL projects.
Originally committed to SVN as r2070.
2008-03-16 18:09:25 +00:00
Rodrigo Braz Monteiro fb1de2da07 Added a "modify line" action.
Originally committed to SVN as r2067.
2008-03-16 02:20:34 +00:00
Rodrigo Braz Monteiro 0a0f383b4a Added a small .cpp file (console program) to show how a pipeline is done in OpenMP.
Originally committed to SVN as r2066.
2008-03-16 00:32:42 +00:00
Rodrigo Braz Monteiro da0a10ce99 Modified the action system to be more OO.
Originally committed to SVN as r2065.
2008-03-15 22:02:16 +00:00
Rodrigo Braz Monteiro ca63097e90 Fixed UTF-16 support on gorgonsub, and, incidentally, it's ~20% faster than UTF-8.
Originally committed to SVN as r2063.
2008-03-15 08:36:52 +00:00
Rodrigo Braz Monteiro 16bcf0c942 Now loading 4.5 MB in 220 ms! :D
Originally committed to SVN as r2062.
2008-03-15 06:21:11 +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 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 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 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 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