Aegisub/aegisub
Rodrigo Braz Monteiro a614dd57ea Added .stats to keyframe files.
Originally committed to SVN as r2508.
2008-12-20 00:17:17 +00:00
..
bitmaps Updated Windows icon to re-made version. The 256x256 version is left uncompressed to be compatible with older RC.exe versions. 2008-07-03 00:04:51 +00:00
boost
gl
include/aegisub Complete rewrite of the DirectSound audio player, this time doing threading and synchronisation better, and following the COM apartment model strictly too. It replaces the old player by default, but the old is still available in the runtime configuration. 2008-11-27 18:35:26 +00:00
macosx Updated plist suitable for directly copying into OS X app bundles 2008-11-24 20:25:25 +00:00
posix Add support for FFmpegSource2, it's enabled by default if libpostproc is there. 2008-10-28 02:18:14 +00:00
win32 new video provider: ffmpegsource 2008-09-03 17:03:20 +00:00
win64 new video provider: ffmpegsource 2008-09-03 17:03:20 +00:00
Makefile.am Complete rewrite of the DirectSound audio player, this time doing threading and synchronisation better, and following the COM apartment model strictly too. It replaces the old player by default, but the old is still available in the runtime configuration. 2008-11-27 18:35:26 +00:00
MatroskaParser.c Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that. 2008-03-13 19:12:55 +00:00
MatroskaParser.h Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that. 2008-03-13 19:12:55 +00:00
VideoSink.cpp
VideoSink.h
aegisub_endian.h Forgot to change the include guard when renaming the file, so <endian.h> defined _ENDIAN_H on some systems and thus aegisub_endian.h had no effect. 2008-07-04 12:36:10 +00:00
aegisublocale.cpp
aegisublocale.h
ass_attachment.cpp
ass_attachment.h
ass_dialogue.cpp
ass_dialogue.h
ass_entry.cpp
ass_entry.h
ass_export_filter.cpp
ass_export_filter.h
ass_exporter.cpp
ass_exporter.h
ass_file.cpp Fixed crashing on loading malformed font files. 2008-11-23 02:37:25 +00:00
ass_file.h
ass_karaoke.cpp
ass_karaoke.h
ass_override.cpp Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
ass_override.h Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
ass_style.cpp Fix colour picker buttons in style editor by making AssColor::GetWXColor() aware that alpha has the opposite meaning in wxColour and ASS 2008-07-16 01:41:33 +00:00
ass_style.h
ass_style_storage.cpp
ass_style_storage.h
ass_time.cpp Fix SMPTE timecode formatting, never round frame up to avoid things like frame 30 in a second in a 30 fps movie, where frame numbers go from 0 to 29. 2008-07-18 20:43:07 +00:00
ass_time.h OMFG AMZ IS ALIVE! Partial TranStation export support (SMPTE drop-frames seem to be broken, and line merging isn't working) 2008-07-18 01:36:20 +00:00
audio_box.cpp
audio_box.h
audio_display.cpp Fixed uninitialized variable (not that it matters) 2008-11-25 01:52:35 +00:00
audio_display.h Optimized the audio display redraw. 2008-11-14 01:21:17 +00:00
audio_karaoke.cpp Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that. 2008-03-13 19:12:55 +00:00
audio_karaoke.h
audio_player.cpp Complete rewrite of the DirectSound audio player, this time doing threading and synchronisation better, and following the COM apartment model strictly too. It replaces the old player by default, but the old is still available in the runtime configuration. 2008-11-27 18:35:26 +00:00
audio_player_alsa.cpp
audio_player_alsa.h
audio_player_dsound.cpp Revert r2210 and r2201 because those fixes to DSound player seemed to just make things more unstable. 2008-10-22 22:31:43 +00:00
audio_player_dsound.h Revert r2210 and r2201 because those fixes to DSound player seemed to just make things more unstable. 2008-10-22 22:31:43 +00:00
audio_player_dsound2.cpp More complete error checking in new DSound player, shouldn't crash/die on errors now. 2008-11-27 20:39:36 +00:00
audio_player_dsound2.h Complete rewrite of the DirectSound audio player, this time doing threading and synchronisation better, and following the COM apartment model strictly too. It replaces the old player by default, but the old is still available in the runtime configuration. 2008-11-27 18:35:26 +00:00
audio_player_manager.h
audio_player_openal.cpp fix a bug in the OpenAL audio player where it would crash if you tried to stop playback by moving the line end marker to before the playback cursor. credits to jfs. 2008-09-18 23:14:12 +00:00
audio_player_openal.h
audio_player_portaudio.cpp
audio_player_portaudio.h
audio_player_pulse.cpp
audio_player_pulse.h
audio_provider.cpp Add new ffms2 audio provider. Only works with matroska so far, also probably buggy. 2008-09-23 20:02:21 +00:00
audio_provider_avs.cpp
audio_provider_avs.h
audio_provider_convert.cpp Restructured audio providing a bit. If a provider cannot provide 16-bit mono audio with a sample rate higher than 32kHz, an intermediate converting provider will be inserted to fix it. Made the lavc audio provider rely on this for downmixing instead of doing it with libavcodec (used to fail on audio with >2 channels). 2008-07-16 13:22:06 +00:00
audio_provider_convert.h Restructured audio providing a bit. If a provider cannot provide 16-bit mono audio with a sample rate higher than 32kHz, an intermediate converting provider will be inserted to fix it. Made the lavc audio provider rely on this for downmixing instead of doing it with libavcodec (used to fail on audio with >2 channels). 2008-07-16 13:22:06 +00:00
audio_provider_downmix.cpp split out the downmixing audio provider into its own .h/.cpp, in preparation for using it in the ffmpeg audio provider. 2008-07-15 21:31:09 +00:00
audio_provider_downmix.h split out the downmixing audio provider into its own .h/.cpp, in preparation for using it in the ffmpeg audio provider. 2008-07-15 21:31:09 +00:00
audio_provider_dummy.cpp
audio_provider_dummy.h
audio_provider_ffmpegsource.cpp Fixed progress dialog and ffmpegsource providers. 2008-10-28 04:03:29 +00:00
audio_provider_ffmpegsource.h Add new ffms2 audio provider. Only works with matroska so far, also probably buggy. 2008-09-23 20:02:21 +00:00
audio_provider_hd.cpp A few more tweaks to progress dialog. 2008-10-29 00:18:13 +00:00
audio_provider_hd.h
audio_provider_lavc.cpp Changed how the lavc audio decoder handles non-decodable audio packets. Previously, if decoding failed at any point in the audio stream, it would throw an exception that didn't get caught anywhere and hence crashed the program. Now, it'll just silently skip the broken packet and go on to next one, meaning that if the audio stream is actually corrupted and not just some weird stream with null packets you'll either get desyncs from the missing samples, or if the entire stream is non-decodable you'll just silence. 2008-12-17 06:22:05 +00:00
audio_provider_lavc.h * Seperate FFMPEG support and FFMPEG/FFmpegSource Provider detection. (PART 1) 2008-12-16 01:59:38 +00:00
audio_provider_manager.h
audio_provider_pcm.cpp Add some basic support for Sony's Wave64 format. 2008-09-10 23:02:40 +00:00
audio_provider_pcm.h Make PCM audio provider access the file memory mapped instead of through regular file access, per bug #686. Tested to work on Windows. 2008-03-24 00:10:09 +00:00
audio_provider_ram.cpp A few more tweaks to progress dialog. 2008-10-29 00:18:13 +00:00
audio_provider_ram.h
audio_provider_stream.cpp
audio_provider_stream.h
audio_spectrum.cpp Fixed small OpenMP bug. 2008-03-21 03:02:39 +00:00
audio_spectrum.h
auto4_auto3.cpp
auto4_auto3.h
auto4_auto3_factory.h
auto4_base.cpp
auto4_base.h
auto4_lua.cpp Implement aegisub.video_size() function in Automation 4 Lua. Returns nil if no video is loaded, otherwise returns xres,yres,ar,artype. 2008-09-10 16:53:23 +00:00
auto4_lua.h Implement aegisub.video_size() function in Automation 4 Lua. Returns nil if no video is loaded, otherwise returns xres,yres,ar,artype. 2008-09-10 16:53:23 +00:00
auto4_lua_assfile.cpp
auto4_lua_dialog.cpp Fix bugs #775 and #776, missing initialisation of controls in Auto4 Lua dialogues. (Untested.) 2008-09-10 14:56:29 +00:00
auto4_lua_factory.h
auto4_lua_scriptreader.cpp
auto4_lua_scriptreader.h Applied shurik's patch to hopefully fix Lua's linking issues on Linux. 2008-03-14 06:17:32 +00:00
auto4_perl.cpp Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that. 2008-03-13 19:12:55 +00:00
auto4_perl.h
auto4_perl_ass.cpp
auto4_perl_console.cpp
auto4_perl_console.h
auto4_perl_dialogs.cpp
auto4_perl_factory.h
auto4_perl_script.cpp Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that. 2008-03-13 19:12:55 +00:00
auto4_perldata.inc
auto4_ruby.cpp
auto4_ruby.h Fixed several warnings on g++. 2008-03-13 18:55:09 +00:00
auto4_ruby_assfile.cpp
auto4_ruby_dialog.cpp
auto4_ruby_factory.h
avisynth.h
avisynth_wrap.cpp
avisynth_wrap.h
base_grid.cpp Some more uninitialized variables. 2008-11-25 02:07:07 +00:00
base_grid.h
browse_button.cpp
browse_button.h
changelog.txt Implement/fix #751 and update changelog a bit. 2008-07-20 13:34:42 +00:00
charset_detect.cpp Move charset_detect.h above text_file_reader.cpp, universalchardet is defining, 2008-03-21 02:22:00 +00:00
charset_detect.h
colorspace.cpp
colorspace.h
colour_button.cpp
colour_button.h
dialog_about.cpp Updated about dialog and options. 2008-10-28 00:08:52 +00:00
dialog_about.h
dialog_associations.cpp
dialog_associations.h
dialog_attachments.cpp
dialog_attachments.h
dialog_automation.cpp
dialog_automation.h
dialog_colorpicker.cpp Add a small arrow next to the vertical spectrum (third dimension) in the colour picker, to make it easier to find the cursor in some cases. 2008-11-24 14:05:46 +00:00
dialog_colorpicker.h Add a small arrow next to the vertical spectrum (third dimension) in the colour picker, to make it easier to find the cursor in some cases. 2008-11-24 14:05:46 +00:00
dialog_detached_video.cpp Fix a crash when using detached video and pressing the up/down arrows with the video slider selected. Patch by ai-chan. 2008-09-07 03:22:35 +00:00
dialog_detached_video.h
dialog_dummy_video.cpp Fixed dummy video provider and possibly fixed dvd sub generation. 2008-03-18 05:24:21 +00:00
dialog_dummy_video.h
dialog_export.cpp
dialog_export.h
dialog_fonts_collector.cpp Fixed fonts collector and translation dialogue syntax highlighting. 2008-11-09 01:18:15 +00:00
dialog_fonts_collector.h Fixed fonts collector and translation dialogue syntax highlighting. 2008-11-09 01:18:15 +00:00
dialog_jumpto.cpp
dialog_jumpto.h
dialog_kanji_timer.cpp
dialog_kanji_timer.h
dialog_options.cpp Untested patch: Remove all traces of the update checker from non-Windows builds, since it causes more problems than it solves on those. 2008-07-22 20:55:24 +00:00
dialog_options.h
dialog_paste_over.cpp
dialog_paste_over.h
dialog_progress.cpp A few more tweaks to progress dialog. 2008-10-29 00:18:13 +00:00
dialog_progress.h Fixed progress dialog and ffmpegsource providers. 2008-10-28 04:03:29 +00:00
dialog_properties.cpp
dialog_properties.h
dialog_resample.cpp
dialog_resample.h
dialog_search_replace.cpp Fix search/replace deleting part of line following the last match on that line. Also a minor optimisation. 2008-07-23 16:09:27 +00:00
dialog_search_replace.h
dialog_selection.cpp
dialog_selection.h
dialog_shift_times.cpp
dialog_shift_times.h
dialog_spellchecker.cpp
dialog_spellchecker.h
dialog_splash.cpp
dialog_splash.h
dialog_style_editor.cpp Correct spelling error 2008-07-22 00:33:25 +00:00
dialog_style_editor.h
dialog_style_manager.cpp Fix a crash when importing styles with names identical to ones existing on the script but with different case (they are now overwritten properly). Special thanks to ai-chan. 2008-09-06 11:35:36 +00:00
dialog_style_manager.h
dialog_styling_assistant.cpp Applied Harukalover's patch #2 - Added play audio/video buttons to Styling Assistant 2008-05-09 04:27:10 +00:00
dialog_styling_assistant.h Applied Harukalover's patch #2 - Added play audio/video buttons to Styling Assistant 2008-05-09 04:27:10 +00:00
dialog_text_import.cpp
dialog_text_import.h
dialog_timing_processor.cpp milisecond -> millisecond (patch by harukalover) 2008-07-04 03:40:57 +00:00
dialog_timing_processor.h
dialog_tip.cpp
dialog_tip.h
dialog_translation.cpp Fixed fonts collector and translation dialogue syntax highlighting. 2008-11-09 01:18:15 +00:00
dialog_translation.h Applied Harukalover's patch #1 - Added play audio/video buttons to Translation Assistant 2008-05-09 03:43:47 +00:00
dialog_version_check.cpp
dialog_version_check.h
dialog_video_details.cpp More .cstr(). 2008-03-25 23:08:28 +00:00
dialog_video_details.h
drop.cpp
drop.h
export_clean_info.cpp
export_clean_info.h
export_fixstyle.cpp
export_fixstyle.h
export_framerate.cpp
export_framerate.h
export_visible_lines.cpp
export_visible_lines.h
factory_manager.h
ffmpegsource_common.cpp Fixed progress dialog and ffmpegsource providers. 2008-10-28 04:03:29 +00:00
ffmpegsource_common.h Fixed progress dialog and ffmpegsource providers. 2008-10-28 04:03:29 +00:00
fft.cpp
fft.h
float_spin.cpp
float_spin.h
font_file_lister.cpp
font_file_lister.h
font_file_lister_fontconfig.cpp
font_file_lister_fontconfig.h
font_file_lister_freetype.cpp
font_file_lister_freetype.h
frame_main.cpp Untested patch: Remove all traces of the update checker from non-Windows builds, since it causes more problems than it solves on those. 2008-07-22 20:55:24 +00:00
frame_main.h
frame_main_events.cpp Added .stats to keyframe files. 2008-12-20 00:17:17 +00:00
gl_text.cpp
gl_text.h
gl_wrap.cpp Fixed some warnings on g++. 2008-03-13 20:27:25 +00:00
gl_wrap.h
help_button.cpp
help_button.h
hilimod_textctrl.cpp
hilimod_textctrl.h
hotkeys.cpp oops, forgot to commit hotkeys.cpp 2008-05-09 05:03:40 +00:00
hotkeys.h
idle_field_event.cpp
idle_field_event.h
kana_table.cpp
kana_table.h
keyframe.cpp added support for DivX (6.x and possibly 5.x) and x264 2-pass stats file to keyframe reader. 2008-07-09 16:48:19 +00:00
keyframe.h added support for DivX (6.x and possibly 5.x) and x264 2-pass stats file to keyframe reader. 2008-07-09 16:48:19 +00:00
lavc_file.cpp
lavc_file.h * Seperate FFMPEG support and FFMPEG/FFmpegSource Provider detection. (PART 1) 2008-12-16 01:59:38 +00:00
lavc_keyframes.cpp new video provider: ffmpegsource 2008-09-03 17:03:20 +00:00
lavc_keyframes.h new video provider: ffmpegsource 2008-09-03 17:03:20 +00:00
main.cpp Fix incorrect type for Windows x64 builds. 2008-09-10 14:45:46 +00:00
main.h
md5.c
md5.h
mkv_wrap.cpp
mkv_wrap.h
mythes.cxx
mythes.hxx
options.cpp Updated about dialog and options. 2008-10-28 00:08:52 +00:00
options.h Add a function to remove items from MRU lists, in preparation for a fix for #717. Also a bit of prettyfication of the MRU handling code. 2008-07-03 01:53:22 +00:00
plugin_manager.cpp
plugin_manager.h
res.rc
scintilla_text_ctrl.cpp
scintilla_text_ctrl.h
setup.cpp update ffms2 providers to account for latest API breakage and rename ffmpegsource2.lib to ffms2.lib in setup.cpp 2008-09-28 00:40:37 +00:00
spellchecker.cpp
spellchecker_hunspell.cpp fix bug #595, with spell check 2008-06-01 03:44:41 +00:00
spellchecker_hunspell.h
spellchecker_manager.h
spline.cpp Fixed some warnings on g++. 2008-03-13 20:27:25 +00:00
spline.h
spline_curve.cpp
spline_curve.h
standard_paths.cpp
standard_paths.h
static_bmp.cpp
static_bmp.h
stdwx.cpp
stdwx.h
string_codec.cpp
string_codec.h
subs_edit_box.cpp
subs_edit_box.h
subs_edit_ctrl.cpp fix bug #595, with spell check 2008-06-01 03:44:41 +00:00
subs_edit_ctrl.h
subs_grid.cpp fix an oddness with the "insert before" function. patch by Harukalover. 2008-10-11 13:28:29 +00:00
subs_grid.h
subs_preview.cpp
subs_preview.h
subtitle_format.cpp Fix #759, correctly merge lines with identical text when exporting to simple subtitle formats. 2008-08-11 00:02:36 +00:00
subtitle_format.h Rewrite recombining of overlapping lines for export to simple subtitle formats, and reorganisation of other functions also used in those exports 2008-07-18 15:39:34 +00:00
subtitle_format_ass.cpp
subtitle_format_ass.h
subtitle_format_dvd.cpp Rewrite recombining of overlapping lines for export to simple subtitle formats, and reorganisation of other functions also used in those exports 2008-07-18 15:39:34 +00:00
subtitle_format_dvd.h
subtitle_format_encore.cpp Rewrite recombining of overlapping lines for export to simple subtitle formats, and reorganisation of other functions also used in those exports 2008-07-18 15:39:34 +00:00
subtitle_format_encore.h
subtitle_format_microdvd.cpp Rewrite recombining of overlapping lines for export to simple subtitle formats, and reorganisation of other functions also used in those exports 2008-07-18 15:39:34 +00:00
subtitle_format_microdvd.h
subtitle_format_mkv.cpp
subtitle_format_mkv.h
subtitle_format_prs.cpp
subtitle_format_prs.h
subtitle_format_srt.cpp Rewrite recombining of overlapping lines for export to simple subtitle formats, and reorganisation of other functions also used in those exports 2008-07-18 15:39:34 +00:00
subtitle_format_srt.h
subtitle_format_transtation.cpp Oops, r2270 broke the build, missing a backslash in a string. 2008-07-20 13:45:10 +00:00
subtitle_format_transtation.h OMFG AMZ IS ALIVE! Partial TranStation export support (SMPTE drop-frames seem to be broken, and line merging isn't working) 2008-07-18 01:36:20 +00:00
subtitle_format_ttxt.cpp Rewrite recombining of overlapping lines for export to simple subtitle formats, and reorganisation of other functions also used in those exports 2008-07-18 15:39:34 +00:00
subtitle_format_ttxt.h
subtitle_format_txt.cpp OMFG AMZ IS ALIVE! Partial TranStation export support (SMPTE drop-frames seem to be broken, and line merging isn't working) 2008-07-18 01:36:20 +00:00
subtitle_format_txt.h
subtitles_provider.cpp
subtitles_provider_csri.cpp
subtitles_provider_csri.h
subtitles_provider_libass.cpp Make the libass fonts_dir something sensible so it doesn't search the entire homedir (or whereever) through for fonts on init, causing huge delays. 2008-11-20 22:08:34 +00:00
subtitles_provider_libass.h Whoops, re-add nuked } after 'extern "C" {' that got removed when the __WINDOWS__ wrap 2008-04-13 04:47:33 +00:00
subtitles_provider_manager.h
text_file_reader.cpp s/WIN32/__WINDOWS__/ to stop a define collision with universalchardet. This is 2008-03-21 02:41:46 +00:00
text_file_reader.h
text_file_writer.cpp
text_file_writer.h
thesaurus.cpp
thesaurus.h
thesaurus_myspell.cpp
thesaurus_myspell.h
timeedit_ctrl.cpp
timeedit_ctrl.h
toggle_bitmap.cpp
toggle_bitmap.h
tooltip_manager.cpp
tooltip_manager.h
utils.cpp Fixed several warnings on g++. 2008-03-13 18:55:09 +00:00
utils.h Fixed several warnings on g++. 2008-03-13 18:55:09 +00:00
validators.cpp Fixed several warnings on g++. 2008-03-13 18:55:09 +00:00
validators.h
variable_data.cpp
variable_data.h
vector2d.cpp
vector2d.h
version.cpp Raised version number. 2008-11-26 02:25:35 +00:00
version.h
vfr.cpp Work around bug #772, v1 timecodes files with overlapping or out of order ranges caused weird behaviour. Now those files are simply rejected. 2008-09-10 20:52:51 +00:00
vfr.h
vfw_wrap.cpp Improved error reporting in AVIFile keyframe reading code (#715). 2008-06-14 22:07:48 +00:00
vfw_wrap.h
video_box.cpp Fixed the typesetting toolbar to fill the whole height of video. 2008-11-21 01:49:48 +00:00
video_box.h
video_context.cpp fix a crash when saving screenshots with a non-english locale set. patch by Manta. 2008-09-06 09:33:14 +00:00
video_context.h Fix last-minute test for wx GL support to be compiled it. Thanks to sneshko. 2008-11-22 19:07:56 +00:00
video_display.cpp Fixed a bug related to resizing the audio display, that caused the video display to stretch, ruining its aspect ratio. 2008-11-09 23:08:44 +00:00
video_display.h
video_frame.cpp
video_frame.h
video_provider_avs.cpp Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
video_provider_avs.h Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
video_provider_cache.cpp Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
video_provider_cache.h Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
video_provider_dshow.cpp Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
video_provider_dshow.h unbroke compilation of the directshow video provider, broke with last commit. Patch by Harukalover. 2008-07-15 12:44:53 +00:00
video_provider_dummy.cpp c_str() on _filename. 2008-03-25 23:51:54 +00:00
video_provider_dummy.h Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
video_provider_ffmpegsource.cpp Fixed jfs's borkage. (wouldn't compile on VC++) 2008-11-26 02:24:37 +00:00
video_provider_ffmpegsource.h A few bugfixes to the FFMS2 video provider, also moved some common functions to ffmpegsource_common.cpp/.h in preparation for the FFMS2 audio provider. 2008-09-23 20:01:11 +00:00
video_provider_lavc.cpp Make ffmpeg and ffms video providers endianness-aware and always get the video in pixel format expected by the video display. 2008-11-26 02:03:53 +00:00
video_provider_lavc.h * Seperate FFMPEG support and FFMPEG/FFmpegSource Provider detection. (PART 1) 2008-12-16 01:59:38 +00:00
video_provider_manager.cpp new video provider: ffmpegsource 2008-09-03 17:03:20 +00:00
video_provider_manager.h
video_slider.cpp Some more uninitialized variables. 2008-11-25 02:07:07 +00:00
video_slider.h
visual_feature.cpp
visual_feature.h
visual_tool.cpp Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
visual_tool.h Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
visual_tool_clip.cpp Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
visual_tool_clip.h Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
visual_tool_cross.cpp
visual_tool_cross.h
visual_tool_drag.cpp
visual_tool_drag.h
visual_tool_rotatexy.cpp
visual_tool_rotatexy.h
visual_tool_rotatez.cpp
visual_tool_rotatez.h
visual_tool_scale.cpp
visual_tool_scale.h
visual_tool_vector_clip.cpp Fixed last patch and updated project. 2008-09-14 15:20:15 +00:00
visual_tool_vector_clip.h Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00