Niels Martin Hansen
4ddc90f027
Simple subtitle formats weren't being split-recombined correctly in some cases after modifications, because AssEntrty::StartMS didn't match AssDialogue::Start, which caused sorting to fail.
...
Make a hacky fix that involves setting StartMS to Start.GetMS() when Clone()ing an AssDialogue.
Originally committed to SVN as r2700.
2009-01-20 20:08:34 +00:00
Amar Takhar
0763541848
Change how configuration works.
...
* move win32/config0.h -> config/config_windows0.h
* move win32/stdint.h -> msvc/stdint.h
* move posix/defines.h -> config/config_unix.h
* add config.h - brings in config_(windows|unix).h as required
* add config.h to *.cpp
* Self-contain FFmpegSource2 with required function defines wrapped with
__UNIX__ instead of the now removed defines.h.
* Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
change VCPreBuildEventTool to create windows_config.h from
windows_config0.h. Add msvc to include path.
* Change configure to create ./acconf.h instead of posix/acconf.h
This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.
Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
Rodrigo Braz Monteiro
91986412b9
Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure.
...
Originally committed to SVN as r1710.
2008-01-14 00:30:00 +00:00
Rodrigo Braz Monteiro
9058955430
Added offsetting support to the resolution resampler.
...
Originally committed to SVN as r1605.
2007-10-18 02:47:13 +00:00
Niels Martin Hansen
a0beaef640
Clarified a bunch of error messages
...
Originally committed to SVN as r1433.
2007-07-18 13:46:38 +00:00
Rodrigo Braz Monteiro
708622cc63
Some refactoring and bug fixing to subtitle format stuff, and improved saving of srt, ttxt and microdvd.
...
Originally committed to SVN as r1259.
2007-06-19 03:34:53 +00:00
Dan Donovan
77e2f20424
Fix override block parsing
...
Originally committed to SVN as r1218.
2007-06-09 21:45:14 +00:00
Niels Martin Hansen
b40b5b325a
Killed off setup.h - only feature still controlled by it was PRS export, which in its current state is worthless. It can be re-enabled by defining USE_PRS=1 during build.
...
Originally committed to SVN as r1215.
2007-06-08 00:37:24 +00:00
Niels Martin Hansen
1a5906f97c
Removed FexTracker for good.
...
Originally committed to SVN as r1214.
2007-06-08 00:30:37 +00:00
Dan Donovan
c85d148076
Treat comments inside {} as plain text so that typesetting doesn't mess with them
...
Originally committed to SVN as r1203.
2007-06-03 01:54:39 +00:00
Rodrigo Braz Monteiro
877c4bf1b1
Much faster subtitles loading (only really relevant for huge files, though) and undo stack operations.
...
Originally committed to SVN as r1097.
2007-04-19 15:22:47 +00:00
Rodrigo Braz Monteiro
6d84bde8da
Several fixes to build on Linux
...
Originally committed to SVN as r887.
2007-01-24 02:11:26 +00:00
Niels Martin Hansen
2d1fdcdfb9
Fixes for building with wx 2.8 without 2.6-compat mode. (Hopefully) more workyness for config dialogs in auto3.
...
Originally committed to SVN as r876.
2007-01-22 19:31:49 +00:00
Rodrigo Braz Monteiro
40e113d368
Visual typesetting new strips relevant tags before applying changes.
...
Originally committed to SVN as r787.
2007-01-13 22:33:02 +00:00
Rodrigo Braz Monteiro
0492fae298
Added Dansolo's Kanji Timer code
...
Originally committed to SVN as r781.
2007-01-13 02:22:28 +00:00
David Lamparter
3784a131dd
proper casting
...
Originally committed to SVN as r769.
2007-01-11 04:06:55 +00:00
Rodrigo Braz Monteiro
20f7e80ec2
Small fixes around that were causing warnings to be issued on gcc
...
Originally committed to SVN as r766.
2007-01-11 03:18:14 +00:00
Rodrigo Braz Monteiro
6ea8475941
New class to isolate visual typesetting
...
Originally committed to SVN as r745.
2007-01-08 21:11:06 +00:00
Rodrigo Braz Monteiro
0fbfd67864
Added support for reading v4.00++ (ASS2) files.
...
Originally committed to SVN as r741.
2007-01-08 01:54:02 +00:00
Rodrigo Braz Monteiro
b96c7932b9
Changes to prepare support for ASS2
...
Originally committed to SVN as r739.
2007-01-08 01:00:44 +00:00
Rodrigo Braz Monteiro
cc81523bbe
Fix to loading of margins
...
Originally committed to SVN as r717.
2007-01-05 18:33:48 +00:00
Rodrigo Braz Monteiro
b3f2f069d3
Fixed and completed the implementation of DirectSound audio player, and made some changes for future ASS2 support.
...
Originally committed to SVN as r716.
2007-01-05 18:27:15 +00:00
Rodrigo Braz Monteiro
48321dc868
Implemented ColourButton class
...
Originally committed to SVN as r685.
2007-01-02 22:10:45 +00:00
Rodrigo Braz Monteiro
6ee06d8478
Tweaked the behavior of the margin boxes, now they no longer show padding zeros.
...
Originally committed to SVN as r658.
2006-12-30 14:31:41 +00:00
Rodrigo Braz Monteiro
06cff2e2f2
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
...
Originally committed to SVN as r652.
2006-12-28 23:43:23 +00:00