1
0
Fork 0
Aegisub/src
Thomas Goyne 40ae2cdc35 Fix snapping audio markers when dragging inactive line markers with ctrl
We do need to check if the inactive markers are in the active set when
ctrl-dragging, as otherwise there'll always be a marker 0 pixels away to
snap to. Fortunately when ctrl-dragging all of the the markers involved
are by definition very close together, so it would be very difficult to
have enough markers to check for this to be a performance issue.

Closes #1823.
2015-03-01 11:13:43 -08:00
..
bitmaps Enable compression for the 256x256 icon 2014-06-24 13:14:20 -07:00
command Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
gl Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
include/aegisub Reinitialize libass every time the font is changed in the style editor 2015-02-08 09:13:53 -08:00
libresrc Remove the automation thread priority stuff 2014-07-23 15:29:55 -07:00
osx Fix restarting the application after changing the UI language on OS X 2014-06-14 06:51:53 -07:00
res Add version information to the windows executable 2014-05-15 08:39:09 -07:00
Makefile Actually use CPPFLAGS_BOOST when building src/aegisub 2015-01-01 10:24:00 -08:00
MatroskaParser.c Don't limit CodecPrivate to 256KB 2014-05-20 09:46:58 -07:00
MatroskaParser.h Use stdint types in MatroskaParser 2014-03-23 09:01:25 -07:00
aegisublocale.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
aegisublocale.h Default to the language selected in the installer 2014-05-15 11:09:38 -07:00
agi_pre.cpp Add custom build system for wxWidgets 2014-05-13 11:02:46 -07:00
agi_pre.h Drop support for the DirectX SDK and require the Windows 8 SDK for DirectSound 2014-06-29 10:45:27 -07:00
ass_attachment.cpp Anchor AssAttachment's vtable 2015-01-01 10:23:59 -08:00
ass_attachment.h Anchor AssAttachment's vtable 2015-01-01 10:23:59 -08:00
ass_dialogue.cpp Reimplement boost::split_iterator to make it less slow 2015-02-07 14:56:27 -08:00
ass_dialogue.h Fix build with latest Visual Studio 2014-11-23 15:30:27 +02:00
ass_entry.cpp Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_entry.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_export_filter.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
ass_export_filter.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
ass_exporter.cpp Skip the [Aegisub Project Garbage] and [Aegisub Extradata] sections when exporting to ASS 2014-09-20 11:52:44 -07:00
ass_exporter.h Clean up unused includes 2014-05-23 07:28:24 -07:00
ass_file.cpp Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
ass_file.h Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
ass_info.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_karaoke.cpp AssKaraoke can safely take a const AssDialogue* 2015-01-14 00:21:25 +01:00
ass_karaoke.h AssKaraoke can safely take a const AssDialogue* 2015-01-14 00:21:25 +01:00
ass_override.cpp Remove some redundant .get()s 2015-01-26 19:22:59 -08:00
ass_override.h Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
ass_parser.cpp Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
ass_parser.h Clean up unused includes 2014-05-23 07:28:24 -07:00
ass_style.cpp Reimplement boost::split_iterator to make it less slow 2015-02-07 14:56:27 -08:00
ass_style.h Anchor AssStyle's vtable 2014-12-28 20:31:33 -08:00
ass_style_storage.cpp Move style catalog indexing and naming logic 2014-05-04 13:03:04 +02:00
ass_style_storage.h Move style catalog indexing and naming logic 2014-05-04 13:03:04 +02:00
async_video_provider.cpp Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
async_video_provider.h Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
audio_box.cpp Set the initial audio volume when opening audio 2014-06-03 07:21:07 -07:00
audio_box.h Clean up unused includes 2014-05-23 07:28:24 -07:00
audio_colorscheme.cpp Fix a bunch of float <-> double conversion warnings 2014-07-28 12:09:48 -07:00
audio_colorscheme.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_controller.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_controller.h Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_display.cpp Move AudioDisplayInteractionObject to audio_display.cpp 2015-01-01 10:24:00 -08:00
audio_display.h Move AudioDisplayInteractionObject to audio_display.cpp 2015-01-01 10:24:00 -08:00
audio_karaoke.cpp Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
audio_karaoke.h Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
audio_marker.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_marker.h Make some virtual destructors protected instead 2015-01-01 10:23:59 -08:00
audio_player.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_player_alsa.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_player_dsound.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_player_dsound2.cpp Eliminate some gratuitous exceptions 2015-02-15 08:19:10 -08:00
audio_player_openal.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_player_oss.cpp Use more make_unqiue 2014-08-31 08:11:12 -07:00
audio_player_portaudio.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_player_portaudio.h fix Linux build 2014-07-12 01:31:26 +02:00
audio_player_pulse.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_provider_avs.cpp Fix vc++ compilation 2014-07-10 12:55:38 -07:00
audio_provider_factory.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_provider_factory.h Fix non-pch compilation 2014-07-14 10:10:22 -07:00
audio_provider_ffmpegsource.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_renderer.cpp Slather around more const 2014-12-21 11:31:17 -08:00
audio_renderer.h Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_renderer_spectrum.cpp Fix a bunch of float <-> double conversion warnings 2014-07-28 12:09:48 -07:00
audio_renderer_spectrum.h Make everything final that can be 2014-03-12 19:07:30 -07:00
audio_renderer_waveform.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_renderer_waveform.h Use unique_ptr for AudioWaveformRenderer's decode buffer 2014-05-23 07:28:25 -07:00
audio_rendering_style.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_timing.h Allow clicking anywhere in the audio display for alt-dragging 2014-05-14 08:37:03 -07:00
audio_timing_dialogue.cpp Fix snapping audio markers when dragging inactive line markers with ctrl 2015-03-01 11:13:43 -08:00
audio_timing_karaoke.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
auto4_base.cpp Eliminate a pointless menu refresh when opening subtitle files 2015-02-15 08:19:05 -08:00
auto4_base.h Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
auto4_lua.cpp Use the custom lua error handler during macro load 2015-02-15 08:19:23 -08:00
auto4_lua.h Add subtitles.script_resolution() 2014-12-24 15:10:12 -08:00
auto4_lua_assfile.cpp Fix crash when loading a dialogue line missing extradata 2015-01-20 21:22:24 +01:00
auto4_lua_dialog.cpp Replace boost::tokenizer with agi::Split 2015-02-08 08:11:22 -08:00
auto4_lua_factory.h Make everything final that can be 2014-03-12 19:07:30 -07:00
auto4_lua_progresssink.cpp Fix handling for automation debug formatting errors 2014-07-26 20:38:56 -07:00
avisynth.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
avisynth_wrap.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
avisynth_wrap.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
base_grid.cpp Reuse previously calculated string widths 2015-02-07 14:56:48 -08:00
base_grid.h Reuse previously calculated string widths 2015-02-07 14:56:48 -08:00
block_cache.h Fix crash in block cache aging 2014-11-12 06:21:53 +01:00
charset_detect.cpp Eliminate some gratuitous exceptions 2015-02-15 08:19:10 -08:00
charset_detect.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
colorspace.cpp Fix a bunch of float <-> double conversion warnings 2014-07-28 12:09:48 -07:00
colorspace.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
colour_button.cpp Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
colour_button.h Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
compat.cpp Eliminate some object file bloat 2015-01-01 10:23:59 -08:00
compat.h Eliminate some object file bloat 2015-01-01 10:23:59 -08:00
context.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
crash_writer.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
crash_writer.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
crash_writer_minidump.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
dialog_about.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_attachments.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
dialog_automation.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
dialog_autosave.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_colorpicker.cpp Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
dialog_detached_video.cpp Close the detached video dialog when video is closed 2014-06-15 17:17:15 -07:00
dialog_detached_video.h Close the detached video dialog when video is closed 2014-06-15 17:17:15 -07:00
dialog_dummy_video.cpp Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
dialog_export.cpp Replace boost::tokenizer with agi::Split 2015-02-08 08:11:22 -08:00
dialog_export_ebu3264.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_export_ebu3264.h Convert the build system to non-recursive make 2014-06-17 11:37:20 -07:00
dialog_fonts_collector.cpp Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
dialog_jumpto.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
dialog_kara_timing_copy.cpp Use initializer lists rather than std::make_pair 2014-05-26 09:34:18 -07:00
dialog_log.cpp Include seconds in log timestamps on Windows 2015-01-14 00:21:23 +01:00
dialog_manager.h Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
dialog_paste_over.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_paste_over.h Remove a lot of pointless headers for dialogs 2014-05-22 14:58:39 -07:00
dialog_progress.cpp Remove the automation thread priority stuff 2014-07-23 15:29:55 -07:00
dialog_progress.h Remove the automation thread priority stuff 2014-07-23 15:29:55 -07:00
dialog_properties.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
dialog_resample.cpp Fix a pile of places where abs() was used on floats 2014-12-28 19:30:32 -08:00
dialog_search_replace.cpp Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
dialog_search_replace.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_selected_choices.cpp Fix the Select All button in the import styles dialog 2014-06-06 12:08:41 -07:00
dialog_selection.cpp Replace wxString::Format with agi::format 2014-05-30 11:53:14 -07:00
dialog_shift_times.cpp Fix crash on a certain kind of malformed shift times history file 2014-11-22 13:21:58 -08:00
dialog_spellchecker.cpp Remove some redundant .get()s 2015-01-26 19:22:59 -08:00
dialog_style_editor.cpp Style editor: accept -360..360deg range 2015-02-26 22:40:21 +03:00
dialog_style_editor.h Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
dialog_style_manager.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
dialog_styling_assistant.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
dialog_styling_assistant.h Clean up unused includes 2014-05-23 07:28:24 -07:00
dialog_text_import.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_timing_processor.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
dialog_translation.cpp Remove some exceptions not used for much of anything 2014-06-11 12:52:30 -07:00
dialog_translation.h Remove some exceptions not used for much of anything 2014-06-11 12:52:30 -07:00
dialog_version_check.cpp Replace most remaining uses of boost::split with agi::Split 2015-02-08 08:11:14 -08:00
dialog_video_details.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
dialog_video_properties.cpp Fix a pile of places where abs() was used on floats 2014-12-28 19:30:32 -08:00
dialogs.h Avoid having to include preferences.h in app.cpp 2014-12-28 20:28:33 -08:00
export_fixstyle.cpp Make AssFixStylesFilter usable statically 2014-07-14 10:10:22 -07:00
export_fixstyle.h Make AssFixStylesFilter usable statically 2014-07-14 10:10:22 -07:00
export_framerate.cpp Replace wxString::Format with agi::format 2014-05-30 11:53:14 -07:00
export_framerate.h Redesign project file handling 2014-05-22 09:29:12 -07:00
factory_manager.h Refactor the rest of the factories 2014-03-24 12:40:03 -07:00
ffmpegsource_common.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
ffmpegsource_common.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
fft.cpp Fix compilation without fftw3 2014-10-12 15:23:58 -07:00
fft.h Don't compile the FFT code if FFTW is enabled 2014-05-23 07:28:25 -07:00
flyweight_hash.h Reuse previously calculated string widths 2015-02-07 14:56:48 -08:00
font_file_lister.cpp Eliminate uses of dynamic_cast on everything but GUI widgets 2014-12-28 12:29:54 -08:00
font_file_lister.h Remove some cruft from the fonts collector 2014-07-06 19:25:48 -07:00
font_file_lister_fontconfig.cpp Use EnumFontFamiliesEx to try to find the correct match when fontconfig gives several options 2014-08-24 16:53:59 -07:00
format.h Fix compilation with UTF-8 wxString 2014-05-30 11:53:15 -07:00
frame_main.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
frame_main.h Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
gl_text.cpp Eliminate all remaining places where strings are thrown as exceptions 2014-06-11 12:52:30 -07:00
gl_text.h Clean up unused includes 2014-05-23 07:28:24 -07:00
gl_wrap.cpp Fix a bunch of float <-> double conversion warnings 2014-07-28 12:09:48 -07:00
gl_wrap.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
grid_column.cpp Reuse previously calculated string widths 2015-02-07 14:56:48 -08:00
grid_column.h Reuse previously calculated string widths 2015-02-07 14:56:48 -08:00
help_button.cpp Add the help page for the resolution mismatch dialog 2014-06-27 11:15:48 -07:00
help_button.h De-wxString HelpButton 2014-06-11 12:52:30 -07:00
hotkey.cpp Make some functions static 2014-07-08 16:38:16 -07:00
hotkey_data_view_model.cpp Use the untranslated context name for new hotkeys 2015-02-28 14:39:06 -08:00
hotkey_data_view_model.h Use less wxString in HotkeyDataViewModel 2014-06-04 14:15:26 -07:00
initial_line_state.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
initial_line_state.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
main.cpp Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
main.h Remove AegisubApp::HandleEvent 2015-01-01 10:24:00 -08:00
menu.cpp Sort Automation menu items by display name 2015-01-25 00:35:42 +01:00
mkv_wrap.cpp Fix loading subtitles extradata from matroska files 2014-08-30 08:11:39 -07:00
mkv_wrap.h Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
options.h Move global_scripts to options.h 2014-06-06 12:08:41 -07:00
pen.cpp Give Pen an out-of-line destructor 2015-01-01 10:24:00 -08:00
pen.h Give Pen an out-of-line destructor 2015-01-01 10:24:00 -08:00
persist_location.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
persist_location.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
placeholder_ctrl.h Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00
preferences.cpp Avoid having to include preferences.h in app.cpp 2014-12-28 20:28:33 -08:00
preferences.h Eliminate a bunch of entirely pointless OptionPage subclasses 2014-05-31 08:11:32 -07:00
preferences_base.cpp Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
preferences_base.h Eliminate a bunch of entirely pointless OptionPage subclasses 2014-05-31 08:11:32 -07:00
project.cpp Update the selection and scroll position after opening subtitles from video 2014-11-22 13:27:06 -08:00
project.h Update the selection and scroll position after opening subtitles from video 2014-11-22 13:27:06 -08:00
resolution_resampler.cpp Fix a pile of places where abs() was used on floats 2014-12-28 19:30:32 -08:00
resolution_resampler.h Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
retina_helper.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
search_replace_engine.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
search_replace_engine.h Use more NSDMIs 2014-05-12 10:05:36 -07:00
selection_controller.cpp Pull even more of the subs load logic into Project 2014-06-02 13:02:06 -07:00
selection_controller.h Pull even more of the subs load logic into Project 2014-06-02 13:02:06 -07:00
spellchecker.cpp Use NSSpellChecker rather than hunspell on OS X 2014-06-11 12:33:09 -07:00
spellchecker_hunspell.cpp Pass UTF-8 paths to hunspell now that it supports them 2014-06-26 16:50:43 -07:00
spellchecker_hunspell.h Make everything final that can be 2014-03-12 19:07:30 -07:00
spline.cpp Replace boost::tokenizer with agi::Split 2015-02-08 08:11:22 -08:00
spline.h Fix a bunch of crashes in the vector clip tool 2014-06-03 10:07:35 -07:00
spline_curve.cpp Use initializer lists rather than std::make_pair 2014-05-26 09:34:18 -07:00
spline_curve.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
string_codec.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
string_codec.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
subs_controller.cpp Optimize Extradata handling a bit 2014-09-06 09:47:29 -07:00
subs_controller.h Pull even more of the subs load logic into Project 2014-06-02 13:02:06 -07:00
subs_edit_box.cpp Reuse previously calculated string widths 2015-02-07 14:56:48 -08:00
subs_edit_box.h Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
subs_edit_ctrl.cpp Eliminate pointless runtime datastructures for CalltipProvider 2014-07-04 20:37:36 -07:00
subs_edit_ctrl.h Eliminate pointless runtime datastructures for CalltipProvider 2014-07-04 20:37:36 -07:00
subs_preview.cpp Reinitialize libass every time the font is changed in the style editor 2015-02-08 09:13:53 -08:00
subs_preview.h Delay showing the font caching dialog until subtitles are actually rendered 2014-03-25 20:04:48 -07:00
subtitle_format.cpp Actually register the SSA subtitle format 2014-08-10 06:52:58 -07:00
subtitle_format.h Skip the [Aegisub Project Garbage] and [Aegisub Extradata] sections when exporting to ASS 2014-09-20 11:52:44 -07:00
subtitle_format_ass.cpp Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
subtitle_format_ass.h Skip the [Aegisub Project Garbage] and [Aegisub Extradata] sections when exporting to ASS 2014-09-20 11:52:44 -07:00
subtitle_format_ebu3264.cpp Fix EBU STL writing on non-MSVC runtimes 2015-01-26 19:19:42 +01:00
subtitle_format_ebu3264.h Modernize the EBU STL writer a bit 2014-07-01 20:16:17 -07:00
subtitle_format_encore.cpp Debloatify some stuff 2014-12-28 12:30:01 -08:00
subtitle_format_encore.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_microdvd.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_microdvd.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_mkv.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_mkv.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_srt.cpp Eliminate uses of dynamic_cast on everything but GUI widgets 2014-12-28 12:29:54 -08:00
subtitle_format_srt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ssa.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_ssa.h Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
subtitle_format_transtation.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_transtation.h Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_ttxt.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_ttxt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_txt.cpp Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
subtitle_format_txt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitles_provider.cpp Pass all font attachments to font renderer 2015-02-27 01:16:35 +03:00
subtitles_provider_csri.cpp Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
subtitles_provider_csri.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
subtitles_provider_libass.cpp Reinitialize libass every time the font is changed in the style editor 2015-02-08 09:13:53 -08:00
subtitles_provider_libass.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
text_file_reader.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
text_file_reader.h Use read_file_mapping in TextFileReader 2014-03-21 09:28:17 -07:00
text_file_writer.cpp Don't convert encoding names to lowercase when writing files 2014-07-11 09:26:59 -07:00
text_file_writer.h Use more NSDMIs 2014-05-12 10:05:36 -07:00
text_selection_controller.cpp Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
text_selection_controller.h Restore the text selection and cursor position on undo 2014-04-17 11:46:28 -07:00
thesaurus.cpp Remove some redundant .get()s 2015-01-26 19:22:59 -08:00
thesaurus.h Fix a use-after-free when a SubsEditCtrl is destroyed while the thesaurus is loading 2014-07-11 09:26:58 -07:00
time_range.h Clean up unused includes 2014-05-23 07:28:24 -07:00
timeedit_ctrl.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
timeedit_ctrl.h Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
toggle_bitmap.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
toggle_bitmap.h Make everything final that can be 2014-03-12 19:07:30 -07:00
toolbar.cpp Make UnknownElement moveable and not copyable 2014-06-29 10:45:26 -07:00
tooltip_manager.cpp Remove some redundant .get()s 2015-01-26 19:22:59 -08:00
tooltip_manager.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
utils.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
utils.h Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
validators.cpp Fix #1843 2015-01-14 00:46:02 +01:00
validators.h Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
value_event.h Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
vector2d.cpp Fix a pile of places where abs() was used on floats 2014-12-28 19:30:32 -08:00
vector2d.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
version.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
version.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_box.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
video_box.h Redesign project file handling 2014-05-22 09:29:12 -07:00
video_controller.cpp Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
video_controller.h Eliminate a pointless set that only ever had zero or one entries 2014-12-28 16:46:37 -08:00
video_display.cpp Remove some redundant .get()s 2015-01-26 19:22:59 -08:00
video_display.h Redesign how project metadata is stored in the file 2014-05-22 09:29:15 -07:00
video_frame.cpp Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_frame.h Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_out_gl.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
video_out_gl.h Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
video_provider_avs.cpp Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_provider_cache.cpp Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_provider_dummy.cpp Replace most remaining uses of boost::split with agi::Split 2015-02-08 08:11:14 -08:00
video_provider_dummy.h Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_provider_ffmpegsource.cpp Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_provider_manager.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
video_provider_manager.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
video_provider_yuv4mpeg.cpp Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_slider.cpp Only repaint the video slider on seek if the thumb will actually move 2014-06-12 17:06:25 -07:00
video_slider.h Redesign project file handling 2014-05-22 09:29:12 -07:00
visual_feature.cpp Make the visual tool drag handles a little smaller 2014-04-23 07:15:28 -07:00
visual_feature.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
visual_tool.cpp Eliminate uses of dynamic_cast on everything but GUI widgets 2014-12-28 12:29:54 -08:00
visual_tool.h Clean up unused includes 2014-05-23 07:28:24 -07:00
visual_tool_clip.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
visual_tool_clip.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
visual_tool_cross.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
visual_tool_cross.h Clean up unused includes 2014-05-23 07:28:24 -07:00
visual_tool_drag.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
visual_tool_drag.h Clean up unused includes 2014-05-23 07:28:24 -07:00
visual_tool_rotatexy.cpp Update all selected lines when dragging the origin in the rotate tools 2014-06-29 11:42:55 -07:00
visual_tool_rotatexy.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_rotatez.cpp Update all selected lines when dragging the origin in the rotate tools 2014-06-29 11:42:55 -07:00
visual_tool_rotatez.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_scale.cpp Fix a pile of places where abs() was used on floats 2014-12-28 19:30:32 -08:00
visual_tool_scale.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_vector_clip.cpp Don't automatically select all control handle in the vector clip tool 2014-06-26 17:24:54 -07:00
visual_tool_vector_clip.h Don't automatically select all control handle in the vector clip tool 2014-06-26 17:24:54 -07:00