Aegisub/aegisub/src
Niels Martin Hansen 747599cdc2 new version, sorry 'bout the delay guys
Originally committed to SVN as r6219.
2012-01-08 01:08:18 +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 new version, sorry 'bout the delay guys 2012-01-08 01:08:18 +00:00
gl SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
include/aegisub Have the FFMS indexing code throw "user canceled" exceptions such that the audio provider can pass that on, and also implement user cancel handling in the video provider stuff. 2011-06-03 20:26:21 +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 Updated Serbian translations, and a fix to the Windows installer. See #1325. Thanks to Rancher. 2011-12-30 16:44:34 +00:00
Makefile.am Forgot adding the EBU STL source file to the Makefile, breaking non-Windows builds. 2011-12-10 20:39:11 +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 Farsi (Persian) translation, thank you! -- this still needs adding to the windows installer which nielsm will take care of updates #1257. 2011-02-22 04:26:45 +00:00
aegisublocale.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
ass_attachment.cpp Merge r4589, r4590 and r4593 from trunk. Attachments dialogue now properly sets undo points, and empty attachment sections are removed on close. Closes #1212 and #1216. 2010-06-24 19:23:27 +00:00
ass_attachment.h Merge r4589, r4590 and r4593 from trunk. Attachments dialogue now properly sets undo points, and empty attachment sections are removed on close. Closes #1212 and #1216. 2010-06-24 19:23:27 +00:00
ass_dialogue.cpp Rewritten SRT tag parser. Updates #1301. 2011-06-10 18:32:24 +00:00
ass_dialogue.h Rewritten SRT tag parser. Updates #1301. 2011-06-10 18:32:24 +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 When writing an UTF-8 memory subtitle file, also include a BOM to keep VSFilter happy. 2011-10-27 23:00:56 +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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 Refactoring the fractional time (SMPTE timecode) support, as well as some behaviour fixing. This should make timecode-based subtitle writing be more frame-correct and let inclusive/exclusive end-timecode handling be more reliable. 2011-12-06 20:39:38 +00:00
ass_time.h Refactoring the fractional time (SMPTE timecode) support, as well as some behaviour fixing. This should make timecode-based subtitle writing be more frame-correct and let inclusive/exclusive end-timecode handling be more reliable. 2011-12-06 20:39:38 +00:00
audio_box.cpp Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +00:00
audio_box.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_display.cpp Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +00:00
audio_display.h Add a hack for playback cursor on Mac. 2010-01-28 19:11:09 +00:00
audio_karaoke.cpp Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 Don't throw exceptions in ALSA player, just log errors to wx. Also, better error messages from playback failures. 2011-04-27 09:01:21 +00:00
audio_player_alsa.h Completely rewritten ALSA player, works pretty well so far but is missing a bunch of error and edge-case handling. Updates #1131. 2011-04-26 20:53:19 +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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56: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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +00:00
audio_player_openal.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_player_oss.cpp Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 Fix compilation of PortAudio player, closes #1372. 2011-12-29 17:06:55 +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 Shuffle some lines around in the PulseAudio player, this seem to make PA happier and less abortive. 2011-04-26 13:40:05 +00:00
audio_player_pulse.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_provider.cpp Remove old, terrible LAVC video and audio providers. 2011-08-20 16:34:20 +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 Have the FFMS indexing code throw "user canceled" exceptions such that the audio provider can pass that on, and also implement user cancel handling in the video provider stuff. 2011-06-03 20:26:21 +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 Apply patch to fix RAM/HD cache audio provider behaviour when the source provider throws an exception. Closes #1310. 2011-06-20 04:48:52 +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 Fix compilation error (warnings as errors) on MSVC. 2012-01-01 19:29:31 +00:00
audio_provider_pcm.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
audio_provider_ram.cpp Apply patch to fix RAM/HD cache audio provider behaviour when the source provider throws an exception. Closes #1310. 2011-06-20 04:48:52 +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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 wx 2.9 compatibility for Mac, GetTextExtent requires wxCoord type 2011-10-02 03:03:48 +00:00
auto4_base.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
auto4_lua.cpp Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +00:00
auto4_lua.h Merge r4060 from trunk (Replace lua's default lua module loader with one which uses our UTF-8-supporting script reader) 2011-02-21 21:40:43 +00:00
auto4_lua_assfile.cpp Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +00:00
auto4_lua_dialog.cpp Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 Always repaint the entire grid when selection has changed by mouse, fixes #1371. (r6000 release is called off.) 2011-12-22 13:04:50 +00:00
base_grid.h This grid code is so bad already so why not make it a bit worse? Make most of the private fields in BaseGrid protected instead so SubsGrid can also access them. It's not like there is a clean distinction between the responsibilities of those two anyway. This lets us reset extendRow after deleting lines in some SubsGrid code. This fixes #1348. 2011-10-24 19:48:28 +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
charset_detect.cpp Simplify and make safer the charset picking dialogue, should fix #1196. 2010-06-01 01:14:19 +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 Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_about.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_associations.cpp License header has wrong name and year... 2011-07-05 22:19:39 +00:00
dialog_associations.h License header has wrong name and year... 2011-07-05 22:19:39 +00:00
dialog_attachments.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_attachments.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_automation.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_automation.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_colorpicker.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +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 Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_dummy_video.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_export.cpp Let export actions be gracefully cancellable. 2011-12-06 20:40:56 +00:00
dialog_export.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_fonts_collector.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_fonts_collector.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_jumpto.cpp Don't prevent the user from doing non-numeric input in the Jump To dialogue using a bad method. Closes #1319. 2011-10-09 16:44:55 +00:00
dialog_jumpto.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_kanji_timer.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +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 Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +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 Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_paste_over.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_progress.cpp Merge r4157 from trunk (Fix a smattering of memory leaks) 2011-02-21 21:48:36 +00:00
dialog_progress.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_properties.cpp Make the correct control focused in Properties dialogue. Closes #1288 (again). 2011-08-20 14:22:29 +00:00
dialog_properties.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_resample.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +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 Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_selection.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_shift_times.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_shift_times.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_spellchecker.cpp Show a message when trying to run the spell checker and no dictionaries are installed. 2011-09-24 01:50:57 +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_style_editor.cpp Remove some dead code from style editor. 2011-12-08 17:05:53 +00:00
dialog_style_editor.h Remove some dead code from style editor. 2011-12-08 17:05:53 +00:00
dialog_style_manager.cpp Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +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 Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +00:00
dialog_text_import.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
dialog_timing_processor.cpp Have the "make adjacent" threshold in TPP have the end of the range be inclusive. 2011-09-24 01:54: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 Ensure that the static box sizers in the translation assistant are created before the contained controls. 2011-04-27 19:10:28 +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 Fixes for OS X version checker HTTP code, actually handle connection failing. 2011-12-24 17:53:02 +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 Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288. 2011-06-20 08:18:23 +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 some wx runtime-warnings on Mac. 2011-12-12 14:43:08 +00:00
export_framerate.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
export_visible_lines.cpp Merge r4576 from trunk: Fix memory leak in AssLimitToVisibleFilter 2010-06-24 01:29:19 +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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +00:00
ffmpegsource_common.h Have the FFMS indexing code throw "user canceled" exceptions such that the audio provider can pass that on, and also implement user cancel handling in the video provider stuff. 2011-06-03 20:26:21 +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 Type casts to make wxArgNormalizer happy. 2011-09-01 05:37:23 +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 Forgot to include <aegisub/exception.h> in r5979 when some Aegisub::UserCancelException catching was added. 2011-12-14 15:55:17 +00:00
frame_main.h Reverting r5581 since we cannot add new strings. 2011-09-01 15:11:18 +00:00
frame_main_events.cpp Apply patch to make the Open dialogues remember the last used path properly, closes #1340. 2011-10-09 16:53:18 +00:00
gl_text.cpp Merge r4037 and r4097 from trunk. Closes #1135. 2010-02-14 17:52:54 +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 Update the URL to the online manual. Closes #1368. 2011-12-13 00:59:02 +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 Make Ctrl-Q the default hotkey for Exit on non-Windows platforms. 2011-06-11 15:26:52 +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 a bit of const-ness to the kana_table, which should make GCC happier. 2011-08-20 15:58:00 +00:00
kana_table.h Add a bit of const-ness to the kana_table, which should make GCC happier. 2011-08-20 15:58:00 +00:00
keyframe.cpp Stop the Aegisub keyframe file format from overriding the framerate of the video. 2011-06-23 13:05:44 +00:00
keyframe.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 Fix some wx runtime-warnings on Mac. 2011-12-12 14:43:08 +00:00
mkv_wrap.h Merge r4157 from trunk (Fix a smattering of memory leaks) 2011-02-21 21:48:36 +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 support for writing the EBU STL (tech 3264) subtitle format. Implementation sponsored by Bandai. 2011-12-06 20:44:38 +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 THIS EASILY BREAKS WINDOWS BUILDS! 2010-05-31 23:39: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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 Remove dependence on iconv header not used in 2.1.x. 2010-02-12 15:03:26 +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 Apparently WXK_WINDOWS_MENU and WXK_MENU are different keycodes for the same thing, except one only works on Windows and the other only works on non-Windows. Updates #1303. 2011-06-12 16:22:30 +00:00
subs_edit_ctrl.h Make the Menu key pop up a right-click menu properly in the subs edit box. Updates #1303. 2011-06-12 14:29:29 +00:00
subs_grid.cpp For reasons not known, the Cut and Copy options in the grid context menu have been swapped since a time before time. 2012-01-01 19:31:14 +00:00
subs_grid.h Reverting r5581 since we cannot add new strings. 2011-09-01 15:11:18 +00:00
subs_preview.cpp A bit of simplification of SubtitlesPreview. 2011-10-27 22:25:02 +00:00
subs_preview.h A bit of simplification of SubtitlesPreview. 2011-10-27 22:25:02 +00:00
subtitle_format.cpp Add support for writing the EBU STL (tech 3264) subtitle format. Implementation sponsored by Bandai. 2011-12-06 20:44:38 +00:00
subtitle_format.h SubtitleFormat::FPSRational can be useful in other places, so make it a public type. 2011-12-06 20:42:07 +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_ebu3264.cpp Add support for writing the EBU STL (tech 3264) subtitle format. Implementation sponsored by Bandai. 2011-12-06 20:44:38 +00:00
subtitle_format_ebu3264.h Add support for writing the EBU STL (tech 3264) subtitle format. Implementation sponsored by Bandai. 2011-12-06 20:44:38 +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 Introduce a feature in TextFileReader that checks whether a file seems to be binary rather than text. 2011-10-24 20:36:48 +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 Also read SRT files that use periods instead of commas to separate fractional seconds. 2011-11-15 03:43:33 +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 Scrap the "OH NO VSFILTER CANNOT OPEN FROM MEMORY" sillyness from CSRI sub provider. It _can_, it just does it in a rather inefficient way (which incidentally involves a temporary file). It probably won't make a difference but it's less complexity on our side. 2011-10-27 22:23:52 +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 Remove in-repository libass, depend on system library instead. Require minimum version 0.9.11 as that is what Ubuntu 11.04 ships. 2011-08-20 18:45:39 +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 Introduce a feature in TextFileReader that checks whether a file seems to be binary rather than text. 2011-10-24 20:36:48 +00:00
text_file_reader.h Introduce a feature in TextFileReader that checks whether a file seems to be binary rather than text. 2011-10-24 20:36:48 +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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 Kill a lot of old wxLogDebug statements, unused and unloved, and occasionally causing problems for Mac builds. 2011-12-24 15:56:55 +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 Update version number in version.cpp 2010-06-22 05:11:40 +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 Let the video display expand to fill available space properly when it is detached. Needs testing on GTK and Mac. Updates #1346. 2011-10-09 17:17:20 +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 Ensure that newly registered video displays also have a frame present so they can actually render. 2011-06-28 10:04:54 +00:00
video_context.h Merge part of r4130 from audio display rewrite into 2.1.9, hoping to get a small speed boost in rendering of keyframe markers on the audio display. (The boost is probably not that great.) Closes #1162. 2010-02-20 23:16:37 +00:00
video_display.cpp Fix some video provider error reporting, ffms provider was throwing wxStrings but we were catching wxChar*s. 2011-12-22 13:06:29 +00:00
video_display.h Merge r4037 and r4097 from trunk. Closes #1135. 2010-02-14 17:52:54 +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 r4099 from trunk. 2010-02-14 18:09:50 +00:00
video_out_gl.h Merge r4037 and r4097 from trunk. Closes #1135. 2010-02-14 17:52:54 +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 Hack: Force-disable multithreading in ffms2 video provider when loading AVI files, since there is some long-standing bug related to multithreaded decoding from those. 2011-12-23 01:37:49 +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_manager.cpp Remove old, terrible LAVC video and audio providers. 2011-08-20 16:34:20 +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