Thomas Goyne
|
cc9cc6d713
|
Use FFMS_SetOutputFormatV2 with sufficiently recent FFMS2 rather than the deprecated FFMS_SetOutputFormatV
Originally committed to SVN as r5740.
|
2011-10-17 17:52:11 +00:00 |
|
Thomas Goyne
|
98777eff4e
|
Use the per-platform default audio player from configure rather than always defaulting to portaudio
Originally committed to SVN as r5738.
|
2011-10-12 23:08:29 +00:00 |
|
Thomas Goyne
|
bb4c10a140
|
Make the audio play commands stop the video like in 2.1.x
Originally committed to SVN as r5737.
|
2011-10-12 23:08:20 +00:00 |
|
Thomas Goyne
|
bf5e504c59
|
Combine duplicated commands time/snap/frame and time/frame/current into one command that actually works
Originally committed to SVN as r5736.
|
2011-10-12 23:08:11 +00:00 |
|
Thomas Goyne
|
54f359f91b
|
Enable the correct shift amount text box when opening the shift times dialog rather than always enabling the time one
Originally committed to SVN as r5735.
|
2011-10-12 23:08:02 +00:00 |
|
Thomas Goyne
|
b7efafe3b8
|
Fix calculation of the time column widths
Originally committed to SVN as r5734.
|
2011-10-12 23:07:38 +00:00 |
|
Thomas Goyne
|
98786aecba
|
Fix the spelling of 'Choose...' in the preferences dialog
Originally committed to SVN as r5733.
|
2011-10-11 04:33:41 +00:00 |
|
Thomas Goyne
|
306664d16e
|
Make the browse and font pick buttons in the preferences dialog actually work, and delete BrowseButton as it's no longer used by anything.
Originally committed to SVN as r5732.
|
2011-10-11 00:06:44 +00:00 |
|
Thomas Goyne
|
91ab2ee9ba
|
Make option names not dumb and wrong
Originally committed to SVN as r5731.
|
2011-10-11 00:06:34 +00:00 |
|
Thomas Goyne
|
a3d9deddb9
|
Fix endless recursion between SubsTextEditCtrl::UpdateCallTip and UpdateStyle
Originally committed to SVN as r5730.
|
2011-10-11 00:06:25 +00:00 |
|
Thomas Goyne
|
557e61722b
|
Kill DialogStyleEditor::OnChooseFont, which has been unused for over four years
Originally committed to SVN as r5729.
|
2011-10-11 00:06:13 +00:00 |
|
Thomas Goyne
|
7dfaa6427c
|
Implement the video position marker in the audio display
Originally committed to SVN as r5728.
|
2011-10-10 21:04:23 +00:00 |
|
Thomas Goyne
|
a260a998b3
|
Convert newlines to \N when pasting rather than trying to clean them up later
Originally committed to SVN as r5727.
|
2011-10-10 20:59:04 +00:00 |
|
Thomas Goyne
|
6e30ff633c
|
Fix compilation without precompiled headers
Originally committed to SVN as r5726.
|
2011-10-10 19:30:11 +00:00 |
|
Thomas Goyne
|
fdf74309a5
|
Don't revert changes to the filename made when undoing. Updates #1345.
Originally committed to SVN as r5725.
|
2011-10-10 17:29:35 +00:00 |
|
Thomas Goyne
|
eb947b3914
|
Remove dead code in AssFile::CanSave
Originally committed to SVN as r5724.
|
2011-10-10 17:29:26 +00:00 |
|
Thomas Goyne
|
e91834d667
|
Fix a few colourbutton issues in DialogStyleEditor
Originally committed to SVN as r5723.
|
2011-10-10 17:29:17 +00:00 |
|
Thomas Goyne
|
bd18ad11cb
|
Fix bug making it impossible to modify styles via the style editor
Originally committed to SVN as r5722.
|
2011-10-10 17:29:09 +00:00 |
|
Thomas Goyne
|
882ee76d59
|
Eliminate large amounts of duplicated code in DialogStyleEditor
Originally committed to SVN as r5721.
|
2011-10-10 17:28:59 +00:00 |
|
Thomas Goyne
|
cbcc581cea
|
Use PersistLocation for saving and restoring DialogStyleEditor's position
Originally committed to SVN as r5720.
|
2011-10-10 17:28:48 +00:00 |
|
Thomas Goyne
|
9ccd06b610
|
Uninvert playing the first/last 500ms of the selection
Originally committed to SVN as r5709.
|
2011-10-01 18:35:37 +00:00 |
|
Thomas Goyne
|
ac37a080c4
|
Change edit/search_replace to edit/find_replace in the default menu
Originally committed to SVN as r5708.
|
2011-10-01 18:35:31 +00:00 |
|
Thomas Goyne
|
a8caf35ebe
|
Fix flipped subtitles with libass + avisynth
Originally committed to SVN as r5707.
|
2011-10-01 18:35:25 +00:00 |
|
Thomas Goyne
|
8624f923d9
|
Add edit box font face and size to the preferences dialog
Originally committed to SVN as r5706.
|
2011-10-01 18:35:19 +00:00 |
|
Thomas Goyne
|
3ff8591c22
|
Add a third period to ellipses with only two
Originally committed to SVN as r5705.
|
2011-10-01 18:35:12 +00:00 |
|
Thomas Goyne
|
9b00fad2fc
|
Include the column headers in the column width calculations in BaseGrid
Originally committed to SVN as r5704.
|
2011-10-01 18:35:06 +00:00 |
|
Thomas Goyne
|
3dc0ed6c56
|
Use CmdDown in BaseGrid rather than #ifdefs
Originally committed to SVN as r5703.
|
2011-10-01 18:35:00 +00:00 |
|
Thomas Goyne
|
c199bd6d18
|
Only forward scroll wheel events to siblings and not parents to work around wx weirdness
Originally committed to SVN as r5702.
|
2011-10-01 18:34:49 +00:00 |
|
Thomas Goyne
|
5be401a1de
|
Rename edit/search_replace to edit/find_replace for consistency
Originally committed to SVN as r5701.
|
2011-09-30 23:51:41 +00:00 |
|
Thomas Goyne
|
76467584bb
|
Rearrange FrameMain's constructor so that the frame is shown before the updates check and files are loaded. Fixes some ugliness and a bug where the detached video dialog wasn't being parented correctly
Originally committed to SVN as r5700.
|
2011-09-30 20:43:04 +00:00 |
|
Thomas Goyne
|
e2ea5598fc
|
Remove a pointless sizer around the video box
Originally committed to SVN as r5699.
|
2011-09-30 20:42:55 +00:00 |
|
Thomas Goyne
|
87290be48e
|
Use Close rather than Destroy when closing the detached video dialog via the command
Originally committed to SVN as r5698.
|
2011-09-30 20:42:46 +00:00 |
|
Thomas Goyne
|
da6a208062
|
Bind wxEVT_LEFT_DCLICK in VideoDisplay so the cross and drag visual tools work
Originally committed to SVN as r5697.
|
2011-09-30 20:42:37 +00:00 |
|
Thomas Goyne
|
ce1783a868
|
Fix crash on commit in karaoke mode when autocommit is off
Originally committed to SVN as r5696.
|
2011-09-30 20:42:28 +00:00 |
|
Thomas Goyne
|
529f61e655
|
Allow overriding the aspect ratio when video is detached
Originally committed to SVN as r5695.
|
2011-09-30 20:42:20 +00:00 |
|
Thomas Goyne
|
3776051f96
|
Make the karaoke syllable table from aegisub.parse_karaoke_data zero-based for backward compatibility
Originally committed to SVN as r5694.
|
2011-09-30 20:42:09 +00:00 |
|
Thomas Goyne
|
5c75c9f708
|
Implement the audio scroll commands
Originally committed to SVN as r5693.
|
2011-09-30 20:41:56 +00:00 |
|
Thomas Goyne
|
597dd4bb8e
|
Don't try to detach on video open if the video is already detached
Originally committed to SVN as r5692.
|
2011-09-30 20:41:44 +00:00 |
|
Thomas Goyne
|
bdcc2ec170
|
Defriend VideoContext and AudioProvider
Originally committed to SVN as r5691.
|
2011-09-30 20:41:33 +00:00 |
|
Thomas Goyne
|
ea2525cd00
|
Remove unneccesary forward declarations from video_context.h
Originally committed to SVN as r5690.
|
2011-09-30 20:41:22 +00:00 |
|
Thomas Goyne
|
8bda12596a
|
Increase the minimum width of the thumb in the audio display scrollbar
Originally committed to SVN as r5689.
|
2011-09-30 20:41:10 +00:00 |
|
Thomas Goyne
|
8f918a59c2
|
Add some missing customizable subtitle grid colors to the preferences dialog
Originally committed to SVN as r5688.
|
2011-09-30 20:40:58 +00:00 |
|
Thomas Goyne
|
d5c4a9bec6
|
Get line start and end marker colors in dialogue mode from options
Originally committed to SVN as r5687.
|
2011-09-30 20:40:44 +00:00 |
|
Thomas Goyne
|
c4544839e9
|
Explicitly set the size of ColourButton as the default looks somewhat odd with wx trunk
Originally committed to SVN as r5686.
|
2011-09-29 20:27:50 +00:00 |
|
Thomas Goyne
|
546ced012a
|
Fix option names for syntax highlighting colors
Originally committed to SVN as r5685.
|
2011-09-29 20:27:40 +00:00 |
|
Thomas Goyne
|
0f8bafb432
|
Change default color for the end of line marker in the audio display to blue
Originally committed to SVN as r5684.
|
2011-09-29 20:27:32 +00:00 |
|
Thomas Goyne
|
62181365b9
|
Default to 25 FPS if there are too few frames in a video to compute the FPS
Originally committed to SVN as r5683.
|
2011-09-29 20:27:23 +00:00 |
|
Thomas Goyne
|
32463efb08
|
Fix crash when trying to open audio from file with no audio tracks
Originally committed to SVN as r5682.
|
2011-09-29 20:27:13 +00:00 |
|
Thomas Goyne
|
7b1dea1a7a
|
Eliminate flickering when moving the mouse over the karaoke split/join bar
Originally committed to SVN as r5681.
|
2011-09-29 18:17:37 +00:00 |
|
Thomas Goyne
|
ab52f9a441
|
Move most of the autosave logic to AssFile and only autosave if there's actually been changes since the last autosave
Originally committed to SVN as r5680.
|
2011-09-29 18:17:27 +00:00 |
|