Commit Graph

1152 Commits

Author SHA1 Message Date
Niels Martin Hansen 354f96c081 kara-templater retime() function implemented, tested and working :)
Originally committed to SVN as r1226.
2007-06-16 21:57:14 +00:00
Fredrik Mellbin b2c04484f2 consistent capitalization of FFmpeg
Originally committed to SVN as r1225.
2007-06-16 19:46:22 +00:00
Rodrigo Braz Monteiro cec8828bb2 Some random changes that I didn't have committed
Originally committed to SVN as r1224.
2007-06-16 19:38:44 +00:00
Fredrik Mellbin 3e2ff3da77 Imported FFmpegSource
Originally committed to SVN as r1223.
2007-06-16 18:45:56 +00:00
Niels Martin Hansen 5b8273d67c Attempt at workaround for the -e bug... I hope it works. (Untested as usual.)
Originally committed to SVN as r1222.
2007-06-16 12:50:34 +00:00
Niels Martin Hansen 40525074e3 Fixes to make kara-templater actually work... oops.
Originally committed to SVN as r1221.
2007-06-15 23:20:45 +00:00
Niels Martin Hansen 9b00ecf2ed Kara-templater seems to be feature-complete by current specs, but it'll need lots and lots of testing!
Originally committed to SVN as r1220.
2007-06-15 21:42:03 +00:00
Niels Martin Hansen ac662477b9 Support multiple Automation autoload dirs. (I hope. As usual, not tested.)
Originally committed to SVN as r1219.
2007-06-10 01:49:11 +00:00
Dan Donovan 77e2f20424 Fix override block parsing
Originally committed to SVN as r1218.
2007-06-09 21:45:14 +00:00
David Lamparter f7fe30b7c9 Commit Wars Episode V: The setup.h strikes back
Originally committed to SVN as r1217.
2007-06-08 00:44:44 +00:00
David Lamparter 0d0c423398 REALLY fix dist this time
Originally committed to SVN as r1216.
2007-06-08 00:38:22 +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
David Lamparter 94385aca8f --enable-lemming - make configure run over the cliff
Originally committed to SVN as r1213.
2007-06-08 00:29:20 +00:00
David Lamparter be7a2cd2f7 ARGH. shell escapes\!
Originally committed to SVN as r1212.
2007-06-07 23:43:20 +00:00
David Lamparter 555992dbd5 install automation files to /usr/share/aegisub/automation
Originally committed to SVN as r1211.
2007-06-07 23:26:06 +00:00
David Lamparter 5baa205007 fix Makefiles / dist target
Originally committed to SVN as r1210.
2007-06-07 23:23:30 +00:00
Niels Martin Hansen ecd060a70b Made filling font face list in style editor dialog non-slow.
Originally committed to SVN as r1209.
2007-06-06 21:42:32 +00:00
Niels Martin Hansen 9d1f40b4c4 Fixed style editor crashing for good (I think) and added some performance measurement of font list creation in debug builds.
Originally committed to SVN as r1208.
2007-06-06 21:27:42 +00:00
Niels Martin Hansen 31003a3a52 Removed a small noop codeblock.
Originally committed to SVN as r1207.
2007-06-06 20:59:01 +00:00
Niels Martin Hansen f8715f91ef Added various FIXME/TODO comments, set proper default audio player on Apple systems.
Originally committed to SVN as r1206.
2007-06-05 18:02:54 +00:00
Dan Donovan 4fa3c0f776 Removed subtitles preview unavailable messagebox in subtitles editor and replaced the preview box itself with a similar message
Originally committed to SVN as r1205.
2007-06-03 04:54:38 +00:00
Dan Donovan 5e3087a23e Updating changelog.txt
Originally committed to SVN as r1204.
2007-06-03 02:07:35 +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
Dan Donovan 50aab0f08f Don't assume override blocks always start with a backslash, since many people use them for comments
Originally committed to SVN as r1202.
2007-06-03 00:37:49 +00:00
Niels Martin Hansen 5a4e03312a If Ctrl is held when video playback is started, no audio resync is attempted during that playback.
Originally committed to SVN as r1201.
2007-06-02 13:48:36 +00:00
Niels Martin Hansen 59aad1f044 Added a bit to the template environment so all globals can now be called. (tenv._G refers to the regular global environment, so it's not safe from mangling, but that shouldn't matter either way. It allows much more freedom in writing templates.)
Originally committed to SVN as r1200.
2007-05-30 10:54:35 +00:00
Niels Martin Hansen 508d3d9a52 Fix #413 (mouse crosshair on video not disappearing when mouse leaves video display) and some minor code cleanup.
Originally committed to SVN as r1199.
2007-05-28 18:45:57 +00:00
Niels Martin Hansen ea3c386aa2 Fix #418 (crash modifying karaoke timing on lines with text before first karaoke tag.)
Originally committed to SVN as r1198.
2007-05-28 11:24:37 +00:00
Niels Martin Hansen 6a9e0d8d68 Commented out the useless PRS stuff for now, just to simplify building on non-Windows.
Originally committed to SVN as r1197.
2007-05-23 23:22:46 +00:00
Niels Martin Hansen fab2bde15c Fix syllable spacing issue (regression, I think)
Originally committed to SVN as r1196.
2007-05-22 22:03:17 +00:00
Niels Martin Hansen 5d81aa760a Added a proper "interface" to tell furigana pseudo-syllables from actual syllables.
Originally committed to SVN as r1195.
2007-05-22 20:55:55 +00:00
Rodrigo Braz Monteiro 3a9f5995e9 Some incomplete clean up to changelog.txt
Originally committed to SVN as r1194.
2007-05-22 06:11:19 +00:00
Rodrigo Braz Monteiro 3fe5fb09f2 Applied demi's patch to fix the display of frames on grid, and fixed the toggling of the "layer" column.
Originally committed to SVN as r1193.
2007-05-22 05:53:08 +00:00
Rodrigo Braz Monteiro a0b7583262 Replaced margin edit boxes in style editor with spin controls.
Originally committed to SVN as r1192.
2007-05-21 06:03:09 +00:00
Rodrigo Braz Monteiro e1592d0628 Alpha edit boxes on the style editor were replaced with spin controls.
Originally committed to SVN as r1191.
2007-05-21 05:38:28 +00:00
Rodrigo Braz Monteiro 7f1f1c956b Added a button to change the background colour of the preview box in the style editor.
Originally committed to SVN as r1190.
2007-05-21 04:53:14 +00:00
Rodrigo Braz Monteiro 2be3007cb8 error in changelog
Originally committed to SVN as r1189.
2007-05-21 04:06:17 +00:00
Rodrigo Braz Monteiro 001c5947f6 Changed the Style Editor to have an editable drop-down (combo box) to select fonts, instead of the OS's standard font chooser. This allows easy realtime preview of subtitles.
Originally committed to SVN as r1188.
2007-05-21 03:59:46 +00:00
Niels Martin Hansen 3090aaafad Make furigana have (almost?) the same interface as syllables so the same code should be able to operate on either.
Originally committed to SVN as r1187.
2007-05-15 23:02:20 +00:00
Niels Martin Hansen 4aac1658ba Removed now superseded precalc code and made it call the new code instead.
Originally committed to SVN as r1186.
2007-05-15 22:49:28 +00:00
Niels Martin Hansen fb659e2d63 Fixed a minor annoyance related to Automation options and commented at some possible problem areas
Originally committed to SVN as r1185.
2007-05-15 22:40:20 +00:00
Niels Martin Hansen 75548ec7cc Full workiness added to furigana code. At least it passes my tests.
Originally committed to SVN as r1184.
2007-05-14 22:47:41 +00:00
Niels Martin Hansen e2f62caf7b And furigana seems to work, haven't tested flags however
Originally committed to SVN as r1183.
2007-05-14 21:36:00 +00:00
Niels Martin Hansen 6b55bf750c Renamed Auto4/Lua test cases to more informative filenames
Originally committed to SVN as r1182.
2007-05-14 21:18:11 +00:00
Niels Martin Hansen 02c18a3380 Somewhat working furigana layouting
Originally committed to SVN as r1181.
2007-05-14 20:45:42 +00:00
Niels Martin Hansen 9ae7be4443 Seemingly working furigana/multi-hl parsing and some untested inline-fx parsing. Still no furigana layouting, and the parsing isn't integrated yet.
Originally committed to SVN as r1180.
2007-05-14 15:33:17 +00:00
Niels Martin Hansen 2c8c6977d5 Fix stupid bug in colour interpolation functions
Originally committed to SVN as r1179.
2007-05-13 14:08:10 +00:00
Niels Martin Hansen 5c023641e5 Removed some tab-characters that broke hotkeys in some cases
Originally committed to SVN as r1178.
2007-05-12 17:38:29 +00:00
Dan Donovan 190dcfe02e use more appropriate variable names in kanji timer...
Originally committed to SVN as r1177.
2007-05-12 17:35:54 +00:00