Aegisub/aegisub/src
Thomas Goyne 4c1a8a21b9 Fix assertion failure when deleting all lines
Lines need to be deselected before they're deleted, but new lines need
to be committed before they can be selected, so reorder things to
remove -> insert new line if needed -> commit -> update selection -> delete.
2013-12-01 20:27:31 -08:00
..
bitmaps Run the icons through ImageOptim 2012-10-10 18:49:19 -07:00
command Fix assertion failure when deleting all lines 2013-12-01 20:27:31 -08:00
gl Strip trailing whitespace from all cpp and h files 2012-03-25 04:05:06 +00:00
include/aegisub Clean up factory_manager a bit 2013-10-16 18:08:43 -07:00
libresrc Replace Duplicate and Shift with Split (before|after) current frame 2013-11-17 15:07:17 -08:00
msvc Use a patched zconf.h that doesn't try to include unistd.h when it isn't available 2012-11-17 11:13:08 -08:00
aegisublocale.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
aegisublocale.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
agi_pre.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
agi_pre.h Eliminate warnings with VS2012 + Win8 SDK 2013-10-22 07:45:23 -07:00
ass_attachment.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_attachment.h Store ass attachments in the encoded form in memory 2013-02-07 16:02:44 -08:00
ass_dialogue.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_dialogue.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_entry.cpp Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_entry.h Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_export_filter.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_export_filter.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_exporter.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
ass_exporter.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_file.cpp More unique_ptr 2013-10-27 13:07:19 -07:00
ass_file.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_info.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_karaoke.cpp Fix assertion failure when deleting all lines 2013-12-01 20:27:31 -08:00
ass_karaoke.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_override.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_override.h Change AssParameterClass to an enum class 2013-02-07 08:55:01 -08:00
ass_parser.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_parser.h Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_style.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_style.h Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_style_storage.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_style_storage.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
ass_time.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
ass_time.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_box.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_box.h Set the horizontal zoom option consistently 2013-06-05 19:03:47 -07:00
audio_colorscheme.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_colorscheme.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_controller.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_controller.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_display.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_display.h Zoom into the mouse's position in the audio display 2013-08-20 12:11:39 -07:00
audio_karaoke.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_karaoke.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
audio_marker.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_marker.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_player.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_player_alsa.cpp Add missing include 2013-10-24 13:17:53 -07:00
audio_player_alsa.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_dsound.cpp Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_dsound.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_dsound2.cpp Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_dsound2.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_openal.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_player_openal.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_player_oss.cpp Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_oss.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_portaudio.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_player_portaudio.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_pulse.cpp Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_player_pulse.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_provider.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_avs.cpp Kill StandardPaths 2013-02-06 13:22:33 -08:00
audio_provider_avs.h Drop support for non-little-endian platforms 2013-06-11 20:54:07 -07:00
audio_provider_convert.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_convert.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
audio_provider_dummy.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
audio_provider_dummy.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_ffmpegsource.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_ffmpegsource.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_hd.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_hd.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_lock.cpp Extract common stuff for wrapper audio providers to a base class 2013-09-26 20:18:29 -07:00
audio_provider_lock.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_pcm.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_pcm.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_ram.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_provider_ram.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_renderer.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_renderer.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_renderer_spectrum.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_renderer_spectrum.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_renderer_waveform.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_renderer_waveform.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_rendering_style.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
audio_timing.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
audio_timing_dialogue.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio_timing_karaoke.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
auto4_base.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
auto4_base.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
auto4_lua.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
auto4_lua.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
auto4_lua_assfile.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
auto4_lua_dialog.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
auto4_lua_factory.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
auto4_lua_progresssink.cpp Fix check for if the first arg to log is a number 2013-11-27 17:14:19 -08:00
auto4_lua_scriptreader.cpp Fix line numbers for moonscript files in error messages 2013-09-22 18:44:03 -07:00
auto4_lua_scriptreader.h Add native support for MoonScript 2013-05-03 17:57:32 -07:00
auto4_lua_utils.h Use lua_for_each more places 2013-05-25 16:31:48 -07:00
auto4_regex.cpp Make Lua 5.1 a required dependency 2013-04-16 20:05:43 -07:00
avisynth.h Strip trailing whitespace from all cpp and h files 2012-03-25 04:05:06 +00:00
avisynth_wrap.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
avisynth_wrap.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
base_grid.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
base_grid.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
block_cache.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
charset_detect.cpp Display the full list of supported character sets if detection fails catastrophically 2013-02-06 13:38:34 -08:00
charset_detect.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
colorspace.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
colorspace.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
colour_button.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
colour_button.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
compat.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
compat.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
config.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_about.cpp Make libass a hard dependency 2013-06-11 19:46:12 -07:00
dialog_about.h Remove pointless empty destructors 2012-12-11 09:06:21 -08:00
dialog_attachments.cpp Extract some duplicated wxFileSelector code to a helper function 2013-02-06 13:22:16 -08:00
dialog_attachments.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_automation.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_automation.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_autosave.cpp Kill StandardPaths 2013-02-06 13:22:33 -08:00
dialog_autosave.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_colorpicker.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_colorpicker.h Hide the alpha controls when the alpha isn't used 2013-01-14 08:37:02 -08:00
dialog_detached_video.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_detached_video.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_dummy_video.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_dummy_video.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_export.cpp Use more make_unique 2013-10-23 17:08:12 -07:00
dialog_export.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_export_ebu3264.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_export_ebu3264.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_fonts_collector.cpp Make libass a hard dependency 2013-06-11 19:46:12 -07:00
dialog_fonts_collector.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_jumpto.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_jumpto.h Clean up DialogJumpTo slightly 2013-06-12 20:01:21 -07:00
dialog_kara_timing_copy.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_kara_timing_copy.h Switch to using Bind for DialogKanjiTimer events 2013-09-14 08:26:59 -07:00
dialog_log.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_log.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_manager.h Use auto more places 2013-09-17 07:51:07 -07:00
dialog_paste_over.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_paste_over.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_progress.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_progress.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_properties.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_properties.h Remove unused private member 2013-03-30 07:52:49 -07:00
dialog_resample.cpp Fully extract the resolution resampling logic from DialogResample 2013-07-09 08:35:50 -07:00
dialog_resample.h Fully extract the resolution resampling logic from DialogResample 2013-07-09 08:35:50 -07:00
dialog_search_replace.cpp Select the contents of the Find Next box when the dialog is first created 2013-11-02 07:57:57 -07:00
dialog_search_replace.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_selected_choices.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_selected_choices.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_selection.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_selection.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_shift_times.cpp Fix non-pch compliation 2013-11-23 09:57:21 -08:00
dialog_shift_times.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_spellchecker.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_spellchecker.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
dialog_style_editor.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_style_editor.h Prefetch the list of fonts for the style editor dialog 2013-07-09 08:35:50 -07:00
dialog_style_manager.cpp Pass the detected or chosen charset to SubtitleFormat::CanReadFile 2013-10-06 07:04:40 -07:00
dialog_style_manager.h Prefetch the list of fonts for the style editor dialog 2013-07-09 08:35:50 -07:00
dialog_styling_assistant.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_styling_assistant.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_text_import.cpp Add an option to not skip blank lines when importing plain text files 2013-02-06 13:38:33 -08:00
dialog_text_import.h Add an option to not skip blank lines when importing plain text files 2013-02-06 13:38:33 -08:00
dialog_timing_processor.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_timing_processor.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_translation.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_translation.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_version_check.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_version_check.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_video_details.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
dialog_video_details.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
export_fixstyle.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
export_fixstyle.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
export_framerate.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
export_framerate.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
factory_manager.h Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
ffmpegsource_common.cpp Update indexing progress less often 2013-09-26 16:13:24 -07:00
ffmpegsource_common.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
fft.cpp Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
fft.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
font_file_lister.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
font_file_lister.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
font_file_lister_fontconfig.cpp Remove pointess OSX_ prefix from functions 2013-10-21 18:11:37 -07:00
font_file_lister_fontconfig.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
frame_main.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
frame_main.h Delete SubtitlesGrid since it's now empty 2013-06-18 19:43:16 -07:00
gl_text.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
gl_text.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
gl_wrap.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
gl_wrap.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
help_button.cpp Remove the installed copy of the docs 2013-11-24 09:19:33 -08:00
help_button.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
hotkey.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
hotkey_data_view_model.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
hotkey_data_view_model.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
initial_line_state.cpp Don't update the initial line state after undo 2013-01-14 08:37:03 -08:00
initial_line_state.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
lpeg.c Add LPeg 0.10 2013-05-03 06:41:07 -07:00
lpeg.h Add LPeg 0.10 2013-05-03 06:41:07 -07:00
main.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
main.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
Makefile Rewrite the auto-matcher for the karaoke timing copier 2013-09-15 14:52:16 -07:00
MatroskaParser.c Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
MatroskaParser.h Strip trailing whitespace from all cpp and h files 2012-03-25 04:05:06 +00:00
menu.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
mkv_wrap.cpp Fix incorrect scope of variable in mkv_wrap.cpp 2013-10-23 17:08:12 -07:00
mkv_wrap.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
options.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
osx-run.sh Exit on error in osx-run.sh 2012-06-12 03:13:53 +00:00
osx_utils.mm Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
pen.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
pen.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
persist_location.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
persist_location.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
placeholder_ctrl.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
plugin_manager.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
plugin_manager.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
preferences.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
preferences.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
preferences_base.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
preferences_base.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
res.rc I thought res.rc was already updated, I should have looked.. this fixes breakage in r3281. 2009-07-25 19:46:10 +00:00
resolution_resampler.cpp Fix uncaught exception when resampling empty drawings 2013-11-23 09:57:22 -08:00
resolution_resampler.h Fully extract the resolution resampling logic from DialogResample 2013-07-09 08:35:50 -07:00
scintilla_text_ctrl.cpp Make GetReverseUnicodePosition less horribly awful 2013-07-10 17:43:41 -07:00
scintilla_text_ctrl.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
scintilla_text_selection_controller.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
scintilla_text_selection_controller.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
search_replace_engine.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
search_replace_engine.h Use ICU regular expressions for user-entered regexps 2013-02-06 13:22:33 -08:00
selection_controller.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
spellchecker.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
spellchecker_hunspell.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
spellchecker_hunspell.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
spline.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
spline.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
spline_curve.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
spline_curve.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
string_codec.cpp Actually decode strings in inline_string_decode 2013-02-08 20:27:38 -08:00
string_codec.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subs_controller.cpp Fix crash when a subtitles file is not found 2013-11-09 15:56:18 -08:00
subs_controller.h Only perform charset detection once when opening subtitles 2013-02-06 13:38:33 -08:00
subs_edit_box.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subs_edit_box.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
subs_edit_ctrl.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subs_edit_ctrl.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subs_preview.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subs_preview.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
subtitle_format.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_ass.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_ass.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_ebu3264.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_ebu3264.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_encore.cpp Support extensions with multiple dots in agi::fs::HasExtension 2013-02-06 13:38:34 -08:00
subtitle_format_encore.h Support extensions with multiple dots in agi::fs::HasExtension 2013-02-06 13:38:34 -08:00
subtitle_format_microdvd.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_microdvd.h Pass the detected or chosen charset to SubtitleFormat::CanReadFile 2013-10-06 07:04:40 -07:00
subtitle_format_mkv.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_mkv.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_srt.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_srt.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_transtation.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_transtation.h Support extensions with multiple dots in agi::fs::HasExtension 2013-02-06 13:38:34 -08:00
subtitle_format_ttxt.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_ttxt.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_txt.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
subtitle_format_txt.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitles_provider.cpp Make libass a hard dependency 2013-06-11 19:46:12 -07:00
subtitles_provider_csri.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
subtitles_provider_csri.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
subtitles_provider_libass.cpp Remove pointess OSX_ prefix from functions 2013-10-21 18:11:37 -07:00
subtitles_provider_libass.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
text_file_reader.cpp Remove the charset detection from TextFileReader since it's never used 2013-04-16 20:05:44 -07:00
text_file_reader.h Remove the charset detection from TextFileReader since it's never used 2013-04-16 20:05:44 -07:00
text_file_writer.cpp Fix non-pch compliation 2013-11-23 09:57:21 -08:00
text_file_writer.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
text_selection_controller.h Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context 2012-10-12 14:54:08 -07:00
thesaurus.cpp Fix some edge-cases in the thesarus code 2013-11-02 07:53:04 -07:00
thesaurus.h Fix some edge-cases in the thesarus code 2013-11-02 07:53:04 -07:00
threaded_frame_source.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
threaded_frame_source.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
time_range.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
timeedit_ctrl.cpp Fix keyboard layout handling issues in time edits. Closes #1630. 2013-11-23 15:07:53 -08:00
timeedit_ctrl.h Fix keyboard layout handling issues in time edits. Closes #1630. 2013-11-23 15:07:53 -08:00
toggle_bitmap.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
toggle_bitmap.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
toolbar.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
tooltip_manager.cpp Fix a bunch of incorrect implicit wxString <-> std::string conversions 2012-12-31 07:09:31 -08:00
tooltip_manager.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
utils.cpp Remove pointess OSX_ prefix from functions 2013-10-21 18:11:37 -07:00
utils.h More unique_ptr 2013-10-27 13:07:19 -07:00
validators.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
validators.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
vector2d.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
vector2d.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
version.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
version.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
video_box.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video_box.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
video_context.cpp Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_context.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_display.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video_display.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
video_frame.cpp Fix conversion of video frames to RGB 2013-07-04 08:25:25 -07:00
video_frame.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_out_gl.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_out_gl.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video_provider_avs.cpp Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_avs.h Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_cache.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_cache.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video_provider_dummy.cpp Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_dummy.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video_provider_ffmpegsource.cpp Fix check for script yuv matrix matching video yuv matrix 2013-10-25 16:31:56 -07:00
video_provider_ffmpegsource.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video_provider_manager.cpp Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_manager.h Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_yuv4mpeg.cpp Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_yuv4mpeg.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video_slider.cpp Use auto more places 2013-09-17 07:51:07 -07:00
video_slider.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
visual_feature.cpp Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_feature.h Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_tool.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_clip.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_clip.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_cross.cpp Use more make_unique 2013-10-23 17:08:12 -07:00
visual_tool_cross.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_drag.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_drag.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_rotatexy.cpp Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_tool_rotatexy.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_rotatez.cpp Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_tool_rotatez.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_scale.cpp Lock aspect ratio in the scale tool when alt is held down 2013-10-16 16:41:21 -07:00
visual_tool_scale.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00
visual_tool_vector_clip.cpp Significantly speed up dragging lots of vector clip control points 2013-09-18 16:18:38 -07:00
visual_tool_vector_clip.h Run clang-modernize on things 2013-11-23 09:57:22 -08:00