Aegisub/src
Thomas Goyne a30d6121fd Don't block the UI while decoding audio for the caches
Simply zero the memory for audio which hasn't been decoded yet, modify
the audio renderer to avoid caching blocks which aren't ready yet, and
add a progress indiciator to the audio display scrollbar.
2014-04-22 12:34:20 -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 Fix combine lines commands 2014-04-17 18:08:03 -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 Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
libresrc Make the CPS warning thresholds and color customizable 2014-04-21 11:11:40 -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 Extract all of the column-specific logic from BaseGrid 2014-04-18 12:17:03 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Make everything final that can be 2014-03-12 19:07:30 -07:00
ass_dialogue.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
ass_dialogue.h Remove the never-actually-used BASE block type 2014-04-15 11:09:25 -07:00
ass_entry.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 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 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 config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
ass_file.h Add a checked iterator_to() to AssFile 2014-04-04 09:01:02 -07:00
ass_info.h Make everything final that can be 2014-03-12 19:07:30 -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 Mark move constructors as noexcept 2014-04-17 11:46:28 -07:00
ass_override.h Mark move constructors as noexcept 2014-04-17 11:46:28 -07:00
ass_parser.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
ass_style.h Make everything final that can be 2014-03-12 19:07:30 -07:00
ass_style_storage.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 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
audio_box.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_controller.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_display.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_display.h Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_karaoke.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_karaoke.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_marker.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_marker.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_player.cpp Use AssDialogue::Row more places 2014-04-17 17:30:06 -07:00
audio_player_alsa.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_player_dsound.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_player_dsound2.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_player_openal.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_player_oss.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_player_portaudio.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_player_portaudio.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_player_pulse.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_provider.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_provider_avs.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_provider_convert.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_provider_dummy.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_provider_ffmpegsource.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_provider_hd.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_provider_lock.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_provider_pcm.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_provider_ram.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_renderer.cpp Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_renderer.h Don't block the UI while decoding audio for the caches 2014-04-22 12:34:20 -07:00
audio_renderer_spectrum.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
audio_timing_dialogue.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
audio_timing_karaoke.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
auto4_base.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
auto4_base.h Remove the (unimplemented) machinery for automation subtitle formats 2014-03-26 11:17:38 -07:00
auto4_lua.cpp Keep the old active line when an automation script changes the selection but not active line 2014-04-16 08:11:38 -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 Make subs.delete accept a table of rows to delete 2014-04-16 08:11:38 -07:00
auto4_lua_dialog.cpp Make find/replace and automation text fields unlimited length 2014-04-16 08:11:38 -07:00
auto4_lua_factory.h Make everything final that can be 2014-03-12 19:07:30 -07:00
auto4_lua_progresssink.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
auto4_lua_scriptreader.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Make the CPS warning thresholds and color customizable 2014-04-21 11:11:40 -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 Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_about.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_autosave.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_colorpicker.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_export.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_export_ebu3264.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_export_ebu3264.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_fonts_collector.cpp Create the output directory when collecting fonts to a zip 2014-04-20 07:01:49 -07:00
dialog_fonts_collector.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_jumpto.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_jumpto.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_kara_timing_copy.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_paste_over.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_progress.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_progress.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_properties.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_properties.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_resample.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_resample.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_search_replace.cpp Make find/replace and automation text fields unlimited length 2014-04-16 08:11:38 -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 Add SelectionController::GetSortedSelection and use it where useful 2014-04-17 14:32:18 -07:00
dialog_selection.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_shift_times.cpp Add SelectionController::GetSortedSelection and use it where useful 2014-04-17 14:32:18 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_style_editor.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_style_manager.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_style_manager.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_styling_assistant.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Add SelectionController::GetSortedSelection and use it where useful 2014-04-17 14:32:18 -07:00
dialog_timing_processor.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_translation.cpp Use AssDialogue::Row more places 2014-04-17 17:30:06 -07:00
dialog_translation.h Use AssDialogue::Row more places 2014-04-17 17:30:06 -07:00
dialog_version_check.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
dialog_video_details.h Make everything final that can be 2014-03-12 19:07:30 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Add a warning for faux bold/italic to the fonts collector 2014-04-17 16:07:01 -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 Add a warning for faux bold/italic to the fonts collector 2014-04-17 16:07:01 -07:00
font_file_lister_fontconfig.h Make everything final that can be 2014-03-12 19:07:30 -07:00
frame_main.cpp Convert signal.h to variadic templates 2014-04-17 11:46:27 -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 Mark move constructors as noexcept 2014-04-17 11:46:28 -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 Make the CPS warning thresholds and color customizable 2014-04-21 11:11:40 -07:00
grid_column.h Push more of the painting logic into the grid column classes 2014-04-21 11:11:40 -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 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.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
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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
main.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
menu.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
mkv_wrap.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Make the CPS warning thresholds and color customizable 2014-04-21 11:11:40 -07:00
preferences.h Make everything final that can be 2014-03-12 19:07:30 -07:00
preferences_base.cpp Fix compilation on linux 2014-04-03 17:43:41 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Use AssDialogue::Row more places 2014-04-17 17:30:06 -07:00
selection_controller.h Add SelectionController::GetSortedSelection and use it where useful 2014-04-17 14:32:18 -07:00
spellchecker.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
spellchecker_hunspell.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
subs_controller.h Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
subs_edit_box.cpp Make SubsEditBox::PopulateList less pointlessly slow 2014-04-20 07:01:49 -07:00
subs_edit_box.h Don't repopulate the actor/effect fields when the active line changes 2014-04-18 20:11:38 -07:00
subs_edit_ctrl.cpp Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
subs_edit_ctrl.h Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
subs_preview.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ass.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_ass.h Kill VideoContext::Get() 2014-03-26 08:23:43 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_srt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_ttxt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_txt.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_txt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitles_provider.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitles_provider_csri.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
text_file_reader.h Use read_file_mapping in TextFileReader 2014-03-21 09:28:17 -07:00
text_file_writer.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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.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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
tooltip_manager.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00
utils.h Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00
validators.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
validators.h Make everything final that can be 2014-03-12 19:07:30 -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 Clean up VideoBox a little 2014-04-17 11:46:27 -07:00
video_box.h Clean up VideoBox a little 2014-04-17 11:46:27 -07:00
video_context.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_context.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
video_display.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_display.h Make everything final that can be 2014-03-12 19:07:30 -07:00
video_frame.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_provider_cache.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_provider_dummy.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_provider_manager.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_slider.cpp Convert signal.h to variadic templates 2014-04-17 11:46:27 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -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 Cut the width of the lines for the visual features in half 2014-04-17 11:46:27 -07:00
visual_tool.h Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -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 Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_cross.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
visual_tool_cross.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_drag.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
visual_tool_drag.h Make everything final that can be 2014-03-12 19:07:30 -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 Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
visual_tool_vector_clip.h Make everything final that can be 2014-03-12 19:07:30 -07:00