.. |
bitmaps
|
Run the icons through ImageOptim
|
2012-10-10 18:49:19 -07:00 |
command
|
Kill AssFile::GetWildcardList
|
2012-10-16 09:52:47 -07:00 |
config
|
Remove config_unix.h since the things it was working around were fixed years ago
|
2012-10-12 14:51:30 -07:00 |
gl
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
include/aegisub
|
Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context
|
2012-10-12 14:54:08 -07:00 |
libresrc
|
Add default hotkeys for the color buttons
|
2012-10-12 14:54:08 -07:00 |
msvc
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
Makefile
|
Move ASS parsing to its own class
|
2012-10-16 09:52:19 -07:00 |
MatroskaParser.c
|
Silence warnings in MatroskaParser.c
|
2009-09-02 10:06:25 +00:00 |
MatroskaParser.h
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
aegisub_endian.h
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
aegisublocale.cpp
|
Don't use StandardPaths before OnInit is called
|
2012-10-04 12:58:01 -07:00 |
aegisublocale.h
|
Fix non-precomp header compilation
|
2012-10-06 09:39:44 -07: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
|
Remove config_unix.h since the things it was working around were fixed years ago
|
2012-10-12 14:51:30 -07:00 |
ass_attachment.cpp
|
Fix some PVS-Studio warnings
|
2012-10-12 14:51:30 -07:00 |
ass_attachment.h
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_dialogue.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_dialogue.h
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07: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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07: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
|
Fix some PVS-Studio warnings
|
2012-10-12 14:51:30 -07:00 |
ass_exporter.h
|
Make some stuff const
|
2012-03-20 00:39:10 +00:00 |
ass_file.cpp
|
Move some stuff from AssFile::Load to FrameMain::LoadSubtitles
|
2012-10-16 09:53:28 -07:00 |
ass_file.h
|
Remove pointless #pragma once from ass_file.h
|
2012-10-16 09:53:30 -07:00 |
ass_karaoke.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_karaoke.h
|
Move lead in/out logic to the timing controllers
|
2012-02-22 22:00:54 +00:00 |
ass_override.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_override.h
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_parser.cpp
|
Refactor AssParser so that AddLine is less of a monolithic monstrosity
|
2012-10-16 09:52:19 -07:00 |
ass_parser.h
|
Refactor AssParser so that AddLine is less of a monolithic monstrosity
|
2012-10-16 09:52:19 -07:00 |
ass_style.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_style.h
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_style_storage.cpp
|
Make some stuff const
|
2012-03-20 00:39:10 +00:00 |
ass_style_storage.h
|
Make some stuff const
|
2012-03-20 00:39:10 +00:00 |
ass_time.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
ass_time.h
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
audio_box.cpp
|
Scroll 1/3 of the audio display per mouse wheel click rather than 120 pixels
|
2012-05-01 02:49:43 +00:00 |
audio_box.h
|
Set the audio volume from the slider when audio is opened
|
2012-04-21 15:13:46 +00:00 |
audio_colorscheme.cpp
|
Add support for the Selected style to the audio renderers
|
2012-03-12 00:07:16 +00:00 |
audio_colorscheme.h
|
Move color scheme definitions to the config file
|
2011-11-30 21:03:57 +00:00 |
audio_controller.cpp
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_controller.h
|
Remove UI-related responsibilities from AudioController
|
2012-02-01 23:59:12 +00:00 |
audio_display.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
audio_display.h
|
Split AudioDisplay::OnMouseEvent into several methods
|
2012-10-02 07:40:50 -07:00 |
audio_karaoke.cpp
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
audio_karaoke.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
audio_marker.cpp
|
Add option to draw lines at each second in the audio display
|
2012-04-27 19:07:29 +00:00 |
audio_marker.h
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
audio_player.cpp
|
Fix compilation with no audio players enabled
|
2012-10-12 14:51:29 -07:00 |
audio_player_alsa.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
audio_player_alsa.h
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_dsound.cpp
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_dsound.h
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_dsound2.cpp
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_dsound2.h
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_openal.cpp
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_openal.h
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_oss.cpp
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_oss.h
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_portaudio.cpp
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_portaudio.h
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_pulse.cpp
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_player_pulse.h
|
Remove AudioPlayer::OpenStream and CloseStream
|
2012-10-12 14:51:29 -07:00 |
audio_provider.cpp
|
Move audio decode error handling to GetAudio
|
2012-09-01 21:45:18 -07:00 |
audio_provider_avs.cpp
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_avs.h
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_convert.cpp
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07: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
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_dummy.h
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_ffmpegsource.cpp
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_ffmpegsource.h
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_hd.cpp
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_hd.h
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_lock.cpp
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_lock.h
|
Fix compilation with precompiled headers disabled
|
2012-09-06 08:25:38 -07:00 |
audio_provider_pcm.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
audio_provider_pcm.h
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
audio_provider_ram.cpp
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_provider_ram.h
|
Factor out bounds-checking for GetAudio to a single place
|
2012-08-19 14:11:29 -07:00 |
audio_renderer.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Add support for the Selected style to the audio renderers
|
2012-03-12 00:07:16 +00:00 |
audio_renderer_spectrum.h
|
Add support for the Selected style to the audio renderers
|
2012-03-12 00:07:16 +00:00 |
audio_renderer_waveform.cpp
|
Fix double multiplication by sample rate that resulted in the waveform renderer allocating way more memory than needed
|
2012-05-18 01:58:35 +00:00 |
audio_renderer_waveform.h
|
Add support for the Selected style to the audio renderers
|
2012-03-12 00:07:16 +00:00 |
audio_rendering_style.h
|
Add support for the Selected style to the audio renderers
|
2012-03-12 00:07:16 +00:00 |
audio_timing.h
|
Add "audio/play/line" command
|
2012-10-04 16:48:35 -07:00 |
audio_timing_dialogue.cpp
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
audio_timing_karaoke.cpp
|
Play right-clicked syllables when in karaoke mode
|
2012-10-16 14:08:20 -07:00 |
auto4_base.cpp
|
Don't signal ScriptsChanged in ScriptManager's destructor
|
2012-05-16 04:57:18 +00:00 |
auto4_base.h
|
Move the auto4 script factories to a local non-heap static to reduce memory leak report noise
|
2012-04-27 19:08:17 +00:00 |
auto4_lua.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
auto4_lua.h
|
Use validators for reading values from all lua controls
|
2012-03-07 01:30:52 +00:00 |
auto4_lua_assfile.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
auto4_lua_dialog.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
auto4_lua_factory.h
|
Fix a bunch of -pedantic stuff
|
2011-12-28 21:27:06 +00:00 |
auto4_lua_progresssink.cpp
|
Silence some clang warnings
|
2012-03-10 02:16:08 +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
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
base_grid.h
|
Delete BaseGrid::GetFirstSelRow() since it's no longer used by anything
|
2012-10-14 08:22:13 -07:00 |
block_cache.h
|
Increment iterators before erasing them rather than after
|
2012-02-25 02:58:04 +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
|
Eliminate a few unneeded header inclusions
|
2012-03-27 00:50:03 +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
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
colorspace.h
|
colorspace.(cpp|h) cosmetics
|
2012-02-10 00:03:56 +00:00 |
colour_button.cpp
|
Handle the cancel button in the color picker dialog better
|
2012-04-06 01:55:14 +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
|
Remove config_unix.h since the things it was working around were fixed years ago
|
2012-10-12 14:51:30 -07: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
|
Use a save file dialog when extracting attachments rather than an open one
|
2012-04-16 23:55:04 +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
|
Cast size_ts passed to wxString::Format to ints
|
2012-05-18 05:03:16 +00:00 |
dialog_automation.h
|
Make the automation manager dialog modeless
|
2012-03-09 00:23:30 +00:00 |
dialog_colorpicker.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
dialog_colorpicker.h
|
Convert the subs edit box buttons to commands
|
2012-10-12 14:54:08 -07:00 |
dialog_detached_video.cpp
|
Destroy the old video context when detaching video
|
2012-07-04 15:30:21 +00:00 |
dialog_detached_video.h
|
Add a dialog manager for modeless dialogs so that they don't have to all be stuffed into the context
|
2012-03-09 00:23:41 +00:00 |
dialog_dummy_video.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
dialog_dummy_video.h
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
dialog_export.cpp
|
Kill AssFile::GetWildcardList
|
2012-10-16 09:52:47 -07: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_export_ebu3264.cpp
|
Add support for writing unformatted level 1 teletext to the EBU STL subtitle format
|
2012-03-29 19:05:45 +00:00 |
dialog_export_ebu3264.h
|
Add support for writing unformatted level 1 teletext to the EBU STL subtitle format
|
2012-03-29 19:05:45 +00:00 |
dialog_fonts_collector.cpp
|
Delete the freetype fonts collector
|
2012-10-12 14:51:29 -07:00 |
dialog_fonts_collector.h
|
Make the fonts collector dialog modeless
|
2012-03-09 00:24:01 +00:00 |
dialog_jumpto.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07: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
|
Fix crash in the Kanji timer when the source begins with whitespace and the dest is empty
|
2012-07-21 03:50:35 +00:00 |
dialog_kara_timing_copy.h
|
Remove some unused stuff in the kanji timer
|
2012-03-27 00:48:38 +00:00 |
dialog_log.cpp
|
Fix wxString::Format assertion failure when opening the log window
|
2012-05-16 04:57:12 +00:00 |
dialog_log.h
|
Add a dialog manager for modeless dialogs so that they don't have to all be stuffed into the context
|
2012-03-09 00:23:41 +00:00 |
dialog_manager.h
|
osx: Make modelss dialogs stay on top of the main window as they're floating panels, not documents
|
2012-06-07 02:48:13 +00:00 |
dialog_paste_over.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Use int64_t for progress reporting rather than int as it's what ffms2 requires. Fixes magic jumping progress bars during indexing.
|
2012-03-10 01:00:13 +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
|
Vertically center various widgets
|
2012-05-15 14:07:14 +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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
dialog_resample.h
|
Rewrite the Resample Resolution dialog
|
2012-03-25 04:04:59 +00:00 |
dialog_search_replace.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
dialog_search_replace.h
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07: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
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
dialog_selection.h
|
Fix crash when opening the Select Lines dialog for the second time
|
2012-04-03 20:40:39 +00:00 |
dialog_shift_times.cpp
|
Fix find/replace derp
|
2012-10-12 14:54:09 -07:00 |
dialog_shift_times.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
dialog_spellchecker.cpp
|
Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context
|
2012-10-12 14:54:08 -07:00 |
dialog_spellchecker.h
|
Don't allow opening multiple copies of the spell checker dialog
|
2012-05-10 14:19:02 +00:00 |
dialog_style_editor.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
dialog_style_editor.h
|
Drop support for ASS2
|
2012-10-12 14:54:08 -07:00 |
dialog_style_manager.cpp
|
Move some stuff from AssFile::Load to FrameMain::LoadSubtitles
|
2012-10-16 09:53:28 -07:00 |
dialog_style_manager.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
dialog_styling_assistant.cpp
|
Skip unprocessed keydown events in the styling assistant so that typing style names actually works
|
2012-10-16 08:51:21 -07:00 |
dialog_styling_assistant.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07: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
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07: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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
dialog_translation.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
dialog_version_check.cpp
|
Use the correct option name for reporting the user's UI language
|
2012-10-07 19:55:26 -07:00 |
dialog_version_check.h
|
Clean up DialogVersionCheck a bit
|
2012-02-10 00:03:46 +00:00 |
dialog_video_details.cpp
|
Vertically center various widgets
|
2012-05-15 14:07:14 +00:00 |
dialog_video_details.h
|
Port DialogVideoDetails to agi::Context
|
2011-01-21 04:57:44 +00:00 |
export_fixstyle.cpp
|
Eliminate a few unneeded header inclusions
|
2012-03-27 00:50:03 +00:00 |
export_fixstyle.h
|
Eliminate a few unneeded header inclusions
|
2012-03-27 00:50:03 +00:00 |
export_framerate.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07: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 some PVS-Studio warnings
|
2012-10-12 14:51:30 -07:00 |
ffmpegsource_common.cpp
|
Extract the cache cleaning logic from FFmpegSourceProvider
|
2012-04-03 22:44:40 +00:00 |
ffmpegsource_common.h
|
Extract the cache cleaning logic from FFmpegSourceProvider
|
2012-04-03 22:44:40 +00:00 |
fft.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07: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
|
Actually load the fontconfig config file in the fonts collector on OS X
|
2012-10-09 09:20:34 -07:00 |
font_file_lister_fontconfig.h
|
Use scoped_holder in a handful of places
|
2012-02-20 18:22:12 +00:00 |
frame_main.cpp
|
Move some stuff from AssFile::Load to FrameMain::LoadSubtitles
|
2012-10-16 09:53:28 -07:00 |
frame_main.h
|
Move some stuff from AssFile::Load to FrameMain::LoadSubtitles
|
2012-10-16 09:53:28 -07:00 |
gl_text.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07: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
|
Remove all glu.h includes since no glu functions are ever used. Updates #1511.
|
2012-10-08 10:21:20 -07: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
|
Update manual URL
|
2012-09-03 17:28:45 -07:00 |
help_button.h
|
Simplify HelpButton and add some error handling
|
2011-11-29 23:17:40 +00:00 |
hotkey.cpp
|
Add default hotkeys for the color buttons
|
2012-10-12 14:54:08 -07:00 |
hotkey_data_view_model.cpp
|
osx: Fix assertion failure when expanding hotkey categories
|
2012-06-12 03:13:58 +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
|
Make some stuff const
|
2012-03-20 00:39:10 +00:00 |
kana_table.h
|
Make some stuff const
|
2012-03-20 00:39:10 +00:00 |
main.cpp
|
Honor the configured MRU limits
|
2012-10-11 10:19:49 -07:00 |
main.h
|
Process hotkeys in wxEVT_CHAR_HOOK rather than wxEVT_KEY_DOWN
|
2012-04-27 19:07:49 +00:00 |
md5.c
|
Add svn:keywords for files modified in r3310.
|
2009-07-29 05:43:58 +00:00 |
md5.h
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
menu.cpp
|
Use the translated text for submenus
|
2012-06-27 01:44:38 +00:00 |
mkv_wrap.cpp
|
Refactor AssParser so that AddLine is less of a monolithic monstrosity
|
2012-10-16 09:52:19 -07: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 |
osx-run.sh
|
Exit on error in osx-run.sh
|
2012-06-12 03:13:53 +00:00 |
osx_utils.mm
|
Use the native placeholder text functionality on OS X
|
2012-10-12 14:54:09 -07: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
|
Save the size of the style editor in addition to the position
|
2012-05-02 22:42:37 +00:00 |
persist_location.h
|
Save the size of the style editor in addition to the position
|
2012-05-02 22:42:37 +00:00 |
placeholder_ctrl.h
|
Use the native placeholder text functionality on OS X
|
2012-10-12 14:54:09 -07:00 |
plugin_manager.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
preferences.h
|
Add a button to the preferences dialog to reset all options to the defaults
|
2012-04-11 03:43:08 +00:00 |
preferences_base.cpp
|
Set both the initial and value for font size spin ctrls as well
|
2012-05-18 05:03:21 +00:00 |
preferences_base.h
|
Add a button to the preferences dialog to reset all options to the defaults
|
2012-04-11 03:43:08 +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 |
scintilla_text_ctrl.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
scintilla_text_ctrl.h
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +00:00 |
scintilla_text_selection_controller.cpp
|
Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context
|
2012-10-12 14:54:08 -07:00 |
scintilla_text_selection_controller.h
|
Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context
|
2012-10-12 14:54:08 -07:00 |
selection_controller.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
spellchecker.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +00:00 |
spellchecker_hunspell.cpp
|
Always write user dictionaries to ?user/dictionaries
|
2012-04-21 15:13:57 +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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
spline.h
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
spline_curve.cpp
|
Fix brokenness in the curve smoothing
|
2012-05-11 02:47:24 +00:00 |
spline_curve.h
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Set the focus to the edit box after any of the edit box buttons are clicked
|
2012-10-12 14:54:09 -07:00 |
subs_edit_box.h
|
Set the focus to the edit box after any of the edit box buttons are clicked
|
2012-10-12 14:54:09 -07:00 |
subs_edit_ctrl.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
subs_edit_ctrl.h
|
Add workaround for tabbing out of SubsTextEditCtrl
|
2012-05-28 14:18:07 +00:00 |
subs_grid.cpp
|
Delete SubtitlesGrid::SetSelectionFromAbsolute and SubtitlesGrid::GetAbsoluteSelection
|
2012-10-15 18:16:09 -07:00 |
subs_grid.h
|
Delete SubtitlesGrid::SetSelectionFromAbsolute and SubtitlesGrid::GetAbsoluteSelection
|
2012-10-15 18:16:09 -07:00 |
subs_preview.cpp
|
Drop support for ASS2
|
2012-10-12 14:54:08 -07:00 |
subs_preview.h
|
Replace most remaining uses of std::auto_ptr with agi::scoped_ptr
|
2012-03-25 04:05:38 +00:00 |
subtitle_format.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
subtitle_format.h
|
Port the EBU STL (tech 3264) subtitle format from 2.1.9
|
2012-03-29 19:05:26 +00:00 |
subtitle_format_ass.cpp
|
Move ASS parsing to its own class
|
2012-10-16 09:52:19 -07:00 |
subtitle_format_ass.h
|
Move ASS parsing to its own class
|
2012-10-16 09:52:19 -07:00 |
subtitle_format_ebu3264.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
subtitle_format_ebu3264.h
|
Port the EBU STL (tech 3264) subtitle format from 2.1.9
|
2012-03-29 19:05:26 +00:00 |
subtitle_format_encore.cpp
|
Rewrite SMPTE timecode handling
|
2012-03-29 19:04:36 +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
|
Rewrite SMPTE timecode handling
|
2012-03-29 19:04:36 +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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
subtitle_format_srt.h
|
Override CanSave in the SRT format to allow supported override tags
|
2012-03-28 23:59:01 +00:00 |
subtitle_format_transtation.cpp
|
Rewrite SMPTE timecode handling
|
2012-03-29 19:04:36 +00:00 |
subtitle_format_transtation.h
|
Rewrite SMPTE timecode handling
|
2012-03-29 19:04:36 +00:00 |
subtitle_format_ttxt.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07: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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
subtitle_format_txt.h
|
Move the CanSave logic to the subtitle formats as it's obviously format-specific
|
2012-03-28 23:58:40 +00:00 |
subtitles_provider.cpp
|
Only register the CSRI subtitles provider if there actually are any CSRI providers available
|
2012-04-10 20:41:20 +00:00 |
subtitles_provider_csri.cpp
|
When gathering CSRI renderers, stick those with "aegisub" in the name at the beginning, so that the shipped copy of VSFilter will be used by default
|
2012-04-16 23:54:34 +00:00 |
subtitles_provider_csri.h
|
Pick the CSRI renderer when the provider is created rather than every time subtitles are loaded
|
2012-04-10 20:41:25 +00:00 |
subtitles_provider_libass.cpp
|
Rewrite the OS X bundle utils in Obj-C++ and return std::strings rather than malloced char *
|
2012-06-12 03:13:49 +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
|
Open files as binary in TextFileReader
|
2012-08-19 14:11:29 -07: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
|
Replace most remaining uses of std::auto_ptr with agi::scoped_ptr
|
2012-03-25 04:05:38 +00:00 |
text_file_writer.h
|
Support wx built with utf-32 strings
|
2012-06-13 04:16:53 +00:00 |
text_selection_controller.h
|
Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context
|
2012-10-12 14:54:08 -07: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
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07: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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
timeedit_ctrl.h
|
Move the logic for Enter in a time edit to SubsEditBox
|
2012-05-15 13:40:00 +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
|
Don't use a full-size subbitmap for icons for no apparent reason
|
2012-10-12 14:51:30 -07:00 |
tooltip_manager.cpp
|
Fix crash when changing hotkeys after detaching video
|
2012-05-19 03:02:21 +00:00 |
tooltip_manager.h
|
Fix crash when changing hotkeys after detaching video
|
2012-05-19 03:02:21 +00:00 |
utils.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
utils.h
|
Use the native placeholder text functionality on OS X
|
2012-10-12 14:54:09 -07:00 |
validators.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
validators.h
|
Replace some uses of "" with wxString()
|
2012-01-31 00:44:43 +00:00 |
variable_data.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Remove the uses of wxNumberFormatter
|
2012-07-06 02:14:46 +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
|
Revamp how version tagging works
|
2012-08-19 14:33:50 -07:00 |
version.h
|
Simplify version.cpp
|
2011-07-27 22:52:37 +00:00 |
video_box.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
video_box.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
video_context.cpp
|
Allow framerate transform to/from variable without external timecodes loaded
|
2012-10-09 09:20:35 -07:00 |
video_context.h
|
Allow framerate transform to/from variable without external timecodes loaded
|
2012-10-09 09:20:35 -07:00 |
video_display.cpp
|
Remove all glu.h includes since no glu functions are ever used. Updates #1511.
|
2012-10-08 10:21:20 -07:00 |
video_display.h
|
Use the last valid mouse position for VideoDisplay::GetMousePosition
|
2012-08-25 18:33:46 -07:00 |
video_frame.cpp
|
Remove some dead assigns
|
2012-09-14 07:55:01 -07: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
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07: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
|
Update the video matrix tagging scheme
|
2012-05-11 14:38:44 +00:00 |
video_provider_avs.h
|
Add BT.601/BT.709 guessing to the Avisynth video provider along with support for Force BT.601
|
2012-04-16 23:55:15 +00:00 |
video_provider_cache.cpp
|
Clean up VideoProviderCache a bit
|
2012-02-07 23:16:41 +00:00 |
video_provider_cache.h
|
Automatically set the aspect ratio when opening anamorphic video with ffms
|
2012-02-23 01:30:59 +00:00 |
video_provider_dummy.cpp
|
Silence some clang warnings
|
2012-03-10 02:16:08 +00:00 |
video_provider_dummy.h
|
Update the video matrix tagging scheme
|
2012-05-11 14:38:44 +00:00 |
video_provider_ffmpegsource.cpp
|
Fix leak of the Indexer when an audio/video file has already been indexed
|
2012-07-23 00:44:47 +00:00 |
video_provider_ffmpegsource.h
|
Automatically set the aspect ratio when opening anamorphic video with ffms
|
2012-02-23 01:30:59 +00:00 |
video_provider_manager.cpp
|
Strip trailing whitespace from all cpp and h files
|
2012-03-25 04:05:06 +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
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
video_provider_yuv4mpeg.h
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
video_slider.cpp
|
Allow tabbing out of the video slider
|
2012-06-12 02:59:38 +00:00 |
video_slider.h
|
Process hotkeys in wxEVT_CHAR_HOOK rather than wxEVT_KEY_DOWN
|
2012-04-27 19:07:49 +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
|
Document a few classes
|
2012-03-12 00:07:09 +00:00 |
visual_tool.cpp
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
visual_tool.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07: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
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07: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
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07:00 |
visual_tool_drag.h
|
Use signals for selection change notifications
|
2012-10-12 14:54:07 -07:00 |
visual_tool_rotatexy.cpp
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07: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
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07: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
|
Fix some stuff from Coverity Scan
|
2012-10-15 18:16:09 -07: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
|
Rename ASS -> Ass in symbol names
|
2012-10-16 09:52:19 -07:00 |
visual_tool_vector_clip.h
|
Mostly rewrite the visual tools and related classes
|
2011-11-06 17:18:20 +00:00 |