Aegisub/aegisub/src
Thomas Goyne 10e06ac3f9 Build and/or link the non-header-only boost libraries 2013-02-01 19:07:51 -08:00
..
bitmaps Run the icons through ImageOptim 2012-10-10 18:49:19 -07:00
command Set end times to zero when pasting plain text. Closes #1570. 2013-01-17 14:04:50 -08:00
gl Strip trailing whitespace from all cpp and h files 2012-03-25 04:05:06 +00:00
include/aegisub Initial implementation of the split editbox 2013-01-14 08:37:03 -08:00
libresrc Add an option to skip override tags when searching. Closes #104. 2013-01-13 09:00:18 -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
Makefile Build and/or link the non-header-only boost libraries 2013-02-01 19:07:51 -08: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
aegisub_endian.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
aegisublocale.cpp Replace most uses of type::iterator with auto 2012-12-22 15:35:13 -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 Use boost::flyweight to intern the wxString members of AssDialogue 2012-12-05 18:43:44 -08:00
ass_attachment.cpp Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
ass_attachment.h Remove spaces in > > in nested templates 2012-12-11 10:58:28 -08:00
ass_dialogue.cpp Remove some pointless initializers in AssDialogue's constructor 2013-01-17 14:03:48 -08:00
ass_dialogue.h Add a button to the split editbox to remove the line text only, leaving override tags 2013-01-14 08:37:03 -08:00
ass_entry.cpp Stick to the standard order of sections when inserting lines 2012-12-09 15:44:03 -08:00
ass_entry.h Remove spaces in > > in nested templates 2012-12-11 10:58:28 -08:00
ass_export_filter.cpp Get rid of auto-running exporters, since they aren't really used for anything anymore 2013-01-03 17:36:50 -08:00
ass_export_filter.h Get rid of auto-running exporters, since they aren't really used for anything anymore 2013-01-03 17:36:50 -08:00
ass_exporter.cpp Get rid of auto-running exporters, since they aren't really used for anything anymore 2013-01-03 17:36:50 -08:00
ass_exporter.h Get rid of auto-running exporters, since they aren't really used for anything anymore 2013-01-03 17:36:50 -08:00
ass_file.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
ass_file.h Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
ass_info.h Add a space after the colon in [Script Info] entries 2012-12-09 17:05:11 -08:00
ass_karaoke.cpp Add AssOverrideBlockComment 2012-12-31 07:09:32 -08:00
ass_karaoke.h De-wxify AssOverride 2012-12-31 07:09:31 -08:00
ass_override.cpp Add support for parsing alpha override parameters 2013-01-14 08:37:03 -08:00
ass_override.h Add support for parsing alpha override parameters 2013-01-14 08:37:03 -08:00
ass_parser.cpp Make AssEntry purely a base class and add AssInfo 2012-12-07 18:55:29 -08:00
ass_parser.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
ass_style.cpp Trim whitespace from all of the style fields when parsing. Closes #1565. 2013-01-01 21:00:06 -08:00
ass_style.h Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
ass_style_storage.cpp Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
ass_style_storage.h Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
ass_time.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
ass_time.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
audio_box.cpp Actually stretch the volume/zoom link button 2013-01-09 20:03:22 -08:00
audio_box.h Remove pointless empty destructors 2012-12-11 09:06:21 -08: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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_controller.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_display.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_display.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_karaoke.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_karaoke.h De-wxify AssOverride 2012-12-31 07:09:31 -08:00
audio_marker.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_marker.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_player.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_player_alsa.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_player_alsa.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_player_dsound2.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39: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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_provider_avs.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_provider_avs.h Fix some weirdness in the AVS audio provider 2012-12-22 12:14:32 -08:00
audio_provider_convert.cpp Log more stuff when creating audio providers 2012-12-27 08:49:37 -08:00
audio_provider_convert.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
audio_provider_dummy.cpp Move the logic for which AudioProvider to create out of AudioController 2012-12-22 09:30:47 -08:00
audio_provider_dummy.h Move the logic for which AudioProvider to create out of AudioController 2012-12-22 09:30:47 -08:00
audio_provider_ffmpegsource.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_provider_ffmpegsource.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
audio_provider_hd.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_provider_hd.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
audio_provider_lock.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
audio_provider_lock.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
audio_provider_pcm.cpp Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
audio_provider_pcm.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
audio_provider_ram.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
audio_provider_ram.h Fix compilation with libc++ 2012-12-28 09:44:53 -08:00
audio_renderer.cpp Remove pointless empty destructors 2012-12-11 09:06:21 -08:00
audio_renderer.h Remove pointless empty destructors 2012-12-11 09:06:21 -08:00
audio_renderer_spectrum.cpp Use max_element rather than a loop 2012-12-26 19:27:25 -08:00
audio_renderer_spectrum.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08: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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
auto4_base.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
auto4_lua.cpp Fix a bunch of incorrect implicit wxString <-> std::string conversions 2012-12-31 07:09:31 -08:00
auto4_lua.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
auto4_lua_assfile.cpp Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
auto4_lua_dialog.cpp Implement the "coloralpha" automation control type 2013-01-14 08:37:02 -08:00
auto4_lua_factory.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
auto4_lua_progresssink.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
auto4_lua_scriptreader.cpp Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
auto4_lua_scriptreader.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
avisynth.h Strip trailing whitespace from all cpp and h files 2012-03-25 04:05:06 +00:00
avisynth_wrap.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
avisynth_wrap.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
base_grid.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
base_grid.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
block_cache.h Replace most uses of type::iterator with auto 2012-12-22 15:35:13 -08:00
charset_conv.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
charset_conv.h Relicense all of my stuff that's still 3-BSD to ISC 2012-12-02 13:14:24 -08:00
charset_detect.cpp Fix a bunch of incorrect implicit wxString <-> std::string conversions 2012-12-31 07:09:31 -08:00
charset_detect.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
colorspace.cpp Replace AssColor with agi::Color 2012-11-10 18:05:56 -08:00
colorspace.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
colour_button.cpp Hide the alpha controls when the alpha isn't used 2013-01-14 08:37:02 -08:00
colour_button.h Hide the alpha controls when the alpha isn't used 2013-01-14 08:37:02 -08:00
compat.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
compat.h Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
config.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_about.cpp Remove pointless empty destructors 2012-12-11 09:06:21 -08:00
dialog_about.h Remove pointless empty destructors 2012-12-11 09:06:21 -08:00
dialog_attachments.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_attachments.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_automation.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_autosave.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_colorpicker.cpp Actually read the initial alpha for the color picker buttons 2013-01-14 08:37:03 -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 Remove the border around the video box in the detached video dialog 2013-01-09 19:26:39 -08:00
dialog_detached_video.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_dummy_video.cpp Hide the alpha controls when the alpha isn't used 2013-01-14 08:37:02 -08:00
dialog_dummy_video.h Rewrite the dummy video dialog 2012-12-21 17:01:13 -08:00
dialog_export.cpp Fix a bunch of incorrect implicit wxString <-> std::string conversions 2012-12-31 07:09:31 -08:00
dialog_export.h Fix a bunch of incorrect implicit wxString <-> std::string conversions 2012-12-31 07:09:31 -08:00
dialog_export_ebu3264.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_export_ebu3264.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_fonts_collector.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08: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 Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_jumpto.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_kara_timing_copy.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_kara_timing_copy.h Remove spaces in > > in nested templates 2012-12-11 10:58:28 -08:00
dialog_log.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_log.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_manager.h Replace most uses of type::iterator with auto 2012-12-22 15:35:13 -08: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 lambdas for some of DialogProgress's stuff 2012-12-22 11:51:08 -08:00
dialog_progress.h Use lambdas for some of DialogProgress's stuff 2012-12-22 11:51:08 -08:00
dialog_properties.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_properties.h Remove spaces in > > in nested templates 2012-12-11 10:58:28 -08:00
dialog_resample.cpp De-wxify AssOverride 2012-12-31 07:09:31 -08:00
dialog_resample.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_search_replace.cpp Use SearchReplaceEngine in DialogSelection 2013-01-13 09:00:19 -08:00
dialog_search_replace.h Decouple SearchReplaceEngine from DialogSearchReplace 2013-01-13 09:00:18 -08:00
dialog_selected_choices.cpp Use iota rather than partial sum 2012-12-02 13:34:32 -08:00
dialog_selected_choices.h Use lambdas for very short event handlers 2012-12-02 13:29:46 -08:00
dialog_selection.cpp Use SearchReplaceEngine in DialogSelection 2013-01-13 09:00:19 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_shift_times.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_spellchecker.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_spellchecker.h Only enable the Remove Word button when the word can be removed. Updates #1184. 2012-12-21 16:56:26 -08:00
dialog_style_editor.cpp Eliminate some unnecessary includes of subs_grid.h 2013-01-14 08:37:03 -08:00
dialog_style_editor.h Make ColourButton saner 2013-01-14 08:37:01 -08:00
dialog_style_manager.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_style_manager.h Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
dialog_styling_assistant.cpp Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
dialog_styling_assistant.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_text_import.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_text_import.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_timing_processor.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_timing_processor.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_translation.cpp Add AssOverrideBlockComment 2012-12-31 07:09:32 -08:00
dialog_translation.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
dialog_version_check.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
dialog_version_check.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
dialog_video_details.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
dialog_video_details.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
export_fixstyle.cpp Get rid of auto-running exporters, since they aren't really used for anything anymore 2013-01-03 17:36:50 -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 De-wxify AssOverride 2012-12-31 07:09:31 -08:00
export_framerate.h De-wxify AssOverride 2012-12-31 07:09:31 -08:00
factory_manager.h Remove spaces in > > in nested templates 2012-12-11 10:58:28 -08:00
ffmpegsource_common.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
ffmpegsource_common.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Add AssOverrideBlockComment 2012-12-31 07:09:32 -08:00
font_file_lister.h Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
font_file_lister_fontconfig.cpp Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
font_file_lister_fontconfig.h Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
frame_main.cpp Initial implementation of the split editbox 2013-01-14 08:37:03 -08:00
frame_main.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
gl_text.cpp Replace most uses of type::iterator with auto 2012-12-22 15:35:13 -08:00
gl_text.h Make OpenGLTextTexture moveable so that it doesn't need to be in a shared_ptr 2012-12-11 10:41:20 -08:00
gl_wrap.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
help_button.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
hotkey.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
hotkey_data_view_model.cpp Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
hotkey_data_view_model.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Don't update the initial line state after undo 2013-01-14 08:37:03 -08:00
kana_table.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
kana_table.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
main.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
main.h Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
menu.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
mkv_wrap.cpp Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
mkv_wrap.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
options.h Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -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 Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
plugin_manager.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
preferences.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
preferences.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
preferences_base.cpp Hide the alpha controls when the alpha isn't used 2013-01-14 08:37:02 -08:00
preferences_base.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -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
scintilla_text_ctrl.cpp Extract word-splitting logic from the syntax highlighter 2012-11-12 18:35:25 -08: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 Add a TextSelectionController interface to avoid exposing the wxSTC edit directly in the context 2012-10-12 14:54:08 -07: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 Eliminate some unnecessary includes of subs_grid.h 2013-01-14 08:37:03 -08:00
search_replace_engine.h Use SearchReplaceEngine in DialogSelection 2013-01-13 09:00:19 -08:00
selection_controller.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
spellchecker.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
spellchecker_hunspell.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
spellchecker_hunspell.h Only enable the Remove Word button when the word can be removed. Updates #1184. 2012-12-21 16:56:26 -08:00
spline.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
spline.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -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
standard_paths.cpp Replace most uses of type::iterator with auto 2012-12-22 15:35:13 -08:00
standard_paths.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
string_codec.cpp Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
string_codec.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
subs_edit_box.cpp Add padding between the split editbox buttons 2013-01-14 08:37:03 -08:00
subs_edit_box.h Initial implementation of the split editbox 2013-01-14 08:37:03 -08:00
subs_edit_ctrl.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
subs_edit_ctrl.h Add Remove From Dictionary to the subs edit box context menu when applicable. Closes #1184. 2012-12-21 16:56:27 -08:00
subs_grid.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
subs_grid.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
subs_preview.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
subs_preview.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
subtitle_format.cpp Add a unique ID to dialogue lines 2013-01-14 08:37:03 -08:00
subtitle_format.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
subtitle_format_ass.cpp Write the version comments under the [Script Info] header. Closes #1567. 2013-01-09 16:48:32 -08:00
subtitle_format_ass.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_ebu3264.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
subtitle_format_ebu3264.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_encore.cpp Use boost::flyweight to intern the wxString members of AssDialogue 2012-12-05 18:43:44 -08:00
subtitle_format_encore.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_microdvd.cpp Use boost::flyweight to intern the wxString members of AssDialogue 2012-12-05 18:43:44 -08:00
subtitle_format_microdvd.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_mkv.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
subtitle_format_mkv.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_srt.cpp De-wxify AssOverride 2012-12-31 07:09:31 -08:00
subtitle_format_srt.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_transtation.cpp Partially de-wxify AssStyle 2012-12-31 07:09:31 -08:00
subtitle_format_transtation.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_ttxt.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
subtitle_format_ttxt.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitle_format_txt.cpp Fix compilation with clang 2013-01-11 08:44:35 -08:00
subtitle_format_txt.h Add override attributes to the subtitle formats 2012-12-28 19:49:48 -08:00
subtitles_provider.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
subtitles_provider_csri.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
subtitles_provider_csri.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
subtitles_provider_libass.cpp Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
subtitles_provider_libass.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
text_file_reader.cpp Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
text_file_reader.h Relicense all of my stuff that's still 3-BSD to ISC 2012-12-02 13:14:24 -08:00
text_file_writer.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
text_file_writer.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
thesaurus.h Remove spaces in > > in nested templates 2012-12-11 10:58:28 -08:00
threaded_frame_source.cpp Get rid of auto-running exporters, since they aren't really used for anything anymore 2013-01-03 17:36:50 -08:00
threaded_frame_source.h Avoid making a full copy of the file for ThreadedFrameSource when possible 2012-12-17 09:32:42 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
timeedit_ctrl.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
utils.h Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
validators.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
validators.h Decouple SearchReplaceEngine from DialogSearchReplace 2013-01-13 09:00:18 -08:00
vector2d.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
vector2d.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -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 calls to SetBackgroundStyle(wxBG_STYLE_COLOUR) 2013-01-09 19:40:49 -08:00
video_box.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
video_context.cpp Always make a full copy of the subtitles for ThreadedFrameSource after a save 2013-01-14 08:37:04 -08:00
video_context.h Always make a full copy of the subtitles for ThreadedFrameSource after a save 2013-01-14 08:37:04 -08:00
video_display.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
video_display.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
video_frame.cpp Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
video_frame.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
video_out_gl.cpp Remove spaces in > > in nested templates 2012-12-11 10:58:28 -08:00
video_out_gl.h Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
video_provider_avs.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
video_provider_avs.h Document a few things and kill all remaining placeholders 2012-12-02 13:08:42 -08:00
video_provider_cache.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
video_provider_cache.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
video_provider_dummy.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
video_provider_dummy.h Replace AssColor with agi::Color 2012-11-10 18:05:56 -08:00
video_provider_ffmpegsource.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
video_provider_ffmpegsource.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
video_provider_manager.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
video_provider_manager.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
video_provider_yuv4mpeg.cpp Replace all uses of lagi_wxString with to_wx 2012-12-22 15:18:38 -08:00
video_provider_yuv4mpeg.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
video_slider.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08: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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
visual_tool.h De-wxify AssOverride 2012-12-31 07:09:31 -08:00
visual_tool_clip.cpp Use boost::flyweight to intern the wxString members of AssDialogue 2012-12-05 18:43:44 -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 Use range-based for loops in a bunch of places 2012-11-12 18:35:25 -08:00
visual_tool_cross.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
visual_tool_drag.cpp Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
visual_tool_drag.h NULL -> nullptr 2012-11-13 08:51:01 -08:00
visual_tool_rotatexy.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -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 Extract options and MRU stuff from main.h 2013-01-09 16:48:31 -08:00
visual_tool_vector_clip.h Use lambdas for very short event handlers 2012-12-02 13:29:46 -08:00