.. |
bitmaps
|
Add respack manifests.
|
2011-01-11 16:58:47 +00:00 |
command
|
Non-precomp-header compilation
|
2011-11-25 22:12:15 +00:00 |
config
|
Unconditionally enable building automation even if there are no enabled engines as there isn't really any reason not to and the defines uglify the code.
|
2011-09-28 19:45:35 +00:00 |
gl
|
Update glext.h to a version that isn't four years old
|
2010-06-07 07:24:18 +00:00 |
include/aegisub
|
Store the video display and slider in the context directly rather than going through the video box. Fxes a crash when detaching video.
|
2011-11-12 01:23:18 +00:00 |
libresrc
|
Add portaudio device selection to the preferences dialog and filter the list of devices to only output devices
|
2011-11-28 20:01:58 +00:00 |
msvc
|
Add inttypes.h to the precompiled header
|
2010-08-25 19:31:20 +00:00 |
aegisub_endian.h
|
Make video and audio providers throw typed exceptions.
|
2010-08-02 06:32:01 +00:00 |
aegisublocale.cpp
|
Eliminate uses of c_str made unnecessary by changed to wxString::Format in wx 2.9
|
2011-09-28 19:43:48 +00:00 |
aegisublocale.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
agi_pre.cpp
|
Remove #ifdef block around #include "agi_pre.h", as it causes the VC10 compiler to explode. Hopefully this won't break build somewhere else.
|
2010-12-11 16:52:12 +00:00 |
agi_pre.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
ass_attachment.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
ass_attachment.h
|
Fix compilation with clang (but not linking because wxAny is currently broken with it)
|
2011-11-07 06:18:34 +00:00 |
ass_dialogue.cpp
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
ass_dialogue.h
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
ass_entry.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
ass_entry.h
|
Fix compilation with clang (but not linking because wxAny is currently broken with it)
|
2011-11-07 06:18:34 +00:00 |
ass_export_filter.cpp
|
Document and clean up a bunch of exporter related things. Break some friendships, and add a getter for export filter names.
|
2011-09-28 19:46:41 +00:00 |
ass_export_filter.h
|
Pass a project context to AssExportFilter::GetConfigDialogWindow so that export filters don't have to use things like AssFile::top and VideoContext::Get
|
2011-09-28 19:46:53 +00:00 |
ass_exporter.cpp
|
compilation fixes
|
2011-11-07 04:14:09 +00:00 |
ass_exporter.h
|
Pass a project context to AssExportFilter::GetConfigDialogWindow so that export filters don't have to use things like AssFile::top and VideoContext::Get
|
2011-09-28 19:46:53 +00:00 |
ass_file.cpp
|
Fix unintended lowercasing of all strings returned from AssFile::GetScriptInfo
|
2011-11-28 22:16:50 +00:00 |
ass_file.h
|
Make AssFile::GetScriptInfo slightly less dumb
|
2011-10-25 01:16:36 +00:00 |
ass_karaoke.cpp
|
Rewrite nearly everything related to karaoke
|
2011-09-28 19:44:07 +00:00 |
ass_karaoke.h
|
Rewrite nearly everything related to karaoke
|
2011-09-28 19:44:07 +00:00 |
ass_override.cpp
|
Eliminate uses of c_str made unnecessary by changed to wxString::Format in wx 2.9
|
2011-09-28 19:43:48 +00:00 |
ass_override.h
|
Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters.
|
2010-06-24 01:24:43 +00:00 |
ass_style.cpp
|
Set shadow_w to the correct value in AssStyle's copy constructor
|
2011-10-25 19:01:53 +00:00 |
ass_style.h
|
Make AssStyle::Clone ~15 times faster.
|
2010-07-08 07:14:55 +00:00 |
ass_style_storage.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
ass_style_storage.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
ass_time.cpp
|
Port new SRT parser from 2.1.9. Updates #1301.
|
2011-11-25 19:27:51 +00:00 |
ass_time.h
|
Port new SRT parser from 2.1.9. Updates #1301.
|
2011-11-25 19:27:51 +00:00 |
audio_box.cpp
|
Move the audio display mouse wheel handling to the audio box so that it can update the horizontal zoom scrollbar
|
2011-10-25 20:28:30 +00:00 |
audio_box.h
|
Move the audio display mouse wheel handling to the audio box so that it can update the horizontal zoom scrollbar
|
2011-10-25 20:28:30 +00:00 |
audio_colorscheme.cpp
|
Add Inactive style to Icy Blue
|
2011-11-18 22:57:45 +00:00 |
audio_colorscheme.h
|
Replace InitIcyBlue_Normal and InitIcyBlue_Selected with a single method which takes an audio rendering style as a parameter
|
2011-11-18 22:57:36 +00:00 |
audio_controller.cpp
|
Reload audio when the cache type is changed
|
2011-11-19 04:57:14 +00:00 |
audio_controller.h
|
Reload audio when the player or provider is changed
|
2011-11-19 01:14:42 +00:00 |
audio_display.cpp
|
Pass the audio renderer absolute coordinates rather than relative so that audio actually scrolls
|
2011-11-20 04:25:05 +00:00 |
audio_display.h
|
Only connect to signals in AudioDisplay when audio is actually open
|
2011-11-18 22:57:54 +00:00 |
audio_karaoke.cpp
|
Don't create the audio timing controller until audio is actually opened
|
2011-11-18 22:58:22 +00:00 |
audio_karaoke.h
|
Don't create the audio timing controller until audio is actually opened
|
2011-11-18 22:58:22 +00:00 |
audio_marker_provider_keyframes.cpp
|
Add an option to disable keyframes in the audio display only in karaoke mode. Closes #644.
|
2011-11-16 19:56:09 +00:00 |
audio_marker_provider_keyframes.h
|
Add an option to disable keyframes in the audio display only in karaoke mode. Closes #644.
|
2011-11-16 19:56:09 +00:00 |
audio_player.cpp
|
Use the per-platform default audio player from configure rather than always defaulting to portaudio
|
2011-10-12 23:08:29 +00:00 |
audio_player_alsa.cpp
|
Finish porting the alsa player from 2.1.9 so that it actually compiles
|
2011-11-07 05:24:46 +00:00 |
audio_player_alsa.h
|
Finish porting the alsa player from 2.1.9 so that it actually compiles
|
2011-11-07 05:24:46 +00:00 |
audio_player_dsound.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
audio_player_dsound.h
|
Make video and audio providers throw typed exceptions.
|
2010-08-02 06:32:01 +00:00 |
audio_player_dsound2.cpp
|
Fix race conditions in the dsound2 player that occasionally resulted in audio playback stopping instantly
|
2011-11-16 19:55:31 +00:00 |
audio_player_dsound2.h
|
Use scoped_ptr to store the worker thread in DirectSoundPlayer2
|
2011-11-16 19:55:22 +00:00 |
audio_player_openal.cpp
|
Eliminate some unused variables
|
2011-11-19 04:46:45 +00:00 |
audio_player_openal.h
|
Clean up the OpenAL audio player a bit
|
2011-11-19 01:14:13 +00:00 |
audio_player_oss.cpp
|
Throw agi::Exception derived exceptions from the OSS player rather than bare strings
|
2011-11-25 19:30:42 +00:00 |
audio_player_oss.h
|
Throw agi::Exception derived exceptions from the OSS player rather than bare strings
|
2011-11-25 19:30:42 +00:00 |
audio_player_portaudio.cpp
|
Increment PortAudio refcount even if it's currently initialized
|
2011-11-28 20:02:07 +00:00 |
audio_player_portaudio.h
|
Finish rewriting the PortAudio player
|
2011-11-28 20:01:46 +00:00 |
audio_player_pulse.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
audio_player_pulse.h
|
Make video and audio providers throw typed exceptions.
|
2010-08-02 06:32:01 +00:00 |
audio_provider.cpp
|
Fix crash when trying to open audio from file with no audio tracks
|
2011-09-29 20:27:13 +00:00 |
audio_provider_avs.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
audio_provider_avs.h
|
Merge audio_display_rewrite branch to trunk. This is not a complete work, don't expect to time anything for a while.
|
2010-12-08 03:36:10 +00:00 |
audio_provider_convert.cpp
|
Fix compilation with clang (but not linking because wxAny is currently broken with it)
|
2011-11-07 06:18:34 +00:00 |
audio_provider_convert.h
|
Rewrite the audio format converters, splitting each conversion into its own class
|
2011-10-29 03:46:36 +00:00 |
audio_provider_dummy.cpp
|
Merge audio_display_rewrite branch to trunk. This is not a complete work, don't expect to time anything for a while.
|
2010-12-08 03:36:10 +00:00 |
audio_provider_dummy.h
|
Merge audio_display_rewrite branch to trunk. This is not a complete work, don't expect to time anything for a while.
|
2010-12-08 03:36:10 +00:00 |
audio_provider_ffmpegsource.cpp
|
Apply container audio delay when the FFMS2 version used supports it. Closes #1251.
|
2010-12-29 06:27:02 +00:00 |
audio_provider_ffmpegsource.h
|
Revert r4828 as I decided to fix it in FFMS2 instead.
|
2010-12-29 06:26:56 +00:00 |
audio_provider_hd.cpp
|
Move the creation of the progress dialog for the audio caches to AudioProvider and just pass the BackgroundRunner to the caches. This still isn't the right place to be creating it, but this removes the UI-dependency for both caches.
|
2011-09-28 19:49:37 +00:00 |
audio_provider_hd.h
|
Move the creation of the progress dialog for the audio caches to AudioProvider and just pass the BackgroundRunner to the caches. This still isn't the right place to be creating it, but this removes the UI-dependency for both caches.
|
2011-09-28 19:49:37 +00:00 |
audio_provider_pcm.cpp
|
Switch _WINDOWS for _WIN32, as _WINDOWS doesn't seem to be defined using MSVC 2010 headers. On the other hand, _WIN32 is always defined by the compiler.
|
2010-12-11 16:47:03 +00:00 |
audio_provider_pcm.h
|
Switch _WINDOWS for _WIN32, as _WINDOWS doesn't seem to be defined using MSVC 2010 headers. On the other hand, _WIN32 is always defined by the compiler.
|
2010-12-11 16:47:03 +00:00 |
audio_provider_ram.cpp
|
Move the creation of the progress dialog for the audio caches to AudioProvider and just pass the BackgroundRunner to the caches. This still isn't the right place to be creating it, but this removes the UI-dependency for both caches.
|
2011-09-28 19:49:37 +00:00 |
audio_provider_ram.h
|
Move the creation of the progress dialog for the audio caches to AudioProvider and just pass the BackgroundRunner to the caches. This still isn't the right place to be creating it, but this removes the UI-dependency for both caches.
|
2011-09-28 19:49:37 +00:00 |
audio_renderer.cpp
|
fix non-precomp header compilation
|
2011-11-20 03:30:00 +00:00 |
audio_renderer.h
|
Add support for the inactive color scheme to the audio renderers
|
2011-11-18 22:58:02 +00:00 |
audio_renderer_spectrum.cpp
|
Add support for the inactive color scheme to the audio renderers
|
2011-11-18 22:58:02 +00:00 |
audio_renderer_spectrum.h
|
Add support for the inactive color scheme to the audio renderers
|
2011-11-18 22:58:02 +00:00 |
audio_renderer_waveform.cpp
|
Add support for the inactive color scheme to the audio renderers
|
2011-11-18 22:58:02 +00:00 |
audio_renderer_waveform.h
|
Add support for the inactive color scheme to the audio renderers
|
2011-11-18 22:58:02 +00:00 |
audio_rendering_style.h
|
Add missing file audio_rendering_style.h
|
2011-11-19 01:14:33 +00:00 |
audio_timing.h
|
Get audio styling ranges from the timing controller. Based on a patch by jfs.
|
2011-11-18 22:56:45 +00:00 |
audio_timing_dialogue.cpp
|
Don't create the audio timing controller until audio is actually opened
|
2011-11-18 22:58:22 +00:00 |
audio_timing_karaoke.cpp
|
Don't create the audio timing controller until audio is actually opened
|
2011-11-18 22:58:22 +00:00 |
auto4_base.cpp
|
Fix compilation with clang (but not linking because wxAny is currently broken with it)
|
2011-11-07 06:18:34 +00:00 |
auto4_base.h
|
Reload scripts through their manager so that the menu is aware of changes
|
2011-10-25 19:02:01 +00:00 |
auto4_lua.cpp
|
Remove out-of-date comment in auto4_lua.cpp
|
2011-11-29 23:17:20 +00:00 |
auto4_lua.h
|
Make cmd::Command::name const
|
2011-10-24 20:17:57 +00:00 |
auto4_lua_assfile.cpp
|
Include lua.hpp rather than the .h versions on non-windows as lua is normally compiled as C, not C++
|
2011-11-08 01:18:16 +00:00 |
auto4_lua_dialog.cpp
|
Include lua.hpp rather than the .h versions on non-windows as lua is normally compiled as C, not C++
|
2011-11-08 01:18:16 +00:00 |
auto4_lua_factory.h
|
Clean up and document ScriptFactory, and add a function to get the full wildcard string for all registered automation engines
|
2011-09-28 19:46:05 +00:00 |
auto4_lua_progresssink.cpp
|
Include lua.hpp rather than the .h versions on non-windows as lua is normally compiled as C, not C++
|
2011-11-08 01:18:16 +00:00 |
auto4_lua_scriptreader.cpp
|
Rewrite LuaScriptReader, making it simpler and adding support for more charsets
|
2011-09-28 19:45:16 +00:00 |
auto4_lua_scriptreader.h
|
Rewrite LuaScriptReader, making it simpler and adding support for more charsets
|
2011-09-28 19:45:16 +00:00 |
avisynth.h
|
Switch all headers to using Doxygen and cleanup contact info
|
2009-07-29 05:43:02 +00:00 |
avisynth_wrap.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
avisynth_wrap.h
|
Kill DEBUG_AVISYNTH_CODE as it hasn't actually worked for 3.5 years.
|
2010-07-23 20:34:23 +00:00 |
base_grid.cpp
|
Actually hide override tags in hide tags mode. Closes #1360.
|
2011-11-08 00:25:02 +00:00 |
base_grid.h
|
Refactor BaseGrid painting a bit
|
2011-11-08 00:24:53 +00:00 |
block_cache.h
|
Speed up BlockCache::Age somewhat
|
2011-08-27 06:52:49 +00:00 |
charset_conv.cpp
|
Move most character set conversion code to libaegisub and make everything use the new conversion functionality.
|
2010-06-03 20:32:25 +00:00 |
charset_conv.h
|
Move most character set conversion code to libaegisub and make everything use the new conversion functionality.
|
2010-06-03 20:32:25 +00:00 |
charset_detect.cpp
|
Eliminate some unused variables
|
2011-11-19 04:46:45 +00:00 |
charset_detect.h
|
Simplify charset detection
|
2010-06-03 20:31:43 +00:00 |
colorspace.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
colorspace.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
colour_button.cpp
|
Set the event object for colour button click events. Fixes a bug where colour buttons in automation dialogs were completely broken.
|
2011-10-24 20:17:40 +00:00 |
colour_button.h
|
Make the color picker dialog update the color instantly when used from the style editor, rather than waiting for the dialog to be closed, and revert if the dialog is cancelled. Updates #355.
|
2010-06-09 08:14:50 +00:00 |
compat.cpp
|
Make the MRU code not so bizzarely overcomplicated
|
2011-07-26 19:51:56 +00:00 |
compat.h
|
Make video and audio providers throw typed exceptions.
|
2010-08-02 06:32:01 +00:00 |
config.h
|
Super fancy property pages for configuring the build in VC10. Doesn't want to display the defaults (properly) but that's not so important :)
|
2011-01-19 06:40:23 +00:00 |
dialog_about.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
dialog_about.h
|
Delete static_bmp.[h|cpp] as it isn't actually used anywhere
|
2011-11-29 23:17:31 +00:00 |
dialog_attachments.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
dialog_attachments.h
|
Eliminate almost all uses of AssFile::top.
|
2010-07-09 07:31:48 +00:00 |
dialog_automation.cpp
|
Reload scripts through their manager so that the menu is aware of changes
|
2011-10-25 19:02:01 +00:00 |
dialog_automation.h
|
Clean up the automation dialog and don't let the user load the same script twice
|
2011-09-28 19:46:14 +00:00 |
dialog_colorpicker.cpp
|
Simplify and speed up the hsl and hsv slider creation code in the color picker dialog
|
2011-10-24 20:17:30 +00:00 |
dialog_colorpicker.h
|
Make the color picker dialog update the color instantly when used from the style editor, rather than waiting for the dialog to be closed, and revert if the dialog is cancelled. Updates #355.
|
2010-06-09 08:14:50 +00:00 |
dialog_detached_video.cpp
|
Make all of VideoBox's members private
|
2011-11-12 01:23:29 +00:00 |
dialog_detached_video.h
|
Store the video display and slider in the context directly rather than going through the video box. Fxes a crash when detaching video.
|
2011-11-12 01:23:18 +00:00 |
dialog_dummy_video.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_dummy_video.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
dialog_export.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_export.h
|
Document and clean up a bunch of exporter related things. Break some friendships, and add a getter for export filter names.
|
2011-09-28 19:46:41 +00:00 |
dialog_fonts_collector.cpp
|
Eliminate uses of c_str made unnecessary by changed to wxString::Format in wx 2.9
|
2011-09-28 19:43:48 +00:00 |
dialog_fonts_collector.h
|
Fix include paths
|
2011-01-05 18:40:37 +00:00 |
dialog_jumpto.cpp
|
Port DialogJumpTo to agi::Context
|
2011-01-21 04:57:28 +00:00 |
dialog_jumpto.h
|
Port DialogJumpTo to agi::Context
|
2011-01-21 04:57:28 +00:00 |
dialog_kara_timing_copy.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_kara_timing_copy.h
|
Rewrite nearly everything related to karaoke
|
2011-09-28 19:44:07 +00:00 |
dialog_log.cpp
|
Use std::string on osx/unix as well as osx doesn't have strndup.
|
2010-08-12 14:34:54 +00:00 |
dialog_log.h
|
* Change wxID_CLOSE to wxID_OK
|
2010-06-03 03:07:43 +00:00 |
dialog_paste_over.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_paste_over.h
|
Fix crash when pasting over
|
2010-06-22 00:03:16 +00:00 |
dialog_progress.cpp
|
Don't report a user cancel when the user clicks on the 'Close' button after completion in the progress dialog
|
2011-10-23 17:00:21 +00:00 |
dialog_progress.h
|
Redesign DialogProgress
|
2011-09-28 19:47:40 +00:00 |
dialog_properties.cpp
|
Refactor out a bunch of duplicated code in DialogProperties
|
2011-11-28 22:16:41 +00:00 |
dialog_properties.h
|
Refactor out a bunch of duplicated code in DialogProperties
|
2011-11-28 22:16:41 +00:00 |
dialog_resample.cpp
|
Non-precomp-header compilation
|
2011-11-25 22:12:15 +00:00 |
dialog_resample.h
|
Make NumValidator less bizzare
|
2011-01-20 05:57:30 +00:00 |
dialog_search_replace.cpp
|
Remove unused OnKeyDown method from DialogSearchReplace
|
2011-11-29 23:17:49 +00:00 |
dialog_search_replace.h
|
Remove unused OnKeyDown method from DialogSearchReplace
|
2011-11-29 23:17:49 +00:00 |
dialog_selected_choices.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_selected_choices.h
|
Fix compilation without precompiled headers. Closes #1241
|
2010-08-28 02:00:43 +00:00 |
dialog_selection.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_selection.h
|
Rewrite the selection dialog, detangling it from SubtitlesGrid and making it modeless
|
2011-09-15 05:16:47 +00:00 |
dialog_shift_times.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_shift_times.h
|
Rewrite the shift times dialog, detangling it from the grid and making it modeless, and add support for characters outside the local charset in the shift history file path. Closes #1269.
|
2011-09-15 05:17:14 +00:00 |
dialog_spellchecker.cpp
|
Fix wxGTK assertion failure
|
2011-11-19 05:07:41 +00:00 |
dialog_spellchecker.h
|
Detangle the spellchecker dialog from the subtitles grid, make it modelss, and fix a lot of edges cases
|
2011-09-15 05:16:41 +00:00 |
dialog_style_editor.cpp
|
Make a few strings into format strings for translations. Closes #1093.
|
2011-11-25 19:26:48 +00:00 |
dialog_style_editor.h
|
Make the style editor commit its own changes. Fixes some issues where changes made in the style editor would fail to update the rest of the program.
|
2011-10-17 22:00:58 +00:00 |
dialog_style_manager.cpp
|
Make a few strings into format strings for translations. Closes #1093.
|
2011-11-25 19:26:48 +00:00 |
dialog_style_manager.h
|
Use PersistLocation for DialogStyleManager
|
2011-07-27 05:36:24 +00:00 |
dialog_styling_assistant.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_styling_assistant.h
|
Fix compilation without precompiled headers
|
2011-07-27 17:21:39 +00:00 |
dialog_text_import.cpp
|
Kill options.h and options.cpp, which have been empty for a while
|
2010-07-12 21:49:48 +00:00 |
dialog_text_import.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
dialog_timing_processor.cpp
|
Have the "make adjacent" threshold in TPP have the end of the range be inclusive
|
2011-11-25 19:28:50 +00:00 |
dialog_timing_processor.h
|
Eliminate a lot of unnessesary includes of subs_grid.h
|
2011-07-15 04:05:15 +00:00 |
dialog_translation.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_translation.h
|
Rewrite the translation assisant and make it work again
|
2011-07-27 05:36:15 +00:00 |
dialog_version_check.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
dialog_version_check.h
|
Merge 3906,r3909,r3910,r3912,r3928,r3931,r3932,r3933,r3935,r3936: merge update checker from 2.1.8, this also needs to be documented for doxygen. closes #1084.
|
2010-01-26 13:14:05 +00:00 |
dialog_video_details.cpp
|
Make a few strings into format strings for translations. Closes #1093.
|
2011-11-25 19:26:48 +00:00 |
dialog_video_details.h
|
Port DialogVideoDetails to agi::Context
|
2011-01-21 04:57:44 +00:00 |
drop.cpp
|
Use signals in AudioController and AudioTimingController
|
2010-12-08 08:09:16 +00:00 |
drop.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
export_clean_info.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
export_clean_info.h
|
Document and clean up a bunch of exporter related things. Break some friendships, and add a getter for export filter names.
|
2011-09-28 19:46:41 +00:00 |
export_fixstyle.cpp
|
Document and clean up a bunch of exporter related things. Break some friendships, and add a getter for export filter names.
|
2011-09-28 19:46:41 +00:00 |
export_fixstyle.h
|
Document and clean up a bunch of exporter related things. Break some friendships, and add a getter for export filter names.
|
2011-09-28 19:46:41 +00:00 |
export_framerate.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
export_framerate.h
|
Pass a project context to AssExportFilter::GetConfigDialogWindow so that export filters don't have to use things like AssFile::top and VideoContext::Get
|
2011-09-28 19:46:53 +00:00 |
factory_manager.h
|
Fix compilation with clang (but not linking because wxAny is currently broken with it)
|
2011-11-07 06:18:34 +00:00 |
ffmpegsource_common.cpp
|
Redesign DialogProgress
|
2011-09-28 19:47:40 +00:00 |
ffmpegsource_common.h
|
Redesign DialogProgress
|
2011-09-28 19:47:40 +00:00 |
fft.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
fft.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
font_file_lister.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
font_file_lister.h
|
Make the choice between the freetype and fontconfig listers entirely based on the defined setttings rather than platform
|
2010-10-20 01:56:22 +00:00 |
font_file_lister_fontconfig.cpp
|
Fix font collector crash
|
2010-10-20 01:56:28 +00:00 |
font_file_lister_fontconfig.h
|
Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it.
|
2009-09-11 18:51:48 +00:00 |
font_file_lister_freetype.cpp
|
Fix font collector crash
|
2010-10-20 01:56:28 +00:00 |
font_file_lister_freetype.h
|
Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it.
|
2009-09-11 18:51:48 +00:00 |
frame_main.cpp
|
Revamp script resolution setting logic
|
2011-11-28 22:16:22 +00:00 |
frame_main.h
|
Add the script file name to the close confirmation dialog. Closes #879.
|
2011-11-16 21:58:58 +00:00 |
gl_text.cpp
|
Move gl_text's OpenGL header inclusion to the cpp file
|
2011-11-23 18:33:14 +00:00 |
gl_text.h
|
Move gl_text's OpenGL header inclusion to the cpp file
|
2011-11-23 18:33:14 +00:00 |
gl_wrap.cpp
|
Fix rendering of the clip visual tools with detached video
|
2011-11-12 01:23:40 +00:00 |
gl_wrap.h
|
Fix rendering of the clip visual tools with detached video
|
2011-11-12 01:23:40 +00:00 |
help_button.cpp
|
Simplify HelpButton and add some error handling
|
2011-11-29 23:17:40 +00:00 |
help_button.h
|
Simplify HelpButton and add some error handling
|
2011-11-29 23:17:40 +00:00 |
hotkey.cpp
|
Fix compilation with clang (but not linking because wxAny is currently broken with it)
|
2011-11-07 06:18:34 +00:00 |
hotkey_data_view_model.cpp
|
compilation fixes
|
2011-11-07 04:14:09 +00:00 |
hotkey_data_view_model.h
|
Implement the hotkey page of the preferences dialog
|
2011-10-28 20:40:43 +00:00 |
kana_table.cpp
|
Rewrite nearly everything related to karaoke
|
2011-09-28 19:44:07 +00:00 |
kana_table.h
|
Rewrite nearly everything related to karaoke
|
2011-09-28 19:44:07 +00:00 |
main.cpp
|
Add support for modifying hotkeys while the program is running
|
2011-10-28 20:40:32 +00:00 |
main.h
|
Kill AegisubApp::OnMouseWheel. It breaks the mouse wheel in dialogs, and it didn't actually work at the moment and isn't really the right way to handle mouse wheel forwarding in the first place
|
2011-10-24 20:18:16 +00:00 |
Makefile
|
Define __STDC_FORMAT_MACROS for all files in the Makefile and vc10 project, as was already done in the vc9 project. There's a decent number of files which need it and we don't have any naming conflicts with it so there's no reason not to.
|
2011-11-29 23:17:58 +00:00 |
MatroskaParser.c
|
Silence warnings in MatroskaParser.c
|
2009-09-02 10:06:25 +00:00 |
MatroskaParser.h
|
Re-update the license on Haali's matroska parser.
|
2009-04-29 21:19:45 +00:00 |
md5.c
|
Add svn:keywords for files modified in r3310.
|
2009-07-29 05:43:58 +00:00 |
md5.h
|
Rework most of the various factories to not need an explicit helper class for each class constructable via a factory.
|
2010-08-02 06:31:38 +00:00 |
menu.cpp
|
Don't set icons for check and radio menu items as checked icons aren't supported yet
|
2011-11-03 00:29:23 +00:00 |
mkv_wrap.cpp
|
Fix integer overflow in the matroska subtitle loader which resulted in meaningless progress reporting
|
2011-11-28 22:16:58 +00:00 |
mkv_wrap.h
|
Delete all the unused things in MatroskaWrapper (i.e. most of it), fix some derpy things, and make it throw typed exceptions.
|
2011-09-28 19:47:21 +00:00 |
mythes.cxx
|
SVN Transition Step 3/7
|
2009-03-08 08:30:39 +00:00 |
mythes.hxx
|
SVN Transition Step 3/7
|
2009-03-08 08:30:39 +00:00 |
pen.cpp
|
Factor out the idea of a pen bound to options to a utility class
|
2011-10-19 04:19:01 +00:00 |
pen.h
|
Factor out the idea of a pen bound to options to a utility class
|
2011-10-19 04:19:01 +00:00 |
persist_location.cpp
|
Fix compilation without precompiled headers
|
2011-07-27 17:21:39 +00:00 |
persist_location.h
|
Fix compilation without precompiled headers
|
2011-07-27 17:21:39 +00:00 |
plugin_manager.cpp
|
Clean up and document ScriptFactory, and add a function to get the full wildcard string for all registered automation engines
|
2011-09-28 19:46:05 +00:00 |
plugin_manager.h
|
Clean up and document ScriptFactory, and add a function to get the full wildcard string for all registered automation engines
|
2011-09-28 19:46:05 +00:00 |
preferences.cpp
|
Add portaudio device selection to the preferences dialog and filter the list of devices to only output devices
|
2011-11-28 20:01:58 +00:00 |
preferences.h
|
Implement the hotkey page of the preferences dialog
|
2011-10-28 20:40:43 +00:00 |
preferences_base.cpp
|
Add portaudio device selection to the preferences dialog and filter the list of devices to only output devices
|
2011-11-28 20:01:58 +00:00 |
preferences_base.h
|
Implement the hotkey page of the preferences dialog
|
2011-10-28 20:40:43 +00:00 |
res.rc
|
I thought res.rc was already updated, I should have looked.. this fixes breakage in r3281.
|
2009-07-25 19:46:10 +00:00 |
run.sh
|
Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258.
|
2011-01-05 13:00:46 +00:00 |
scintilla_text_ctrl.cpp
|
Add mouse wheel forwarding to ScintillaTextCtrl as wxSTC uses the scroll wheel
|
2011-10-25 19:41:06 +00:00 |
scintilla_text_ctrl.h
|
Add mouse wheel forwarding to ScintillaTextCtrl as wxSTC uses the scroll wheel
|
2011-10-25 19:41:06 +00:00 |
selection_controller.h
|
Return a const reference from GetSelectedSet rather than copying it on every call
|
2011-07-15 04:05:09 +00:00 |
setup.cpp
|
Move standard windows libraries from setup.cpp to the project. Updates #949.
|
2011-11-28 22:45:27 +00:00 |
spellchecker.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
spellchecker_hunspell.cpp
|
Remove WITH_OLD_HUNSPELL. 1.2.0 is four years old and the configure script doesn't even support older versions that would require WITH_OLD_HUNSPELL
|
2011-09-28 19:45:07 +00:00 |
spellchecker_hunspell.h
|
Add <memory> for auto_ptr
|
2010-11-29 10:17:12 +00:00 |
spline.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
spline.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
spline_curve.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
spline_curve.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
standard_paths.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
standard_paths.h
|
Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it.
|
2009-09-11 18:51:48 +00:00 |
string_codec.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
string_codec.h
|
Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it.
|
2009-09-18 03:01:51 +00:00 |
subs_edit_box.cpp
|
Add access keys for nearly all things which support them and were missing them. Closes #1070.
|
2011-11-18 18:49:09 +00:00 |
subs_edit_box.h
|
Fix a pile of issues that resulted in the Actor box not working at all
|
2011-10-19 04:05:09 +00:00 |
subs_edit_ctrl.cpp
|
Fix compilation without precompiled headers
|
2011-10-28 20:15:10 +00:00 |
subs_edit_ctrl.h
|
Convert newlines to \N when pasting rather than trying to clean them up later
|
2011-10-10 20:59:04 +00:00 |
subs_grid.cpp
|
Eliminate some unused variables
|
2011-11-19 04:46:45 +00:00 |
subs_grid.h
|
Move everything but the subtitle modification utility functions from SubtitlesGrid to BaseGrid. There never has been a clean division of responsibilities between them and the split mostly just made things awkward.
|
2011-11-08 00:24:41 +00:00 |
subs_preview.cpp
|
Eliminate large amounts of duplicated code in DialogStyleEditor
|
2011-10-10 17:28:59 +00:00 |
subs_preview.h
|
Make updating the subtitle preview window roughly 50% faster
|
2010-06-11 02:25:34 +00:00 |
subtitle_format.cpp
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
subtitle_format.h
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
subtitle_format_ass.cpp
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_ass.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_dvd.cpp
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_dvd.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_encore.cpp
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
subtitle_format_encore.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_microdvd.cpp
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
subtitle_format_microdvd.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_mkv.cpp
|
Delete all the unused things in MatroskaWrapper (i.e. most of it), fix some derpy things, and make it throw typed exceptions.
|
2011-09-28 19:47:21 +00:00 |
subtitle_format_mkv.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_srt.cpp
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
subtitle_format_srt.h
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
subtitle_format_transtation.cpp
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_transtation.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_ttxt.cpp
|
Move ASS -> SRT tag conversion to the SRT subtitle format from AssDialogue
|
2011-11-25 19:28:19 +00:00 |
subtitle_format_ttxt.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_txt.cpp
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitle_format_txt.h
|
Clean up SubtitleFormat
|
2011-09-28 19:44:53 +00:00 |
subtitles_provider.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
subtitles_provider_csri.cpp
|
Add locks around CSRI operations as VSFilter isn't even vaguely threadsafe
|
2011-11-04 05:11:31 +00:00 |
subtitles_provider_csri.h
|
Rework most of the various factories to not need an explicit helper class for each class constructable via a factory.
|
2010-08-02 06:31:38 +00:00 |
subtitles_provider_libass.cpp
|
Fix flipped subtitles with libass + avisynth
|
2011-10-01 18:35:25 +00:00 |
subtitles_provider_libass.h
|
Update libass include path to not look for the now nonexistant in-repo copy
|
2011-07-20 20:09:03 +00:00 |
text_file_reader.cpp
|
Change criteria for when opened files should be backed up; rather than not backing up binary files (which aren't detected correctly anymore and always was sort of kludgy), don't back up files which are not in a format we can't write.
|
2010-08-03 20:21:04 +00:00 |
text_file_reader.h
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
text_file_writer.cpp
|
Eliminate uses of c_str made unnecessary by changed to wxString::Format in wx 2.9
|
2011-09-28 19:43:48 +00:00 |
text_file_writer.h
|
Use agi::io::Save in TextFileWriter
|
2010-09-08 20:03:48 +00:00 |
thesaurus.cpp
|
Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h.
|
2009-09-16 12:18:09 +00:00 |
thesaurus.h
|
Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h.
|
2009-09-16 12:18:09 +00:00 |
thesaurus_myspell.cpp
|
Replace MIN/MAX/MID with std::min/std::max/mid
|
2010-12-31 21:03:03 +00:00 |
thesaurus_myspell.h
|
Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it.
|
2009-09-11 18:51:48 +00:00 |
threaded_frame_source.cpp
|
Pass a project context to AssExportFilter::GetConfigDialogWindow so that export filters don't have to use things like AssFile::top and VideoContext::Get
|
2011-09-28 19:46:53 +00:00 |
threaded_frame_source.h
|
Make ThreadedFrameSource never lock jobMutex and fileMutex at the same time. Moderately improves responsiveness of the audio display while video is loaded.
|
2010-12-30 22:19:36 +00:00 |
timeedit_ctrl.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
timeedit_ctrl.h
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
toggle_bitmap.cpp
|
Redesign ToggleBitmap to operate on a command
|
2011-08-27 06:30:49 +00:00 |
toggle_bitmap.h
|
Redesign ToggleBitmap to operate on a command
|
2011-08-27 06:30:49 +00:00 |
toolbar.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
tooltip_manager.cpp
|
Add support for modifying hotkeys while the program is running
|
2011-10-28 20:40:32 +00:00 |
tooltip_manager.h
|
Update TooltipManager to work with commands
|
2011-01-17 23:53:52 +00:00 |
utils.cpp
|
Fix compilation without precompiled headers
|
2011-10-28 20:15:10 +00:00 |
utils.h
|
Fix compilation without precompiled headers
|
2011-10-28 20:15:10 +00:00 |
validators.cpp
|
Default to zero when the initial value for a NumValidator is ""
|
2011-11-28 22:16:33 +00:00 |
validators.h
|
Make NumValidator less bizzare
|
2011-01-20 05:57:30 +00:00 |
variable_data.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
variable_data.h
|
Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters.
|
2010-06-24 01:24:43 +00:00 |
vector2d.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
vector2d.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
version.cpp
|
Simplify version.cpp
|
2011-07-27 22:52:37 +00:00 |
version.h
|
Simplify version.cpp
|
2011-07-27 22:52:37 +00:00 |
video_box.cpp
|
Make all of VideoBox's members private
|
2011-11-12 01:23:29 +00:00 |
video_box.h
|
Make all of VideoBox's members private
|
2011-11-12 01:23:29 +00:00 |
video_context.cpp
|
Revamp script resolution setting logic
|
2011-11-28 22:16:22 +00:00 |
video_context.h
|
Remove OpenGL headers from video_context as it doesn't touch OpenGL anymore
|
2011-11-23 18:33:02 +00:00 |
video_display.cpp
|
Make VideoContext::Reset private and use SetVideo to close the video so that the change gets announced properly
|
2011-11-23 18:32:37 +00:00 |
video_display.h
|
Make all of VideoBox's members private
|
2011-11-12 01:23:29 +00:00 |
video_frame.cpp
|
Move YUV -> RGB conversion to VideoProviderYUV4MPEG and remove support for formats other than RGB32 from AegiVideoFrame
|
2010-12-31 21:03:11 +00:00 |
video_frame.h
|
Move YUV -> RGB conversion to VideoProviderYUV4MPEG and remove support for formats other than RGB32 from AegiVideoFrame
|
2010-12-31 21:03:11 +00:00 |
video_out_gl.cpp
|
Make VideoOutGL's error checking even more completely overboard
|
2011-11-23 18:32:50 +00:00 |
video_out_gl.h
|
Rework most of the various factories to not need an explicit helper class for each class constructable via a factory.
|
2010-08-02 06:31:38 +00:00 |
video_provider_avs.cpp
|
Do stuff to the AVS video provider
|
2011-08-27 06:30:03 +00:00 |
video_provider_avs.h
|
Do stuff to the AVS video provider
|
2011-08-27 06:30:03 +00:00 |
video_provider_cache.cpp
|
Kill options.h and options.cpp, which have been empty for a while
|
2010-07-12 21:49:48 +00:00 |
video_provider_cache.h
|
Make video and audio providers throw typed exceptions.
|
2010-08-02 06:32:01 +00:00 |
video_provider_dummy.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
video_provider_dummy.h
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
video_provider_ffmpegsource.cpp
|
Use FFMS_SetOutputFormatV2 with sufficiently recent FFMS2 rather than the deprecated FFMS_SetOutputFormatV
|
2011-10-17 17:52:11 +00:00 |
video_provider_ffmpegsource.h
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
video_provider_manager.cpp
|
Add handling for invalid timecode errors when opening video
|
2010-12-29 19:35:45 +00:00 |
video_provider_manager.h
|
Rework most of the various factories to not need an explicit helper class for each class constructable via a factory.
|
2010-08-02 06:31:38 +00:00 |
video_provider_yuv4mpeg.cpp
|
Don't mark y4m tags as translatable
|
2011-11-25 19:26:21 +00:00 |
video_provider_yuv4mpeg.h
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
video_slider.cpp
|
Store the video display and slider in the context directly rather than going through the video box. Fxes a crash when detaching video.
|
2011-11-12 01:23:18 +00:00 |
video_slider.h
|
Make hotkey::check take a project context and make FrameMain::context private
|
2011-07-29 23:16:55 +00:00 |
visual_feature.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_feature.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool.cpp
|
Remove OpenGL headers from video_context as it doesn't touch OpenGL anymore
|
2011-11-23 18:33:02 +00:00 |
visual_tool.h
|
compilation fixes
|
2011-11-07 04:14:09 +00:00 |
visual_tool_clip.cpp
|
Fix rendering of the clip visual tools with detached video
|
2011-11-12 01:23:40 +00:00 |
visual_tool_clip.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_cross.cpp
|
Show decimals in the cross visual tool only when the video resolution is greater than the script resolution
|
2011-11-17 18:21:30 +00:00 |
visual_tool_cross.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_drag.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_drag.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_rotatexy.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_rotatexy.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_rotatez.cpp
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_rotatez.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_scale.cpp
|
Round scales to ints as VSFilter doesn't actually support nonint scales so it's just pointless ugliness
|
2011-11-16 19:54:25 +00:00 |
visual_tool_scale.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool_vector_clip.cpp
|
Fix rendering of the clip visual tools with detached video
|
2011-11-12 01:23:40 +00:00 |
visual_tool_vector_clip.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
wscript
|
Fix the waf build after the libresrc changes, and also tweak the script to properly handle dependency tracking with the generated files.
|
2010-03-13 17:50:51 +00:00 |