Thomas Goyne
|
3097dc634e
|
Only automatically convert json objects to other types when they are uninitialized
Originally committed to SVN as r6005.
|
2011-12-22 21:10:22 +00:00 |
|
Thomas Goyne
|
a78417177a
|
Move cajun implementations from .inl files included by the headers to .cpp files
Originally committed to SVN as r6004.
|
2011-12-22 21:10:10 +00:00 |
|
Thomas Goyne
|
c601351a50
|
Silence a pile of prefast warnings in cajun
Originally committed to SVN as r6003.
|
2011-12-22 21:10:00 +00:00 |
|
Thomas Goyne
|
2439381c33
|
Fix misspelled word in the crash log
Originally committed to SVN as r6002.
|
2011-12-22 21:09:51 +00:00 |
|
Thomas Goyne
|
34a87b1c1e
|
Silence a pile of /W4 warnings
Originally committed to SVN as r6001.
|
2011-12-22 21:09:31 +00:00 |
|
Thomas Goyne
|
c36cd32127
|
Disable forced inclusion of the precompiled header for C files in x64 builds
Originally committed to SVN as r5989.
|
2011-12-07 00:19:51 +00:00 |
|
Thomas Goyne
|
1b43e05907
|
Add configure check for FFTW
Originally committed to SVN as r5988.
|
2011-12-06 23:48:18 +00:00 |
|
Thomas Goyne
|
c0cfe8afce
|
Make Vector2D's default constructor initialize to the invalid value rather than a seemingly valid value. Fixes a few cases where uninitialized vectors were used as if they were initialized.
Originally committed to SVN as r5987.
|
2011-12-06 23:13:06 +00:00 |
|
Thomas Goyne
|
f48c2a444d
|
Enable precompiled headers by default
Originally committed to SVN as r5985.
|
2011-12-06 21:59:20 +00:00 |
|
Thomas Goyne
|
6d62437c42
|
Combine --disable-check-wx-opengl and --disable-check-wx-stc into a single configure flag named --disable-slow-wx-checks
Originally committed to SVN as r5984.
|
2011-12-06 21:59:10 +00:00 |
|
Thomas Goyne
|
1a68f12dcb
|
Fix rendering errors with the cross visual tool and detached video
Originally committed to SVN as r5977.
|
2011-12-06 20:07:57 +00:00 |
|
Thomas Goyne
|
ffa811c8bc
|
Add "App/Auto/Load Linked Files" to the preferences dialog
Originally committed to SVN as r5976.
|
2011-12-06 19:59:04 +00:00 |
|
Thomas Goyne
|
6ff233b5ac
|
Convert audio samples to doubles rather than floats when using FFTW
Originally committed to SVN as r5975.
|
2011-12-06 19:58:54 +00:00 |
|
Thomas Goyne
|
5d8a802e8a
|
Allocate memory for fftw with fftw_alloc_real/fftw_alloc_complex rather than fftw_malloc
Originally committed to SVN as r5974.
|
2011-12-06 19:58:44 +00:00 |
|
Thomas Goyne
|
b4e3208405
|
Fix off-by-one error causing rendering errors in the vector clip visual tool when bezier curves are used
Originally committed to SVN as r5973.
|
2011-12-06 18:08:33 +00:00 |
|
Thomas Goyne
|
388580e0cc
|
Add spaces between the components of bezier curves
Originally committed to SVN as r5972.
|
2011-12-06 18:08:23 +00:00 |
|
Thomas Goyne
|
904e0769b1
|
Remove unused paramters to VideoDisplay::UpdateSize
Originally committed to SVN as r5971.
|
2011-12-06 00:18:13 +00:00 |
|
Thomas Goyne
|
880ea8848c
|
Document some of VideoContext's members
Originally committed to SVN as r5970.
|
2011-12-06 00:18:04 +00:00 |
|
Thomas Goyne
|
e49486201d
|
Eliminate the duplication between VideoContext::videoName and VideoContext::videoFile
Originally committed to SVN as r5969.
|
2011-12-06 00:17:54 +00:00 |
|
Thomas Goyne
|
2fa16a78c6
|
Move snapshot saving from VideoContext to the commands
Originally committed to SVN as r5968.
|
2011-12-06 00:17:45 +00:00 |
|
Thomas Goyne
|
8a7f4038c1
|
Make the video provider owned solely by ThreadedFrameSource rather than in a shared_ptr stored in several places
Originally committed to SVN as r5967.
|
2011-12-06 00:17:36 +00:00 |
|
Thomas Goyne
|
59fdab5fe7
|
Remove VideoContext::nextFrame as it's unused
Originally committed to SVN as r5966.
|
2011-12-06 00:17:25 +00:00 |
|
Thomas Goyne
|
c26e61f209
|
Remove the audio resync code from VideoContext. It didn't actually work with the threaded video provider and should be unneccesary as video now always plays back at full speed (dropping frames if needed).
Originally committed to SVN as r5965.
|
2011-12-05 05:27:05 +00:00 |
|
Thomas Goyne
|
8ab9ba77ae
|
Remove the prohibition against seeking while video is playing and just do Stop; Seek; Play as the slider already did in some cases
Originally committed to SVN as r5964.
|
2011-12-05 05:26:58 +00:00 |
|
Thomas Goyne
|
f95f1f13cf
|
Don't block key events on the video slider when video is playing, as this makes stopping the video rather awkward and it's unneccesary
Originally committed to SVN as r5963.
|
2011-12-05 05:26:52 +00:00 |
|
Thomas Goyne
|
2e40652265
|
Simplify video playback logic
Originally committed to SVN as r5962.
|
2011-12-05 05:26:45 +00:00 |
|
Thomas Goyne
|
1f534bc757
|
Kill VideoContext::playMutex. I assume it was a relic from the old threaded video display code as it's completely pointless.
Originally committed to SVN as r5961.
|
2011-12-05 05:26:38 +00:00 |
|
Thomas Goyne
|
73ee949d55
|
Fix bounds checking in the rectangular clip visual tool with detached video
Originally committed to SVN as r5960.
|
2011-12-05 03:22:33 +00:00 |
|
Thomas Goyne
|
009d99407b
|
Force a relayout of the video display after switching visual tools. Fixes a bug where the subtoolbar would sometimes appear in the wrong place.
Originally committed to SVN as r5959.
|
2011-12-05 01:45:08 +00:00 |
|
Thomas Goyne
|
48d412468e
|
Make the log dialog not insane and crashy
Originally committed to SVN as r5958.
|
2011-12-02 04:36:06 +00:00 |
|
Thomas Goyne
|
95a329a1e2
|
Flush the clipboard on exit so that it isn't cleared
Originally committed to SVN as r5957.
|
2011-12-02 04:35:59 +00:00 |
|
Thomas Goyne
|
59ddcab360
|
Add Ctrl-Shift-S as a default hotkey for Save As
Originally committed to SVN as r5956.
|
2011-12-01 21:59:35 +00:00 |
|
Thomas Goyne
|
df3d3cd409
|
Fix assertion failure when opening the Jump To dialog on 64-bit linux
Originally committed to SVN as r5955.
|
2011-12-01 04:22:55 +00:00 |
|
Thomas Goyne
|
d6ba00883e
|
Fix infinite loop when opening video with wxgtk
Originally committed to SVN as r5954.
|
2011-12-01 03:47:19 +00:00 |
|
Thomas Goyne
|
90582c0b15
|
Use NumValidator to ensure only numbers are typed in the frames box of the jump to dialog. Updates #1319.
Originally committed to SVN as r5953.
|
2011-12-01 00:43:48 +00:00 |
|
Thomas Goyne
|
157c03ce63
|
Load the colors for the audio display timeline from the audio colorscheme
Originally committed to SVN as r5952.
|
2011-11-30 21:04:46 +00:00 |
|
Thomas Goyne
|
7bfdc78b72
|
Load the colors for the audio display scrollbar from the audio colorscheme
Originally committed to SVN as r5951.
|
2011-11-30 21:04:37 +00:00 |
|
Thomas Goyne
|
fa15f0800e
|
Make audio color schemes selectable in the preferences dialog
Originally committed to SVN as r5950.
|
2011-11-30 21:04:28 +00:00 |
|
Thomas Goyne
|
1a4d116617
|
Add green audio color scheme similar to the default waveform colors in 2.1. Currently only actually usable by manually editing the config file.
Originally committed to SVN as r5949.
|
2011-11-30 21:04:18 +00:00 |
|
Thomas Goyne
|
9cb7b23345
|
Get color scheme names from the config rather than hardcoding it
Originally committed to SVN as r5948.
|
2011-11-30 21:04:09 +00:00 |
|
Thomas Goyne
|
598a85c6cd
|
Move color scheme definitions to the config file
Originally committed to SVN as r5947.
|
2011-11-30 21:03:57 +00:00 |
|
Thomas Goyne
|
f0e98151f1
|
Close audio if an error occurs while announcing the opened audio as the program is probably in an inconsistent state
Originally committed to SVN as r5946.
|
2011-11-30 04:28:03 +00:00 |
|
Thomas Goyne
|
b4d2bba7a2
|
Fix the name of the Resample Resolution dialog's help page
Originally committed to SVN as r5945.
|
2011-11-30 03:46:44 +00:00 |
|
Thomas Goyne
|
adb5963fbd
|
Cast size_ts used in format strings to ints instead as there isn't actually a portable way to format them.
Originally committed to SVN as r5944.
|
2011-11-30 02:44:27 +00:00 |
|
Thomas Goyne
|
f9e8175cb8
|
Fix wxString::Format assertion failures in 64-bit builds
Originally committed to SVN as r5943.
|
2011-11-30 02:38:42 +00:00 |
|
Thomas Goyne
|
a47f51080c
|
Also define __STDC_FORMAT_MACROS for commands
Originally committed to SVN as r5942.
|
2011-11-30 02:16:01 +00:00 |
|
Thomas Goyne
|
9203f17f4d
|
Implement the Lock Scroll on Cursor option in the audio display
Originally committed to SVN as r5941.
|
2011-11-30 00:40:32 +00:00 |
|
Thomas Goyne
|
c6b97612ae
|
Delay creation of the audio renderer until audio is actually opened
Originally committed to SVN as r5940.
|
2011-11-30 00:40:22 +00:00 |
|
Thomas Goyne
|
8632d5ce75
|
Remove some unreachable code in SubtitleFormat::AskForFPS
Originally committed to SVN as r5939.
|
2011-11-29 23:26:31 +00:00 |
|
Thomas Goyne
|
500b8b66d8
|
Make a few of FrameMain's members local to InitContents
Originally committed to SVN as r5938.
|
2011-11-29 23:18:42 +00:00 |
|