Aegisub/aegisub/src
Amar Takhar 0992a68488 Rewrite how wxStackWalker works:
* Change from fstream to wxFile.
 * Create both text-based and xml based reports (for the reporter)

Originally committed to SVN as r3499.
2009-09-09 07:04:10 +00:00
..
bitmaps Add the new icons + new source paths to EXTRA_DIST, it was still set to the XPMs. 2009-09-06 02:39:32 +00:00
boost SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
config Change WITH_PORTAUDIO2 to WITH_PORTAUDIO; this renaming was actually done ages ago but never got changed in config/config_windows0.h because nobody builds with it on Windows. 2009-08-04 21:17:33 +00:00
gl SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
include/aegisub Document exception.h 2009-08-05 20:51:32 +00:00
libosxutil Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
libresrc Add libresrc.cpp, libresrc.h to CLEANFILES. 2009-08-06 21:26:27 +00:00
msvc SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
aegisub_endian.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
aegisublocale.cpp Add const to langs[] to silence warnings. 2009-09-02 08:18:11 +00:00
aegisublocale.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_attachment.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_attachment.h Cleanup doxygen markup. 2009-07-30 04:27:48 +00:00
ass_dialogue.cpp Adjust throwing of exceptions to the new style documented in exception.h. 2009-08-05 20:52:44 +00:00
ass_dialogue.h Make a typedef of a function type, hoping to fix Doxygen warnings. 2009-08-01 03:27:13 +00:00
ass_entry.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_entry.h Document namespace Aegisub 2009-08-05 02:17:13 +00:00
ass_export_filter.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_export_filter.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_exporter.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_exporter.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_file.cpp Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
ass_file.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_karaoke.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_karaoke.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_override.cpp Make a typedef of a function type, hoping to fix Doxygen warnings. 2009-08-01 03:27:13 +00:00
ass_override.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_style.cpp Adjust throwing of exceptions to the new style documented in exception.h. 2009-08-05 20:52:44 +00:00
ass_style.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_style_storage.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_style_storage.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_time.cpp Add empty {}'s after while statements to silence warnings (and for safety! 2009-09-02 08:19:24 +00:00
ass_time.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_box.cpp Reverse tooltips for the Cancel/Accept buttons in Split mode... I checked all of this carefully before I comitted, I guess I read what I wanted to see. (noticed by Kaverin) 2009-08-14 04:57:32 +00:00
audio_box.h Change how the Split/Join mode buttons work. Previously there was a weird hack used to change the text of the buttons when the various modes were used. When switching to icons this was no longer possible -- Well you could switch the bitmap dynamically but that's really gross. Instead the two pairs of buttons are put into their own BoxSizers which are Shown and Hidden when each mode is used. 2009-08-14 03:11:34 +00:00
audio_display.cpp Don't attempt to draw a NULL bitmap, OSX doesn't like this. (i'd gather that none of the other platforms do either but on osx it causes a crash. 2009-09-05 04:06:38 +00:00
audio_display.h Rename audio_spectrum.* to audio_renderer_spectrum.* in preparation of converting the spectrum into a slave of AudioRenderer. See #951 and #990. 2009-08-13 16:04:45 +00:00
audio_karaoke.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_karaoke.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player.cpp Add OSS audio player 2009-09-08 22:06:07 +00:00
audio_player_alsa.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_alsa.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_dsound.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_dsound.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_dsound2.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_dsound2.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_openal.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_openal.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_player_oss.cpp OSS player: handle changing end position correctly 2009-09-09 03:24:34 +00:00
audio_player_oss.h Add OSS audio player 2009-09-08 22:06:07 +00:00
audio_player_portaudio.cpp Whoops, I nuked the reference counter initilisation by accident. in r3440. 2009-08-25 05:31:20 +00:00
audio_player_portaudio.h Remove useless typedef 2009-09-02 10:04:03 +00:00
audio_player_pulse.cpp Silence warnings for the pulseaudio player. 2009-09-02 09:00:03 +00:00
audio_player_pulse.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_avs.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_avs.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_convert.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_convert.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_downmix.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_downmix.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_dummy.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_dummy.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_ffmpegsource.cpp Kill the ffms2 group and make it all 'ffms' 2009-07-30 06:40:25 +00:00
audio_provider_ffmpegsource.h Kill the ffms2 group and make it all 'ffms' 2009-07-30 06:40:25 +00:00
audio_provider_hd.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_hd.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_pcm.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_pcm.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_quicktime.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_quicktime.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_ram.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_ram.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_stream.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_provider_stream.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
audio_renderer.cpp Some more cache management stuff for the audio rendering. 2009-08-16 16:22:59 +00:00
audio_renderer.h Some more cache management stuff for the audio rendering. 2009-08-16 16:22:59 +00:00
audio_renderer_spectrum.cpp Forgot to change filenames in doxy comments when renaming audio_spectrum.*. 2009-08-13 17:28:12 +00:00
audio_renderer_spectrum.h Forgot to change filenames in doxy comments when renaming audio_spectrum.*. 2009-08-13 17:28:12 +00:00
auto4_base.cpp Switch from long to wxCoord to remove warnings. 2009-09-02 08:45:09 +00:00
auto4_base.h Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
auto4_lua.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
auto4_lua.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
auto4_lua_assfile.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
auto4_lua_dialog.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
auto4_lua_factory.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
auto4_lua_scriptreader.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
auto4_lua_scriptreader.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
avisynth.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
avisynth_wrap.cpp Fix Doxygen for avisynth_wrap. 2009-08-01 03:41:42 +00:00
avisynth_wrap.h Fix Doxygen for avisynth_wrap. 2009-08-01 03:41:42 +00:00
base_grid.cpp Removed a condition which would make clicking on a line that was already selected never update the editbox, this was wrong since the line's text can be changed by functions outside of direct editing in the editbox (e.g. automation scripts) 2009-08-14 05:08:29 +00:00
base_grid.h Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
block_cache.h Try to get around G++'s dislike of my iterators by using an integer index instead. 2009-08-16 04:31:29 +00:00
browse_button.cpp Remove a bunch of __WXMAC__ entries that are no longer required. 2009-09-05 01:16:23 +00:00
browse_button.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
charset_conv.cpp Revert r3461.. on unix iconv requires const char**, however for whatever reason msvc is complaining it can't convert it to char**. I have no idea why someone on windows will have to debug it. 2009-09-02 09:40:52 +00:00
charset_conv.h Revert r3461.. on unix iconv requires const char**, however for whatever reason msvc is complaining it can't convert it to char**. I have no idea why someone on windows will have to debug it. 2009-09-02 09:40:52 +00:00
charset_detect.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
charset_detect.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
colorspace.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
colorspace.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
colour_button.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
colour_button.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
config.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
dialog_about.cpp Add a \n after Kaverins entry to wrap (noticed by kaverin). 2009-08-14 05:18:20 +00:00
dialog_about.h Document about dialogue. 2009-08-01 04:02:20 +00:00
dialog_associations.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_associations.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_attachments.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_attachments.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_automation.cpp Add parentheses to silence warning. (and for clarity) 2009-09-02 08:21:09 +00:00
dialog_automation.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_colorpicker.cpp Revert r3431, it breaks the clipboard on Windows and is in fact also incorrect usage of the primary selection in X11 context. (I have never heard of anyone claiming clipboard usage not working on X11 before.) 2009-08-28 21:45:01 +00:00
dialog_colorpicker.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_detached_video.cpp Add parentheses to silence warning. (and for clarity) 2009-09-02 08:23:18 +00:00
dialog_detached_video.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_dummy_video.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_dummy_video.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_export.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_export.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_fonts_collector.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_fonts_collector.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_jumpto.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_jumpto.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_kara_timing_copy.cpp Add new icon: kara_timing_copier which replaces kanji_timer_button. Nothing has been changed other than the icon name. updates #870 2009-08-11 05:35:25 +00:00
dialog_kara_timing_copy.h Rename Kanji Timer step 2: Rename things in docs (and include guard) 2009-08-04 02:00:30 +00:00
dialog_options.cpp Remove a bunch of __WXMAC__ entries that are no longer required. 2009-09-05 01:16:23 +00:00
dialog_options.h Remove a bunch of __WXMAC__ entries that are no longer required. 2009-09-05 01:16:23 +00:00
dialog_paste_over.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_paste_over.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_progress.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_progress.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_properties.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_properties.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_resample.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_resample.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_search_replace.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_search_replace.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_selection.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_selection.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_shift_times.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_shift_times.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_spellchecker.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_spellchecker.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_splash.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_splash.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_style_editor.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_style_editor.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_style_manager.cpp Revert r3431, it breaks the clipboard on Windows and is in fact also incorrect usage of the primary selection in X11 context. (I have never heard of anyone claiming clipboard usage not working on X11 before.) 2009-08-28 21:45:01 +00:00
dialog_style_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_styling_assistant.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_styling_assistant.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_text_import.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_text_import.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_timing_processor.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_timing_processor.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_tip.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_tip.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_translation.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_translation.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_version_check.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_version_check.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_video_details.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
dialog_video_details.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
drop.cpp Dcoument AegisubFileDropTarget. 2009-07-30 02:09:21 +00:00
drop.h Dcoument AegisubFileDropTarget. 2009-07-30 02:09:21 +00:00
export_clean_info.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
export_clean_info.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
export_fixstyle.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
export_fixstyle.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
export_framerate.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
export_framerate.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
export_visible_lines.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
export_visible_lines.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
factory_manager.h Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
ffmpegsource_common.cpp Document ffmpegsource_common.cpp/h. 2009-08-05 11:21:00 +00:00
ffmpegsource_common.h Document ffmpegsource_common.cpp/h. 2009-08-05 11:21:00 +00:00
fft.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
fft.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
font_file_lister.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
font_file_lister.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
font_file_lister_fontconfig.cpp Add (const char*) to silence warning to strcmp. 2009-09-02 08:10:59 +00:00
font_file_lister_fontconfig.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
font_file_lister_freetype.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
font_file_lister_freetype.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
frame_main.cpp Add the languages button that was missed in r3437. 2009-08-22 03:59:09 +00:00
frame_main.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
frame_main_events.cpp Revert r3431, it breaks the clipboard on Windows and is in fact also incorrect usage of the primary selection in X11 context. (I have never heard of anyone claiming clipboard usage not working on X11 before.) 2009-08-28 21:45:01 +00:00
gl_text.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
gl_text.h Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
gl_wrap.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
gl_wrap.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
help_button.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
help_button.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
hilimod_textctrl.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
hilimod_textctrl.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
hotkeys.cpp Make the hotkeys for the visual typesetting modes customizable. Closes #992 2009-08-13 22:07:43 +00:00
hotkeys.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
idle_field_event.cpp Whoops, I mis-placed the parentheses in r3458. 2009-09-02 10:04:36 +00:00
idle_field_event.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
kana_table.cpp Document kana_table.* 2009-08-06 01:55:24 +00:00
kana_table.h Document kana_table.* 2009-08-06 01:55:24 +00:00
keyframe.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
keyframe.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
main.cpp Rewrite how wxStackWalker works: 2009-09-09 07:04:10 +00:00
main.h Rewrite how wxStackWalker works: 2009-09-09 07:04:10 +00:00
Makefile.am Add OSS audio player 2009-09-08 22:06:07 +00:00
MatroskaParser.c Silence warnings in MatroskaParser.c 2009-09-02 10:06:25 +00:00
MatroskaParser.h Re-update the license on Haali's matroska parser. 2009-04-29 21:19:45 +00:00
md5.c Add svn:keywords for files modified in r3310. 2009-07-29 05:43:58 +00:00
md5.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
mkv_wrap.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
mkv_wrap.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +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 OSS audio player 2009-09-08 22:06:07 +00:00
options.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
plugin_manager.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
plugin_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
quicktime_common.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
quicktime_common.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +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 Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
scintilla_text_ctrl.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
setup.cpp Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
spellchecker.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
spellchecker_hunspell.cpp Document Hunspell. 2009-08-01 04:37:29 +00:00
spellchecker_hunspell.h Document Hunspell. 2009-08-01 04:37:29 +00:00
spellchecker_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
spline.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
spline.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
spline_curve.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
spline_curve.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
standard_paths.cpp Mark DecodePathMaybeRelative as depreciated this is a legacy function that's a pain and no longer required for 2.2 it needs to be removed eventually. 2009-09-03 05:27:49 +00:00
standard_paths.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
static_bmp.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
static_bmp.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
stdwx.cpp Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
stdwx.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
string_codec.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
string_codec.h Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
subs_edit_box.cpp OSX doesn't like it when combo boxes are empty, so init styles to "Default" and actor to "Actor". 2009-09-05 02:24:52 +00:00
subs_edit_box.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subs_edit_ctrl.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subs_edit_ctrl.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subs_grid.cpp Revert r3431, it breaks the clipboard on Windows and is in fact also incorrect usage of the primary selection in X11 context. (I have never heard of anyone claiming clipboard usage not working on X11 before.) 2009-08-28 21:45:01 +00:00
subs_grid.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subs_preview.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subs_preview.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format.cpp Add empty {}'s after while statements to silence warnings (and for safety! 2009-09-02 08:26:52 +00:00
subtitle_format.h Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
subtitle_format_ass.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_ass.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_dvd.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_dvd.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_encore.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_encore.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_microdvd.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_microdvd.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_mkv.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_mkv.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_prs.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_prs.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_srt.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_srt.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_transtation.cpp Sprinkle const to remove warnings, add {} behind a while loop. 2009-09-02 08:48:07 +00:00
subtitle_format_transtation.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_ttxt.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_ttxt.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_txt.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitle_format_txt.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitles_provider.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitles_provider_csri.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
subtitles_provider_csri.h Fix a bunch of Doxygen warnings, two more left! 2009-08-01 03:26:09 +00:00
subtitles_provider_libass.cpp Add (char *) before string constant to silence warning. to ass_read_memory. 2009-09-02 08:06:51 +00:00
subtitles_provider_libass.h Update libass and adjust to API changes. 2009-09-02 01:23:51 +00:00
subtitles_provider_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
text_file_reader.cpp Revert r3462, this is the same issue as described in r3466. Someone on windows will need to sort this out. 2009-09-02 11:03:52 +00:00
text_file_reader.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
text_file_writer.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
text_file_writer.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
thesaurus.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
thesaurus.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
thesaurus_myspell.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
thesaurus_myspell.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
timeedit_ctrl.cpp Revert r3431, it breaks the clipboard on Windows and is in fact also incorrect usage of the primary selection in X11 context. (I have never heard of anyone claiming clipboard usage not working on X11 before.) 2009-08-28 21:45:01 +00:00
timeedit_ctrl.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
toggle_bitmap.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
toggle_bitmap.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
tooltip_manager.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
tooltip_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
utils.cpp Remove __APPLE__ around SetBitmap() in AppendBitmapMenuItem, this gives us pretty icons in our menus on osx. 2009-09-06 00:41:38 +00:00
utils.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
validators.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
validators.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
variable_data.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
variable_data.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
vector2d.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
vector2d.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
version.cpp Sprinkle const to remove warnings. 2009-09-02 08:28:30 +00:00
version.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
vfr.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
vfr.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
vfw_wrap.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
vfw_wrap.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_box.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_box.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_context.cpp Remove an old hack required for wx2.8, this is no longer required for 2.9. Closes #850. 2009-09-04 05:12:49 +00:00
video_context.h Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
video_display.cpp Remove a bunch of __WXMAC__ entries that are no longer required. 2009-09-05 01:16:23 +00:00
video_display.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_frame.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_frame.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_avs.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_avs.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_cache.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_cache.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_dummy.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_dummy.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_ffmpegsource.cpp Comment two unused variables to silence warnings. 2009-09-02 08:04:45 +00:00
video_provider_ffmpegsource.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_manager.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_manager.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_quicktime.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_quicktime.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_provider_yuv4mpeg.cpp Document the Y4M video provider. 2009-08-07 19:59:37 +00:00
video_provider_yuv4mpeg.h Document the Y4M video provider. 2009-08-07 19:59:37 +00:00
video_slider.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
video_slider.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_feature.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_feature.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_clip.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_clip.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_cross.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_cross.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_drag.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_drag.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_rotatexy.cpp Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
visual_tool_rotatexy.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_rotatez.cpp Fix a whole bunch of Doxygen warnings. 2009-07-30 03:36:53 +00:00
visual_tool_rotatez.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_scale.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_scale.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_vector_clip.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
visual_tool_vector_clip.h Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00