Aegisub/aegisub/src
Thomas Goyne 929fa83dd9 Move the bulk of TextFileWriter's logic to libaegisub.
Originally committed to SVN as r4660.
2010-07-07 02:41:46 +00:00
..
bitmaps Add the new icons + new source paths to EXTRA_DIST, it was still set to the XPMs. 2009-09-06 02:39:32 +00:00
boost Add boost license. 2009-10-28 00:28:36 +00:00
config universalchardet is no longer optional. 2010-06-12 05:29:01 +00:00
gl Update glext.h to a version that isn't four years old 2010-06-07 07:24:18 +00:00
include/aegisub Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
libosxutil Use correct framework header so that we get CFStringRef, etc. included as well. 2010-01-05 00:50:09 +00:00
libresrc Hook up default_path.json to the build 2010-06-13 01:43:19 +00:00
msvc SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am universalchardet is no longer optional. 2010-06-12 05:29:01 +00:00
MatroskaParser.c Silence warnings in MatroskaParser.c 2009-09-02 10:06:25 +00:00
MatroskaParser.h Re-update the license on Haali's matroska parser. 2009-04-29 21:19:45 +00:00
aegisub_endian.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
aegisublocale.cpp Merge translations from 2.1.8. 2010-01-26 13:43:02 +00:00
aegisublocale.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
agi_pre.cpp Protect agi_pre.h from double inclusion during PCH generation in MSVC. 2009-09-11 02:47:14 +00:00
agi_pre.h Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
ass_attachment.cpp Fix AssAttachment::Clone() not being const causing it to not override AssEntry::Clone(), and make sure the group field is also copied during cloning. Updates #1216. 2010-06-24 06:13:06 +00:00
ass_attachment.h Fix AssAttachment::Clone() not being const causing it to not override AssEntry::Clone(), and make sure the group field is also copied during cloning. Updates #1216. 2010-06-24 06:13:06 +00:00
ass_dialogue.cpp Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
ass_dialogue.h Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
ass_entry.cpp As we require RTTI anyway, kill AssEntry::GetAsDialogue/Style/Attachment and just use dynamic_cast 2010-05-19 00:44:52 +00:00
ass_entry.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
ass_export_filter.cpp Fix segfault caused by AssExportFilterChain not getting initialized. 2010-06-28 07:12:57 +00:00
ass_export_filter.h Fix some "leaks" of things that should actually be alive for the lifetime of the program to reduce noise. 2010-06-24 01:24:02 +00:00
ass_exporter.cpp Fix memory leak when exporting a file fails 2010-06-03 20:32:03 +00:00
ass_exporter.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
ass_file.cpp Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
ass_file.h Simplify and speed up AssFile's copy constructor and assignment operator. 2010-06-22 00:03:33 +00:00
ass_karaoke.cpp Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
ass_karaoke.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
ass_override.cpp Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
ass_override.h Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
ass_style.cpp Silence some prefast warnings 2010-06-11 02:24:59 +00:00
ass_style.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
ass_style_storage.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_style_storage.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
ass_time.cpp Rework how sorting works and add sorting by style 2010-05-19 00:44:44 +00:00
ass_time.h Rework how sorting works and add sorting by style 2010-05-19 00:44:44 +00:00
audio_box.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_box.h Remove include guards in favour of '#pragma once'. Normally I would use an include guard however #pragama once is easier to spot and we already used it in mst of our files, this is for the sake of consistency until they're removed. 2009-09-18 02:48:31 +00:00
audio_display.cpp Be more sure the audio display's grid pointer is initialised properly. Should fix audio loading. 2010-06-26 14:09:15 +00:00
audio_display.h Remove include guards in favour of '#pragma once'. Normally I would use an include guard however #pragama once is easier to spot and we already used it in mst of our files, this is for the sake of consistency until they're removed. 2009-09-18 02:48:31 +00:00
audio_karaoke.cpp Templatize VariableData's getters and setters 2010-06-16 06:20:06 +00:00
audio_karaoke.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
audio_player.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
audio_player_alsa.cpp Eliminate double inclusion of frame_main.h and remove #pragma once 2010-06-16 06:20:27 +00:00
audio_player_alsa.h Eliminate double inclusion of frame_main.h and remove #pragma once 2010-06-16 06:20:27 +00:00
audio_player_dsound.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_player_dsound.h Eliminate double inclusion of frame_main.h and remove #pragma once 2010-06-16 06:20:27 +00:00
audio_player_dsound2.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_player_dsound2.h Doxygen-document DSound2 audio player 2010-02-05 14:51:12 +00:00
audio_player_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_openal.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_player_openal.h Eliminate double inclusion of frame_main.h and remove #pragma once 2010-06-16 06:20:27 +00:00
audio_player_oss.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_player_oss.h Eliminate double inclusion of frame_main.h and remove #pragma once 2010-06-16 06:20:27 +00:00
audio_player_portaudio.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_player_portaudio.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_pulse.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_player_pulse.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
audio_provider_avs.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
audio_provider_avs.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider_convert.cpp Throw an error instead of crashing if user attempts to load audio with bitdepth >16bits/sample. Updates #996. 2009-09-21 01:52:34 +00:00
audio_provider_convert.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_downmix.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_downmix.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider_dummy.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_dummy.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_ffmpegsource.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
audio_provider_ffmpegsource.h Updating ffms2 to r221 (2.12), step 3/3: Aegisub interface 2009-09-26 21:58:00 +00:00
audio_provider_hd.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
audio_provider_hd.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider_pcm.cpp Don't use a wxChar for exception messages. 2010-06-10 04:52:47 +00:00
audio_provider_pcm.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_quicktime.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_provider_quicktime.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_ram.cpp Fix a smattering of memory leaks. 2010-02-25 21:45:39 +00:00
audio_provider_ram.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_stream.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_stream.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_renderer.cpp Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top. 2009-10-09 16:34:38 +00:00
audio_renderer.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_renderer_spectrum.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
audio_renderer_spectrum.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
auto4_base.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
auto4_base.h Remove include guards in favour of '#pragma once'. Normally I would use an include guard however #pragama once is easier to spot and we already used it in mst of our files, this is for the sake of consistency until they're removed. 2009-09-18 02:48:31 +00:00
auto4_lua.cpp Fix selection indexes returned from Auto4 Lua macros to be zero-based instead of one-based. Updates #1219. 2010-06-29 23:14:46 +00:00
auto4_lua.h Add some docstrings to Auto4 LuaAssFile class. 2010-06-24 19:32:23 +00:00
auto4_lua_assfile.cpp "Intelligently" append dialogue lines to the end of the Events section instead of to the absolute end of file. This will make appending lines slower if attachments are present, but much safer. Updates #1211. 2010-06-24 20:48:49 +00:00
auto4_lua_dialog.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
auto4_lua_factory.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
auto4_lua_scriptreader.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
auto4_lua_scriptreader.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
avisynth.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
avisynth_wrap.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
avisynth_wrap.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
base_grid.cpp Make lines_added and lines_removed in SelectionListener::OnSelectedSetChanged mutually exclusive. 2010-06-28 07:13:03 +00:00
base_grid.h Add overload of GetSelectedSet that just returns the selection 2010-06-28 07:12:52 +00:00
block_cache.h Fix constness issue that makes gcc on SnowLeopard fail to compile. 2009-12-07 00:06:35 +00:00
browse_button.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
browse_button.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
charset_conv.cpp Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
charset_conv.h Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
charset_detect.cpp Make the logging for charset detection more useful by print the detected character set(s) 2010-06-27 20:03:38 +00:00
charset_detect.h Simplify charset detection 2010-06-03 20:31:43 +00:00
colorspace.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
colorspace.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
colour_button.cpp Make the color picker dialog update the color instantly when used from the style editor, rather than waiting for the dialog to be closed, and revert if the dialog is cancelled. Updates #355. 2010-06-09 08:14:50 +00:00
colour_button.h Make the color picker dialog update the color instantly when used from the style editor, rather than waiting for the dialog to be closed, and revert if the dialog is cancelled. Updates #355. 2010-06-09 08:14:50 +00:00
compat.cpp Move mru,opt objects out of the main singleton and into a global config:: namespace. With exception of the log object these are initialised during startup to ensure they are initalised after the log object. 2010-06-18 02:23:27 +00:00
compat.h Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
config.h * Rename stdwx.h to agi_pre.h as it doesn't include wx headers only, it's confusing. 2009-09-10 04:14:28 +00:00
dialog_about.cpp Clean up About box: 2010-06-29 17:48:17 +00:00
dialog_about.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_attachments.cpp Fix attachments dialogue infinite looping if closed with attachments present. Updates #1212. 2010-06-24 20:43:23 +00:00
dialog_attachments.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_automation.cpp Silence some prefast warnings 2010-06-11 02:24:59 +00:00
dialog_automation.h Add a forward declaration which is apparently needed with certain gcc 2009-09-27 01:20:12 +00:00
dialog_colorpicker.cpp Fix bug where the color spectrum sometimes would not repaint when it changed 2010-06-18 07:14:11 +00:00
dialog_colorpicker.h Make the color picker dialog update the color instantly when used from the style editor, rather than waiting for the dialog to be closed, and revert if the dialog is cancelled. Updates #355. 2010-06-09 08:14:50 +00:00
dialog_detached_video.cpp Rename FrameMain::SubsBox to SubsGrid for consistency with the rest of Aegisub. 2010-06-16 06:20:33 +00:00
dialog_detached_video.h Make the video display actually hide when the detached video dialog is minimized. 2009-10-13 04:10:55 +00:00
dialog_dummy_video.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
dialog_dummy_video.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_export.cpp Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
dialog_export.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_fonts_collector.cpp Reenable Start/Cancel buttons in the font collector dialog even if the collection fails. 2010-06-27 05:05:44 +00:00
dialog_fonts_collector.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_jumpto.cpp Fixed the jump to dialog never displaying anything but 0 in the hour column. Updates #1003. 2009-10-09 19:43:43 +00:00
dialog_jumpto.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_kara_timing_copy.cpp Silence some prefast warnings 2010-06-11 02:24:59 +00:00
dialog_kara_timing_copy.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_log.cpp Use an std::string for now when printing messages. 2010-06-09 02:06:37 +00:00
dialog_log.h * Change wxID_CLOSE to wxID_OK 2010-06-03 03:07:43 +00:00
dialog_paste_over.cpp Fix crash when pasting over 2010-06-22 00:03:16 +00:00
dialog_paste_over.h Fix crash when pasting over 2010-06-22 00:03:16 +00:00
dialog_progress.cpp Fix a smattering of memory leaks. 2010-02-25 21:45:39 +00:00
dialog_progress.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_properties.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_properties.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_resample.cpp Kill AssDialogue::UpdateData, which last had a non-empty body 3.5 years ago 2010-06-16 06:20:19 +00:00
dialog_resample.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_search_replace.cpp Move "active line" responsibility to the grid. There are at the very least a bunch of redraw issues that need to be sorted out, probably much worse things are hiding. 2010-06-26 11:32:16 +00:00
dialog_search_replace.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_selection.cpp Move "active line" responsibility to the grid. There are at the very least a bunch of redraw issues that need to be sorted out, probably much worse things are hiding. 2010-06-26 11:32:16 +00:00
dialog_selection.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_shift_times.cpp Fix bad option names 2010-06-24 06:26:44 +00:00
dialog_shift_times.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_spellchecker.cpp Move "active line" responsibility to the grid. There are at the very least a bunch of redraw issues that need to be sorted out, probably much worse things are hiding. 2010-06-26 11:32:16 +00:00
dialog_spellchecker.h Merge r3994 from the 2.1.8 branch. Closes #999. 2010-01-19 01:05:51 +00:00
dialog_splash.cpp Show splash screen much earlier, and show main window much later. Also be smoother about the display of the main window, avoid flickery relayouting. Remove splash screen "click to close" behaviour as well as timed close, just hide it when the main window has been shown. 2010-06-26 14:16:59 +00:00
dialog_splash.h Show splash screen much earlier, and show main window much later. Also be smoother about the display of the main window, avoid flickery relayouting. Remove splash screen "click to close" behaviour as well as timed close, just hide it when the main window has been shown. 2010-06-26 14:16:59 +00:00
dialog_style_editor.cpp Kill AssDialogue::UpdateData, which last had a non-empty body 3.5 years ago 2010-06-16 06:20:19 +00:00
dialog_style_editor.h Change the logic for when the style editor asks the user if they wish to update existing lines when renaming a style to be based on whether it is a newly created style rather than whether the style's name starts with "Copy of". Updates #1060. 2010-02-14 22:26:45 +00:00
dialog_style_manager.cpp Fix copy/paste error in r4244 2010-06-11 02:25:40 +00:00
dialog_style_manager.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_styling_assistant.cpp Move "active line" responsibility to the grid. There are at the very least a bunch of redraw issues that need to be sorted out, probably much worse things are hiding. 2010-06-26 11:32:16 +00:00
dialog_styling_assistant.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_text_import.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
dialog_text_import.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_timing_processor.cpp Kill AssDialogue::UpdateData, which last had a non-empty body 3.5 years ago 2010-06-16 06:20:19 +00:00
dialog_timing_processor.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_tip.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
dialog_tip.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_translation.cpp Move "active line" responsibility to the grid. There are at the very least a bunch of redraw issues that need to be sorted out, probably much worse things are hiding. 2010-06-26 11:32:16 +00:00
dialog_translation.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_version_check.cpp Fix option data type for the version check auto check toggle, avoid insane exception when closing version check result dialogue. 2010-06-29 10:06:19 +00:00
dialog_version_check.h Merge 3906,r3909,r3910,r3912,r3928,r3931,r3932,r3933,r3935,r3936: merge update checker from 2.1.8, this also needs to be documented for doxygen. closes #1084. 2010-01-26 13:14:05 +00:00
dialog_video_details.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_video_details.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
drop.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
drop.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
export_clean_info.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
export_clean_info.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
export_fixstyle.cpp Sort styles after lowercasing them rather than before so they actually get in the right order. 2010-06-27 07:53:36 +00:00
export_fixstyle.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
export_framerate.cpp Fix significantly incorrect handling of pretty much everything in AssTransformFramerateFilter and make it better at deciding when it actually needs to do anything. 2010-06-24 01:24:26 +00:00
export_framerate.h Fix significantly incorrect handling of pretty much everything in AssTransformFramerateFilter and make it better at deciding when it actually needs to do anything. 2010-06-24 01:24:26 +00:00
export_visible_lines.cpp Fix memory leak in AssLimitToVisibleFilter 2010-06-24 01:24:15 +00:00
export_visible_lines.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
factory_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
ffmpegsource_common.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
ffmpegsource_common.h Allow user to set behavior of audio decoding errors during indexing with the FFMS2 providers. 2009-11-28 21:13:47 +00:00
fft.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
fft.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
font_file_lister.cpp Make font_file_lister.cpp build on windows when freetype2 is disabled (broken by r3536). 2009-10-02 23:15:31 +00:00
font_file_lister.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
font_file_lister_fontconfig.cpp * Remove wxprec.h from all files other than agi_pre.h. Including this in various headers is useless as it includes wx.h which includes dozens of 'common' wx headers. With this we're unable to tell which files rely on which interfaces. This commit removes them and manually places in required headers as-needed. 2009-09-10 10:26:50 +00:00
font_file_lister_fontconfig.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
font_file_lister_freetype.cpp Wrap shlobj.h with WIN32 again, it got removed in a previous commit. 2009-09-11 18:55:33 +00:00
font_file_lister_freetype.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
frame_main.cpp Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
frame_main.h Rename FrameMain::SubsBox to SubsGrid for consistency with the rest of Aegisub. 2010-06-16 06:20:33 +00:00
frame_main_events.cpp Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
gl_text.cpp Document gl_text, fix some minor memory leaks and fix a rendering error that happened only in debug builds. 2010-06-02 07:22:53 +00:00
gl_text.h Fix compilation errors when not using precompiled headers 2010-06-14 19:26:27 +00:00
gl_wrap.cpp Add support for rendering vector clips with multiple 'm' commands. 2010-06-08 06:09:19 +00:00
gl_wrap.h Add support for rendering vector clips with multiple 'm' commands. 2010-06-08 06:09:19 +00:00
help_button.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
help_button.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
hilimod_textctrl.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
hilimod_textctrl.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
hotkeys.cpp Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
hotkeys.h Make some non-mutating hotkey methods const. 2009-12-05 04:26:07 +00:00
idle_field_event.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
idle_field_event.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
kana_table.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
kana_table.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
keyframe.cpp Move mru,opt objects out of the main singleton and into a global config:: namespace. With exception of the log object these are initialised during startup to ensure they are initalised after the log object. 2010-06-18 02:23:27 +00:00
keyframe.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
main.cpp Add some real exception catching to our wxApp class, now we should be able to get decent messages from all exceptions thrown inside event handlers. 2010-06-29 10:31:15 +00:00
main.h Add some real exception catching to our wxApp class, now we should be able to get decent messages from all exceptions thrown inside event handlers. 2010-06-29 10:31:15 +00:00
md5.c Add svn:keywords for files modified in r3310. 2009-07-29 05:43:58 +00:00
md5.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
mkv_wrap.cpp Rework how sorting works and add sorting by style 2010-05-19 00:44:44 +00:00
mkv_wrap.h Add "Open Subtitles From Video" menu option. Closes #253. 2010-05-19 00:44:37 +00:00
mythes.cxx SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
mythes.hxx SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
options.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
options.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
plugin_manager.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
plugin_manager.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
preferences.cpp Fix compilation errors when not using precompiled headers 2010-06-14 19:26:27 +00:00
preferences.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
quicktime_common.cpp Add missing headers to quicktime_common.cpp and video_provider_quicktime.cpp. 2009-12-25 04:32:36 +00:00
quicktime_common.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00: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 Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
scintilla_text_ctrl.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
selection_controller.h Make lines_added and lines_removed in SelectionListener::OnSelectedSetChanged mutually exclusive. 2010-06-28 07:13:03 +00:00
setup.cpp Change all incorrect uses of __WXDEBUG__ to _DEBUG. __WXDEBUG__ being defined does not necessarily mean that it is a debug build, and by default it is defined in release builds of wx as of 2.9.1. 2010-02-09 04:31:33 +00:00
spellchecker.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
spellchecker_hunspell.cpp Fix build error when wx was not built with wxUSE_STL 2010-06-03 20:54:46 +00:00
spellchecker_hunspell.h Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
spellchecker_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
spline.cpp Add support for rendering vector clips with multiple 'm' commands. 2010-06-08 06:09:19 +00:00
spline.h Add support for rendering vector clips with multiple 'm' commands. 2010-06-08 06:09:19 +00:00
spline_curve.cpp Add support for rendering vector clips with multiple 'm' commands. 2010-06-08 06:09:19 +00:00
spline_curve.h Add support for rendering vector clips with multiple 'm' commands. 2010-06-08 06:09:19 +00:00
standard_paths.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
standard_paths.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
static_bmp.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
static_bmp.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
string_codec.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
string_codec.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
subs_edit_box.cpp Change subs edit box text-formatting buttons to use 16x16 images instead of 24x24 images. Also change the buttons to fully auto-size instead of fixing one or both dimensions. 2010-06-29 18:33:22 +00:00
subs_edit_box.h Don't create the default visual tool until video is loaded so that visual tools can assume video is loaded. 2010-06-28 07:13:08 +00:00
subs_edit_ctrl.cpp Move "active line" responsibility to the grid. There are at the very least a bunch of redraw issues that need to be sorted out, probably much worse things are hiding. 2010-06-26 11:32:16 +00:00
subs_edit_ctrl.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
subs_grid.cpp Make SubtitlesGrid::InsertLine() smarter about updating maps, saves quite a lot of time on big insertions. 2010-06-26 15:49:05 +00:00
subs_grid.h Change the grid to use more sensible maps to keep track of index/object mappings for subtitle lines, and follow the SelectionController model. (Hopefully the new maps can also give slightly better performance.) 2010-06-26 07:26:27 +00:00
subs_preview.cpp Make updating the subtitle preview window roughly 50% faster 2010-06-11 02:25:34 +00:00
subs_preview.h Make updating the subtitle preview window roughly 50% faster 2010-06-11 02:25:34 +00:00
subtitle_format.cpp * Fix bug in SRT parsing: In some cases a blank line too much is counted. 2010-06-20 19:42:13 +00:00
subtitle_format.h * Fix bug in SRT parsing: In some cases a blank line too much is counted. 2010-06-20 19:42:13 +00:00
subtitle_format_ass.cpp Rework how sorting works and add sorting by style 2010-05-19 00:44:44 +00:00
subtitle_format_ass.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_dvd.cpp As we require RTTI anyway, kill AssEntry::GetAsDialogue/Style/Attachment and just use dynamic_cast 2010-05-19 00:44:52 +00:00
subtitle_format_dvd.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_encore.cpp As we require RTTI anyway, kill AssEntry::GetAsDialogue/Style/Attachment and just use dynamic_cast 2010-05-19 00:44:52 +00:00
subtitle_format_encore.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_microdvd.cpp As we require RTTI anyway, kill AssEntry::GetAsDialogue/Style/Attachment and just use dynamic_cast 2010-05-19 00:44:52 +00:00
subtitle_format_microdvd.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_mkv.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_mkv.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_srt.cpp * Fix bug in SRT parsing: In some cases a blank line too much is counted. 2010-06-20 19:42:13 +00:00
subtitle_format_srt.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_transtation.cpp As we require RTTI anyway, kill AssEntry::GetAsDialogue/Style/Attachment and just use dynamic_cast 2010-05-19 00:44:52 +00:00
subtitle_format_transtation.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_ttxt.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
subtitle_format_ttxt.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_txt.cpp Kill AssDialogue::UpdateData, which last had a non-empty body 3.5 years ago 2010-06-16 06:20:19 +00:00
subtitle_format_txt.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitles_provider.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
subtitles_provider_csri.cpp Eliminate unnessesary character set conversions in TextFileWriter 2010-06-24 01:24:32 +00:00
subtitles_provider_csri.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
subtitles_provider_libass.cpp Don't require that subtitles passed to SubtitlesProvider::LoadSubtitles be a copy that can be deleted 2010-06-11 02:25:28 +00:00
subtitles_provider_libass.h Update libass and adjust to API changes. 2009-09-02 01:23:51 +00:00
subtitles_provider_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
text_file_reader.cpp Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
text_file_reader.h Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
text_file_writer.cpp Fix bad lengths for utf-8 strings in text_file_writer.cpp 2010-06-30 01:18:35 +00:00
text_file_writer.h Eliminate unnessesary character set conversions in TextFileWriter 2010-06-24 01:24:32 +00:00
thesaurus.cpp Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
thesaurus.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
thesaurus_myspell.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
thesaurus_myspell.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
timeedit_ctrl.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
timeedit_ctrl.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
toggle_bitmap.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
toggle_bitmap.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
tooltip_manager.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
tooltip_manager.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
utils.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
utils.h Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
validators.cpp Fix incorrect setting of float values in the style editor introduced in 7a29bffb847ce2e2f877ddf773aec4afb821018b 2010-05-23 06:57:54 +00:00
validators.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
variable_data.cpp Add float overload to VariableData and use it in visual_tool.cpp rather than pretending that float* and double* are the same thing. 2010-06-27 07:53:31 +00:00
variable_data.h Beat some semblance of sanity into ass_override and related files. Fixes a pile of crashes when tags are missing expected parameters. 2010-06-24 01:24:43 +00:00
vector2d.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
vector2d.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
version.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
version.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
vfr.cpp Fix minor error in vfr.cpp: lines which end exactly on a frame's start time are not visible on that frame. 2010-06-30 06:29:27 +00:00
vfr.h Fix significantly incorrect handling of pretty much everything in AssTransformFramerateFilter and make it better at deciding when it actually needs to do anything. 2010-06-24 01:24:26 +00:00
vfw_wrap.cpp Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
vfw_wrap.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
video_box.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
video_box.h Make visual tools use only screen coordinates. 2010-05-16 06:39:11 +00:00
video_context.cpp Update the time boxes in the video display when video is first loaded 2010-06-30 06:39:27 +00:00
video_context.h Significantly revamp how visual tools interact with the rest of the program 2010-06-28 07:13:15 +00:00
video_display.cpp Frame data does need to be uploaded to the video card on every change as the subtitles and video frame are not seperate. 2010-06-28 07:39:42 +00:00
video_display.h Frame data does need to be uploaded to the video card on every change as the subtitles and video frame are not seperate. 2010-06-28 07:39:42 +00:00
video_frame.cpp Make updating the subtitle preview window roughly 50% faster 2010-06-11 02:25:34 +00:00
video_frame.h Make the caching video provider use a user-configurable max cache size in bytes instead of a hardcoded number of frames. Defaults to using 32 MB (about 10 frames at 720p) of memory for the cache. 2009-11-29 18:59:21 +00:00
video_out_gl.cpp Convert a bunch of wxLog* to the new logging method. 2010-06-01 08:21:30 +00:00
video_out_gl.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
video_provider_avs.cpp Fix significantly incorrect handling of pretty much everything in AssTransformFramerateFilter and make it better at deciding when it actually needs to do anything. 2010-06-24 01:24:26 +00:00
video_provider_avs.h Remove AegiVideoFrame::GetFloat and some related code as it was only there for fextracker. 2009-10-21 04:07:00 +00:00
video_provider_cache.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
video_provider_cache.h Remove SetCacheMax() function as it is no longer used. 2009-11-29 19:12:40 +00:00
video_provider_dummy.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
video_provider_dummy.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
video_provider_ffmpegsource.cpp Silence some prefast warnings 2010-06-11 02:24:59 +00:00
video_provider_ffmpegsource.h Update documentation according to changes in r3831. 2009-11-29 19:09:55 +00:00
video_provider_manager.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
video_provider_manager.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
video_provider_quicktime.cpp Add missing headers to quicktime_common.cpp and video_provider_quicktime.cpp. 2009-12-25 04:32:36 +00:00
video_provider_quicktime.h Change GetDesiredCacheSize() to WantsCaching() since video providers aren't setting number of frames to cache anymore. 2009-11-29 19:07:53 +00:00
video_provider_yuv4mpeg.cpp * Remove all instances of wxLogDebug and replace them with LOG_W, LOG_D, LOG_E and LOG_D_IF as required. 2010-06-08 23:21:39 +00:00
video_provider_yuv4mpeg.h Change GetDesiredCacheSize() to WantsCaching() since video providers aren't setting number of frames to cache anymore. 2009-11-29 19:07:53 +00:00
video_slider.cpp Move "active line" responsibility to the grid. There are at the very least a bunch of redraw issues that need to be sorted out, probably much worse things are hiding. 2010-06-26 11:32:16 +00:00
video_slider.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_feature.cpp Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_feature.h Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool.cpp Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool.h Fix gcc build errors 2010-07-06 19:33:09 +00:00
visual_tool_clip.cpp Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_clip.h Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_cross.cpp Switch visual tools over to using GetSelectedSet for everything 2010-06-28 07:39:36 +00:00
visual_tool_cross.h Significantly revamp how visual tools interact with the rest of the program 2010-06-28 07:13:15 +00:00
visual_tool_drag.cpp Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_drag.h Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_rotatexy.cpp Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_rotatexy.h Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_rotatez.cpp Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_rotatez.h Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
visual_tool_scale.cpp Switch visual tools over to using GetSelectedSet for everything 2010-06-28 07:39:36 +00:00
visual_tool_scale.h Significantly revamp how visual tools interact with the rest of the program 2010-06-28 07:13:15 +00:00
visual_tool_vector_clip.cpp Fix gcc build errors 2010-07-06 19:33:09 +00:00
visual_tool_vector_clip.h Make visual tools pass around iterators for everything related to visual features rather than a mix of pointers and indices, and clean up feature creation. Fixes a large pile of selection-related bugs. 2010-06-30 06:29:14 +00:00
wscript Fix the waf build after the libresrc changes, and also tweak the script to properly handle dependency tracking with the generated files. 2010-03-13 17:50:51 +00:00