Aegisub/aegisub/src
Niels Martin Hansen 3097ca162d Handle ASS files with missing [Script Info] header better, updates #440.
This should get some additional regression testing before the bug is closed and the fix backported to 2.1.8.

Originally committed to SVN as r3308.
2009-07-29 01:59:12 +00:00
..
bitmaps Convert the icon to png from xpm, I'm not sure how Windows will handle the alpha on this image.. someone on Windows will need to check. 2009-07-25 20:07:07 +00:00
boost SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
config The removal of Auto4 Ruby and Auto4 Perl code. Updates #665 and #938. 2009-07-23 01:39:57 +00:00
gl SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
include/aegisub Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
libosxutil Fill in missing docs from r3304. 2009-07-28 13:34:31 +00:00
libresrc Convert the icon to png from xpm, I'm not sure how Windows will handle the alpha on this image.. someone on Windows will need to check. 2009-07-25 20:07:07 +00:00
msvc SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am Add quicktime audio provider to VS2008 project and to Makefile.am. 2009-07-24 06:06:56 +00:00
MatroskaParser.c Re-update the license on Haali's matroska parser. 2009-04-29 21:19:45 +00:00
MatroskaParser.h Re-update the license on Haali's matroska parser. 2009-04-29 21:19:45 +00:00
aegisub_endian.h Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
aegisublocale.cpp Fix #846, patch from pomyk, thanks! 2009-06-06 21:05:31 +00:00
aegisublocale.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_attachment.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_attachment.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_dialogue.cpp Add exception.h declaring some base exception classes. For the sake of experimenting and showing the concept, change one (probably never thrown) exception to use the new style exceptions. 2009-07-22 00:10:36 +00:00
ass_dialogue.h The AssEntry::Clone() function ought to have been const all the time... make it. (Ugh, I had to make a const_cast in AssStyle::Clone().) 2009-06-07 00:22:36 +00:00
ass_entry.cpp The AssEntry::Clone() function ought to have been const all the time... make it. (Ugh, I had to make a const_cast in AssStyle::Clone().) 2009-06-07 00:22:36 +00:00
ass_entry.h Add exception.h declaring some base exception classes. For the sake of experimenting and showing the concept, change one (probably never thrown) exception to use the new style exceptions. 2009-07-22 00:10:36 +00:00
ass_export_filter.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_export_filter.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_exporter.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_exporter.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_file.cpp Fixed a memory leak that occurred when using undo/redo, fixes #330 2009-06-03 19:55:39 +00:00
ass_file.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_karaoke.cpp The AssKaraoke parser can just as well take a const AssDialogue for parameter. 2009-06-07 00:20:30 +00:00
ass_karaoke.h The AssKaraoke parser can just as well take a const AssDialogue for parameter. 2009-06-07 00:20:30 +00:00
ass_override.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_override.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_style.cpp Add exception.h declaring some base exception classes. For the sake of experimenting and showing the concept, change one (probably never thrown) exception to use the new style exceptions. 2009-07-22 00:10:36 +00:00
ass_style.h The AssEntry::Clone() function ought to have been const all the time... make it. (Ugh, I had to make a const_cast in AssStyle::Clone().) 2009-06-07 00:22:36 +00:00
ass_style_storage.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_style_storage.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_time.cpp Fix gcc breakage caused by last commit, and remove an unused variable while at it. 2009-05-15 12:31:09 +00:00
ass_time.h Const correctness in AssTime. 2009-05-14 23:09:04 +00:00
audio_box.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
audio_box.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_display.cpp For whatever reason, the right-click-to-play-syllable code in karaoke mode was calling the audio player directly, instead of using the usual Play function in the audio display. Fixes #598 for real. 2009-06-25 00:32:33 +00:00
audio_display.h Hack to fix #687, if playing to end of audio, changing the selection end shouldn't affect the playback end: it should still play to end of audio. 2009-05-15 15:23:34 +00:00
audio_karaoke.cpp Undo last change, code *was* used after all. Strangely my compiler didn't complain on first try... 2009-05-14 21:44:43 +00:00
audio_karaoke.h Undo last change, code *was* used after all. Strangely my compiler didn't complain on first try... 2009-05-14 21:44:43 +00:00
audio_player.cpp Supplant the portaudio player with the portaudio2 player. This still doesn't handle some of the issues that happen on linux, that will be fixed in a later commit, updates #876. 2009-06-10 04:45:57 +00:00
audio_player_alsa.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_alsa.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_dsound.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_dsound.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_dsound2.cpp Make DSound2 audio player use dynamic latency trickery and only do streaming (looping buffer) playback for long playback durations. This should fix most if not all "could not lock buffer" errors and close #855. 2009-06-01 14:53:18 +00:00
audio_player_dsound2.h Make error handling in DSound2 audio player more robust. When an error happened in the playback thread, the error_happened flag was set, but was never cleared when the error was detected in the main thread. Furthermore, the main thread didn't act upon the error besides showing it, it kept acting as if the playback thread was still alive and playing, causing the error to be triggered continuously requiring you to kill Aegisub to get out. 2009-05-22 01:41:31 +00:00
audio_player_manager.h Fix a bunch of memory leaks reported by valgrind and msvc about the registered factories never being cleared. 2009-05-18 05:42:54 +00:00
audio_player_openal.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_openal.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_portaudio.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
audio_player_portaudio.h Supplant the portaudio player with the portaudio2 player. This still doesn't handle some of the issues that happen on linux, that will be fixed in a later commit, updates #876. 2009-06-10 04:45:57 +00:00
audio_player_pulse.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_pulse.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_provider.cpp Implement a basic QuickTime audio provider. Currently a bit limited in functionality (it will convert everything to 16-bit mono), but seems to work fine with the one .mov test file I have. Also does a lot of ugly downcasting, I'll try to fix that later. 2009-07-24 06:04:19 +00:00
audio_provider_avs.cpp Remove a bunch of no longer needed (since we removed Aegisub::string) string conversions via c_str()/wc_str(), and replace mb_str(wxConvUTF8) with utf8_str() where appropriate. 2009-07-23 19:57:57 +00:00
audio_provider_avs.h Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
audio_provider_convert.cpp Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_provider_convert.h Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_provider_downmix.cpp Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_provider_downmix.h Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_provider_dummy.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_provider_dummy.h Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_provider_ffmpegsource.cpp FFMS2 a/v providers should use UTF8 strings for the cache filenames, just like for every other file. Updates #955 but does not fix it since you still get bizarre popups that I have no idea where they're coming from if the write/touch operations fail. 2009-07-26 23:10:12 +00:00
audio_provider_ffmpegsource.h Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
audio_provider_hd.cpp Fixed a memory leak that would occur when loading audio while using the hard disk cache 2009-06-14 04:29:20 +00:00
audio_provider_hd.h Fixed a memory leak that would occur when loading audio while using the hard disk cache 2009-06-14 04:29:20 +00:00
audio_provider_manager.h Fix a bunch of memory leaks reported by valgrind and msvc about the registered factories never being cleared. 2009-05-18 05:42:54 +00:00
audio_provider_pcm.cpp Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_provider_pcm.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_provider_quicktime.cpp Implement a basic QuickTime audio provider. Currently a bit limited in functionality (it will convert everything to 16-bit mono), but seems to work fine with the one .mov test file I have. Also does a lot of ugly downcasting, I'll try to fix that later. 2009-07-24 06:04:19 +00:00
audio_provider_quicktime.h Implement a basic QuickTime audio provider. Currently a bit limited in functionality (it will convert everything to 16-bit mono), but seems to work fine with the one .mov test file I have. Also does a lot of ugly downcasting, I'll try to fix that later. 2009-07-24 06:04:19 +00:00
audio_provider_ram.cpp Fixed a memory leak that occurred from canceling loading of audio with cache type set to RAM 2009-06-17 02:04:01 +00:00
audio_provider_ram.h Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_provider_stream.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_provider_stream.h Add sample endianness info to all audio providers (except one, intentionally; see the stream provider changeset), and make the converting audio provider convert to native endian when required. Updates #725 but needs some testing. Might break compilation in some places, but shouldn't. ("Works for me.") 2009-06-04 23:02:29 +00:00
audio_spectrum.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_spectrum.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_base.cpp Fixed a memory leak in the auto4 ScriptFactory 2009-06-11 02:17:42 +00:00
auto4_base.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_lua.cpp Remove progress dialogue and threaded call from Auto4 Lua export filter config dialogue production call. This somewhat breaks an undocumented part of the API but I don't think anything relies on this. 2009-07-28 15:39:52 +00:00
auto4_lua.h Fixed windows project. 2009-03-14 20:52:01 +00:00
auto4_lua_assfile.cpp Fix #884, annoying wxString::Trim is destructive and there's no non-destructive variant. Adding a new function to utils.cpp to test whether a string is "blank", ie. empty or whitespace-only, as well as a function to check if a wchar_t is a whitspace character. 2009-06-24 22:22:45 +00:00
auto4_lua_dialog.cpp Apparently not all platforms agree on providing MININT and MAXINT constants. Work around it by calculating those values ourselves. 2009-05-12 20:48:05 +00:00
auto4_lua_factory.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_lua_scriptreader.cpp Fixed a new[]/delete mismatch 2009-06-30 05:29:15 +00:00
auto4_lua_scriptreader.h Fixed windows project. 2009-03-14 20:52:01 +00:00
avisynth.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
avisynth_wrap.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
avisynth_wrap.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
base_grid.cpp Fix crash (div by 0) introduced in r3295, updates #953. 2009-07-27 21:11:39 +00:00
base_grid.h Fix a number of odd quirks regarding how grid selection is moved after committing multiple lines, and how audio selection moves after committing. See #794 for full details. Patch by Harukalover. 2009-04-26 01:02:23 +00:00
browse_button.cpp Properly fix "local config" option, previously it only made config.dat local and kept everything else in %APPDATA% still. Now fixed, along with a load of other problematic uses of relative paths. Still a lot more to go. 2009-07-14 03:02:17 +00:00
browse_button.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
changelog.txt SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
charset_conv.cpp A few minor cleanups to the new charset conversion code. 2009-07-18 00:58:13 +00:00
charset_conv.h A few minor cleanups to the new charset conversion code. 2009-07-18 00:58:13 +00:00
charset_detect.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
charset_detect.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
colorspace.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
colorspace.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
colour_button.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
colour_button.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
config.h Remove libresrc.h from config.h as it's now included per-file. 2009-07-24 05:47:03 +00:00
dialog_about.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_about.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_associations.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_associations.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_attachments.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_attachments.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_automation.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_automation.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_colorpicker.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_colorpicker.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_detached_video.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
dialog_detached_video.h Fix #491: Let the detached video dialogue take a parameter indicating the initial video size. 2009-06-06 02:57:42 +00:00
dialog_dummy_video.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_dummy_video.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_export.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
dialog_export.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_fonts_collector.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_fonts_collector.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_jumpto.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_jumpto.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_kanji_timer.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_kanji_timer.h Mostly rewrite the kanji timer. Now using a custom control that avoids most of the problems the old implementation using text-boxes had. The new implementation unifies the pre-grouping and post-grouping display into one. 2009-06-08 02:37:09 +00:00
dialog_options.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_options.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_paste_over.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_paste_over.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_progress.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
dialog_progress.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_properties.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_properties.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_resample.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_resample.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_search_replace.cpp Fix #859, or rather work around it. There's no good way to detect problematic regexes like the example, and the regex engine lies in wx, so we'll have to do with what wx offers. Put a limit of at most 1000 replacements per line processed, that "should be enough for everyone", and avoids infinite looping. 2009-06-01 15:44:59 +00:00
dialog_search_replace.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_selection.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_selection.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_shift_times.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_shift_times.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_spellchecker.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_spellchecker.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_splash.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_splash.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_style_editor.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_style_editor.h Fix #607: Have style editor save its position and size during the session, similar to how several other dialogues already do. The stored position is not persistent, it is lost when Aegisub is closed. 2009-06-05 02:02:55 +00:00
dialog_style_manager.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
dialog_style_manager.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_styling_assistant.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_styling_assistant.h Made the styling assistant modeless so the user can access other controls within aegisub without having to close the styling assistant, fixes #397 2009-05-14 07:02:01 +00:00
dialog_text_import.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_text_import.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_timing_processor.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_timing_processor.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_tip.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_tip.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_translation.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
dialog_translation.h Revert r2965 and r2961, although they fixed the memory leaks they also caused a crash when closing either dialog under some operating systems 2009-05-27 02:08:21 +00:00
dialog_version_check.cpp Make version checker include current version (source SVN revision) in request for latest.txt, for statistics purposes. 2009-07-14 23:23:39 +00:00
dialog_version_check.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_video_details.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_video_details.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
drop.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
drop.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_clean_info.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_clean_info.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_fixstyle.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_fixstyle.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_framerate.cpp Fix the number of rows in another sizer. 2009-07-24 02:18:11 +00:00
export_framerate.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_visible_lines.cpp Make the name of the limit to visible lines export filter translatable. Fixes #789. 2009-07-14 22:29:38 +00:00
export_visible_lines.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
factory_manager.h Fix a bunch of memory leaks reported by valgrind and msvc about the registered factories never being cleared. 2009-05-18 05:42:54 +00:00
ffmpegsource_common.cpp FFMS2 a/v providers should use UTF8 strings for the cache filenames, just like for every other file. Updates #955 but does not fix it since you still get bizarre popups that I have no idea where they're coming from if the write/touch operations fail. 2009-07-26 23:10:12 +00:00
ffmpegsource_common.h FFMS2 a/v providers should use UTF8 strings for the cache filenames, just like for every other file. Updates #955 but does not fix it since you still get bizarre popups that I have no idea where they're coming from if the write/touch operations fail. 2009-07-26 23:10:12 +00:00
fft.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
fft.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
font_file_lister.cpp Made it so that the font collector does not crash Aegisub when it is built with both no freetype and no fontconfig. 2009-07-24 02:30:11 +00:00
font_file_lister.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
font_file_lister_fontconfig.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
font_file_lister_fontconfig.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
font_file_lister_freetype.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
font_file_lister_freetype.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
frame_main.cpp Hopefully fix build error on OS X, WindowRef and SetWindowModified() being undeclared in frame_main. 2009-07-27 01:07:54 +00:00
frame_main.h Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
frame_main_events.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
gl_text.cpp Re-fix the fix in r3091; the issue wasn't what I thought it was, it was that memory was being freed twice. Fixes #906. 2009-07-08 13:30:24 +00:00
gl_text.h * Fixed some more memory leaks reported by valgrind and msvc by reimplementing a couple of singleton pattern based classes 2009-05-18 05:51:37 +00:00
gl_wrap.cpp The Great Colorspace Reworking of '09, part 1 of ???: remove all traces of the YV12->RGB32 OpenGL shader program, as it was very broken and nobody ever used it. Updates #926. 2009-07-20 01:32:01 +00:00
gl_wrap.h The Great Colorspace Reworking of '09, part 1 of ???: remove all traces of the YV12->RGB32 OpenGL shader program, as it was very broken and nobody ever used it. Updates #926. 2009-07-20 01:32:01 +00:00
help_button.cpp Properly fix "local config" option, previously it only made config.dat local and kept everything else in %APPDATA% still. Now fixed, along with a load of other problematic uses of relative paths. Still a lot more to go. 2009-07-14 03:02:17 +00:00
help_button.h Fixed a memory leak that would occur after using any help button 2009-06-12 00:04:35 +00:00
hilimod_textctrl.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
hilimod_textctrl.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
hotkeys.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
hotkeys.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
idle_field_event.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
idle_field_event.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
kana_table.cpp Add some const-ness to the kana table, should fix compiler warnings on GCC. 2009-07-26 17:25:04 +00:00
kana_table.h Add some const-ness to the kana table, should fix compiler warnings on GCC. 2009-07-26 17:25:04 +00:00
keyframe.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
keyframe.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
main.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
main.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
md5.c SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
md5.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
mkv_wrap.cpp * Fixed a mismatched new[]/delete 2009-05-14 18:28:57 +00:00
mkv_wrap.h SVN Transition Step 3/7 2009-03-08 08:30:39 +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 Add wxOK to some message boxes that specified flags without including either wxOK or wxYESNO. 2009-07-24 02:10:41 +00:00
options.h * Fixed an issue with aegisub not trying to open the local config.dat in Windows builds, fixes #902 2009-06-30 05:55:03 +00:00
osx_bevelButton.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
osx_bevelButton.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
plugin_manager.cpp Further removal of traces of Auto4 Perl and Ruby. (Is this some Pokemon game?) 2009-07-23 01:57:53 +00:00
plugin_manager.h Further removal of traces of Auto4 Perl and Ruby. (Is this some Pokemon game?) 2009-07-23 01:57:53 +00:00
quicktime_common.cpp Implement a basic QuickTime audio provider. Currently a bit limited in functionality (it will convert everything to 16-bit mono), but seems to work fine with the one .mov test file I have. Also does a lot of ugly downcasting, I'll try to fix that later. 2009-07-24 06:04:19 +00:00
quicktime_common.h Implement a basic QuickTime audio provider. Currently a bit limited in functionality (it will convert everything to 16-bit mono), but seems to work fine with the one .mov test file I have. Also does a lot of ugly downcasting, I'll try to fix that later. 2009-07-24 06:04:19 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
scintilla_text_ctrl.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
setup.cpp Let's make setup.cpp fail on wx 2.8 2009-07-25 19:39:34 +00:00
spellchecker.cpp Fix a bunch of memory leaks reported by valgrind and msvc about the registered factories never being cleared. 2009-05-18 05:42:54 +00:00
spellchecker_hunspell.cpp Turn a few string joins into wxString::Format, also change a printf to wxLogDebug as it's unnecessary spam to the user, this fixes a weird error wx2.9 was having. 2009-07-23 17:02:19 +00:00
spellchecker_hunspell.h Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
spellchecker_manager.h Fix a bunch of memory leaks reported by valgrind and msvc about the registered factories never being cleared. 2009-05-18 05:42:54 +00:00
spline.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
spline.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
spline_curve.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
spline_curve.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
standard_paths.cpp Properly fix "local config" option, previously it only made config.dat local and kept everything else in %APPDATA% still. Now fixed, along with a load of other problematic uses of relative paths. Still a lot more to go. 2009-07-14 03:02:17 +00:00
standard_paths.h Properly fix "local config" option, previously it only made config.dat local and kept everything else in %APPDATA% still. Now fixed, along with a load of other problematic uses of relative paths. Still a lot more to go. 2009-07-14 03:02:17 +00:00
static_bmp.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
static_bmp.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
stdwx.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
stdwx.h Move the libresrc include to the individual files that need it. 2009-07-24 00:08:25 +00:00
string_codec.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
string_codec.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subs_edit_box.cpp Delete some code in SubsEditBox::SetOverride that did nothing. 2009-07-27 23:55:17 +00:00
subs_edit_box.h Add a corresponding PopEventHandler call for each PushEventHandler call, this fixes a couple of memory leaks reported by valgrind and msvc. 2009-05-18 05:33:49 +00:00
subs_edit_ctrl.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
subs_edit_ctrl.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subs_grid.cpp Re-do "split by karaoke" code using the common ass_karaoke code and adding a little more sanity checking, fixes #929. 2009-07-22 22:30:57 +00:00
subs_grid.h Re-do "split by karaoke" code using the common ass_karaoke code and adding a little more sanity checking, fixes #929. 2009-07-22 22:30:57 +00:00
subs_preview.cpp Add wxOK to some message boxes that specified flags without including either wxOK or wxYESNO. 2009-07-24 02:10:41 +00:00
subs_preview.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format.cpp - Reworked the SMPTE timecode handling with Plorkyeran's help. It does now handle dropframe timecodes as well; the ms->SMPTE handling has been tested and seems reasonably correct, while the reverse conversion remains untested and unused. The Adobe Encore export filter will now use dropframe timecodes properly (previously it would play pretend with wallclock hours/minutes/seconds and incorrect frame numbers). 2009-05-13 20:24:21 +00:00
subtitle_format.h - Reworked the SMPTE timecode handling with Plorkyeran's help. It does now handle dropframe timecodes as well; the ms->SMPTE handling has been tested and seems reasonably correct, while the reverse conversion remains untested and unused. The Adobe Encore export filter will now use dropframe timecodes properly (previously it would play pretend with wallclock hours/minutes/seconds and incorrect frame numbers). 2009-05-13 20:24:21 +00:00
subtitle_format_ass.cpp Handle ASS files with missing [Script Info] header better, updates #440. 2009-07-29 01:59:12 +00:00
subtitle_format_ass.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_dvd.cpp The Great Colorspace Reworking of '09, part 2 of ???: change all video providers to always output RGB32, and remove the formatMask parameter of GetFrame(). This may break the dshow video provider but I have no way of testing it and AFAIK nobody else does either. If someone actually uses it, they can fix it themselves. Updates #926. 2009-07-20 03:50:25 +00:00
subtitle_format_dvd.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_encore.cpp Fix #890, make the output formatting for Adobe Encore format use a format string for clearness, instead of string building. 2009-06-14 02:42:52 +00:00
subtitle_format_encore.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_microdvd.cpp Fix #825 for good, I hope. Get some sense worked into the handling of AssEntry::StartMS and AssDialogue::Start using some private members and virtual getter/setter functions. 2009-05-14 23:45:20 +00:00
subtitle_format_microdvd.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_mkv.cpp Don't fail to read subtitles from MKV's that are named .mks or .mka, both of those are reported as supported formats in the "open subtitles" dialog box. 2009-04-29 14:04:23 +00:00
subtitle_format_mkv.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_prs.cpp Replaced most wx-based charset conversions with a custom iconv-based conversion. Closes #639, #666, #837, #849 and #877. 2009-07-14 21:28:49 +00:00
subtitle_format_prs.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_srt.cpp Fix #809, properly close all SRT overrides during export and ensure overrides in recombined lines do not affect each other (per the example I gave in the report.) 2009-05-15 01:34:00 +00:00
subtitle_format_srt.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_transtation.cpp - Reworked the SMPTE timecode handling with Plorkyeran's help. It does now handle dropframe timecodes as well; the ms->SMPTE handling has been tested and seems reasonably correct, while the reverse conversion remains untested and unused. The Adobe Encore export filter will now use dropframe timecodes properly (previously it would play pretend with wallclock hours/minutes/seconds and incorrect frame numbers). 2009-05-13 20:24:21 +00:00
subtitle_format_transtation.h - Reworked the SMPTE timecode handling with Plorkyeran's help. It does now handle dropframe timecodes as well; the ms->SMPTE handling has been tested and seems reasonably correct, while the reverse conversion remains untested and unused. The Adobe Encore export filter will now use dropframe timecodes properly (previously it would play pretend with wallclock hours/minutes/seconds and incorrect frame numbers). 2009-05-13 20:24:21 +00:00
subtitle_format_ttxt.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
subtitle_format_ttxt.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_txt.cpp Fix #825 for good, I hope. Get some sense worked into the handling of AssEntry::StartMS and AssDialogue::Start using some private members and virtual getter/setter functions. 2009-05-14 23:45:20 +00:00
subtitle_format_txt.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitles_provider.cpp Fix a bunch of memory leaks reported by valgrind and msvc about the registered factories never being cleared. 2009-05-18 05:42:54 +00:00
subtitles_provider_csri.cpp Fixed a memory leak in the CSRISubtitlesProvider 2009-05-21 23:02:34 +00:00
subtitles_provider_csri.h Apply Plorkyeran's patch to close #843. 2009-05-15 12:44:36 +00:00
subtitles_provider_libass.cpp Update to 9ad13b from the libass git repo. (http://greg.geekmind.org/viewgit/) This change also includes the ability to split off fontconfig cache updating into it's own step so dialogues can be used to warn the user about the font cache being updated (it can take several mins on slow machines with lots of fonts). Updates #841 2009-07-19 19:33:29 +00:00
subtitles_provider_libass.h Apply Plorkyeran's patch to close #843. 2009-05-15 12:44:36 +00:00
subtitles_provider_manager.h Fix a bunch of memory leaks reported by valgrind and msvc about the registered factories never being cleared. 2009-05-18 05:42:54 +00:00
text_file_reader.cpp A few minor cleanups to the new charset conversion code. 2009-07-18 00:58:13 +00:00
text_file_reader.h A few minor cleanups to the new charset conversion code. 2009-07-18 00:58:13 +00:00
text_file_writer.cpp A few minor cleanups to the new charset conversion code. 2009-07-18 00:58:13 +00:00
text_file_writer.h A few minor cleanups to the new charset conversion code. 2009-07-18 00:58:13 +00:00
thesaurus.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
thesaurus.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
thesaurus_myspell.cpp Properly fix "local config" option, previously it only made config.dat local and kept everything else in %APPDATA% still. Now fixed, along with a load of other problematic uses of relative paths. Still a lot more to go. 2009-07-14 03:02:17 +00:00
thesaurus_myspell.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
timeedit_ctrl.cpp Increased the default size of the time edit control on wxGTK since it was still too small on some OS's after r3094 2009-07-03 23:40:26 +00:00
timeedit_ctrl.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
toggle_bitmap.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
toggle_bitmap.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
tooltip_manager.cpp * Fixed some more memory leaks reported by valgrind and msvc by reimplementing a couple of singleton pattern based classes 2009-05-18 05:51:37 +00:00
tooltip_manager.h * Fixed some more memory leaks reported by valgrind and msvc by reimplementing a couple of singleton pattern based classes 2009-05-18 05:51:37 +00:00
utils.cpp Remove the dangerous CopyFile function that on Unix attempted to create hard links of files instead of copying them. Replace it with wxCopyFile instead. Patch by jfs. Fixes #912. 2009-07-14 02:20:40 +00:00
utils.h Remove the dangerous CopyFile function that on Unix attempted to create hard links of files instead of copying them. Replace it with wxCopyFile instead. Patch by jfs. Fixes #912. 2009-07-14 02:20:40 +00:00
validators.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
validators.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
variable_data.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
variable_data.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
vector2d.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
vector2d.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
version.cpp Change version in version.cpp and configure.in to 2.2.0, the string freeze is officially over and all the commits we've been holding back can now go in! 2009-07-14 18:15:11 +00:00
version.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
vfr.cpp Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
vfr.h Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
vfw_wrap.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
vfw_wrap.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
video_box.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
video_box.h Work on fixing detached video, still broken but works a little better now. Updates #853. 2009-06-03 23:01:03 +00:00
video_context.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
video_context.h The Great Colorspace Reworking of '09, part 1 of ???: remove all traces of the YV12->RGB32 OpenGL shader program, as it was very broken and nobody ever used it. Updates #926. 2009-07-20 01:32:01 +00:00
video_display.cpp The Great Colorspace Reworking of '09, part 1 of ???: remove all traces of the YV12->RGB32 OpenGL shader program, as it was very broken and nobody ever used it. Updates #926. 2009-07-20 01:32:01 +00:00
video_display.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
video_frame.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
video_frame.h The Great Colorspace Reworking of '09, part 2 of ???: change all video providers to always output RGB32, and remove the formatMask parameter of GetFrame(). This may break the dshow video provider but I have no way of testing it and AFAIK nobody else does either. If someone actually uses it, they can fix it themselves. Updates #926. 2009-07-20 03:50:25 +00:00
video_provider_avs.cpp Remove a bunch of no longer needed (since we removed Aegisub::string) string conversions via c_str()/wc_str(), and replace mb_str(wxConvUTF8) with utf8_str() where appropriate. 2009-07-23 19:57:57 +00:00
video_provider_avs.h Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
video_provider_cache.cpp Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
video_provider_cache.h Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
video_provider_dummy.cpp Remove a bunch of no longer needed (since we removed Aegisub::string) string conversions via c_str()/wc_str(), and replace mb_str(wxConvUTF8) with utf8_str() where appropriate. 2009-07-23 19:57:57 +00:00
video_provider_dummy.h Apparently dummy video needs "the VFR hack" or it's broken. 2009-07-28 00:02:39 +00:00
video_provider_ffmpegsource.cpp FFMS2 a/v providers should use UTF8 strings for the cache filenames, just like for every other file. Updates #955 but does not fix it since you still get bizarre popups that I have no idea where they're coming from if the write/touch operations fail. 2009-07-26 23:10:12 +00:00
video_provider_ffmpegsource.h Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
video_provider_manager.cpp Remove the DirectShow VideoProvider. Fixes #930. 2009-07-23 00:12:22 +00:00
video_provider_manager.h Removed the extremely deprecated fps parameter of the video provider constructors, since it hasn't been used by anything for years and was of questionable utility when it actually was used in the Elder Days. 2009-07-20 00:39:38 +00:00
video_provider_quicktime.cpp Implement a basic QuickTime audio provider. Currently a bit limited in functionality (it will convert everything to 16-bit mono), but seems to work fine with the one .mov test file I have. Also does a lot of ugly downcasting, I'll try to fix that later. 2009-07-24 06:04:19 +00:00
video_provider_quicktime.h Move more stuff to the common QT provider class and generalize initializing/de-initializing QuickTime. 2009-07-23 23:57:12 +00:00
video_provider_yuv4mpeg.cpp Remove a bunch of no longer needed (since we removed Aegisub::string) string conversions via c_str()/wc_str(), and replace mb_str(wxConvUTF8) with utf8_str() where appropriate. 2009-07-23 19:57:57 +00:00
video_provider_yuv4mpeg.h Remove Aegisub::String class as it's causing problems in wx2.9. The original plan was to have it so external modules wouldn't have to depend on wx. We'll think of a different solution when the time comes. closes #940 2009-07-23 15:16:53 +00:00
video_slider.cpp Removed most of the wxWidgets 2.8 compatibility code 2009-07-25 18:45:30 +00:00
video_slider.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_feature.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_feature.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool.cpp Made selecting a line via the visual typesetting drag mode also update the grid's selection, fixing one way of getting the edit box out of sync with the other non-time controls. 2009-07-12 05:30:01 +00:00
visual_tool.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_clip.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_clip.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_cross.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_cross.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_drag.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
visual_tool_drag.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_rotatexy.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_rotatexy.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_rotatez.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_rotatez.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_scale.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_scale.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_vector_clip.cpp Change resources filename back to libresrc.cpp/h. 2009-07-25 16:15:13 +00:00
visual_tool_vector_clip.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00