Aegisub/src
Thomas Goyne c59b9d59b8 Clean up OptionValue
Make the vtables less absurdly huge (knocks 100KB off aegisub32.exe),
eliminate some copies of the values when constructing the options, and
use an enum class for the value type.
2014-03-31 10:23:36 -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 Remove most inclusions of main.h 2014-03-26 10:12:43 -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 Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
libresrc Remove the option to disable the PCM audio provider 2014-03-23 16:49:03 -07:00
res Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
Makefile Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
MatroskaParser.c Use stdint types in MatroskaParser 2014-03-23 09:01:25 -07:00
MatroskaParser.h Use stdint types in MatroskaParser 2014-03-23 09:01:25 -07:00
aegisublocale.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
aegisublocale.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
agi_pre.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
agi_pre.h Remove old cruft from the precompiled headers 2014-03-21 15:02:12 -07:00
ass_attachment.cpp Expunge remaining references to <fstream> and <iostream> 2014-03-21 14:31:48 -07:00
ass_attachment.h Make everything final that can be 2014-03-12 19:07:30 -07:00
ass_dialogue.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_dialogue.h Add the line's row number to AssDialogue 2014-03-31 08:11:43 -07:00
ass_entry.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_entry.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_export_filter.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_export_filter.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_exporter.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -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 Add the line's row number to AssDialogue 2014-03-31 08:11:43 -07:00
ass_file.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_info.h Make everything final that can be 2014-03-12 19:07:30 -07:00
ass_karaoke.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
ass_karaoke.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_override.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_override.h Make everything final that can be 2014-03-12 19:07:30 -07:00
ass_parser.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_parser.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_style.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_style.h Make everything final that can be 2014-03-12 19:07:30 -07:00
ass_style_storage.cpp Expunge remaining references to <fstream> and <iostream> 2014-03-21 14:31:48 -07:00
ass_style_storage.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
ass_time.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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
audio_box.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
audio_box.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_colorscheme.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_controller.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_display.cpp Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_display.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_karaoke.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_karaoke.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_marker.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
audio_marker.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_player.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_player_alsa.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_player_dsound.cpp Remove most inclusions of main.h 2014-03-26 10:12:43 -07:00
audio_player_dsound2.cpp Remove most inclusions of main.h 2014-03-26 10:12:43 -07:00
audio_player_openal.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_player_oss.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_player_portaudio.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_player_portaudio.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_player_pulse.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_provider.cpp Remove most inclusions of main.h 2014-03-26 10:12:43 -07:00
audio_provider_avs.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_provider_convert.cpp Redesign AudioProviderFactory 2014-03-24 06:55:35 -07:00
audio_provider_dummy.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_provider_ffmpegsource.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_provider_hd.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_provider_lock.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_provider_pcm.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_provider_ram.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio_renderer.cpp Eliminate some uses of std::bind 2014-03-26 10:38:38 -07:00
audio_renderer.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_renderer_spectrum.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_renderer_spectrum.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_renderer_waveform.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
audio_timing_dialogue.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
audio_timing_karaoke.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
auto4_base.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
auto4_base.h Remove the (unimplemented) machinery for automation subtitle formats 2014-03-26 11:17:38 -07:00
auto4_lua.cpp Preserve the old selection when an automation script doesn't return a new one 2014-03-31 08:11:43 -07:00
auto4_lua.h Add an error check for trying to interact with expired subtitles objects 2014-03-20 14:13:11 -07:00
auto4_lua_assfile.cpp Add an error check for trying to interact with expired subtitles objects 2014-03-20 14:13:11 -07:00
auto4_lua_dialog.cpp Make everything final that can be 2014-03-12 19:07:30 -07:00
auto4_lua_factory.h Make everything final that can be 2014-03-12 19:07:30 -07:00
auto4_lua_progresssink.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
auto4_lua_scriptreader.cpp Return a const char * from read_file_mapping::read 2014-03-21 13:23:12 -07:00
auto4_lua_scriptreader.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
auto4_lua_utils.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
auto4_regex.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Clean up OptionValue 2014-03-31 10:23:36 -07:00
base_grid.h Add the line's row number to AssDialogue 2014-03-31 08:11:43 -07:00
block_cache.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
charset_detect.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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
config.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
context.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
crash_writer.cpp Extract crashlog writing from main.cpp 2014-03-20 10:41:12 -07:00
crash_writer.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
crash_writer_minidump.cpp Fix crash_writer_minidump.cpp's newlines 2014-03-20 20:26:17 -07:00
dialog_about.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07: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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_attachments.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_automation.cpp Remove the (unimplemented) machinery for automation subtitle formats 2014-03-26 11:17:38 -07:00
dialog_automation.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_autosave.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_autosave.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_colorpicker.cpp Make everything final that can be 2014-03-12 19:07:30 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_detached_video.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_dummy_video.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_dummy_video.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_export.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_export.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_export_ebu3264.cpp Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_export_ebu3264.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_fonts_collector.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
dialog_fonts_collector.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_jumpto.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_jumpto.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_kara_timing_copy.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
dialog_kara_timing_copy.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_log.cpp Make everything final that can be 2014-03-12 19:07:30 -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 Clean up OptionValue 2014-03-31 10:23:36 -07:00
dialog_paste_over.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_progress.cpp Force the final progress of operations to 100%. Closes #1728. 2014-03-27 19:17:24 -07:00
dialog_progress.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_properties.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_properties.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_resample.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_resample.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_search_replace.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -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 Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
dialog_selection.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_shift_times.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
dialog_shift_times.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
dialog_spellchecker.cpp Actually check lines other than the active line in the spellchecker dialog 2014-03-31 08:11:43 -07:00
dialog_spellchecker.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_style_editor.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_style_editor.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_style_manager.cpp Eliminate some uses of std::bind 2014-03-26 10:38:38 -07:00
dialog_style_manager.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_styling_assistant.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
dialog_styling_assistant.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
dialog_text_import.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_text_import.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_timing_processor.cpp Eliminate some uses of std::bind 2014-03-26 10:38:38 -07:00
dialog_timing_processor.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_translation.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
dialog_translation.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_version_check.cpp Make everything final that can be 2014-03-12 19:07:30 -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 Convert VideoProviderManager to AudioProviderManager's new design 2014-03-24 09:25:26 -07:00
dialog_video_details.h Make everything final that can be 2014-03-12 19:07:30 -07:00
export_fixstyle.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
export_fixstyle.h Make everything final that can be 2014-03-12 19:07:30 -07:00
export_framerate.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
export_framerate.h Make everything final that can be 2014-03-12 19:07:30 -07:00
factory_manager.h Refactor the rest of the factories 2014-03-24 12:40:03 -07:00
ffmpegsource_common.cpp Remove most inclusions of main.h 2014-03-26 10:12:43 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Eliminate some uses of std::bind 2014-03-26 10:38:38 -07:00
font_file_lister.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_fontconfig.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
font_file_lister_fontconfig.h Make everything final that can be 2014-03-12 19:07:30 -07:00
frame_main.cpp Pull some global init logic out of FrameMain's constructor 2014-03-26 11:33:33 -07:00
frame_main.h Pull some global init logic out of FrameMain's constructor 2014-03-26 11:33:33 -07:00
gl_text.cpp Make everything final that can be 2014-03-12 19:07:30 -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 Remove unused variable 2014-03-20 20:26:18 -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
help_button.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
help_button.h Make everything final that can be 2014-03-12 19:07:30 -07:00
hotkey.cpp Clean up OptionValue 2014-03-31 10:23:36 -07:00
hotkey_data_view_model.cpp Make everything final that can be 2014-03-12 19:07:30 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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
lpeg.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lpeg.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
main.cpp Pull some global init logic out of FrameMain's constructor 2014-03-26 11:33:33 -07:00
main.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
menu.cpp Clean up some stuff in menu.cpp 2014-03-26 10:25:24 -07:00
mkv_wrap.cpp Fix out-of-bounds read when looking for subtitles in a matroska file with no subtitles 2014-03-28 09:15:09 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
pen.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Make everything final that can be 2014-03-12 19:07:30 -07:00
preferences.cpp Use a proper auto-deleting temp file for the HD audio cache 2014-03-23 08:14:35 -07:00
preferences.h Make everything final that can be 2014-03-12 19:07:30 -07:00
preferences_base.cpp Clean up OptionValue 2014-03-31 10:23:36 -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
resolution_resampler.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
resolution_resampler.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
scintilla_text_ctrl.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
scintilla_text_ctrl.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
scintilla_text_selection_controller.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
scintilla_text_selection_controller.h Make everything final that can be 2014-03-12 19:07:30 -07:00
search_replace_engine.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
search_replace_engine.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
selection_controller.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
selection_controller.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
spellchecker.cpp Refactor the rest of the factories 2014-03-24 12:40:03 -07:00
spellchecker_hunspell.cpp Expunge remaining references to <fstream> and <iostream> 2014-03-21 14:31:48 -07:00
spellchecker_hunspell.h Make everything final that can be 2014-03-12 19:07:30 -07:00
spline.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
spline.h Make everything final that can be 2014-03-12 19:07:30 -07:00
spline_curve.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07: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 Fix incorrect capitalization of frame_main.h 2014-03-27 06:50:16 -07:00
subs_controller.h Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
subs_edit_box.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
subs_edit_box.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
subs_edit_ctrl.cpp Clean up OptionValue 2014-03-31 10:23:36 -07:00
subs_edit_ctrl.h Make everything final that can be 2014-03-12 19:07:30 -07:00
subs_preview.cpp Delay showing the font caching dialog until subtitles are actually rendered 2014-03-25 20:04:48 -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 Eliminate some uses of std::bind 2014-03-26 10:38:38 -07:00
subtitle_format.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ass.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ass.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ebu3264.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ebu3264.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_encore.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_encore.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_microdvd.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_microdvd.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_mkv.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_mkv.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_srt.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_srt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_transtation.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_transtation.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ttxt.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ttxt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_txt.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_txt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitles_provider.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
subtitles_provider_csri.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -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 Delay showing the font caching dialog until subtitles are actually rendered 2014-03-25 20:04:48 -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 Return a const char * from read_file_mapping::read 2014-03-21 13:23:12 -07:00
text_file_reader.h Use read_file_mapping in TextFileReader 2014-03-21 09:28:17 -07:00
text_file_writer.cpp Expunge remaining references to <fstream> and <iostream> 2014-03-21 14:31:48 -07:00
text_file_writer.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
text_selection_controller.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
thesaurus.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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
threaded_frame_source.cpp Delay showing the font caching dialog until subtitles are actually rendered 2014-03-25 20:04:48 -07:00
threaded_frame_source.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
timeedit_ctrl.h Make everything final that can be 2014-03-12 19:07:30 -07:00
toggle_bitmap.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
toggle_bitmap.h Make everything final that can be 2014-03-12 19:07:30 -07:00
toolbar.cpp Replace all uses of strstream and stringstream with bufferstream 2014-03-21 13:50:28 -07:00
tooltip_manager.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
tooltip_manager.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
utils.cpp Remove most inclusions of main.h 2014-03-26 10:12:43 -07:00
utils.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
validators.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
validators.h Make everything final that can be 2014-03-12 19:07:30 -07:00
vector2d.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_box.h Make everything final that can be 2014-03-12 19:07:30 -07:00
video_context.cpp Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
video_context.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
video_display.cpp Make everything final that can be 2014-03-12 19:07:30 -07:00
video_display.h Make everything final that can be 2014-03-12 19:07:30 -07:00
video_frame.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_frame.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_out_gl.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_out_gl.h Make everything final that can be 2014-03-12 19:07:30 -07:00
video_provider_avs.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
video_provider_cache.cpp Convert VideoProviderManager to AudioProviderManager's new design 2014-03-24 09:25:26 -07:00
video_provider_dummy.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
video_provider_dummy.h Convert VideoProviderManager to AudioProviderManager's new design 2014-03-24 09:25:26 -07:00
video_provider_ffmpegsource.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
video_provider_manager.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -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 Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
video_slider.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_slider.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
visual_feature.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 Eliminate some uses of std::bind 2014-03-26 10:38:38 -07:00
visual_tool.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
visual_tool_clip.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
visual_tool_clip.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_cross.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
visual_tool_cross.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_drag.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
visual_tool_drag.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_rotatexy.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
visual_tool_rotatexy.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_rotatez.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
visual_tool_rotatez.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_scale.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
visual_tool_vector_clip.h Make everything final that can be 2014-03-12 19:07:30 -07:00