.. |
bitmaps
|
Add respack manifests.
|
2011-01-11 16:58:47 +00:00 |
command
|
Move lead in/out logic to the timing controllers
|
2012-02-22 22:00:54 +00:00 |
config
|
Kill setup.cpp and move library inclusion to config_windows0.h. Closes #949.
|
2012-01-11 20:03:46 +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
|
Delete aegisub.h. It's been a few years since it last had anything in it.
|
2012-02-07 01:21:47 +00:00 |
libresrc
|
Add KP_Enter to the default hotkeys for commit in the translation assistant and styling assistant. Closes #1414.
|
2012-02-18 00:41:18 +00:00 |
msvc
|
Add inttypes.h to the precompiled header
|
2010-08-25 19:31:20 +00:00 |
aegisub_endian.h
|
Fix a bunch of -pedantic stuff
|
2011-12-28 21:27:06 +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
|
Include C++ versions of C headers rather than the C versions
|
2012-02-20 18:22:31 +00:00 |
ass_attachment.cpp
|
Make AssEntry::group const as it really should never change
|
2012-02-01 00:47:38 +00:00 |
ass_attachment.h
|
Make AssEntry::group const as it really should never change
|
2012-02-01 00:47:38 +00:00 |
ass_dialogue.cpp
|
Make AssTime::ParseASS a constructor overload instead
|
2012-02-14 00:35:06 +00:00 |
ass_dialogue.h
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +00:00 |
ass_entry.cpp
|
Make AssEntry::group const as it really should never change
|
2012-02-01 00:47:38 +00:00 |
ass_entry.h
|
Make AssEntry::group const as it really should never change
|
2012-02-01 00:47:38 +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
|
Add a [Script Info] section in SetScriptInfo if none exists
|
2012-02-16 21:21:55 +00:00 |
ass_file.h
|
Ensure that loaded files always have a style and dialogue line
|
2012-02-16 21:21:35 +00:00 |
ass_karaoke.cpp
|
Move lead in/out logic to the timing controllers
|
2012-02-22 22:00:54 +00:00 |
ass_karaoke.h
|
Move lead in/out logic to the timing controllers
|
2012-02-22 22:00:54 +00:00 |
ass_override.cpp
|
Remove unused 'parent' member from AssDialogueBlock and make 'text' protected
|
2011-12-26 22:21:08 +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
|
Copy the cached entry data in AssStyle's operator=. Closes #1453.
|
2012-02-14 00:35:41 +00:00 |
ass_style.h
|
Make AssEntry::group const as it really should never change
|
2012-02-01 00:47:38 +00:00 |
ass_style_storage.cpp
|
Uncrustify AssStyleStorage a bit
|
2012-02-01 00:48:24 +00:00 |
ass_style_storage.h
|
Uncrustify AssStyleStorage a bit
|
2012-02-01 00:48:24 +00:00 |
ass_time.cpp
|
Make AssTime::ParseASS a constructor overload instead
|
2012-02-14 00:35:06 +00:00 |
ass_time.h
|
Make AssTime::ParseASS a constructor overload instead
|
2012-02-14 00:35:06 +00:00 |
audio_box.cpp
|
Actually set the volume/audio zoom to the saved values rather than just setting the slider positions
|
2012-02-18 00:40:58 +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
|
Rename the audio rendering style enum values to reflect how they're actually used
|
2012-02-17 00:14:45 +00:00 |
audio_colorscheme.h
|
Move color scheme definitions to the config file
|
2011-11-30 21:03:57 +00:00 |
audio_controller.cpp
|
Add missing milliseconds to samples conversion that resulted in audio playback stopping when the start or end time of the line was changed
|
2012-02-12 04:16:21 +00:00 |
audio_controller.h
|
Remove UI-related responsibilities from AudioController
|
2012-02-01 23:59:12 +00:00 |
audio_display.cpp
|
Modify the TimingController interface to support dragging more than one marker at once. Updates #20.
|
2012-02-10 00:04:13 +00:00 |
audio_display.h
|
Repaint the entire audio display when style ranges change
|
2012-02-02 22:57:53 +00:00 |
audio_karaoke.cpp
|
Remove UI-related responsibilities from AudioController
|
2012-02-01 23:59:12 +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.cpp
|
Remove UI-related responsibilities from AudioController
|
2012-02-01 23:59:12 +00:00 |
audio_marker.h
|
Remove scoped_ptr::swap
|
2012-02-02 19:18:10 +00:00 |
audio_player.cpp
|
Remove pointless call to CloseStream in AudioPlayer's destructor (calling virtual functions in constructors/destructors calls the version from the current class, not the most derived type)
|
2012-01-08 01:34:01 +00:00 |
audio_player_alsa.cpp
|
Fix crash on underrun in the alsa player
|
2012-02-20 18:22:43 +00:00 |
audio_player_alsa.h
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +00:00 |
audio_player_dsound.cpp
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +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
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +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
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +00:00 |
audio_player_openal.h
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +00:00 |
audio_player_oss.cpp
|
Remove redundant OSS device option
|
2012-01-23 19:02:05 +00:00 |
audio_player_oss.h
|
Remove pointless duplicated member variable in OSSPlayer and document a few of the members
|
2012-01-08 01:33:55 +00:00 |
audio_player_portaudio.cpp
|
Add automatic host API selection to the portaudio player
|
2012-01-23 21:14:32 +00:00 |
audio_player_portaudio.h
|
Add automatic host API selection to the portaudio player
|
2012-01-23 21:14:32 +00:00 |
audio_player_pulse.cpp
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +00:00 |
audio_player_pulse.h
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +00:00 |
audio_provider.cpp
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +00:00 |
audio_provider_avs.cpp
|
Make the avisynth providers store an AvisynthWrapper rather than inherit from it
|
2012-01-18 20:08:32 +00:00 |
audio_provider_avs.h
|
Make the avisynth providers store an AvisynthWrapper rather than inherit from it
|
2012-01-18 20:08:32 +00:00 |
audio_provider_convert.cpp
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +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
|
Delete pointless empty destructor in DummyAudioProvider
|
2011-12-22 21:25:38 +00:00 |
audio_provider_dummy.h
|
Delete pointless empty destructor in DummyAudioProvider
|
2011-12-22 21:25:38 +00:00 |
audio_provider_ffmpegsource.cpp
|
Bump required version of ffms2 to 2.16
|
2012-02-20 18:22:20 +00:00 |
audio_provider_ffmpegsource.h
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
audio_provider_hd.cpp
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +00:00 |
audio_provider_hd.h
|
Use PCMAudioProvider to read from the cache in HDAudioProvider as it's far faster than the naive logic previously used
|
2011-12-22 21:26:21 +00:00 |
audio_provider_pcm.cpp
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
audio_provider_pcm.h
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
audio_provider_ram.cpp
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
|
2012-01-08 01:33:39 +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
|
Only age the renderer caches when a new block is created
|
2012-02-02 22:58:15 +00:00 |
audio_renderer.h
|
Only age the renderer caches when a new block is created
|
2012-02-02 22:58:15 +00:00 |
audio_renderer_spectrum.cpp
|
Rename the audio rendering style enum values to reflect how they're actually used
|
2012-02-17 00:14:45 +00:00 |
audio_renderer_spectrum.h
|
Rename the audio rendering style enum values to reflect how they're actually used
|
2012-02-17 00:14:45 +00:00 |
audio_renderer_waveform.cpp
|
Rename the audio rendering style enum values to reflect how they're actually used
|
2012-02-17 00:14:45 +00:00 |
audio_renderer_waveform.h
|
Rename the audio rendering style enum values to reflect how they're actually used
|
2012-02-17 00:14:45 +00:00 |
audio_rendering_style.h
|
Rename the audio rendering style enum values to reflect how they're actually used
|
2012-02-17 00:14:45 +00:00 |
audio_timing.h
|
Move lead in/out logic to the timing controllers
|
2012-02-22 22:00:54 +00:00 |
audio_timing_dialogue.cpp
|
Move lead in/out logic to the timing controllers
|
2012-02-22 22:00:54 +00:00 |
audio_timing_karaoke.cpp
|
Move lead in/out logic to the timing controllers
|
2012-02-22 22:00:54 +00:00 |
auto4_base.cpp
|
Improve the error message when autoload scripts fail to load
|
2012-02-22 20:47:24 +00:00 |
auto4_base.h
|
Add lua bindings for open and save standard dialogs
|
2012-02-22 04:17:16 +00:00 |
auto4_lua.cpp
|
Add a lua module for reading from/writing to the clipboard
|
2012-02-22 20:47:34 +00:00 |
auto4_lua.h
|
Add lua bindings for open and save standard dialogs
|
2012-02-22 04:17:16 +00:00 |
auto4_lua_assfile.cpp
|
Don't normalize syllable durations when parsing karaoke for automation
|
2012-02-16 05:21:00 +00:00 |
auto4_lua_dialog.cpp
|
Move a pile of things that shouldn't be in headers out of the headers
|
2012-01-18 20:08:42 +00:00 |
auto4_lua_factory.h
|
Fix a bunch of -pedantic stuff
|
2011-12-28 21:27:06 +00:00 |
auto4_lua_progresssink.cpp
|
Add lua bindings for open and save standard dialogs
|
2012-02-22 04:17:16 +00:00 |
auto4_lua_scriptreader.cpp
|
Fix a bunch of -pedantic stuff
|
2011-12-28 21:27:06 +00:00 |
auto4_lua_scriptreader.h
|
Fix a bunch of -pedantic stuff
|
2011-12-28 21:27:06 +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
|
Make the avisynth providers store an AvisynthWrapper rather than inherit from it
|
2012-01-18 20:08:32 +00:00 |
avisynth_wrap.h
|
Make the avisynth providers store an AvisynthWrapper rather than inherit from it
|
2012-01-18 20:08:32 +00:00 |
base_grid.cpp
|
Seek audio to the line on double-click in the grid in addition to video
|
2012-02-07 23:17:26 +00:00 |
base_grid.h
|
Factor out the options lookups from BaseGrid::GetRowStrings so that they aren't pointlessly checked every row
|
2012-01-31 00:43:32 +00:00 |
block_cache.h
|
Redesign BlockCache's age tracking to run in constant time
|
2012-02-20 05:15:10 +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
|
colorspace.(cpp|h) cosmetics
|
2012-02-10 00:03:56 +00:00 |
colorspace.h
|
colorspace.(cpp|h) cosmetics
|
2012-02-10 00:03:56 +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
|
Replace MyThes thesaurus implementation with a custom one
|
2012-01-08 01:36:50 +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
|
Make AssEntry::group const as it really should never change
|
2012-02-01 00:47:38 +00:00 |
dialog_attachments.h
|
Remove empty attachment sections from the file while deleting attachments rather than when the dialog is closed to remove a redundant undo point
|
2011-12-22 21:16:05 +00:00 |
dialog_automation.cpp
|
Clear the error color when an automation script which previously failed to load loads successfully
|
2012-02-01 18:47:47 +00:00 |
dialog_automation.h
|
Clear the error color when an automation script which previously failed to load loads successfully
|
2012-02-01 18:47:47 +00:00 |
dialog_colorpicker.cpp
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +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
|
Skip unprocessed key events. Updates #1408.
|
2012-01-25 05:48:53 +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
|
Move a pile of things that shouldn't be in headers out of the headers
|
2012-01-18 20:08:42 +00:00 |
dialog_dummy_video.h
|
Move a pile of things that shouldn't be in headers out of the headers
|
2012-01-18 20:08:42 +00:00 |
dialog_export.cpp
|
Synchronize a bunch of similar but not quite identical strings. Closes #1081.
|
2012-01-08 01:05:25 +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
|
Bump up the size of the log window in the font collector dialog so that it can actually fit font names without wrapping
|
2012-02-01 04:17:39 +00:00 |
dialog_fonts_collector.h
|
Rewrite the font collector
|
2012-01-12 22:32:09 +00:00 |
dialog_jumpto.cpp
|
Focus the frame number field of the Jump To dialog when it's opened
|
2012-01-17 02:47:37 +00:00 |
dialog_jumpto.h
|
Focus the frame number field of the Jump To dialog when it's opened
|
2012-01-17 02:47:37 +00:00 |
dialog_kara_timing_copy.cpp
|
Silence a pile of /W4 warnings
|
2011-12-22 21:09:31 +00:00 |
dialog_kara_timing_copy.h
|
Rewrite nearly everything related to karaoke
|
2011-09-28 19:44:07 +00:00 |
dialog_log.cpp
|
Add missing #include <algorithm> to dialog_log.cpp. Closes #1391.
|
2012-01-10 19:09:51 +00:00 |
dialog_log.h
|
Pass wxStrings to wxString::Format rather than std::string in LogWindow
|
2012-01-08 01:36:16 +00:00 |
dialog_paste_over.cpp
|
Really unhardcode the Paste Over dialog's height rather than just the width
|
2012-01-26 23:23:41 +00:00 |
dialog_paste_over.h
|
Fix a few minor issues with the Paste Over dialog
|
2012-01-26 23:21:19 +00:00 |
dialog_progress.cpp
|
Batch up log messages in DialogProgress and append them in OnIdle
|
2012-02-16 21:22:04 +00:00 |
dialog_progress.h
|
Batch up log messages in DialogProgress and append them in OnIdle
|
2012-02-16 21:22:04 +00:00 |
dialog_properties.cpp
|
Silence a pile of /W4 warnings
|
2011-12-22 21:09:31 +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
|
Synchronize a bunch of similar but not quite identical strings. Closes #1081.
|
2012-01-08 01:05:25 +00:00 |
dialog_resample.h
|
Make NumValidator less bizzare
|
2011-01-20 05:57:30 +00:00 |
dialog_search_replace.cpp
|
Call Validate before invoking commands via hotkeys
|
2012-02-07 01:22:23 +00:00 |
dialog_search_replace.h
|
Add dumb special casing to DialogSearchReplace so that replacing '$' with 'str' with regular expressions enabled results in 'str' being appended once rather than 1000 times.
|
2011-12-22 21:19:12 +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
|
Remove scoped_ptr::swap
|
2012-02-02 19:18:10 +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
|
Adjust the label for the history box in the shift times dialog to suggest that old shifts can now be loaded
|
2012-01-27 20:04:14 +00:00 |
dialog_shift_times.h
|
Load Shift Times settings from history on double-click
|
2012-01-25 23:09:45 +00:00 |
dialog_spellchecker.cpp
|
Close the spell checker after all lines have been checked rather than only once there are no errors remaining. Closes #1442.
|
2012-02-01 00:47:57 +00:00 |
dialog_spellchecker.h
|
Close the spell checker after all lines have been checked rather than only once there are no errors remaining. Closes #1442.
|
2012-02-01 00:47:57 +00:00 |
dialog_style_editor.cpp
|
Don't block editing storage styles with the same name as a style on the current script
|
2012-02-12 04:16:14 +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
|
Prompt to update uses of the style when "Default" is renamed
|
2012-02-07 20:42:44 +00:00 |
dialog_style_manager.h
|
Clean up DialogStyleManager a bit, eliminating a decent amount of duplicated code and fixing issues with the logic for enabling and disabling the buttons.
|
2012-02-01 00:48:50 +00:00 |
dialog_styling_assistant.cpp
|
Synchronize a bunch of similar but not quite identical strings. Closes #1081.
|
2012-01-08 01:05:25 +00:00 |
dialog_styling_assistant.h
|
Fix compilation without precompiled headers
|
2011-07-27 17:21:39 +00:00 |
dialog_text_import.cpp
|
Modernize DialogTextImport
|
2012-01-18 20:08:53 +00:00 |
dialog_text_import.h
|
Modernize DialogTextImport
|
2012-01-18 20:08:53 +00:00 |
dialog_timing_processor.cpp
|
Remove periods from single-sentence tooltips
|
2012-02-07 01:22:32 +00:00 |
dialog_timing_processor.h
|
Add (optional) overlapping line correction to the timing postprocessor
|
2012-02-01 23:59:40 +00:00 |
dialog_translation.cpp
|
Replace newlines with \N when modifying text via the translation assistant. Updates #1414.
|
2012-02-18 00:41:08 +00:00 |
dialog_translation.h
|
Handle empty files better in the translation assistant
|
2011-12-26 22:21:19 +00:00 |
dialog_version_check.cpp
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
dialog_version_check.h
|
Clean up DialogVersionCheck a bit
|
2012-02-10 00:03:46 +00:00 |
dialog_video_details.cpp
|
Eliminate the duplication between VideoContext::videoName and VideoContext::videoFile
|
2011-12-06 00:17:54 +00:00 |
dialog_video_details.h
|
Port DialogVideoDetails to agi::Context
|
2011-01-21 04:57:44 +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
|
Auto-apply AssFixStylesFilter when sending subtitles to the renderer
|
2012-01-24 01:46:29 +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
|
Overload operator int() on AssTime and remove GetMS/SetMS
|
2011-12-22 21:28:51 +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
|
Bump required version of ffms2 to 2.16
|
2012-02-20 18:22:20 +00:00 |
ffmpegsource_common.h
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +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
|
Don't copy fonts which appear in styles but are never actually used
|
2012-02-02 19:31:37 +00:00 |
font_file_lister.h
|
Increase the amount of information reported when fonts can't be found
|
2012-02-02 19:18:40 +00:00 |
font_file_lister_fontconfig.cpp
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
font_file_lister_fontconfig.h
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
font_file_lister_freetype.cpp
|
Increase the amount of information reported when fonts can't be found
|
2012-02-02 19:18:40 +00:00 |
font_file_lister_freetype.h
|
Increase the amount of information reported when fonts can't be found
|
2012-02-02 19:18:40 +00:00 |
frame_main.cpp
|
Force a repaint of the window after opening files from the command line. Closes #1419.
|
2012-02-15 21:24:00 +00:00 |
frame_main.h
|
Add option to hide the main toolbar. Updates #1399.
|
2012-01-22 23:44:24 +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
|
Make help buttons fall back to the docs wiki if the scraped html files aren't available locally
|
2011-12-22 21:22:31 +00:00 |
help_button.h
|
Simplify HelpButton and add some error handling
|
2011-11-29 23:17:40 +00:00 |
hotkey.cpp
|
Call Validate before invoking commands via hotkeys
|
2012-02-07 01:22:23 +00:00 |
hotkey_data_view_model.cpp
|
Remove scoped_ptr::swap
|
2012-02-02 19:18:10 +00:00 |
hotkey_data_view_model.h
|
When adding new hotkeys, automatically select and start editing the new hotkey
|
2012-02-01 18:47:00 +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
|
Fix compilation errors when wxUSE_ON_FATAL_EXCEPTION is not enabled. Updates #1423.
|
2012-01-25 19:07:07 +00:00 |
main.h
|
Fix compilation errors when wxUSE_ON_FATAL_EXCEPTION is not enabled. Updates #1423.
|
2012-01-25 19:07:07 +00:00 |
Makefile
|
Remove UI-related responsibilities from AudioController
|
2012-02-01 23:59:12 +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
|
Fix crashes after reloading automation scripts
|
2012-02-07 01:22:15 +00:00 |
mkv_wrap.cpp
|
Revamp AssFile::AddLine and related functions to eliminate the statics and hopefully make it less brittle
|
2012-01-08 01:34:30 +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 |
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
|
Ignore the Maximize option for dialogs which aren't supposed to be maximizable. Closes #1451.
|
2012-02-07 01:22:06 +00:00 |
persist_location.h
|
Fix non-precomp header compilation
|
2012-02-10 00:04:42 +00:00 |
placeholder_ctrl.h
|
Fix odd behavior when switching active lines with the Effect or Actor boxes focused
|
2012-01-25 05:49:00 +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
|
Don't return a dummy icon when no icon is found for a command
|
2012-02-20 05:41:54 +00:00 |
preferences.h
|
Eliminate the use of wxAny as it's the only thing not supported by clang
|
2011-12-24 00:36:19 +00:00 |
preferences_base.cpp
|
Disable keyboard scrolling in the preferences dialog as it eats unrelated key events on wxGTK
|
2012-01-20 15:14:47 +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
|
Fix use of uninitialized variables in GetWordAtPosition when the position is not in a word
|
2012-01-11 19:18:54 +00:00 |
scintilla_text_ctrl.h
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +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 |
spellchecker.cpp
|
Eliminate all unnecessary uses of L and _T
|
2011-09-28 19:43:11 +00:00 |
spellchecker_hunspell.cpp
|
Update all spellcheckers after adding a word
|
2012-01-31 00:43:59 +00:00 |
spellchecker_hunspell.h
|
Always use the same language for all spellchecker instances as having different languages in different places is weird
|
2012-01-31 00:43:49 +00:00 |
spline.cpp
|
Fix crash when drawing a vector clip that does not start with a move. Closes #1430.
|
2012-01-27 19:22:46 +00:00 |
spline.h
|
Add support for the scale parameter of vector clips. Closes #1415.
|
2012-01-26 00:29:08 +00:00 |
spline_curve.cpp
|
Return a pair of SplineCurves from SplineCurve::Split rather than mutating the arguments, as it doesn't actually work in-place
|
2011-12-22 21:25:08 +00:00 |
spline_curve.h
|
Return a pair of SplineCurves from SplineCurve::Split rather than mutating the arguments, as it doesn't actually work in-place
|
2011-12-22 21:25:08 +00:00 |
standard_paths.cpp
|
Add ?local for the user's local config dir; use it for FFMS2 indexes
|
2012-01-08 01:34:57 +00:00 |
standard_paths.h
|
Cosmetics in standard_paths.cpp
|
2012-01-08 01:34:43 +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
|
Remove periods from single-sentence tooltips
|
2012-02-07 01:22:32 +00:00 |
subs_edit_box.h
|
Factor out the placeholder text behavior from SubsEditBox and make it work better
|
2012-01-20 05:14:50 +00:00 |
subs_edit_ctrl.cpp
|
Treat an unclosed override block as plain text in the syntax highlighter to match vsfilter
|
2012-02-22 22:36:55 +00:00 |
subs_edit_ctrl.h
|
Move SplitLine from SubtitlesGrid to SubsEditCtrl
|
2012-01-11 19:19:30 +00:00 |
subs_grid.cpp
|
Add support for noncontiguous selections to the duplicate lines commands
|
2012-02-15 22:14:10 +00:00 |
subs_grid.h
|
Add support for noncontiguous selections to the duplicate lines commands
|
2012-02-15 22:14:10 +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
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_ass.cpp
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_ass.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_encore.cpp
|
Override CanWriteFile in the Encore subtitle format as the default extension check doesn't work for the weird filename format
|
2012-02-14 00:35:33 +00:00 |
subtitle_format_encore.h
|
Override CanWriteFile in the Encore subtitle format as the default extension check doesn't work for the weird filename format
|
2012-02-14 00:35:33 +00:00 |
subtitle_format_microdvd.cpp
|
Remove charset detection from AssFile::Load
|
2012-02-10 00:04:05 +00:00 |
subtitle_format_microdvd.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_mkv.cpp
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_mkv.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_srt.cpp
|
Make AssEntry::group const as it really should never change
|
2012-02-01 00:47:38 +00:00 |
subtitle_format_srt.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_transtation.cpp
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_transtation.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_ttxt.cpp
|
Make AssTime::ParseASS a constructor overload instead
|
2012-02-14 00:35:06 +00:00 |
subtitle_format_ttxt.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitle_format_txt.cpp
|
Ensure that loaded files always have a style and dialogue line
|
2012-02-16 21:21:35 +00:00 |
subtitle_format_txt.h
|
Fix crash on (auto)save when using CSRI and video is open
|
2012-01-26 20:08:38 +00:00 |
subtitles_provider.cpp
|
Allow opening video with no working subtitle providers enabled
|
2011-12-22 21:29:29 +00:00 |
subtitles_provider_csri.cpp
|
Remove the encoding parameter from AssFile::SaveMemory, as it only supports utf-8, and simplify the implementation
|
2012-01-08 01:33:19 +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
|
Remove the encoding parameter from AssFile::SaveMemory, as it only supports utf-8, and simplify the implementation
|
2012-01-08 01:33:19 +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
|
Replace MyThes thesaurus implementation with a custom one
|
2012-01-08 01:36:50 +00:00 |
thesaurus.h
|
Replace MyThes thesaurus implementation with a custom one
|
2012-01-08 01:36:50 +00:00 |
threaded_frame_source.cpp
|
Move a pile of things that shouldn't be in headers out of the headers
|
2012-01-18 20:08:42 +00:00 |
threaded_frame_source.h
|
Move a pile of things that shouldn't be in headers out of the headers
|
2012-01-18 20:08:42 +00:00 |
time_range.h
|
Remove UI-related responsibilities from AudioController
|
2012-02-01 23:59:12 +00:00 |
timeedit_ctrl.cpp
|
Make AssTime::ParseASS a constructor overload instead
|
2012-02-14 00:35:06 +00:00 |
timeedit_ctrl.h
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +00:00 |
toggle_bitmap.cpp
|
Call Validate before invoking commands via hotkeys
|
2012-02-07 01:22:23 +00:00 |
toggle_bitmap.h
|
Call Validate before invoking commands via hotkeys
|
2012-02-07 01:22:23 +00:00 |
toolbar.cpp
|
Update the visual tool buttons when the active tool is changed via hotkey
|
2012-02-01 18:47:37 +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
|
Non-precomp-header compilation fixes
|
2012-01-12 22:32:20 +00:00 |
utils.h
|
Set thread priorty between Create() and Run()
|
2012-02-01 14:23:52 +00:00 |
validators.cpp
|
Clean up a bunch of stuff in DialogTimingProcessor
|
2012-01-18 22:51:17 +00:00 |
validators.h
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +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
|
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.
|
2011-12-06 23:13:06 +00:00 |
vector2d.h
|
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.
|
2011-12-06 23:13:06 +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
|
Remove periods from single-sentence tooltips
|
2012-02-07 01:22:32 +00:00 |
video_box.h
|
Delete most of VideoBox's members
|
2012-01-22 05:59:23 +00:00 |
video_context.cpp
|
Remove UI-related responsibilities from AudioController
|
2012-02-01 23:59:12 +00:00 |
video_context.h
|
Document some of VideoContext's members
|
2011-12-06 00:18:04 +00:00 |
video_display.cpp
|
Update the visual tool buttons when the active tool is changed via hotkey
|
2012-02-01 18:47:37 +00:00 |
video_display.h
|
Select the appropriate entry in the zoom dropdown when the zoom is changed externally so that keyboard navigation works. Updates #1433.
|
2012-01-27 19:23:26 +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
|
Only wrap the avisynth-using part of AvisynthVideoProvider's constructor with try/catch so that avisynth is still initialized when the catch handler runs, which is required to actually get an error message. Closes #1444.
|
2012-02-02 20:51:07 +00:00 |
video_provider_avs.h
|
Remove VideoProvider::GetPosition, as it's unused and unneeded
|
2012-02-02 19:18:30 +00:00 |
video_provider_cache.cpp
|
Clean up VideoProviderCache a bit
|
2012-02-07 23:16:41 +00:00 |
video_provider_cache.h
|
Clean up VideoProviderCache a bit
|
2012-02-07 23:16:41 +00:00 |
video_provider_dummy.cpp
|
Clean up DummyVideoProvider a bit
|
2012-02-07 01:21:37 +00:00 |
video_provider_dummy.h
|
Clean up DummyVideoProvider a bit
|
2012-02-07 01:21:37 +00:00 |
video_provider_ffmpegsource.cpp
|
Bump required version of ffms2 to 2.16
|
2012-02-20 18:22:20 +00:00 |
video_provider_ffmpegsource.h
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
video_provider_manager.cpp
|
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
|
2011-12-22 21:25:49 +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
|
Move a pile of things that shouldn't be in headers out of the headers
|
2012-01-18 20:08:42 +00:00 |
video_provider_yuv4mpeg.h
|
Remove VideoProvider::GetPosition, as it's unused and unneeded
|
2012-02-02 19:18:30 +00:00 |
video_slider.cpp
|
Fix crash when trying to seek to keyframes via the video slider with no keyframes loaded, and use wxAutoBufferedPaintDC rather than manual double-buffering
|
2012-02-02 19:18:21 +00:00 |
video_slider.h
|
Fix crash when trying to seek to keyframes via the video slider with no keyframes loaded, and use wxAutoBufferedPaintDC rather than manual double-buffering
|
2012-02-02 19:18:21 +00:00 |
visual_feature.cpp
|
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.
|
2011-12-06 23:13:06 +00:00 |
visual_feature.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |
visual_tool.cpp
|
Correct the calculation for the position of right-aligned lines in the visual tools
|
2012-02-16 03:52:50 +00:00 |
visual_tool.h
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +00:00 |
visual_tool_clip.cpp
|
Fix bounds checking in the rectangular clip visual tool with detached video
|
2011-12-05 03:22:33 +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
|
In the cross visual tool, apply the same roundning rules to the coordinates set on double-click as for the displayed coordinates
|
2011-12-22 21:23:17 +00:00 |
visual_tool_cross.h
|
In the cross visual tool, apply the same roundning rules to the coordinates set on double-click as for the displayed coordinates
|
2011-12-22 21:23:17 +00:00 |
visual_tool_drag.cpp
|
Obey the icon size option in the visual subtoolbars rather than always using 24x24 icons
|
2012-01-20 23:42:33 +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
|
Increase max precision in the rotation tools to four digits so that rotations over 100 degrees aren't rounded to ints
|
2011-12-22 21:23:26 +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
|
Increase max precision in the rotation tools to four digits so that rotations over 100 degrees aren't rounded to ints
|
2011-12-22 21:23:26 +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
|
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.
|
2011-12-06 23:13:06 +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
|
Remove periods from single-sentence tooltips
|
2012-02-07 01:22:32 +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 |