Aegisub/aegisub/src
Amar Takhar d92437b4b4 Forgot to use the correct user-defined colour for cursor drawing in the last commit.
Originally committed to SVN as r4064.
2010-01-28 19:16:29 +00:00
..
bitmaps New splash screen, following theme from Windows installer splash: Faded out and cropped shield in background, logo superimposed. 2009-06-16 19:08:54 +00:00
boost Merge r3743,r3744 Updates #1029. 2009-10-28 00:40:48 +00:00
config Build configuration for 2.1.8 Windows release. 2010-01-28 09:41:31 +00:00
gl SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
include/aegisub Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +00:00
libauto3 Merge r3802 which is a verbatium merge, and also includes the glue required to support LUA 5.0. 2009-11-29 11:47:20 +00:00
libosxutil Set CXXFLAGS_OSX to lock us in for 10.4 support. 2010-01-22 00:14:05 +00:00
libresrc s/static/const/ to silence gcc warnings. 2009-05-04 06:50:37 +00:00
msvc SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am Set CXXFLAGS_OSX to lock us in for 10.4 support. 2010-01-22 00:14:05 +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
VideoSink.cpp Clarify license for VideoSink.cpp. 2009-04-16 12:15:57 +00:00
VideoSink.h Forgot to put license on VideoSink.h as well. 2009-04-16 13:01:05 +00:00
aegisub_endian.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
aegisublocale.cpp Add Greek (el) translation, from George Arslanoglou and Madarb, thanks! closes #1119 2010-01-21 21:43:30 +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 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_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 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_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 Fix a bunch of URLs pointing at aegisub.net and the old wiki. 2010-01-06 05:14:02 +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 Merge framerate transform fixes in r3838-r3839 from trunk. Closes #1007. 2009-12-01 02:00:02 +00:00
ass_override.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_style.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_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 Merge r3339,r3484 (osx fixes). 2009-12-01 04:51:06 +00:00
audio_box.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_display.cpp Forgot to use the correct user-defined colour for cursor drawing in the last commit. 2010-01-28 19:16:29 +00:00
audio_display.h Add a hack for playback cursor on Mac. 2010-01-28 19:11:09 +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 Merge OSS audio player (r3497-r3498) into 2.1.8. 2010-01-10 20:45:21 +00:00
audio_player_alsa.cpp Backport ALSA fix, r3990. 2010-01-15 23:01:36 +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 Merge r3758 from trunk. 2009-11-04 04:27:55 +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_oss.cpp Fix two wxLogDebugs to work in wx28. 2010-01-13 03:15:38 +00:00
audio_player_oss.h Merge OSS audio player (r3497-r3498) into 2.1.8. 2010-01-10 20:45:21 +00:00
audio_player_portaudio.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_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 Fixed compilation support with wxWidgets 2.9.0 (seems to work correctly besides some minor gui issues) 2009-06-11 23:30:33 +00:00
audio_provider_avs.cpp Merge r3224 (removal of unnecessary string conversions) into 2.1.8. Updates #1030. 2009-11-15 14:24:01 +00:00
audio_provider_avs.h Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +00:00
audio_provider_convert.cpp Merge r3545 into 2.1.8. 2009-09-21 01:58:49 +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 Merge r3818. 2009-11-21 22:22:36 +00:00
audio_provider_ffmpegsource.h Redo the merge of r3576. Should be done the proper way now. Updates #1030. 2009-11-15 14:50:21 +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_lavc.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_provider_lavc.h Remove support for old FFMPEG releases, if you require or want this support you are officially on your own, closes #875. 2009-06-10 02:21: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_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_auto3.cpp Refactor Visual Studio 2008 build and make libauto3 and Lua 5.0 build on VC9. 2009-04-17 21:53:48 +00:00
auto4_auto3.h Fix auto3 build after repo change. 2009-03-13 04:13:11 +00:00
auto4_auto3_factory.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 Fixed windows project. 2009-03-14 20:52:01 +00:00
auto4_lua.h Fixed windows project. 2009-03-14 20:52:01 +00:00
auto4_lua_assfile.cpp Merge r3644 into milestone:2.1.8 for jfs, closes #1019. 2009-10-08 20:25:41 +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
auto4_perl.cpp Add Aegisub::Script::set_undo_point() to auto4-perl. Currently not all that useful since auto4-perl currently only supports macros and nothing else, and using a macro sets an undo point after execution automatically anyway. 2009-05-06 12:25:08 +00:00
auto4_perl.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_perl_ass.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_perl_console.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_perl_console.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_perl_dialogs.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_perl_factory.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_perl_script.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_perldata.inc SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_ruby.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_ruby.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_ruby_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_ruby_dialog.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_ruby_factory.h SVN Transition Step 3/7 2009-03-08 08:30:39 +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 If setting the font by name doesn't work, set it by family. Fixes a crash under 10.4 since the mini doesn't have Tahoma. 2010-01-21 04:40:47 +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 Merge r3339,r3484 (osx fixes). 2009-12-01 04:51:06 +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_detect.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_about.cpp Bump a few user-visible copyright years up to 2010. 2010-01-19 14:28:59 +00:00
dialog_about.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_associations.cpp Add code to clean up old file associations and transfer them to new ones. 2009-11-04 23:42:39 +00:00
dialog_associations.h Massive file associations patch for Windows. Updates #1037. 2009-11-04 05:20:56 +00:00
dialog_attachments.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_attachments.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_automation.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_automation.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_colorpicker.cpp Fix Recent box in colour dialogue on OS X, the drawing failure was due to alpha reversal. 2010-01-19 06:55:50 +00:00
dialog_colorpicker.h Backport color dropper fixes (r3975). Addresses #748. 2010-01-12 03:38:46 +00:00
dialog_detached_video.cpp Revert r3797 and r3812 to fix audio+video displays on unix. This breaks detached video again: 'video_display.cpp(263): assert h 2009-12-08 21:38:20 +00:00
dialog_detached_video.h Revert r3797 and r3812 to fix audio+video displays on unix. This breaks detached video again: 'video_display.cpp(263): assert h 2009-12-08 21:38:20 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_export.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_fonts_collector.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
dialog_fonts_collector.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_jumpto.cpp Merge r3668 into milestone:2.1.8. Closes #1003. 2009-10-09 19:57:30 +00:00
dialog_jumpto.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_kanji_timer.cpp Update #977, this seems to fix the bug (no more crashing, it was some uinitialised iterators) but I'm not sure if the fix should be merged to trunk too. 2009-10-26 21:46:50 +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 Fix some of the edit boxes in Options being too tall. 2010-01-19 14:19:11 +00:00
dialog_options.h Make hotkey entry popup in Options nicer and fix #566. 2010-01-19 08:45:31 +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 Fixed compilation support with wxWidgets 2.9.0 (seems to work correctly besides some minor gui issues) 2009-06-11 23:30:33 +00:00
dialog_progress.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_properties.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_properties.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_resample.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +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 Close #839, the Shift Times function will now only do something if shifting by a non-zero number of milliseconds, or always if shifting by a number of frames (even zero). 2009-06-05 00:02:26 +00:00
dialog_shift_times.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_spellchecker.cpp Disable the "Add to dictionary" button in the spell checker dialog when the word cannot be added to the dictionary. Updates #999. 2010-01-19 00:51:07 +00:00
dialog_spellchecker.h Disable the "Add to dictionary" button in the spell checker dialog when the word cannot be added to the dictionary. Updates #999. 2010-01-19 00:51:07 +00:00
dialog_splash.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_splash.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_style_editor.cpp Merge revisions r3160-r3163 (styles manager bug fixes) into the 2.1.8 branch. 2009-07-19 18:36:43 +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 Fix undefined behavior sometimes resulting in a crash when copying styles to or from storage when the style name already exists. Patch by Paranoja. Updates #1096. 2010-01-07 00:31:49 +00:00
dialog_style_manager.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_styling_assistant.cpp Made the styling assistant require a double click to select a style, this fixes issues with mistakenly selecting a style when the user is just trying to focus the assistant 2009-06-07 03:43:12 +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 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
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 Oops, r3045 caused crashing issues when closing the translation assistant again. Fixed the crash without having to revert the fix for the memory leaks again. 2009-06-11 08:13:54 +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 Redo r3934, too much Java on the brain. 2010-01-05 00:18:54 +00:00
dialog_version_check.h Entirely new version/update checker. Updates #1071. 2009-12-27 18:40:16 +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 Merge framerate transform fixes in r3838-r3839 from trunk. Closes #1007. 2009-12-01 02:00:02 +00:00
export_framerate.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_visible_lines.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +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 Merge r3221 for wx2.9 compat. 2009-12-01 04:13:54 +00:00
ffmpegsource_common.h Merge r3212 (silencing of a warning) into 2.1.8. Updates #1030. 2009-11-15 15:07:14 +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
float_spin.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
float_spin.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
font_file_lister.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
font_file_lister.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
font_file_lister_fontconfig.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
font_file_lister_freetype.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
frame_main.cpp Fix #1117, only call toolbar->Realize() if changes to button states were actually made. 2010-01-20 09:31:48 +00:00
frame_main.h Merge r3895 and 3896. 2009-12-25 04:12:38 +00:00
frame_main_events.cpp Use a string join like r3982 to fix the undo/redo button(s) -- patch from nielsm. closes #867. 2010-01-13 07:41:20 +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 Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +00:00
gl_wrap.h Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +00:00
help_button.cpp Make help buttons fall back to the docs wiki if the scraped html files aren't available locally. 2010-01-06 06:01:05 +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 Turn broken hotkeys.dat file into a non-fatal error. If the file is broken (usually meaning exists but empty) the existing file will now be copied to hotkeys.bak and the defaults restored and saved as hotkeys.dat. 2009-05-24 23:19:28 +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 Extend the kana table with a bunch more specialty characters and notations, and comment the existing esoteric katakana entries. 2009-06-07 23:51:15 +00:00
kana_table.h SVN Transition Step 3/7 2009-03-08 08:30:39 +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
lavc_file.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
lavc_file.h Remove support for old FFMPEG releases, if you require or want this support you are officially on your own, closes #875. 2009-06-10 02:21:20 +00:00
lavc_keyframes.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
lavc_keyframes.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
main.cpp Massive file associations patch for Windows. Updates #1037. 2009-11-04 05:20:56 +00:00
main.h Massive file associations patch for Windows. Updates #1037. 2009-11-04 05:20:56 +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 Merge OSS audio player (r3497-r3498) into 2.1.8. 2010-01-10 20:45:21 +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
plugin_manager.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
plugin_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
res.rc SVN Transition Step 3/7 2009-03-08 08:30:39 +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 Fixed compilation support with wxWidgets 2.9.0 (seems to work correctly besides some minor gui issues) 2009-06-11 23:30:33 +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 Add two wxLogDebug printfs. 2010-01-19 10:24:07 +00:00
spellchecker_hunspell.h SVN Transition Step 3/7 2009-03-08 08:30:39 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +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 Do a verbatium commit of agi_pre.h from trunk to stdwx.h. This should give us the same speed increase we've seen in trunk. 2009-10-31 02:23:30 +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 Wrap a line with a wx29 version check, fixes build breakage introduced by r3846. 2009-12-01 23:17:37 +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 Add a workaround to wxString::Format using Replace, I've done this for the thesaurus as it should have the same problem unfortunatly I couldn't find a unicode dictionary to test it with, it works fine for windows though. This is probably a wx bug that we should file upstream closes #1108. 2010-01-19 10:32:28 +00:00
subs_edit_ctrl.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subs_grid.cpp Merge trunk r3192 into 2.1.8. It builds so it must be good. Updates #929. 2009-07-22 22:36:07 +00:00
subs_grid.h Merge trunk r3192 into 2.1.8. It builds so it must be good. Updates #929. 2009-07-22 22:36:07 +00:00
subs_preview.cpp Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +00:00
subs_preview.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format.cpp Fix a bunch of URLs pointing at aegisub.net and the old wiki. 2010-01-06 05:14:02 +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 Merge r3308, closes #440. 2009-10-26 19:54:07 +00:00
subtitle_format_ass.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
subtitle_format_dvd.cpp Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +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 Fixed compilation support with wxWidgets 2.9.0 (seems to work correctly besides some minor gui issues) 2009-06-11 23:30:33 +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 Completely block the UI while Font Config is caching on OS X. This is a bit a hack and a better solution should be found. A new ticket should be opened for that. 2010-01-19 07:09:03 +00:00
subtitles_provider_libass.h Merge libass updates into 2.1.8: r3176, r3446, r3448. 2009-09-05 22:30:15 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
text_file_reader.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
text_file_writer.cpp Fix a bug (in a somewhat questionable manner) that would cause the text file writer to occasionally think the system locale was Unicode when it wasn't (by using an uninitialized variable in a condition). Should fix the issue with the SRT export filter failing to write "1" on the first line when using "local" as the text encoding. 2009-05-06 19:14:10 +00:00
text_file_writer.h Fix a bug (in a somewhat questionable manner) that would cause the text file writer to occasionally think the system locale was Unicode when it wasn't (by using an uninitialized variable in a condition). Should fix the issue with the SRT export filter failing to write "1" on the first line when using "local" as the text encoding. 2009-05-06 19:14:10 +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 Add two wxLogDebug printfs. 2010-01-19 10:24:07 +00:00
thesaurus_myspell.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
timeedit_ctrl.cpp Partially enable r3094 for os x as well. 2010-01-26 16:21:21 +00:00
timeedit_ctrl.h Make "audio selection changed" state depend not on a flag bug on whether the values asked to be stored back into the time edit boxes actually changed. 2010-01-10 23:49:22 +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 * Fix restart-helper to work with spaces in the bundle name. 2010-01-18 06:49:49 +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 from 2.1.7 -> 2.1.8 for both windows and unix. 2009-07-14 20:57:41 +00:00
version.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
vfr.cpp Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +00:00
vfr.h Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +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 Make the visual typesetting toolbar a bit prettier on Vista and probably also Win7, by removing themed background that didn't blend in with the surroundings. 2009-06-03 23:18:40 +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 Merge r3396 (partial) and r3483 (osx/wx2.9 fixes) 2009-12-01 05:13:27 +00:00
video_context.h Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +00:00
video_display.cpp Merge r3651 fixes detached video on OSX updates #1058. 2009-12-25 05:13:36 +00:00
video_display.h Backport rewritten video display to 2.1.8. Merges revisions 3615,3617,3620,3623,3628-3631,3666,3711,3714,3717,3723,3726,3729,3739 (VideoOutGL); 3190,3201,3526,3613 (exception.h) from trunk. 2009-10-27 20:41:11 +00:00
video_frame.cpp SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
video_frame.h Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +00:00
video_out_gl.cpp Merge r3864 from trunk. Closes #1056. 2009-12-13 19:33:10 +00:00
video_out_gl.h Merge r3864 from trunk. Closes #1056. 2009-12-13 19:33:10 +00:00
video_provider_avs.cpp Merge r3224 (removal of unnecessary string conversions) into 2.1.8. Updates #1030. 2009-11-15 14:24:01 +00:00
video_provider_avs.h Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +00:00
video_provider_cache.cpp Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +00:00
video_provider_cache.h Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +00:00
video_provider_dshow.cpp Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +00:00
video_provider_dshow.h Merge the Great Colorspace Reworking into 2.1.8. Merges r3180 and r3185; updates #926 and #1030. 2009-11-15 13:32:33 +00:00
video_provider_dummy.cpp Merge r3224 (removal of unnecessary string conversions) into 2.1.8. Updates #1030. 2009-11-15 14:24:01 +00:00
video_provider_dummy.h Backport the removal of Aegisub::String into 2.1.8. Merges r3215, r3216 and r3220. Updates #940 and #1030. 2009-11-15 13:59:04 +00:00
video_provider_ffmpegsource.cpp Merge r3815. Compilation fixed again. 2009-11-21 21:24:25 +00:00
video_provider_ffmpegsource.h Redo the merge of r3576. Should be done the proper way now. Updates #1030. 2009-11-15 14:50:21 +00:00
video_provider_lavc.cpp Implement timestamp reading from the container in the ffmpeg video provider. Updates #864. 2009-06-24 17:43:36 +00:00
video_provider_lavc.h Implement timestamp reading from the container in the ffmpeg video provider. Updates #864. 2009-06-24 17:43:36 +00:00
video_provider_manager.cpp Merge r3178 (removal of fps parameter to video provider constructors) into 2.1.8. Updates #1030. 2009-11-15 13:13:37 +00:00
video_provider_manager.h Merge r3178 (removal of fps parameter to video provider constructors) into 2.1.8. Updates #1030. 2009-11-15 13:13:37 +00:00
video_slider.cpp Set a minimum size on the video seekbar, possibly fixes it being too small on OS X. 2010-01-04 19:32:59 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +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 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
visual_tool_vector_clip.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00