Aegisub/aegisub/src
Thomas Goyne e5afaf8a45 Handle subtitle lines pasted into the edit box
If the text being pasted can be parsed as ASS dialogue events, then do
so even if the edit box is focused since it's rather unlikely that
the user actually wants ASS subtitle events in their subs.
2013-09-16 11:02:20 -07:00
..
bitmaps Run the icons through ImageOptim 2012-10-10 18:49:19 -07:00
command Handle subtitle lines pasted into the edit box 2013-09-16 11:02:20 -07:00
gl Strip trailing whitespace from all cpp and h files 2012-03-25 04:05:06 +00:00
include/aegisub Redesign VideoFrame 2013-07-01 18:35:09 -07:00
libresrc Add "edit/line/duplicate/shift_back" to the default grid context menu 2013-06-08 19:22:10 -07: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
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
aegisublocale.cpp Kill StandardPaths 2013-02-06 13:22:33 -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 Fix compilation on platforms where int64_t == long 2013-04-24 20:04:35 -07:00
ass_attachment.cpp Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_attachment.h Store ass attachments in the encoded form in memory 2013-02-07 16:02:44 -08:00
ass_dialogue.cpp Fully extract the resolution resampling logic from DialogResample 2013-07-09 08:35:50 -07:00
ass_dialogue.h Fully extract the resolution resampling logic from DialogResample 2013-07-09 08:35:50 -07: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 Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
ass_export_filter.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
ass_exporter.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
ass_exporter.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
ass_file.cpp Actually delete the lines in AssFile's destructor 2013-09-15 16:58:04 -07:00
ass_file.h Extract Loading/Saving/Undo stuff from AssFile 2013-02-06 13:22:32 -08:00
ass_info.h Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_karaoke.cpp Fix unicode issues in the karaoke split/join bar 2013-04-07 11:36:06 -07:00
ass_karaoke.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
ass_override.cpp Change AssParameterClass to an enum class 2013-02-07 08:55:01 -08:00
ass_override.h Change AssParameterClass to an enum class 2013-02-07 08:55:01 -08:00
ass_parser.cpp Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_parser.h Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_style.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
ass_style.h Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_style_storage.cpp Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
ass_style_storage.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
ass_time.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
ass_time.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
audio_box.cpp Revert "Don't invert horizontal scroll on the audio display on OS X" 2013-08-20 12:20:37 -07:00
audio_box.h Set the horizontal zoom option consistently 2013-06-05 19:03:47 -07:00
audio_colorscheme.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_colorscheme.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_controller.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_controller.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_display.cpp Revert "Don't invert horizontal scroll on the audio display on OS X" 2013-08-20 12:20:37 -07: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 Fix unicode issues in the karaoke split/join bar 2013-04-07 11:36:06 -07:00
audio_karaoke.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
audio_marker.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_marker.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_player.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_player_alsa.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
audio_player_alsa.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
audio_player_dsound.cpp NULL -> nullptr 2012-11-13 08:51:01 -08:00
audio_player_dsound.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
audio_player_dsound2.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_player_dsound2.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_player_openal.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
audio_player_openal.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
audio_player_oss.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
audio_player_oss.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08: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 Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_player_pulse.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_player_pulse.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
audio_provider.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07: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 Pass unique_ptrs around by value 2013-09-16 06:43:17 -07: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 Drop support for non-little-endian platforms 2013-06-11 20:54:07 -07:00
audio_provider_ffmpegsource.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
audio_provider_ffmpegsource.h Drop support for non-little-endian platforms 2013-06-11 20:54:07 -07:00
audio_provider_hd.cpp Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
audio_provider_hd.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
audio_provider_lock.cpp Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
audio_provider_lock.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
audio_provider_pcm.cpp Drop support for non-little-endian platforms 2013-06-11 20:54:07 -07:00
audio_provider_pcm.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_provider_ram.cpp Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
audio_provider_ram.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
audio_renderer.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio_renderer.h Remove pointless empty destructors 2012-12-11 09:06:21 -08:00
audio_renderer_spectrum.cpp Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
audio_renderer_spectrum.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
audio_renderer_waveform.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_renderer_waveform.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_timing_karaoke.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
auto4_base.cpp Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
auto4_base.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
auto4_lua.cpp Simplify clipboard_set slightly 2013-06-12 15:52:30 -07:00
auto4_lua.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
auto4_lua_assfile.cpp Change some enums into enum classes 2013-06-12 20:01:21 -07:00
auto4_lua_dialog.cpp Correct custom labels for buttons with standard IDs 2013-08-10 07:50:07 -07: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 Return full paths from aegisub.dialog.open rather than just filenames 2013-07-21 16:38:32 -07:00
auto4_lua_scriptreader.cpp Fix check for errors when compiling MoonScript 2013-05-09 06:27:35 -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 Cache widths of strings in SetColumnWidths 2013-09-16 10:43:56 -07:00
base_grid.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
block_cache.h Replace most uses of type::iterator with auto 2012-12-22 15:35:13 -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 Use gil in ColourButton rather than wxMemoryDC 2013-07-02 20:08:57 -07:00
colour_button.h Use gil in ColourButton rather than wxMemoryDC 2013-07-02 20:08:57 -07: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 Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07: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 Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_colorpicker.cpp Slightly simplify spectrum image generation in the colorpicker 2013-07-02 20:08:57 -07: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 Update the title of the detached video dialog when videos are opened. Closes #1607. 2013-06-12 14:21:56 -07: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 Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_dummy_video.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_export.cpp Fix the Select None button in the export dialog 2013-07-01 18:52:15 -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 Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07: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 Remove pointless wxID_CANCEL binding 2013-07-09 08:35:51 -07:00
dialog_jumpto.h Clean up DialogJumpTo slightly 2013-06-12 20:01:21 -07:00
dialog_kara_timing_copy.cpp Skip empty lines in the kanji timer 2013-09-16 09:43:57 -07:00
dialog_kara_timing_copy.h Switch to using Bind for DialogKanjiTimer events 2013-09-14 08:26:59 -07:00
dialog_log.cpp More unique_ptr 2013-06-11 20:54:07 -07:00
dialog_log.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_manager.h Also handle wxID_CANCEL in DialogManager 2013-07-09 08:35:51 -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 Use std::atomic rather than a mutex in the progress dialog 2013-02-06 13:22:32 -08:00
dialog_progress.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_properties.cpp Remove the 'Collisions' setting from the properties dialog 2013-03-30 07:08:57 -07: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 box when opening the search/replace dialog 2013-03-29 17:21:07 -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 Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_selected_choices.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
dialog_selection.cpp Hide the StatusTimeout awfulness in a util function 2013-02-06 13:22:34 -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 Revert "Return the ifstream from agi::io::Open by move" 2013-02-16 19:47:31 -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 Add an option to ignore uppercase words when spellchecking. Closes #1460. 2013-05-06 17:36:25 -07: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 Prefetch the list of fonts for the style editor dialog 2013-07-09 08:35:50 -07: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 Fix crash when pasting styles in the styles manager 2013-08-08 20:36:12 -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 Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07: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 Report a more useful line number for bad lines in the TPP. Closes #1596. 2013-04-16 20:05:45 -07:00
dialog_timing_processor.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_translation.cpp Make DialogTranslation::UpdateDisplay a bit less slow 2013-07-11 20:18:41 -07:00
dialog_translation.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
dialog_version_check.cpp Revert "Return the ifstream from agi::io::Open by move" 2013-02-16 19:47:31 -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 Slightly simplify DialogVideoDetails 2013-06-12 20:01:21 -07: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 Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
export_framerate.cpp Change AssParameterClass to an enum class 2013-02-07 08:55:01 -08:00
export_framerate.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
factory_manager.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
ffmpegsource_common.cpp Kill StandardPaths 2013-02-06 13:22:33 -08: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 Fix display of Unicode font names in the fonts collector dialog 2013-07-09 08:35:50 -07: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 Make libass a hard dependency 2013-06-11 19:46:12 -07:00
font_file_lister_fontconfig.h Make libass a hard dependency 2013-06-11 19:46:12 -07:00
frame_main.cpp Fix issues with loading the video AR from subtitles 2013-06-30 15:37:07 -07: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 Kill StandardPaths 2013-02-06 13:22: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 Add Backspace to the table of key names. Closes #1631. 2013-09-01 12:27:42 -07:00
hotkey_data_view_model.cpp Remove the use of wxRegex for case-insensitive filtering 2013-04-16 20:05:44 -07:00
hotkey_data_view_model.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07: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 More unique_ptr 2013-06-11 20:54:07 -07:00
main.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
menu.cpp Disable the wxGTK accelerator workaround for wx 2.9.5 2013-09-01 13:34:53 -07:00
mkv_wrap.cpp Support duplicate order numbers in Matroska files 2013-08-26 17:25:26 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
persist_location.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
placeholder_ctrl.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
preferences.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
preferences_base.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
preferences_base.h Eliminate a bogus limit of 100 for a bunch of rarely-used options 2013-08-17 15:06:07 -07: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 some issues with resampling drawings 2013-07-30 20:50:31 -07: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 Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context 2012-10-12 14:54:08 -07:00
search_replace_engine.cpp Fix compilation with gcc 2013-04-29 18:21:55 -07: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 Revert "Return the ifstream from agi::io::Open by move" 2013-02-16 19:47:31 -08:00
spellchecker_hunspell.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
spline.cpp Split ass drawings on spaces, not | 2013-02-08 20:29:39 -08:00
spline.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
spline_curve.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Change some enums into enum classes 2013-06-12 20:01:21 -07:00
subs_controller.h Only perform charset detection once when opening subtitles 2013-02-06 13:38:33 -08:00
subs_edit_box.cpp Kill AssDialogue::GetMarginString 2013-07-09 08:35:50 -07: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 Remove incorrect ! in check for changed calltip position 2013-09-16 07:58:06 -07:00
subs_edit_ctrl.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
subs_preview.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
subs_preview.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
subtitle_format.cpp Change some enums into enum classes 2013-06-12 20:01:21 -07:00
subtitle_format.h Fix importing styles from files in non-local charsets (i.e. hopefully all of them) 2013-06-09 07:53:07 -07:00
subtitle_format_ass.cpp Change some enums into enum classes 2013-06-12 20:01:21 -07:00
subtitle_format_ass.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_ebu3264.cpp Change some enums into enum classes 2013-06-12 20:01:21 -07: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 Shuffle some stuff around in MicroDVDSubtitleFormat::ReadFile 2013-04-16 20:05:45 -07:00
subtitle_format_microdvd.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08: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 Allow malformed timestamps in SRT. Closes #1614. 2013-06-22 07:54:56 -07:00
subtitle_format_srt.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
subtitle_format_transtation.cpp Support extensions with multiple dots in agi::fs::HasExtension 2013-02-06 13:38:34 -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 Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -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 Correctly strip the separator character when loading plain-text files 2013-06-26 11:26:18 -07: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 Retry commits of file writes for up to a second to work around AV scanning 2013-07-02 20:09:01 -07:00
subtitles_provider_libass.h Redesign VideoFrame 2013-07-01 18:35:09 -07: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 Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -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 Kill StandardPaths 2013-02-06 13:22:33 -08:00
thesaurus.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
threaded_frame_source.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
threaded_frame_source.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
time_range.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
timeedit_ctrl.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
timeedit_ctrl.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -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 Return a unique_ptr from agi::io::Open 2013-06-08 19:21:31 -07: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 Rewrite the auto-matcher for the karaoke timing copier 2013-09-15 14:52:16 -07:00
utils.h Rewrite the auto-matcher for the karaoke timing copier 2013-09-15 14:52:16 -07:00
validators.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
validators.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
vector2d.cpp Fix some issues with resampling drawings 2013-07-30 20:50:31 -07: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 Remove some unused includes in video_box.cpp 2013-06-12 20:01:21 -07:00
video_box.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
video_context.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_context.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_display.cpp Pass unique_ptrs around by value 2013-09-16 06:43:17 -07: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 Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_avs.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_avs.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_cache.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_cache.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_dummy.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_dummy.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_ffmpegsource.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_ffmpegsource.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_manager.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
video_provider_manager.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
video_provider_yuv4mpeg.cpp Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_provider_yuv4mpeg.h Redesign VideoFrame 2013-07-01 18:35:09 -07:00
video_slider.cpp Use ForwardMouseWheelEvent rather than checking window bounds 2013-08-14 20:09:10 -07:00
video_slider.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
visual_feature.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
visual_feature.h NULL -> nullptr 2012-11-13 08:51:01 -08:00
visual_tool.cpp Release mouse capture from the visual tools when the zoom is changed 2013-02-08 20:37:43 -08:00
visual_tool.h Release mouse capture from the visual tools when the zoom is changed 2013-02-08 20:37:43 -08:00
visual_tool_clip.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
visual_tool_clip.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
visual_tool_cross.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
visual_tool_cross.h Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00
visual_tool_drag.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
visual_tool_drag.h NULL -> nullptr 2012-11-13 08:51:01 -08:00
visual_tool_rotatexy.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
visual_tool_rotatexy.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
visual_tool_rotatez.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
visual_tool_rotatez.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
visual_tool_scale.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
visual_tool_scale.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
visual_tool_vector_clip.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
visual_tool_vector_clip.h Use lambdas for very short event handlers 2012-12-02 13:29:46 -08:00