Aegisub/src
Thomas Goyne 19e8f19e52 Redesign project file handling
Add a new Project class which is responsible for everything related to
opening and closing audio, video, subtitles, timecodes and keyframes.
This pulls almost everything not directly related to playing audio/video
out of the audio and video controllers, pulls more crap out of
FrameMain, and happens to make things a little simpler in the process.
2014-05-22 09:29:12 -07:00
..
bitmaps Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
command Redesign project file handling 2014-05-22 09:29:12 -07:00
gl Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
include/aegisub Redesign project file handling 2014-05-22 09:29:12 -07:00
libresrc Undelete the script resolution mismatch option from default_config 2014-05-22 06:14:59 -07:00
res Add version information to the windows executable 2014-05-15 08:39:09 -07:00
Makefile Redesign project file handling 2014-05-22 09:29:12 -07:00
MatroskaParser.c Don't limit CodecPrivate to 256KB 2014-05-20 09:46:58 -07:00
MatroskaParser.h Use stdint types in MatroskaParser 2014-03-23 09:01:25 -07:00
aegisublocale.cpp Fix non-pch compilation 2014-05-17 18:01:41 -07:00
aegisublocale.h Default to the language selected in the installer 2014-05-15 11:09:38 -07:00
agi_pre.cpp Add custom build system for wxWidgets 2014-05-13 11:02:46 -07:00
agi_pre.h Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
ass_attachment.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
ass_attachment.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_dialogue.cpp Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_dialogue.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_entry.cpp Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_entry.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_export_filter.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
ass_export_filter.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
ass_exporter.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
ass_exporter.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_file.cpp Pass style catalog names instead of file names to AssFile::LoadDefault 2014-05-04 13:04:48 +02:00
ass_file.h Pass style catalog names instead of file names to AssFile::LoadDefault 2014-05-04 13:04:48 +02:00
ass_info.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_karaoke.cpp Add SelectionController::GetSortedSelection and use it where useful 2014-04-17 14:32:18 -07:00
ass_karaoke.h Add SelectionController::GetSortedSelection and use it where useful 2014-04-17 14:32:18 -07:00
ass_override.cpp Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
ass_override.h Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
ass_parser.cpp Merge branch 'extradata' 2014-04-25 17:22:15 +02:00
ass_parser.h Basic storage and loading/saving for extradata 2014-04-23 22:54:01 +02:00
ass_style.cpp Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_style.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_style_storage.cpp Move style catalog indexing and naming logic 2014-05-04 13:03:04 +02:00
ass_style_storage.h Move style catalog indexing and naming logic 2014-05-04 13:03:04 +02:00
ass_time.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
ass_time.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
async_video_provider.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
async_video_provider.h Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_box.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_box.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_colorscheme.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_colorscheme.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_controller.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_controller.h Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_display.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_display.h Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_karaoke.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_karaoke.h Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_marker.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_marker.h Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_player.cpp Use AssDialogue::Row more places 2014-04-17 17:30:06 -07:00
audio_player_alsa.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_player_dsound.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_player_dsound2.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
audio_player_openal.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_player_oss.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_player_portaudio.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_player_portaudio.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_player_pulse.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_provider.cpp Clearer error messages when audio open fails 2014-05-03 01:05:09 +02:00
audio_provider_avs.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_provider_convert.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_provider_dummy.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_provider_ffmpegsource.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_provider_hd.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_provider_lock.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_provider_pcm.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_provider_ram.cpp Update the start sample between blocks in the ram audio provider correctly 2014-04-24 19:08:05 -07:00
audio_renderer.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_renderer.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
audio_renderer_spectrum.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
audio_renderer_spectrum.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_renderer_waveform.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_renderer_waveform.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_rendering_style.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_timing.h Allow clicking anywhere in the audio display for alt-dragging 2014-05-14 08:37:03 -07:00
audio_timing_dialogue.cpp Fix compilation with gcc 4.8. Closes #1756. 2014-05-19 06:53:44 -07:00
audio_timing_karaoke.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
auto4_base.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
auto4_base.h Redesign project file handling 2014-05-22 09:29:12 -07:00
auto4_lua.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
auto4_lua.h Use spin controls for numeric fields in the style editor 2014-04-28 07:38:33 -07:00
auto4_lua_assfile.cpp Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
auto4_lua_dialog.cpp Use spin controls for numeric fields in the style editor 2014-04-28 07:38:33 -07:00
auto4_lua_factory.h Make everything final that can be 2014-03-12 19:07:30 -07:00
auto4_lua_progresssink.cpp Fix crash on script load errors 2014-04-28 13:36:56 -07:00
avisynth.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
avisynth_wrap.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
avisynth_wrap.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
base_grid.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
base_grid.h Push more of the painting logic into the grid column classes 2014-04-21 11:11:40 -07:00
block_cache.h Mark move constructors as noexcept 2014-04-17 11:46:28 -07:00
charset_detect.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
charset_detect.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
colorspace.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
colorspace.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
colour_button.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
colour_button.h Make everything final that can be 2014-03-12 19:07:30 -07:00
compat.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
compat.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
context.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
crash_writer.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
crash_writer.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
crash_writer_minidump.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
dialog_about.cpp Update about box 3rd-party library credits 2014-05-03 02:14:12 +02:00
dialog_about.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_attachments.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_attachments.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_automation.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_automation.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_autosave.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
dialog_autosave.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
dialog_colorpicker.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
dialog_colorpicker.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_detached_video.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_detached_video.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_dummy_video.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_dummy_video.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_export.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
dialog_export.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_export_ebu3264.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
dialog_export_ebu3264.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_fonts_collector.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
dialog_fonts_collector.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_jumpto.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_jumpto.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_kara_timing_copy.cpp Use more NSDMIs 2014-05-12 10:05:36 -07:00
dialog_kara_timing_copy.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_log.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_log.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_manager.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_paste_over.cpp Add Comment field to the paste over dialog 2014-05-05 07:01:57 -07:00
dialog_paste_over.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_progress.cpp Filter out redundant progress updates sooner 2014-05-03 17:22:38 -07:00
dialog_progress.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_properties.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_properties.h Add YCbCr Matrix to the script properties dialog 2014-05-17 18:01:40 -07:00
dialog_resample.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_resample.h Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
dialog_search_replace.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
dialog_search_replace.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_selected_choices.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_selected_choices.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_selection.cpp Silence incorrect warning 2014-05-05 17:53:14 -07:00
dialog_selection.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_shift_times.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_shift_times.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
dialog_spellchecker.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_spellchecker.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_style_editor.cpp Move the serialization for the subtitles providers to SubtitlesProvider 2014-05-03 17:22:38 -07:00
dialog_style_editor.h Use spin controls for numeric fields in the style editor 2014-04-28 07:38:33 -07:00
dialog_style_manager.cpp Move style catalog indexing and naming logic 2014-05-04 13:03:04 +02:00
dialog_style_manager.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_styling_assistant.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_styling_assistant.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
dialog_text_import.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_text_import.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_timing_processor.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_timing_processor.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_translation.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_translation.h Use AssDialogue::Row more places 2014-04-17 17:30:06 -07:00
dialog_version_check.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
dialog_version_check.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_video_details.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_video_details.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_video_properties.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
dialog_video_properties.h Redesign project file handling 2014-05-22 09:29:12 -07:00
export_fixstyle.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
export_fixstyle.h Make everything final that can be 2014-03-12 19:07:30 -07:00
export_framerate.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
export_framerate.h Redesign project file handling 2014-05-22 09:29:12 -07:00
factory_manager.h Refactor the rest of the factories 2014-03-24 12:40:03 -07:00
ffmpegsource_common.cpp Remove progress throttling from ffms indexing 2014-05-03 17:22:38 -07:00
ffmpegsource_common.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
fft.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
fft.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
font_file_lister.cpp Print usage information for faux bold/itatlic warnings 2014-05-07 06:51:35 -07:00
font_file_lister.h Add a warning for faux bold/italic to the fonts collector 2014-04-17 16:07:01 -07:00
font_file_lister_fontconfig.cpp Make the check for faux bold match libass's logic for when to embolden 2014-05-07 07:13:32 -07:00
font_file_lister_fontconfig.h Make everything final that can be 2014-03-12 19:07:30 -07:00
frame_main.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
frame_main.h Redesign project file handling 2014-05-22 09:29:12 -07:00
gl_text.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
gl_text.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
gl_wrap.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
gl_wrap.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
grid_column.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
grid_column.h Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
help_button.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
help_button.h Make everything final that can be 2014-03-12 19:07:30 -07:00
hotkey.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
hotkey_data_view_model.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
hotkey_data_view_model.h Make everything final that can be 2014-03-12 19:07:30 -07:00
initial_line_state.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
initial_line_state.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
main.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
main.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
menu.cpp Add support for submenus in the automation menu 2014-05-05 14:27:01 -07:00
mkv_wrap.cpp Return zero bytes when MatroskaFile asks for data past the end of the file 2014-05-20 09:46:57 -07:00
mkv_wrap.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
options.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
osx-run.sh Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
osx_utils.mm Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
pen.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
pen.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
persist_location.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
persist_location.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
placeholder_ctrl.h Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00
preferences.cpp Add an option to resample the script to the resolution mismatch dialog 2014-05-17 18:01:41 -07:00
preferences.h Make everything final that can be 2014-03-12 19:07:30 -07:00
preferences_base.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
preferences_base.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
project.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
project.h Redesign project file handling 2014-05-22 09:29:12 -07:00
resolution_resampler.cpp Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
resolution_resampler.h Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
retina_helper.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
retina_helper.mm Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
scintilla_text_ctrl.cpp Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
scintilla_text_ctrl.h Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
search_replace_engine.cpp Fix a bunch of warnings when building with gcc on linux 2014-05-20 09:46:57 -07:00
search_replace_engine.h Use more NSDMIs 2014-05-12 10:05:36 -07:00
selection_controller.cpp Fix off-by-one error in the bounds check for restoring the active line 2014-04-23 06:22:18 -07:00
selection_controller.h Add SelectionController::GetSortedSelection and use it where useful 2014-04-17 14:32:18 -07:00
spellchecker.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
spellchecker_hunspell.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
spellchecker_hunspell.h Make everything final that can be 2014-03-12 19:07:30 -07:00
spline.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
spline.h Make everything final that can be 2014-03-12 19:07:30 -07:00
spline_curve.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
spline_curve.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
string_codec.cpp Work around boost::format bug 2014-04-24 23:54:42 +02:00
string_codec.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
subs_controller.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
subs_controller.h Redesign project file handling 2014-05-22 09:29:12 -07:00
subs_edit_box.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
subs_edit_box.h Redesign project file handling 2014-05-22 09:29:12 -07:00
subs_edit_ctrl.cpp Insert \\N on shift-enter in the edit box 2014-05-18 07:50:23 -07:00
subs_edit_ctrl.h Make double-click in the edit box smarter 2014-04-22 17:01:22 -07:00
subs_preview.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
subs_preview.h Delay showing the font caching dialog until subtitles are actually rendered 2014-03-25 20:04:48 -07:00
subtitle_format.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
subtitle_format.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
subtitle_format_ass.cpp Move the serialization for the subtitles providers to SubtitlesProvider 2014-05-03 17:22:38 -07:00
subtitle_format_ass.h Move the serialization for the subtitles providers to SubtitlesProvider 2014-05-03 17:22:38 -07:00
subtitle_format_ebu3264.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_ebu3264.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_encore.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_encore.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_microdvd.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
subtitle_format_microdvd.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_mkv.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_mkv.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_srt.cpp Check for uses of styles other than "Default" in CanSave rather than customized styles 2014-05-12 08:34:28 -07:00
subtitle_format_srt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ssa.cpp Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
subtitle_format_ssa.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
subtitle_format_transtation.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_transtation.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ttxt.cpp Pass style catalog names instead of file names to AssFile::LoadDefault 2014-05-04 13:04:48 +02:00
subtitle_format_ttxt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_txt.cpp Pass style catalog names instead of file names to AssFile::LoadDefault 2014-05-04 13:04:48 +02:00
subtitle_format_txt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitles_provider.cpp Fix a bunch of warnings when building with gcc on linux 2014-05-20 09:46:57 -07:00
subtitles_provider_csri.cpp Move the serialization for the subtitles providers to SubtitlesProvider 2014-05-03 17:22:38 -07:00
subtitles_provider_csri.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
subtitles_provider_libass.cpp Move the serialization for the subtitles providers to SubtitlesProvider 2014-05-03 17:22:38 -07:00
subtitles_provider_libass.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
text_file_reader.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
text_file_reader.h Use read_file_mapping in TextFileReader 2014-03-21 09:28:17 -07:00
text_file_writer.cpp Use more NSDMIs 2014-05-12 10:05:36 -07:00
text_file_writer.h Use more NSDMIs 2014-05-12 10:05:36 -07:00
text_selection_controller.cpp Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
text_selection_controller.h Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
thesaurus.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
thesaurus.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
time_range.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
timeedit_ctrl.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
timeedit_ctrl.h Make everything final that can be 2014-03-12 19:07:30 -07:00
toggle_bitmap.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
toggle_bitmap.h Make everything final that can be 2014-03-12 19:07:30 -07:00
toolbar.cpp Mirror toolbar button images for RTL locales 2014-05-11 07:31:22 -07:00
tooltip_manager.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
tooltip_manager.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
utils.cpp Fix compilation with non-16-bit wchar_t 2014-05-06 18:31:19 -07:00
utils.h Redesign project file handling 2014-05-22 09:29:12 -07:00
validators.cpp Fix non-pch compilation 2014-05-01 13:48:46 -07:00
validators.h Redesign project file handling 2014-05-22 09:29:12 -07:00
vector2d.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
vector2d.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
version.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
version.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_box.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
video_box.h Redesign project file handling 2014-05-22 09:29:12 -07:00
video_controller.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
video_controller.h Redesign project file handling 2014-05-22 09:29:12 -07:00
video_display.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
video_display.h Redesign project file handling 2014-05-22 09:29:12 -07:00
video_frame.cpp Use ycbcr_converter in YUV4MPEGVideoProvider 2014-05-19 19:32:25 -07:00
video_frame.h Use ycbcr_converter in YUV4MPEGVideoProvider 2014-05-19 19:32:25 -07:00
video_out_gl.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_out_gl.h Make everything final that can be 2014-03-12 19:07:30 -07:00
video_provider_avs.cpp Update the YCbCr matrix used by the video display when the header is changed 2014-05-19 19:32:25 -07:00
video_provider_cache.cpp Update the YCbCr matrix used by the video display when the header is changed 2014-05-19 19:32:25 -07:00
video_provider_dummy.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
video_provider_dummy.h Update the YCbCr matrix used by the video display when the header is changed 2014-05-19 19:32:25 -07:00
video_provider_ffmpegsource.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
video_provider_manager.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
video_provider_manager.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
video_provider_yuv4mpeg.cpp Update the YCbCr matrix used by the video display when the header is changed 2014-05-19 19:32:25 -07:00
video_slider.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
video_slider.h Redesign project file handling 2014-05-22 09:29:12 -07:00
visual_feature.cpp Make the visual tool drag handles a little smaller 2014-04-23 07:15:28 -07:00
visual_feature.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
visual_tool.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
visual_tool.h Redesign project file handling 2014-05-22 09:29:12 -07:00
visual_tool_clip.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
visual_tool_clip.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
visual_tool_cross.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
visual_tool_cross.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_drag.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
visual_tool_drag.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
visual_tool_rotatexy.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
visual_tool_rotatexy.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_rotatez.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
visual_tool_rotatez.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_scale.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
visual_tool_scale.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_vector_clip.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
visual_tool_vector_clip.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00