Niels Martin Hansen
f205d35a5a
Fix #383 and pray it didn't subtly break something else (reusable struct+function for properly splitting and handling karaoke)
...
Originally committed to SVN as r1290.
2007-06-23 00:21:20 +00:00
Rodrigo Braz Monteiro
2b8fc2a2d5
Moved a lot of the subs_edit_ctrl functionality into a class of its own, so it can be reused elsewhere.
...
Originally committed to SVN as r1289.
2007-06-22 23:43:21 +00:00
Niels Martin Hansen
3818649af7
Fix #441 (Join/Split karaoke buttons now become Cancel/Accept Split buttons when in karaoke split mode)
...
Originally committed to SVN as r1288.
2007-06-22 23:28:28 +00:00
Niels Martin Hansen
cee5c46ab7
Fix #278 (desync between audio and karaoke selection after splitting karaoke)
...
Originally committed to SVN as r1287.
2007-06-22 22:50:02 +00:00
Rodrigo Braz Monteiro
9122cdf74a
Some more fixes to Linux
...
Originally committed to SVN as r1286.
2007-06-22 03:14:25 +00:00
Rodrigo Braz Monteiro
831c423d93
Removed associations dialog from non-win32 and added kanji timer icon to toolbar.
...
Originally committed to SVN as r1285.
2007-06-21 21:14:31 +00:00
Rodrigo Braz Monteiro
d04995bac8
Fixed text_file_writer.h on Linux and made it use fstream on Win32 as well.
...
Originally committed to SVN as r1284.
2007-06-21 21:04:50 +00:00
David Lamparter
2d1df509f4
fix auto* library referencing
...
Originally committed to SVN as r1282.
2007-06-21 20:41:17 +00:00
Rodrigo Braz Monteiro
2d4032d83b
Improved loading of config.dat
...
Originally committed to SVN as r1281.
2007-06-21 06:52:15 +00:00
Rodrigo Braz Monteiro
24d941b2bc
config.dat can optionally be stored on the same folder as aegisub.exe.
...
Originally committed to SVN as r1280.
2007-06-21 06:14:49 +00:00
Rodrigo Braz Monteiro
1db207ea29
Fixed file backup AGAIN...
...
Originally committed to SVN as r1279.
2007-06-21 04:11:24 +00:00
Rodrigo Braz Monteiro
cf710ffd90
Path fixing for release builds.
...
Originally committed to SVN as r1278.
2007-06-21 02:38:04 +00:00
Rodrigo Braz Monteiro
d0fc49ca67
Replaced all references to absolute paths with ?user, ?data or ?temp. Some bugs might have resulted, but it seems to work-ish.
...
Originally committed to SVN as r1277.
2007-06-21 00:46:50 +00:00
Rodrigo Braz Monteiro
c4d94d4dfa
Added ?script, ?video and ?audio to standard paths. It's now all done except for encoding, which isn't very important...
...
Originally committed to SVN as r1276.
2007-06-20 22:23:55 +00:00
Rodrigo Braz Monteiro
4825235896
Forgot to update makefile AGAIN.
...
Originally committed to SVN as r1275.
2007-06-20 21:26:39 +00:00
Rodrigo Braz Monteiro
2fe424644a
Standard paths semi-operational, and font caching (for ft2 retrieval engine) working.
...
Originally committed to SVN as r1274.
2007-06-20 21:08:31 +00:00
Rodrigo Braz Monteiro
01f49dda8d
Unused standard paths class
...
Originally committed to SVN as r1273.
2007-06-20 19:40:06 +00:00
Rodrigo Braz Monteiro
f36ccd9e99
Fonts collector seemingly all fixed and done, except for lack of font caching and use of fc on unix.
...
Originally committed to SVN as r1272.
2007-06-20 07:10:41 +00:00
Rodrigo Braz Monteiro
6319bcca7b
General fixes to fonts collector, and made font attachment work. Collecting to archives still doesn't work, and there are a few destination-box related issues.
...
Originally committed to SVN as r1271.
2007-06-20 06:29:20 +00:00
Rodrigo Braz Monteiro
fa293466d6
Semi-functional new fonts collector, using jfs's freetype2 font finding engine. Only font copying and checking work... and stuff also needs general tweaking.
...
Originally committed to SVN as r1270.
2007-06-20 05:18:47 +00:00
Niels Martin Hansen
de107f3108
Another load of debug prints in audio code, and a semi-working commit of karaoke changes when karaoke mode is just disabled. Still very broken.
...
Originally committed to SVN as r1269.
2007-06-20 02:18:55 +00:00
Rodrigo Braz Monteiro
65c3b424f6
So i hurd u liek new splash
...
Originally committed to SVN as r1268.
2007-06-20 01:39:59 +00:00
Rodrigo Braz Monteiro
ccfe77cd43
Fixed linking of expat for debug (was linking to release)
...
Originally committed to SVN as r1267.
2007-06-19 23:06:05 +00:00
Dan Donovan
bb2aaaba37
Fixing other peoples screwups as usual :D setup.cpp updated
...
Originally committed to SVN as r1266.
2007-06-19 22:56:47 +00:00
Niels Martin Hansen
b52761dd06
Made switching to a different line when in karaoke split-mode commit the splits.
...
Also littered debug prints all over the audio karaoke code.
Originally committed to SVN as r1265.
2007-06-19 22:37:25 +00:00
Rodrigo Braz Monteiro
2a55d6a01e
Added an error message on video context if gl support isn't available.
...
Originally committed to SVN as r1264.
2007-06-19 07:03:33 +00:00
Rodrigo Braz Monteiro
4f4d67d7f7
A few more fixes for pch-less compilation
...
Originally committed to SVN as r1263.
2007-06-19 06:04:47 +00:00
Rodrigo Braz Monteiro
fd9f14573d
Added support for adobe encore export (both PAL and NTSC)
...
Originally committed to SVN as r1262.
2007-06-19 05:04:15 +00:00
Rodrigo Braz Monteiro
e1df257ff4
A few missing header includes
...
Originally committed to SVN as r1261.
2007-06-19 04:14:25 +00:00
Rodrigo Braz Monteiro
64c6c7ee07
Added the associations dialogue to the menu and made Aegisub capable of associating sub and ttxt, as well as opening them by command line or drag-drop
...
Originally committed to SVN as r1260.
2007-06-19 04:04:46 +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
Rodrigo Braz Monteiro
4a63ffe94a
Aegisub should now be able to save TTXT 1.1 compliant files... at least, it's identical to the one generated by 'mp4box -ttxt'
...
Originally committed to SVN as r1257.
2007-06-19 01:30:27 +00:00
Rodrigo Braz Monteiro
b96f4ba5d0
Working TTXT export, aside from the incomplete header
...
Originally committed to SVN as r1256.
2007-06-19 00:44:18 +00:00
Rodrigo Braz Monteiro
14195cc2bb
Completely broken TTXT writing pseudo-implemented.
...
Originally committed to SVN as r1255.
2007-06-18 22:20:50 +00:00
Rodrigo Braz Monteiro
808a1fe06c
Fixed reading and writing of microdvd subtitles
...
Originally committed to SVN as r1254.
2007-06-18 19:25:11 +00:00
Rodrigo Braz Monteiro
9b880fd963
Modified makefile to include the two new subtitle formats.
...
Originally committed to SVN as r1253.
2007-06-18 18:27:27 +00:00
Rodrigo Braz Monteiro
5d24b07b50
Added a copy constructor to the numeric validator, to hopefully fix the issues that xat had with it on Linux. Also, made it enforce stricter standards (that is, not allowing you to type numbers before the sign)
...
Originally committed to SVN as r1252.
2007-06-18 18:20:45 +00:00
Niels Martin Hansen
b1b89523d0
Link wxbase28u[d]_xml.lib
...
Originally committed to SVN as r1251.
2007-06-18 18:13:01 +00:00
Rodrigo Braz Monteiro
0ceff61352
Fixed support for TTXT version 1.1
...
Originally committed to SVN as r1247.
2007-06-18 06:56:10 +00:00
Rodrigo Braz Monteiro
ee5aea601c
Added full read-write support for MicroDVD subtitles, including reading of fps from first line, or asking user for one, including that of video.
...
Originally committed to SVN as r1245.
2007-06-18 04:03:58 +00:00
Rodrigo Braz Monteiro
b41c288677
Fixed handling of single quotes/lines in TTXT, but still at a loss on how to decode the line properly (a sample that actually has an apostrophe would be useful)
...
Originally committed to SVN as r1244.
2007-06-18 01:50:49 +00:00
Rodrigo Braz Monteiro
c9c8f41e1f
Implemented basic (plain-text only) TTXT reading.
...
Originally committed to SVN as r1243.
2007-06-18 01:17:03 +00:00
Rodrigo Braz Monteiro
d84d930c87
Changed layer box with a spin control and further organized changes in changelog
...
Originally committed to SVN as r1241.
2007-06-17 23:49:51 +00:00
Rodrigo Braz Monteiro
a12a6f229c
Float spin control mostly works, but there are two bugs that I don't want to deal with, so, meh.
...
Originally committed to SVN as r1240.
2007-06-17 22:57:36 +00:00
Rodrigo Braz Monteiro
673a818e49
Replaced some numeric validators with a new, improved one... It still allows wrong data on paste, though.
...
Originally committed to SVN as r1239.
2007-06-17 21:12:28 +00:00
Rodrigo Braz Monteiro
a2ef89c752
More incomplete float spin code
...
Originally committed to SVN as r1237.
2007-06-17 18:43:57 +00:00
Rodrigo Braz Monteiro
de81a61ee6
Added base and mostly unimplemented float spin control
...
Originally committed to SVN as r1233.
2007-06-17 07:40:43 +00:00
Rodrigo Braz Monteiro
a98fc362d3
Added icon for kanji timer and enabled the 'delete line' icon
...
Originally committed to SVN as r1232.
2007-06-17 05:15:20 +00:00
Rodrigo Braz Monteiro
1cb3b05ada
Fixed issues with close buttons.
...
Originally committed to SVN as r1231.
2007-06-17 02:51:11 +00:00
Rodrigo Braz Monteiro
063bf22a42
Added a "toggle next line on commit" button to the audio tool bar
...
Originally committed to SVN as r1230.
2007-06-17 02:34:27 +00:00
Rodrigo Braz Monteiro
35f2610bb8
Fixed insertion of bold/italics/etc overrides on lines that contained non-ascii characters.
...
Originally committed to SVN as r1228.
2007-06-16 23:05:05 +00:00
Rodrigo Braz Monteiro
34cd74525d
Made Avisynth video provider use FFMpegSource for non avi/d2v/avs, but it will break for vfr because of the hack to make it work with dss
...
Originally committed to SVN as r1227.
2007-06-16 22:07:43 +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
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
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
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
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
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
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
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
Niels Martin Hansen
b9298b61e4
FIXME comments in (almost) all audio players, neither handle time reporting fully correct: they report number of samples they have played plus start sample, instead of current sample being heard, ie. they don't take into account that the current position might get changed in mid-stream by the video player to resync audio to video.
...
Originally committed to SVN as r1175.
2007-05-10 22:39:17 +00:00
Niels Martin Hansen
e46b57ca86
Much better time reporting.
...
Originally committed to SVN as r1174.
2007-05-10 22:31:49 +00:00
Niels Martin Hansen
f7893b932e
OpenAL audio player that at least "somewhat works" on Windows.
...
Originally committed to SVN as r1173.
2007-05-10 21:08:30 +00:00
Niels Martin Hansen
224146a9e0
Updated changelog, moved some items around to better group related changes.
...
Originally committed to SVN as r1171.
2007-05-08 01:13:40 +00:00
Niels Martin Hansen
15fb8e8fdb
"New", nicer solution for including the SVN revision information in Windows builds.
...
Originally committed to SVN as r1170.
2007-05-08 00:06:39 +00:00
Niels Martin Hansen
b22a47f842
Fixing Auto3 on POSIX broke it on Win32, wonderful world of compiler incompatibilities.
...
Originally committed to SVN as r1169.
2007-05-08 00:05:59 +00:00
Niels Martin Hansen
b3c15d8d2e
Somewhat working auto3 on Linux, still needs some minor fixing
...
Originally committed to SVN as r1167.
2007-05-07 16:44:26 +00:00
Niels Martin Hansen
d3bf280993
Building on POSIX seems fixed again
...
Originally committed to SVN as r1166.
2007-05-07 14:22:18 +00:00
Niels Martin Hansen
f9f65888d3
About-dialog is no longer on top.
...
Originally committed to SVN as r1164.
2007-05-04 01:56:17 +00:00
Niels Martin Hansen
81b8660348
Fix for styles table in auto3, broken karaoke-splitter...
...
Originally committed to SVN as r1163.
2007-05-04 01:43:00 +00:00
Niels Martin Hansen
6087314600
I would like to claim that auto3 now "works". It's just somewhat useless currently.
...
Originally committed to SVN as r1162.
2007-05-03 22:15:22 +00:00
Niels Martin Hansen
e659a5d12f
Separate Auto3 lib seems to work on Windows now... changed the GNU build system a bit so it shouldn't try to build Auto3 yet. (Still some decisions to be made about where the lib should be placed and how it should be loaded.) Building on POSIX might break now...
...
Originally committed to SVN as r1159.
2007-05-03 17:57:21 +00:00
Niels Martin Hansen
9aceffb576
Added some more Gabest logic to AssFile::GetResolution()
...
Originally committed to SVN as r1158.
2007-05-03 17:19:50 +00:00
Niels Martin Hansen
2785821a62
Forgot to add Lua scriptreader to Makefile.am
...
Originally committed to SVN as r1156.
2007-05-02 17:29:32 +00:00
Niels Martin Hansen
ce2b203251
Split out the LuaScriptReader class, though it might be futile.
...
Originally committed to SVN as r1154.
2007-05-01 21:51:49 +00:00
Rodrigo Braz Monteiro
e050a094b6
demi did it on purpose
...
Originally committed to SVN as r1153.
2007-04-29 01:18:13 +00:00
Niels Martin Hansen
b1be9b3483
Intentionally break loading of Auto3 scripts to make people ask less. Auto3 scripts will for now always fail loading, displaying a message that they are not supported.
...
Originally committed to SVN as r1152.
2007-04-29 00:59:19 +00:00
Rodrigo Braz Monteiro
2940fa93d1
Changed colours of spectrum analyser display
...
Originally committed to SVN as r1151.
2007-04-28 23:43:58 +00:00
Rodrigo Braz Monteiro
d403fd21f2
Applied demi's fix to scaledborderandshadow
...
Originally committed to SVN as r1150.
2007-04-27 21:19:22 +00:00
Rodrigo Braz Monteiro
a59ee116a7
Some refactoring of options dialog code... not complete, but already an improvement.
...
Originally committed to SVN as r1149.
2007-04-27 04:53:44 +00:00
Niels Martin Hansen
d244277ac9
More fixing build system
...
Originally committed to SVN as r1148.
2007-04-26 21:38:42 +00:00
Niels Martin Hansen
e52740570a
More correct playback position reporting.
...
Originally committed to SVN as r1147.
2007-04-26 20:17:20 +00:00
Niels Martin Hansen
7a89405f18
So apparently Alsa mostly works now. Not thorougly tested.
...
Originally committed to SVN as r1146.
2007-04-26 20:11:48 +00:00
Niels Martin Hansen
2e82606c29
Alsa player is still broken... but trying to do things differently at least.
...
Originally committed to SVN as r1145.
2007-04-26 18:34:36 +00:00
Rodrigo Braz Monteiro
e04c25d378
Probably fixed OS X errors on gl_wrap.cpp, but I really don't think that I want to fix the retarded warnings
...
Originally committed to SVN as r1144.
2007-04-25 18:57:56 +00:00
Rodrigo Braz Monteiro
3f0b3eebae
Another attempt to fix gl_wrap.cpp on OS X.
...
Originally committed to SVN as r1143.
2007-04-25 18:45:09 +00:00
Rodrigo Braz Monteiro
aef7dd3e61
Possible fix for gl_wrap.cpp on OS X
...
Originally committed to SVN as r1142.
2007-04-25 18:35:27 +00:00
Rodrigo Braz Monteiro
577295495e
Commiting text now commits times as well.
...
Originally committed to SVN as r1141.
2007-04-25 04:31:36 +00:00
Rodrigo Braz Monteiro
399a7396cf
Attempt at a dummy video dialog fix and fixed mythes's function duplication issues once and for all.
...
Originally committed to SVN as r1140.
2007-04-25 04:09:42 +00:00
Rodrigo Braz Monteiro
dfeb714019
restored boost
...
Originally committed to SVN as r1139.
2007-04-25 02:39:17 +00:00
Niels Martin Hansen
dcfb3fc2ed
Killed off unused boost headers.
...
And final commit in Makefile.am updates for now... I hope.
Originally committed to SVN as r1135.
2007-04-25 02:03:02 +00:00
Niels Martin Hansen
b068353513
Adding Makefile.am's in smaller steps.. SVN doesn't like me.
...
Originally committed to SVN as r1134.
2007-04-25 01:59:46 +00:00
Niels Martin Hansen
93d0b0a469
Adding Makefile.am's in smaller steps.. SVN doesn't like me.
...
Originally committed to SVN as r1133.
2007-04-25 01:59:01 +00:00
Niels Martin Hansen
1ba8e934f2
Deleted old, unused files.
...
Originally committed to SVN as r1132.
2007-04-25 01:56:09 +00:00
Niels Martin Hansen
4d0a78b9a9
DSound player seems good now... stop breaking it.
...
Originally committed to SVN as r1129.
2007-04-25 00:35:10 +00:00
Niels Martin Hansen
14582ad00a
Fixed Alsa player, now mostly works. (Incorrect position reporting, strange samplerate glitch at start of playback.) And more fixes to build system.
...
Originally committed to SVN as r1128.
2007-04-24 22:29:27 +00:00
Niels Martin Hansen
a278e4e4a3
More fixing of build system: Properly link GL framework on OS X (I hope.) FFmpeg is now optional. Check for a working pthreads. More detailed warnings when no audio players or video/audio providers are available.
...
Originally committed to SVN as r1127.
2007-04-24 00:52:49 +00:00
Niels Martin Hansen
bd72e621b8
Fixed "invalid -e option" warning when converting images to xpm
...
Originally committed to SVN as r1126.
2007-04-23 23:38:13 +00:00
Niels Martin Hansen
5ee7106920
Various fixes in build system
...
Originally committed to SVN as r1125.
2007-04-23 22:34:52 +00:00
Niels Martin Hansen
3e5d49d46c
Seem to have fixed asserts randomly triggering. Taking the mainloop mutex is important!
...
Originally committed to SVN as r1124.
2007-04-23 20:58:21 +00:00
Niels Martin Hansen
470f8d05c6
Better error reporting
...
Originally committed to SVN as r1123.
2007-04-23 20:26:39 +00:00
Niels Martin Hansen
e4051efbf0
Somewhat working playpack position indicator, but restarting playback doesn't always work properly.
...
Originally committed to SVN as r1122.
2007-04-23 17:34:39 +00:00
Niels Martin Hansen
b63a2ade85
Commented out some trace-prints in PulseAudio player, and added device selection to (still broken) Alsa player.
...
Originally committed to SVN as r1121.
2007-04-23 17:01:00 +00:00
Niels Martin Hansen
15a5e39fff
PulseAudio player seems to kinda work, it just doesn't report playback position yet
...
Originally committed to SVN as r1120.
2007-04-23 16:16:39 +00:00
Niels Martin Hansen
0617076b72
Added (broken) PulseAudio audio player. It currently deadlocks.
...
Originally committed to SVN as r1118.
2007-04-23 02:30:27 +00:00
Rodrigo Braz Monteiro
e3d67151c0
Defaulted audio player to portaudio on non-win32
...
Originally committed to SVN as r1117.
2007-04-22 22:38:49 +00:00
Rodrigo Braz Monteiro
244b28ecf1
Ruby should hopefully work on posix now, but is hopefully optional. Aegisub is a project made of hopes.
...
Originally committed to SVN as r1116.
2007-04-22 22:20:53 +00:00
Niels Martin Hansen
5851f0561f
Implemented (seemingly broken) Alsa audio player.
...
Fixed hunspell-related bugs in autoconf/automake system.
Originally committed to SVN as r1114.
2007-04-22 21:59:35 +00:00
Niels Martin Hansen
ba944fd9b2
REALLY fixed DSound playback this time.
...
Originally committed to SVN as r1113.
2007-04-22 16:03:28 +00:00
Niels Martin Hansen
cf2d2ff5d4
Fixed "cannot wait for thread termination (invalid handle)" error in Auto4/Lua on wxMSW 2.8.3 by removing threading dependency in Auto4LuaScript::Create. It wasn't needed there anyway.
...
Also removed absolute dependency on hunspell, Aegisub should just build without spellchecking support now. Finally removed requirement to have built with at least one spellchecker. (That was stupid.)
Originally committed to SVN as r1112.
2007-04-22 15:45:29 +00:00
Rodrigo Braz Monteiro
7f6c3a4ba1
1111 GET - failed attempt to get Ruby to work (commented out) and made PortAudio optional (I hope)
...
Originally committed to SVN as r1111.
2007-04-22 07:04:31 +00:00
Niels Martin Hansen
a05cf649fe
Proper checking for OpenGL, hopefully also using the right includes on OS X.
...
Most OS X users will want to add --with-apple-opengl-framework to the configure command line.
Originally committed to SVN as r1109.
2007-04-22 02:24:27 +00:00
Rodrigo Braz Monteiro
4f1dc2c59d
Made hunspell into a pluggable factory. This MIGHT cause issues with mythes if hunspell is not available...
...
Originally committed to SVN as r1108.
2007-04-22 02:03:40 +00:00
Rodrigo Braz Monteiro
b2f2cf2d7f
Changed the audio player interface to use pluggable factories and added audio player/provider to options (in a new page, where all advanced audio options were moved to)
...
Originally committed to SVN as r1107.
2007-04-22 01:23:25 +00:00
Niels Martin Hansen
c6722b0587
Fixed some building on Linux, at least on Ubuntu Feisty amd64. Also
...
updated configure.ac to check for wxSTC instead of wxScintilla.
Originally committed to SVN as r1106.
2007-04-22 00:23:21 +00:00
Rodrigo Braz Monteiro
be0cedb475
Made esc work with attachments, automation and spell checker dialogs, and jfs's suggested changes to dsound code
...
Originally committed to SVN as r1105.
2007-04-22 00:14:58 +00:00
Rodrigo Braz Monteiro
b91f1a0511
Replaced wxScintilla with the more sane (and standard) wxStyledTextCtrl.
...
Originally committed to SVN as r1104.
2007-04-21 23:16:38 +00:00
Rodrigo Braz Monteiro
feff4e63f3
More optimizations
...
Originally committed to SVN as r1103.
2007-04-20 23:07:22 +00:00
Rodrigo Braz Monteiro
83f0c94545
Optimizations to AssTime::ParseASS()
...
Originally committed to SVN as r1102.
2007-04-20 22:17:42 +00:00
Niels Martin Hansen
168d08acc2
Fixed compiler warning and removed some dead code.
...
Originally committed to SVN as r1101.
2007-04-20 21:15:21 +00:00
Niels Martin Hansen
c1cb6e4367
Stable, correct and uncut audio playback GET!
...
Originally committed to SVN as r1100.
2007-04-20 18:07:44 +00:00
Niels Martin Hansen
4276b02f89
Fixed #320 , other applications no longer interfere with audio playback. Apparently those notifications for DSound buffers aren't reliable at all.
...
Still one minor problem with audio display cursor making a strange jump about one second from end of selection, this doesn't seem to affect playback though.
Originally committed to SVN as r1099.
2007-04-20 16:27:18 +00:00
Niels Martin Hansen
813a487b23
Rewrote lots of the DirectSound audio code, hopefully it's more stable now.
...
Originally committed to SVN as r1098.
2007-04-19 23:38:54 +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
95bc4227f2
fixed an odd option
...
Originally committed to SVN as r1096.
2007-04-18 20:59:36 +00:00
Rodrigo Braz Monteiro
f64d5341ce
A few Linux fixes
...
Originally committed to SVN as r1095.
2007-04-18 20:24:32 +00:00
Rodrigo Braz Monteiro
8a7fc29c5d
Fixed makefile to include two missing cpp files
...
Originally committed to SVN as r1094.
2007-04-18 19:44:45 +00:00
Rodrigo Braz Monteiro
9f18c2d448
Fixed hidden cursor on right click
...
Originally committed to SVN as r1093.
2007-04-18 04:51:17 +00:00
Rodrigo Braz Monteiro
9dcb9d7884
Added a "defaults" button to options dialog.
...
Originally committed to SVN as r1092.
2007-04-18 04:03:22 +00:00
Rodrigo Braz Monteiro
0c7b674e55
General tweaks
...
Originally committed to SVN as r1091.
2007-04-18 03:38:48 +00:00
Rodrigo Braz Monteiro
870d249123
Fixed autosaving of some file types.
...
Originally committed to SVN as r1090.
2007-04-18 01:59:50 +00:00