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
Rodrigo Braz Monteiro
e6331a182a
Forgot to add browse button to linux makefile
...
Originally committed to SVN as r1089.
2007-04-17 23:03:08 +00:00
Rodrigo Braz Monteiro
edeaf98352
Created browse button and added it to several (but not all) places on the options dialog.
...
Originally committed to SVN as r1088.
2007-04-17 23:00:30 +00:00
Rodrigo Braz Monteiro
e7eb42906a
Fixed unloading of video.
...
Originally committed to SVN as r1086.
2007-04-17 01:19:04 +00:00
Rodrigo Braz Monteiro
6724424880
Forgot changelog for 1084. >_>
...
Originally committed to SVN as r1085.
2007-04-17 00:20:26 +00:00
Rodrigo Braz Monteiro
38dd7b1a4a
Set csri/vsfilter_textsub as the default subtitles provider under win32
...
Originally committed to SVN as r1084.
2007-04-17 00:02:17 +00:00
Rodrigo Braz Monteiro
9f58957fd9
Styles editor seems totally finished, although it will probably still conflict on temporary subs filename.
...
Originally committed to SVN as r1083.
2007-04-16 23:59:38 +00:00
Rodrigo Braz Monteiro
94260f649d
Several improvements to style editor, but still not 100% done
...
Originally committed to SVN as r1082.
2007-04-16 23:41:06 +00:00
Rodrigo Braz Monteiro
85cafc22bc
Clean up of DialogStyleEditor constructor.
...
Originally committed to SVN as r1081.
2007-04-16 22:13:09 +00:00
Rodrigo Braz Monteiro
3726c82f21
Tweaks to style editor.
...
Originally committed to SVN as r1080.
2007-04-16 15:08:09 +00:00
Rodrigo Braz Monteiro
50f63ba3fe
Style editor layout redesign and added a style preview box to it (doesn't autoupdate yet, though).
...
Originally committed to SVN as r1079.
2007-04-16 04:26:42 +00:00
Rodrigo Braz Monteiro
e2c9befeae
Fixed display of video coordinates.
...
Originally committed to SVN as r1078.
2007-04-15 22:44:52 +00:00
Rodrigo Braz Monteiro
cb1f794b3e
Actually completed spell checker dialog.
...
Originally committed to SVN as r1077.
2007-04-14 16:08:50 +00:00
Rodrigo Braz Monteiro
bd03fbc3ce
Spell checker dialog is complete.
...
Originally committed to SVN as r1076.
2007-04-14 15:26:46 +00:00
Rodrigo Braz Monteiro
79341020fd
Early and mostly uncoded spellchecker dialog.
...
Originally committed to SVN as r1075.
2007-04-14 01:02:21 +00:00
Rodrigo Braz Monteiro
9292b79e1d
Fixed double clicking on video
...
Originally committed to SVN as r1074.
2007-04-13 20:21:37 +00:00
Niels Martin Hansen
4b569de80d
Fixed bug with grid scrollbar not updating.
...
Removed some old, unused auto3 files.
Originally committed to SVN as r1073.
2007-04-13 15:30:57 +00:00
Rodrigo Braz Monteiro
51cd2f5ced
Completed (although it could still use some new features) OpenGL Text drawing code, and fully re-implemented video mouse coordinates.
...
Originally committed to SVN as r1072.
2007-04-13 14:38:27 +00:00
Rodrigo Braz Monteiro
dbd64d935e
Almost working gl text code (seemingly uploads and retrieves glyphs fine, but only rendering white rectangles, and there are many things that could be causing that)
...
Originally committed to SVN as r1071.
2007-04-13 03:52:25 +00:00
Rodrigo Braz Monteiro
f1c9a1695d
Fixed loading of unicode paths in win32
...
Originally committed to SVN as r1070.
2007-04-13 02:28:29 +00:00
Rodrigo Braz Monteiro
f8a711a0db
Made text file reader use iostream on all platforms... this will probably need some testing, though, so old code is only #ifdefed out.
...
Originally committed to SVN as r1069.
2007-04-13 02:05:38 +00:00
Niels Martin Hansen
d342a55418
Windows debug builds now really shouldn't associate themselves.
...
Also some (preliminary, untested, possibly bad) file type registration code for Mac.
Originally committed to SVN as r1068.
2007-04-13 01:54:47 +00:00
Rodrigo Braz Monteiro
0ef48599e6
Stopped change of AR from re-displaying audio.
...
Originally committed to SVN as r1067.
2007-04-13 01:46:50 +00:00
Rodrigo Braz Monteiro
c014c93c4c
Fixed drawing of inactive lines in audio display to prevent it from being drawn over selection.
...
Originally committed to SVN as r1066.
2007-04-13 01:29:05 +00:00
Rodrigo Braz Monteiro
58c7a6f4e8
Failed attempt to get threaded video to work.
...
Originally committed to SVN as r1065.
2007-04-13 00:44:46 +00:00
Niels Martin Hansen
07cc2d8042
Use wxLaunchDefaultBrowser instead of custom-built solution for opening URL's
...
Originally committed to SVN as r1064.
2007-04-13 00:04:44 +00:00
Rodrigo Braz Monteiro
50c14d9067
More incomplete gl text code
...
Originally committed to SVN as r1063.
2007-04-12 20:37:56 +00:00
Niels Martin Hansen
16ab6082df
Un-broke selected_lines in Automation
...
Originally committed to SVN as r1061.
2007-04-12 18:27:14 +00:00
Niels Martin Hansen
943c8c2564
Fixed karaoke mode + vector drawings crash
...
Originally committed to SVN as r1060.
2007-04-12 15:02:05 +00:00
Rodrigo Braz Monteiro
f173204498
Very early, incomplete, and so far unused gl text class.
...
Originally committed to SVN as r1059.
2007-04-12 12:49:41 +00:00
Rodrigo Braz Monteiro
a891964bc2
Merged the hotkeys dialog into the options dialog.
...
Originally committed to SVN as r1058.
2007-04-11 21:24:31 +00:00
David Lamparter
29e529367e
get rid of numbers in bitmap names
...
Originally committed to SVN as r1057.
2007-04-10 20:46:16 +00:00
Rodrigo Braz Monteiro
2e1263055b
Moved stdint.h to win32 to avoid issues with Linux, and removed
...
video_zoom.cpp from Linux makefile.
Originally committed to SVN as r1056.
2007-04-10 16:16:31 +00:00
Rodrigo Braz Monteiro
161f07f6be
Made the relevant audio options reload audio.
...
Originally committed to SVN as r1055.
2007-04-10 02:55:23 +00:00