.. |
bitmaps
|
move aegisub/bitmaps/genxpm.awk to scripts/ and edit autogen.sh.
|
2008-12-27 04:50:53 +00:00 |
boost
|
More fixing build system
|
2007-04-26 21:38:42 +00:00 |
config
|
* Add -I../aegisub to libass/Makefile.am
|
2009-01-04 07:01:20 +00:00 |
gl
|
More fixing build system
|
2007-04-26 21:38:42 +00:00 |
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 |
libosxutil
|
Add (untested) test program for libosxutil, to display what the different locations map to.
|
2009-01-04 11:10:51 +00:00 |
libresrc
|
Remove posix dir and 'libposix' and create 'libresrc' which includes
|
2009-01-04 09:01:49 +00:00 |
msvc
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
aegisublocale.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
ass_attachment.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_attachment.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
ass_dialogue.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_dialogue.h
|
Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure.
|
2008-01-14 00:30:00 +00:00 |
ass_entry.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_entry.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
ass_export_filter.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_export_filter.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
ass_exporter.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_exporter.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
ass_file.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_file.h
|
A few missing header includes
|
2007-06-19 04:14:25 +00:00 |
ass_karaoke.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_karaoke.h
|
Fix #383 and pray it didn't subtly break something else (reusable struct+function for properly splitting and handling karaoke)
|
2007-06-23 00:21:20 +00:00 |
ass_override.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_style.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
ass_style_storage.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ass_style_storage.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
ass_time.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_box.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
audio_display.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_display.h
|
Optimized the audio display redraw.
|
2008-11-14 01:21:17 +00:00 |
audio_karaoke.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_karaoke.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
audio_player.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_player_alsa.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_player_alsa.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_player_dsound.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_player_openal.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_player_openal.h
|
Missed a header change in the OpenAL header.
|
2008-03-07 21:53:46 +00:00 |
audio_player_portaudio.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_player_portaudio.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_player_pulse.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_player_pulse.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_provider.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_provider_avs.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_provider_avs.h
|
Another battle in the String Hell War
|
2008-03-08 18:13:42 +00:00 |
audio_provider_convert.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_provider_dummy.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_provider_ffmpegsource.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_provider_hd.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_provider_lavc.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Reverted last commit.
|
2008-03-08 18:04:51 +00:00 |
audio_provider_pcm.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_provider_ram.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_provider_stream.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_provider_stream.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
audio_spectrum.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
audio_spectrum.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
auto4_auto3.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_auto3.h
|
Moved auto3 and perl factories to their own headers to avoid including library headers.
|
2008-03-11 06:10:00 +00:00 |
auto4_auto3_factory.h
|
Moved auto3 and perl factories to their own headers to avoid including library headers.
|
2008-03-11 06:10:00 +00:00 |
auto4_base.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_base.h
|
Changed Automation's autoload to ignore files of unknown extensions, instead of complaining about being unable to load them. This is necessary for the optional Perl support.
|
2008-01-18 03:45:43 +00:00 |
auto4_lua.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_lua_dialog.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_lua_factory.h
|
More messing around with Lua.
|
2008-03-09 21:49:46 +00:00 |
auto4_lua_scriptreader.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_perl.h
|
Moved auto3 and perl factories to their own headers to avoid including library headers.
|
2008-03-11 06:10:00 +00:00 |
auto4_perl_ass.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_perl_console.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_perl_console.h
|
New and reorganized perl sources. Autotools patched accordingly. Win build must be fixed.
|
2008-01-24 17:20:47 +00:00 |
auto4_perl_dialogs.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_perl_factory.h
|
Moved auto3 and perl factories to their own headers to avoid including library headers.
|
2008-03-11 06:10:00 +00:00 |
auto4_perl_script.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_perldata.inc
|
Fixed all (?) warnings on MSVC++ and made the default project treat warnings as errors. This fixed several 64-compatibility warnings, as well.
|
2008-01-20 22:38:07 +00:00 |
auto4_ruby.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_ruby.h
|
Fixed several warnings on g++.
|
2008-03-13 18:55:09 +00:00 |
auto4_ruby_assfile.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_ruby_dialog.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
auto4_ruby_factory.h
|
Now attempting to solve automation issues with Evolutionary programming: keep changing random shit until something works well, repeat until fixed.
|
2008-03-09 22:07:17 +00:00 |
avisynth.h
|
Fix for avisynth.h for it to work with avisynthx64
|
2008-01-26 16:57:46 +00:00 |
avisynth_wrap.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
avisynth_wrap.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
base_grid.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
base_grid.h
|
Fixed bug with macro application and grid scrollbar: #559
|
2008-01-19 00:21:32 +00:00 |
browse_button.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
browse_button.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
changelog.txt
|
Implement/fix #751 and update changelog a bit.
|
2008-07-20 13:34:42 +00:00 |
charset_detect.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
charset_detect.h
|
Instead of falling back to your local charset, Aegisub will now use the "universalchardet" library (the one used by the Mozilla project) to autodetect the character set of non-Unicode files.
|
2007-04-08 06:01:41 +00:00 |
colorspace.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
colorspace.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
colour_button.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
colour_button.h
|
ops, forgot to actually commit the new class
|
2007-01-02 22:18:10 +00:00 |
config.h
|
Remove posix dir and 'libposix' and create 'libresrc' which includes
|
2009-01-04 09:01:49 +00:00 |
dialog_about.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_about.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_associations.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_associations.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_attachments.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_attachments.h
|
Fixed issues with close buttons.
|
2007-06-17 02:51:11 +00:00 |
dialog_automation.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_automation.h
|
Fixed issues with close buttons.
|
2007-06-17 02:51:11 +00:00 |
dialog_colorpicker.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_detached_video.h
|
Made detached video window remember its last position/maximized state - #492
|
2008-01-12 03:29:45 +00:00 |
dialog_dummy_video.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_dummy_video.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_export.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_export.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_fonts_collector.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_jumpto.h
|
Fixed the enter key on the goto dialog and MAYBE glitch #569
|
2008-01-13 23:47:58 +00:00 |
dialog_kanji_timer.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_kanji_timer.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_options.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_options.h
|
More tweaks to the hotkeys screen, should now behave much better than before.
|
2007-10-21 01:13:26 +00:00 |
dialog_paste_over.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_paste_over.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_progress.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_progress.h
|
Fixed progress dialog and ffmpegsource providers.
|
2008-10-28 04:03:29 +00:00 |
dialog_properties.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_properties.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_resample.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_resample.h
|
Changed buttons for the resample dialog and made call tips be off by default.
|
2007-10-18 15:42:07 +00:00 |
dialog_search_replace.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_search_replace.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_selection.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_selection.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_shift_times.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_shift_times.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_spellchecker.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_spellchecker.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_splash.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_splash.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_style_editor.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_style_editor.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_style_manager.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_style_manager.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_styling_assistant.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_text_import.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_timing_processor.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_timing_processor.h
|
Fixed source-wide spelling of the word adjacent.
|
2008-01-27 22:09:47 +00:00 |
dialog_tip.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_tip.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
dialog_translation.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_version_check.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_video_details.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
dialog_video_details.h
|
Some cosmetic fixes to menu.
|
2007-09-27 22:52:01 +00:00 |
drop.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
drop.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
export_clean_info.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
export_clean_info.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
export_fixstyle.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
export_fixstyle.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
export_framerate.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
export_framerate.h
|
Added a "reverse" option to export framerate.
|
2008-03-09 05:32:02 +00:00 |
export_visible_lines.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
export_visible_lines.h
|
ops. :D
|
2007-01-09 02:42:45 +00:00 |
factory_manager.h
|
Modified all providers to separate them between factory and factory manager. This will make plugin system easier. Also, made hunspell register manually as well.
|
2008-03-07 02:32:29 +00:00 |
ffmpegsource_common.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
ffmpegsource_common.h
|
Fixed progress dialog and ffmpegsource providers.
|
2008-10-28 04:03:29 +00:00 |
fft.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
fft.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
float_spin.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
float_spin.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
font_file_lister.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
font_file_lister.h
|
Made universalchardet work on Win64 (it's a one-line patch [prcpucfg.h:146] to make it work on other OS, but I don't know what the proper define is)
|
2008-01-23 06:17:18 +00:00 |
font_file_lister_fontconfig.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
font_file_lister_fontconfig.h
|
Apply 2points' patch to FC font file lister crash problem
|
2007-09-22 15:27:46 +00:00 |
font_file_lister_freetype.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
font_file_lister_freetype.h
|
Split the font file lister in a base class and two subclasses, freetype for win32 (implemented) and fontconfig for everything else (todo)
|
2007-07-29 01:21:28 +00:00 |
frame_main.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
frame_main.h
|
Added support for ASSDraw3 (that is, a menu item to launch the program if it's available on the same folder as Aegisub.exe)
|
2008-01-20 17:34:35 +00:00 |
frame_main_events.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
gl_text.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
gl_text.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
gl_wrap.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
gl_wrap.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
help_button.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
help_button.h
|
1700 GET. Changed how the help button works, and made it direct to the wiki for now. Only 4 help buttons work, so far.
|
2008-01-13 21:05:31 +00:00 |
hilimod_textctrl.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
hilimod_textctrl.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
hotkeys.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
hotkeys.h
|
More tweaks to the hotkeys screen, should now behave much better than before.
|
2007-10-21 01:13:26 +00:00 |
idle_field_event.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
idle_field_event.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
kana_table.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
kana_table.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
keyframe.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
lavc_file.h
|
* Seperate FFMPEG support and FFMPEG/FFmpegSource Provider detection. (PART 1)
|
2008-12-16 01:59:38 +00:00 |
lavc_keyframes.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
lavc_keyframes.h
|
new video provider: ffmpegsource
|
2008-09-03 17:03:20 +00:00 |
main.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
main.h
|
Improved Aegisub's exception handling and crash log generation.
|
2008-03-10 06:28:21 +00:00 |
Makefile.am
|
Remove posix dir and 'libposix' and create 'libresrc' which includes
|
2009-01-04 09:01:49 +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 |
md5.c
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
md5.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
mkv_wrap.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
mkv_wrap.h
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +00:00 |
mythes.cxx
|
Applied patch by 2points to fix an issue with thesaurus.
|
2007-10-26 19:30:59 +00:00 |
mythes.hxx
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
options.cpp
|
Set default locale to en_US and disable tooltips on startup, for whatever
|
2009-01-04 10:26:14 +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 |
osx_bevelButton.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
osx_bevelButton.h
|
Rename macosx/bevelButton* to ./osx_bevelButton*, the macosx/ dir is going away.
|
2008-12-29 02:57:41 +00:00 |
plugin_manager.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
plugin_manager.h
|
Originally committed to SVN as r1945.
|
2008-03-07 00:47:57 +00:00 |
res.rc
|
Another attempt to fix assdraw icon on Unix
|
2008-01-20 20:05:29 +00:00 |
scintilla_text_ctrl.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
scintilla_text_ctrl.h
|
Changed translation assistent to use Scintilla text controls to avoid several issues, including Right-To-Left text entry.
|
2007-06-23 00:25:03 +00:00 |
setup.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
spellchecker.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
spellchecker_hunspell.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
spellchecker_hunspell.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
spellchecker_manager.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
spline.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
spline.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
spline_curve.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
spline_curve.h
|
Visual typesetting vector clip now supports insertion of new points.
|
2007-07-07 21:13:20 +00:00 |
standard_paths.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
standard_paths.h
|
Unused standard paths class
|
2007-06-20 19:40:06 +00:00 |
static_bmp.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
static_bmp.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
stdwx.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
stdwx.h
|
Removed a #pragma from wxstd.h (yay for forced full rebuild) and updated installer.
|
2008-01-26 03:42:01 +00:00 |
string_codec.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
string_codec.h
|
Load/store Auto4 export filter settings to original subs file
|
2007-04-04 00:01:17 +00:00 |
subs_edit_box.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subs_edit_box.h
|
Hopefully fixed the behaviour of layer spin control.
|
2007-10-29 15:30:04 +00:00 |
subs_edit_ctrl.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subs_edit_ctrl.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
subs_grid.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subs_grid.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
subs_preview.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subs_preview.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
subtitle_format.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_ass.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
subtitle_format_dvd.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_dvd.h
|
Complete (but untested) .sup generation.
|
2008-01-21 20:35:31 +00:00 |
subtitle_format_encore.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_encore.h
|
Added support for adobe encore export (both PAL and NTSC)
|
2007-06-19 05:04:15 +00:00 |
subtitle_format_microdvd.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_microdvd.h
|
Added full read-write support for MicroDVD subtitles, including reading of fps from first line, or asking user for one, including that of video.
|
2007-06-18 04:03:58 +00:00 |
subtitle_format_mkv.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_mkv.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
subtitle_format_prs.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_prs.h
|
Killed off setup.h - only feature still controlled by it was PRS export, which in its current state is worthless. It can be re-enabled by defining USE_PRS=1 during build.
|
2007-06-08 00:37:24 +00:00 |
subtitle_format_srt.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_srt.h
|
Some refactoring and bug fixing to subtitle format stuff, and improved saving of srt, ttxt and microdvd.
|
2007-06-19 03:34:53 +00:00 |
subtitle_format_transtation.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_ttxt.h
|
Added support for adobe encore export (both PAL and NTSC)
|
2007-06-19 05:04:15 +00:00 |
subtitle_format_txt.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitle_format_txt.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
subtitles_provider.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitles_provider_csri.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
subtitles_provider_csri.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
subtitles_provider_libass.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
text_file_reader.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
text_file_reader.h
|
* Add support for universalchardet
|
2008-03-05 18:52:09 +00:00 |
text_file_writer.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
text_file_writer.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
thesaurus.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
thesaurus.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
thesaurus_myspell.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
thesaurus_myspell.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
timeedit_ctrl.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
timeedit_ctrl.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
toggle_bitmap.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
toggle_bitmap.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
tooltip_manager.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
tooltip_manager.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
utils.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
utils.h
|
Fixed several warnings on g++.
|
2008-03-13 18:55:09 +00:00 |
validators.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
validators.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
variable_data.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
variable_data.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
vector2d.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
vector2d.h
|
Implemented finding of nearest point to spline classes.
|
2007-07-07 08:53:11 +00:00 |
version.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
version.h
|
Implemented a version checker that can automatically or manually check if there are any updates to Aegisub, and a few other tweaks.
|
2007-01-07 22:54:04 +00:00 |
vfr.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
vfr.h
|
Changed video provider to not depend on wxWidgets.
|
2008-03-07 21:24:14 +00:00 |
vfw_wrap.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
vfw_wrap.h
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
video_box.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
video_box.h
|
Added a help button to visual typesetting and added an icon for the select lines tool.
|
2008-01-14 19:46:46 +00:00 |
video_context.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
video_display.h
|
Fixed copying of video coordinates to clipboard.
|
2008-03-06 23:27:54 +00:00 |
video_frame.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
video_frame.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
video_provider_avs.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
video_provider_manager.h
|
Moved files relevant to providers to aegisub/include. A few things might be broken.
|
2008-03-07 21:00:20 +00:00 |
video_slider.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
video_slider.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
VideoSink.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
VideoSink.h
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +00:00 |
visual_feature.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
visual_feature.h
|
Barely function vector clip tool implemented
|
2007-07-05 04:32:46 +00:00 |
visual_tool.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +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
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
visual_tool_cross.h
|
Visual tools rewriting, currently only the crosshair works.
|
2007-07-01 00:19:55 +00:00 |
visual_tool_drag.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
visual_tool_drag.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
visual_tool_rotatexy.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
visual_tool_rotatexy.h
|
Fixed bug #490 - rotation visual tools weren't updated after manual text edit.
|
2007-07-27 04:50:15 +00:00 |
visual_tool_rotatez.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
visual_tool_rotatez.h
|
Fixed bug #490 - rotation visual tools weren't updated after manual text edit.
|
2007-07-27 04:50:15 +00:00 |
visual_tool_scale.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +00:00 |
visual_tool_scale.h
|
Re-implemented visual typesetting clip, and added a stub for drag.
|
2007-07-01 03:36:17 +00:00 |
visual_tool_vector_clip.cpp
|
Change how configuration works.
|
2009-01-04 06:31:48 +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 |