Aegisub/aegisub/src
Thomas Goyne 5f63a3fcce Remove the help/files command
The local docs it tries to open don't actually exists and if they're
ever added, the help contents command opens them anyway so I'm not sure
what the intended purpose of the command ever was.
2013-10-25 14:09:42 -07:00
..
bitmaps Run the icons through ImageOptim 2012-10-10 18:49:19 -07:00
command Remove the help/files command 2013-10-25 14:09:42 -07: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 Remove the help/files command 2013-10-25 14:09:42 -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
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 Eliminate warnings with VS2012 + Win8 SDK 2013-10-22 07:45:23 -07:00
ass_attachment.cpp Actually uudecode attachments when extracting them 2013-10-24 09:00:42 -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 Use more make_unique 2013-10-23 17:08:12 -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 Make saving transient UI state in the file optional 2013-10-07 17:57:16 -07:00
ass_file.h Separate UI state info from functional ASS info headers a bit 2013-10-07 17:57:16 -07:00
ass_info.h Change some enums into enum classes 2013-06-12 20:01:21 -07:00
ass_karaoke.cpp Remove pointless data member (CID #739030) 2013-10-23 17:08:27 -07:00
ass_karaoke.h Remove pointless data member (CID #739030) 2013-10-23 17:08:27 -07: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 Allow using , as the separator in time edit controls 2013-10-08 07:19:56 -07: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 Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_controller.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07:00
audio_display.cpp Use more make_unique 2013-10-23 17:08:12 -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 Use more make_unique 2013-10-23 17:08:12 -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 more make_unique 2013-10-23 17:08:12 -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 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 Initialize more stuff in OpenALPlayer's constructor (CID #1111296) 2013-10-23 17:08:11 -07:00
audio_player_openal.h Remove some unused AudioPlayer methods 2013-09-26 20:31:20 -07: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 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 Extract common stuff for wrapper audio providers to a base class 2013-09-26 20:18:29 -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 Extract common stuff for wrapper audio providers to a base class 2013-09-26 20:18:29 -07:00
audio_provider_hd.h Extract common stuff for wrapper audio providers to a base class 2013-09-26 20:18:29 -07: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 Extract common stuff for wrapper audio providers to a base class 2013-09-26 20:18:29 -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 Extract common stuff for wrapper audio providers to a base class 2013-09-26 20:18:29 -07:00
audio_provider_ram.h Extract common stuff for wrapper audio providers to a base class 2013-09-26 20:18:29 -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 Improve error reporting when an automation script fails to load 2013-09-21 12:10:37 -07:00
auto4_base.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
auto4_lua.cpp Fix crash when cancelling an automation script 2013-09-24 07:45:50 -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 Rewrite NumValidator 2013-10-15 10:59:23 -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 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 Fix compilation with UTF-8 wxString 2013-10-12 08:41:37 -07:00
base_grid.h Clean up BaseGrid a little 2013-09-17 07:51:06 -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 Rewrite NumValidator 2013-10-15 10:59:23 -07: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 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 Rewrite NumValidator 2013-10-15 10:59:23 -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 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 Add support for Windows 7's taskbar progress indicator 2013-10-05 20:12:35 -07:00
dialog_progress.h Make progress bars less jerky 2013-09-26 16:13:32 -07:00
dialog_properties.cpp Actually copy the current value in IntValidator's copy constructor 2013-10-15 16:02:25 -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 Use more make_unique 2013-10-23 17:08:12 -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 Use more make_unique 2013-10-23 17:08:12 -07: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 Rewrite NumValidator 2013-10-15 10:59:23 -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 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 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 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 Use auto more places 2013-09-17 07:51:07 -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 Remove pointess OSX_ prefix from functions 2013-10-21 18:11:37 -07:00
font_file_lister_fontconfig.h Make libass a hard dependency 2013-06-11 19:46:12 -07:00
frame_main.cpp Use more make_unique 2013-10-23 17:08:12 -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 Use more make_unique 2013-10-23 17:08:12 -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 Fix display of automation errors on startup 2013-09-21 12:52:11 -07:00
main.h Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07: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 Use auto more places 2013-09-17 07:51:07 -07: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 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 Make saving transient UI state in the file optional 2013-10-07 17:57:16 -07:00
preferences.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
preferences_base.cpp Remove agi::OptionValue::GetDefault* 2013-09-20 06:51:04 -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 Fix crash when smoothing freehand curves 2013-09-18 15:59:01 -07: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 Pass the detected or chosen charset to SubtitleFormat::CanReadFile 2013-10-06 07:04:40 -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 Rewrite NumValidator 2013-10-15 10:59:23 -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 Use more make_unique 2013-10-23 17:08:12 -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 Fix reading MicroDVD files 2013-10-06 07:37:35 -07:00
subtitle_format.h Pass the detected or chosen charset to SubtitleFormat::CanReadFile 2013-10-06 07:04:40 -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 Fix EBU STL export 2013-10-17 09:43:44 -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 Fix reading MicroDVD files 2013-10-06 07:37:35 -07: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 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 Remove pointess OSX_ prefix from functions 2013-10-21 18:11:37 -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 Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
threaded_frame_source.h Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -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 Allow using , as the separator in time edit controls 2013-10-08 07:19:56 -07: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 Use auto more places 2013-09-17 07:51:07 -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 Remove pointess OSX_ prefix from functions 2013-10-21 18:11:37 -07:00
utils.h Add an option to ignore whitespace for the character counter 2013-09-20 07:43:33 -07:00
validators.cpp Fix compilation with UTF-8 wxString 2013-10-24 13:16:13 -07:00
validators.h Actually copy the current value in IntValidator's copy constructor 2013-10-15 16:02:25 -07: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 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 Fix crash when the video height or width is zero 2013-10-08 15:21:26 -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 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 Redesign VideoFrame 2013-07-01 18:35:09 -07: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 Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_ffmpegsource.cpp Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07:00
video_provider_ffmpegsource.h Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07: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 Honor the color matrix tag from the subtitles file when appropriate 2013-10-17 08:04:03 -07: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 Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_tool.h Significantly speed up dragging lots of vector clip control points 2013-09-18 16:18:38 -07:00
visual_tool_clip.cpp Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_tool_clip.h Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_tool_cross.cpp Use more make_unique 2013-10-23 17:08:12 -07: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 Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07:00
visual_tool_drag.h Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07: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 Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07: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 Switch to using an intrusive list for the visual tool features 2013-09-17 16:23:36 -07: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 Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -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 Significantly speed up dragging lots of vector clip control points 2013-09-18 16:18:38 -07:00