Thomas Goyne
|
fd35224cb5
|
Stop coalescing changes for undo when the active line changes
Originally committed to SVN as r6136.
|
2011-12-22 21:31:01 +00:00 |
Thomas Goyne
|
f0e352f382
|
Update the view menu after the display mode has been automatically updated due to opening video or audio. Closes #1344.
Originally committed to SVN as r6135.
|
2011-12-22 21:30:49 +00:00 |
Thomas Goyne
|
5eb516f8d9
|
In non-WITH_STARTUPLOG builds, send startup log events to the standard logging system rather than discard them
Originally committed to SVN as r6134.
|
2011-12-22 21:30:40 +00:00 |
Thomas Goyne
|
046d8a6822
|
Use wxEventBlocker rather than manually enabling and disabling the event handler in SubsEditBox
Originally committed to SVN as r6133.
|
2011-12-22 21:30:32 +00:00 |
Thomas Goyne
|
e5707ca6eb
|
Don't use the ms time value of the Duration time edit control when in frame mode, as with vfr this may not actually represent a consisten number of frames
Originally committed to SVN as r6132.
|
2011-12-22 21:30:22 +00:00 |
Thomas Goyne
|
2c324de29c
|
Fix use of an uninitialized value in the time edit control when the frame number can't be parsed
Originally committed to SVN as r6131.
|
2011-12-22 21:30:14 +00:00 |
Thomas Goyne
|
2fdbd86a7f
|
Add aegisub.decode_path, which simply wraps StandardPaths::DecodePath
Originally committed to SVN as r6130.
|
2011-12-22 21:30:05 +00:00 |
Thomas Goyne
|
4a3f2b8412
|
Add aegisub.keyframes, which returns a table with all of the frame numbers which are keyframes
Originally committed to SVN as r6129.
|
2011-12-22 21:29:56 +00:00 |
Thomas Goyne
|
f974fdb1b2
|
Delete aegisub.parse_tag_data and aegisub.unparse_tag_data
Originally committed to SVN as r6128.
|
2011-12-22 21:29:47 +00:00 |
Thomas Goyne
|
29460b97b9
|
Rearrange VideoContext::Reset to fix error on shutdown
Originally committed to SVN as r6127.
|
2011-12-22 21:29:38 +00:00 |
Thomas Goyne
|
4133806fe7
|
Allow opening video with no working subtitle providers enabled
Originally committed to SVN as r6126.
|
2011-12-22 21:29:29 +00:00 |
Thomas Goyne
|
3cdc27c894
|
Normalize the value of the time edit controls when they lose focus. Updates #512.
Originally committed to SVN as r6125.
|
2011-12-22 21:29:18 +00:00 |
Thomas Goyne
|
5cbd35e749
|
Simplify some AssTime-using code
Originally committed to SVN as r6124.
|
2011-12-22 21:29:09 +00:00 |
Thomas Goyne
|
71345af81a
|
Overload operator int() on AssTime and remove GetMS/SetMS
Originally committed to SVN as r6123.
|
2011-12-22 21:28:51 +00:00 |
Thomas Goyne
|
de9583004d
|
Uncrustify AssTime
Originally committed to SVN as r6122.
|
2011-12-22 21:28:41 +00:00 |
Thomas Goyne
|
e36759a3b2
|
Remove the undocumented milisecond precision option
Originally committed to SVN as r6121.
|
2011-12-22 21:28:32 +00:00 |
Thomas Goyne
|
1fbf2ef218
|
Remove pointless operator=, copy constructor and destructor from agi::vfr::Framerate
Originally committed to SVN as r6120.
|
2011-12-22 21:28:23 +00:00 |
Thomas Goyne
|
a91f6f7880
|
Use agi::vfr::Framerate in FractionalTime rather than a numerator\denominator pair
Originally committed to SVN as r6119.
|
2011-12-22 21:28:13 +00:00 |
Thomas Goyne
|
ab68b4b080
|
Delete unused SMPTE parsing code
Originally committed to SVN as r6118.
|
2011-12-22 21:28:04 +00:00 |
Thomas Goyne
|
3b83b9e31b
|
Delete SubtitleFormat::FPSRational and just use FractionalTime
Originally committed to SVN as r6117.
|
2011-12-22 21:27:53 +00:00 |
Thomas Goyne
|
ac6e9fd022
|
Use unrounded rational time in microdvd subtitle format
Originally committed to SVN as r6116.
|
2011-12-22 21:27:45 +00:00 |
Thomas Goyne
|
93ce90cbf9
|
Store a numerator and denominator in agi::vfr::Framerate rather than a fps. Fixes minor rounding issues with 24000/1001 and 30000/1001 frame rates.
Originally committed to SVN as r6115.
|
2011-12-22 21:27:35 +00:00 |
Thomas Goyne
|
7a9bc1dcc9
|
Add tests for hotkeys
Originally committed to SVN as r6114.
|
2011-12-22 21:27:26 +00:00 |
Thomas Goyne
|
fe090969f4
|
Actually use the value from the "Always" context in Hotkey::GetHotkey
Originally committed to SVN as r6113.
|
2011-12-22 21:27:17 +00:00 |
Thomas Goyne
|
7bb749b51f
|
Return the name of the command found or an empty string if none from Hotkey::Scan rather than using an out reference
Originally committed to SVN as r6112.
|
2011-12-22 21:27:06 +00:00 |
Thomas Goyne
|
022c711409
|
Clear the command output variable when a hotkey fails to match to be safe
Originally committed to SVN as r6111.
|
2011-12-22 21:26:57 +00:00 |
Thomas Goyne
|
eb8a73d836
|
Use EXPECT_TRUE and EXPECT_FALSE rather than EXPECT_EQ([true,false])
Originally committed to SVN as r6110.
|
2011-12-22 21:26:48 +00:00 |
Thomas Goyne
|
a16da9ffdd
|
Get lua CFLAGS/LIBS from pkg-config when possible
Originally committed to SVN as r6109.
|
2011-12-22 21:26:39 +00:00 |
Thomas Goyne
|
d02cf5c99f
|
Handle wxMouseCaptureLostEvent in the color picker
Originally committed to SVN as r6108.
|
2011-12-22 21:26:30 +00:00 |
Thomas Goyne
|
4c31490d41
|
Use PCMAudioProvider to read from the cache in HDAudioProvider as it's far faster than the naive logic previously used
Originally committed to SVN as r6107.
|
2011-12-22 21:26:21 +00:00 |
Thomas Goyne
|
70dce930e6
|
Remove maintainer mode, as it didn't actually do anything (since we don't use automake)
Originally committed to SVN as r6106.
|
2011-12-22 21:26:12 +00:00 |
Thomas Goyne
|
ac498f75d5
|
Generate a configure error if a dependency explicitly enabled with --with cannot be found
Originally committed to SVN as r6105.
|
2011-12-22 21:26:03 +00:00 |
Thomas Goyne
|
f2c62dad3d
|
Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines
Originally committed to SVN as r6104.
|
2011-12-22 21:25:49 +00:00 |
Thomas Goyne
|
975bb7b26f
|
Delete pointless empty destructor in DummyAudioProvider
Originally committed to SVN as r6103.
|
2011-12-22 21:25:38 +00:00 |
Thomas Goyne
|
a5fce1d1be
|
Fix off-by-one error in DummyAudioProvider::GetAudio
Originally committed to SVN as r6102.
|
2011-12-22 21:25:29 +00:00 |
Thomas Goyne
|
0892de62a8
|
Don't let audio markers snap to themselves
Originally committed to SVN as r6101.
|
2011-12-22 21:25:19 +00:00 |
Thomas Goyne
|
5e9339611b
|
Return a pair of SplineCurves from SplineCurve::Split rather than mutating the arguments, as it doesn't actually work in-place
Originally committed to SVN as r6100.
|
2011-12-22 21:25:08 +00:00 |
Thomas Goyne
|
400b8252e9
|
Don't block loading styles from scripts with only a Default style
Originally committed to SVN as r6099.
|
2011-12-22 21:25:00 +00:00 |
Thomas Goyne
|
f809fa4104
|
Put OSS CFLAGS in their own variable rather than modifying CPPFLAGS
Originally committed to SVN as r6098.
|
2011-12-22 21:24:51 +00:00 |
Thomas Goyne
|
71109a87e1
|
Replace most inappropriate uses of LDFLAGS with LIBS
Originally committed to SVN as r6097.
|
2011-12-22 21:24:40 +00:00 |
Thomas Goyne
|
48526bf341
|
Delete libmedia
It's nowhere close to working and just getting further away from working
as time goes on.
Originally committed to SVN as r6096.
|
2011-12-22 21:24:20 +00:00 |
Thomas Goyne
|
e2eb7255a9
|
Refactor the configure script a bit to remove the need for $found_player_audio
Originally committed to SVN as r6095.
|
2011-12-22 21:24:10 +00:00 |
Thomas Goyne
|
4ab6ca890a
|
Use AS_IF and AS_CASE rather than the shell script equivalents in the configure script
Originally committed to SVN as r6094.
|
2011-12-22 21:24:01 +00:00 |
Thomas Goyne
|
670d7dfcd4
|
Delete ax_openml.m4 as we no longer use openmp
Originally committed to SVN as r6093.
|
2011-12-22 21:23:52 +00:00 |
Thomas Goyne
|
f454801868
|
Update acx_pthread.m4 to the latest versions
Originally committed to SVN as r6092.
|
2011-12-22 21:23:43 +00:00 |
Thomas Goyne
|
6fbf5b057f
|
Remove references to a target archtecture from the configure script
Originally committed to SVN as r6091.
|
2011-12-22 21:23:35 +00:00 |
Thomas Goyne
|
965a292a05
|
Increase max precision in the rotation tools to four digits so that rotations over 100 degrees aren't rounded to ints
Originally committed to SVN as r6090.
|
2011-12-22 21:23:26 +00:00 |
Thomas Goyne
|
d9ab41468c
|
In the cross visual tool, apply the same roundning rules to the coordinates set on double-click as for the displayed coordinates
Originally committed to SVN as r6089.
|
2011-12-22 21:23:17 +00:00 |
Thomas Goyne
|
25f4e4b426
|
Set the current frame in the Jump To dialog correctly
Originally committed to SVN as r6088.
|
2011-12-22 21:23:07 +00:00 |
Thomas Goyne
|
b66357bfb8
|
Fix warning on x64 unix
Originally committed to SVN as r6087.
|
2011-12-22 21:22:58 +00:00 |