Aegisub/aegisub
Niels Martin Hansen 27e35e9434 Fix current colour display in colour picker dialogue
Originally committed to SVN as r2261.
2008-07-16 01:36:38 +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 Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
macosx Updated OS X icon, now also with 512x512 size 2008-07-02 16:52:25 +00:00
posix Commit the new build system (complete re-write), this includes several changes: 2008-03-03 07:22:58 +00:00
win32 Add functions to address endianness problems. 2008-07-03 01:56:26 +00:00
win64 Add functions to address endianness problems. 2008-07-03 01:56:26 +00:00
Makefile.am add audio_provider_downmix.cpp to Makefile.am 2008-07-15 22:49:02 +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 Added shb's incomplete perl support code (doesn't build on VC++ yet) 2008-01-16 18:29:29 +00:00
VideoSink.h Apparently long long isn't safe, trying with int64_t instead then... 2007-08-31 14:11:35 +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
aegisublocale.h
ass_attachment.cpp
ass_attachment.h
ass_dialogue.cpp Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure. 2008-01-14 00:30:00 +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
ass_entry.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
ass_export_filter.cpp
ass_export_filter.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
ass_exporter.cpp Fix remaining static box sizer problems (hopefully) and also fix a few other, minor dialogue layout problems. 2007-09-24 17:40:03 +00:00
ass_exporter.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
ass_file.cpp Prevented Aegisub from saving .txt files directly. (Fix for #653) 2008-03-06 23:36:43 +00:00
ass_file.h
ass_karaoke.cpp Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure. 2008-01-14 00:30:00 +00:00
ass_karaoke.h
ass_override.cpp Fixed tag transformation with Lua expressions (%), issue #637 2008-01-18 22:27:42 +00:00
ass_override.h
ass_style.cpp Change default font encoding for new styles to 1, to make more fonts behave sensibly by default 2008-03-15 21:34:55 +00:00
ass_style.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
ass_style_storage.cpp Issue #394 - Fixed conflicting names in style storage. 2007-07-29 09:45:11 +00:00
ass_style_storage.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
ass_time.cpp
ass_time.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
audio_box.cpp Some random changes around. 2008-01-22 20:36:07 +00:00
audio_box.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
audio_display.cpp Fix #688 by moving the time display one line down when in karaoke mode. 2008-06-21 18:34:57 +00:00
audio_display.h Reverted last commit. 2008-03-08 18:04:51 +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 jfs's mac patches applied 2007-09-11 23:22:26 +00:00
audio_player.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
audio_player_alsa.cpp s/audio_player.h/audio_player_manager.h/ for ALSA and OpenAL. 2008-03-07 21:48:36 +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 Possible fix for #719 2008-06-21 21:13:00 +00:00
audio_player_dsound.h Possible fix for #719 2008-06-21 21:13:00 +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 Be explicit about some type conversions in OpenAL audio player to avoid warnings. Fixes #651. 2008-06-15 12:43:56 +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 Fixed include in portaudio player. 2008-03-07 21:43:45 +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 s/audio_provider.h/audio_provider_manager.h/ for ALSA, OpenAL and Pulse. 2008-03-07 21:47:20 +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 Add secret option to disable use of the PCM provider, mainly intended for debugging: "Audio Disable PCM Provider" (default is false ie. PCM provider enabled) 2008-07-04 03:24:25 +00:00
audio_provider_avs.cpp Another battle in the String Hell War 2008-03-08 18:13:42 +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 Fixed several warnings on g++. 2008-03-13 18:55:09 +00:00
audio_provider_convert.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_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 Apparently long long isn't safe, trying with int64_t instead then... 2007-08-31 14:11:35 +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_hd.cpp Apparently long long isn't safe, trying with int64_t instead then... 2007-08-31 14:11:35 +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 Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
audio_provider_lavc.h revert r2216 (changes to the libav* includes) 2008-07-04 00:20:14 +00:00
audio_provider_manager.h Reverted last commit. 2008-03-08 18:04:51 +00:00
audio_provider_pcm.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_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 Apparently long long isn't safe, trying with int64_t instead then... 2007-08-31 14:11:35 +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 Apparently long long isn't safe, trying with int64_t instead then... 2007-08-31 14:11:35 +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 Fixed small OpenMP bug. 2008-03-21 03:02:39 +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 Moved auto3 and perl factories to their own headers to avoid including library headers. 2008-03-11 06:10:00 +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 Possible fix for #643, but needs to be checked against other versions of wx, and whether it looks right on other OS'es. 2008-01-24 10:33:32 +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 Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that. 2008-03-13 19:12:55 +00:00
auto4_lua.h Applied shurik's patch to hopefully fix Lua's linking issues on Linux. 2008-03-14 06:17:32 +00:00
auto4_lua_assfile.cpp Wrap LUA includes with __WINDOWS__, the Windows build uses rolled package that 2008-03-05 04:10:20 +00:00
auto4_lua_dialog.cpp (Hopefully?) fixed auto4-lua colour buttons. 2008-03-12 07:19:05 +00:00
auto4_lua_factory.h More messing around with Lua. 2008-03-09 21:49:46 +00:00
auto4_lua_scriptreader.cpp Separate general Auto4 support and Auto4 Lua support into different defines in source 2008-03-04 23:17:07 +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 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 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 Various improvements to autoperl 2008-02-03 19:21:02 +00:00
auto4_perl_console.cpp Made PerlConsole compilation optional. Added a funny line in autoperl docs. 2008-01-27 01:22:01 +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 New and reorganized perl sources. Autotools patched accordingly. Win build must be fixed. 2008-01-24 17:20:47 +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 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 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 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
auto4_ruby.h Fixed several warnings on g++. 2008-03-13 18:55:09 +00:00
auto4_ruby_assfile.cpp Fixed registration of Ruby automation. 2008-03-09 19:01:54 +00:00
auto4_ruby_dialog.cpp Added shb's incomplete perl support code (doesn't build on VC++ yet) 2008-01-16 18:29:29 +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 Originally committed to SVN as r1812. 2008-01-22 02:54:16 +00:00
avisynth_wrap.h
base_grid.cpp Change more places to check for Cmd key on Mac rather than Ctrl key. 2007-09-21 22:56:44 +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 jfs's mac patches applied 2007-09-11 23:22:26 +00:00
browse_button.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
changelog.txt Change default font encoding for new styles to 1, to make more fonts behave sensibly by default 2008-03-15 21:34:55 +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 jfs's mac patches applied 2007-09-11 23:22:26 +00:00
colour_button.h
dialog_about.cpp Changed the about screen to use a text box, also added a few missing library credits. 2008-01-25 21:44:55 +00:00
dialog_about.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_associations.cpp jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_associations.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_attachments.cpp 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
dialog_attachments.h
dialog_automation.cpp Added shb's incomplete perl support code (doesn't build on VC++ yet) 2008-01-16 18:29:29 +00:00
dialog_automation.h
dialog_colorpicker.cpp Fix current colour display in colour picker dialogue 2008-07-16 01:36:38 +00:00
dialog_colorpicker.h Fix recent colours box in colour picker on Mac 2008-07-16 01:29:36 +00:00
dialog_detached_video.cpp Made detached video window remember its last position/maximized state - #492 2008-01-12 03:29:45 +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 Fixed dummy video provider and possibly fixed dvd sub generation. 2008-03-18 05:24:21 +00:00
dialog_dummy_video.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_export.cpp Finished adding help buttons to every relevant dialog. 2008-01-13 23:34:38 +00:00
dialog_export.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_fonts_collector.cpp Re-worked the fonts collector log box to use wx's event system. If this doesn't fix the crashes, I'll try sacrificing a goat. 2008-01-20 06:46:10 +00:00
dialog_fonts_collector.h Re-worked the fonts collector log box to use wx's event system. If this doesn't fix the crashes, I'll try sacrificing a goat. 2008-01-20 06:46:10 +00:00
dialog_jumpto.cpp Fixed the enter key on the goto dialog and MAYBE glitch #569 2008-01-13 23:47:58 +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 A few more fixes pointed out by Yuri 2008-01-18 17:07:00 +00:00
dialog_kanji_timer.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_options.cpp typo fix (patch by Harukalover) 2008-07-14 22:56:49 +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 Finished adding help buttons to every relevant dialog. 2008-01-13 23:34:38 +00:00
dialog_paste_over.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_progress.cpp The progress dialogues should be centered on parent (too), certainly not on the primary monitor. 2008-03-14 19:40:28 +00:00
dialog_progress.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_properties.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
dialog_properties.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_resample.cpp Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure. 2008-01-14 00:30:00 +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 Applied Harukalover's patch - Added an effect field to find and search and replace dialogs 2008-06-24 03:22:46 +00:00
dialog_search_replace.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_selection.cpp Finished adding help buttons to every relevant dialog. 2008-01-13 23:34:38 +00:00
dialog_selection.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_shift_times.cpp Fixed Shift Times window layout and added help buttons to it and translation assistant. 2008-01-13 22:25:26 +00:00
dialog_shift_times.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_spellchecker.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
dialog_spellchecker.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_splash.cpp Changed the splash screen for 2.1.x releases. 2008-01-26 03:35:58 +00:00
dialog_splash.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_style_editor.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
dialog_style_editor.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_style_manager.cpp More translation-related updates 2008-01-17 20:30:44 +00:00
dialog_style_manager.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
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 jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_text_import.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_timing_processor.cpp milisecond -> millisecond (patch by harukalover) 2008-07-04 03:40:57 +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 A bunch more tips for the tip of the day window, especially focused on audio timing. 2007-10-19 03:34:07 +00:00
dialog_tip.h
dialog_translation.cpp Fix #695, close Translation Assistant when there are no more lines to translate. 2008-06-15 12:20:51 +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 Updated URLs to the new subdomains. 2008-01-16 16:11:48 +00:00
dialog_version_check.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
dialog_video_details.cpp More .cstr(). 2008-03-25 23:08:28 +00:00
dialog_video_details.h Some cosmetic fixes to menu. 2007-09-27 22:52:01 +00:00
drop.cpp
drop.h
export_clean_info.cpp Fixed issue #674, related to ScaledBorderAndShadow being erased by Clean Script Info 2008-03-06 19:43:47 +00:00
export_clean_info.h
export_fixstyle.cpp
export_fixstyle.h
export_framerate.cpp Added a "reverse" option to export framerate. 2008-03-09 05:32:02 +00:00
export_framerate.h Added a "reverse" option to export framerate. 2008-03-09 05:32:02 +00:00
export_visible_lines.cpp
export_visible_lines.h
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
fft.cpp -__- 2008-03-07 00:17:03 +00:00
fft.h
float_spin.cpp jfs's mac patches applied 2007-09-11 23:22:26 +00:00
float_spin.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
font_file_lister.cpp 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.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 Apply 2points' patch to FC font file lister crash problem 2007-09-22 15:27:46 +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 Added shb's incomplete perl support code (doesn't build on VC++ yet) 2008-01-16 18:29:29 +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 Applied Harukalover's patch for remembering last subtitle open directory also for files opened from commandline or drag/drop, bug #722. 2008-06-24 20:31:23 +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 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
gl_text.cpp jfs's mac patches applied 2007-09-11 23:22:26 +00:00
gl_text.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
gl_wrap.cpp Fixed some warnings on g++. 2008-03-13 20:27:25 +00:00
gl_wrap.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
help_button.cpp Fixed some dialog boxes that had help buttons pointing to the wrong places or nowhere. 2008-01-19 09:28:34 +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
hilimod_textctrl.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
hotkeys.cpp oops, forgot to commit hotkeys.cpp 2008-05-09 05:03:40 +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
idle_field_event.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
kana_table.cpp New kana table for aegisub too 2007-10-29 15:35:53 +00:00
kana_table.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
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 (Maybe) fixed lavc after previous commit. 2008-03-07 21:27:36 +00:00
lavc_file.h revert r2216 (changes to the libav* includes) 2008-07-04 00:20:14 +00:00
lavc_keyframes.cpp Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
lavc_keyframes.h Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
main.cpp Harukalover's patch for bug #740 2008-07-13 15:06:29 +00:00
main.h Improved Aegisub's exception handling and crash log generation. 2008-03-10 06:28:21 +00:00
md5.c
md5.h
mkv_wrap.cpp Temporary hack to deal with some mkv files while a proper fix is discussed. 2008-01-16 02:46:36 +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
options.cpp added option to allow potentially unsafe seeking with the ffmpeg video provider. named "ffmpeg allow unsafe seeking" and defaults to false. 2008-07-15 14:24:00 +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 Moved auto3 and perl factories to their own headers to avoid including library headers. 2008-03-11 06:10:00 +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 wxSTC SUCKS. Note: never call SetWindowStyle() on it, or it'll break the keyboard handling. 2008-03-11 23:58:43 +00:00
scintilla_text_ctrl.h
setup.cpp added new config.h define, WITH_STATIC_FFMPEG, to make it possible to link ffmpeg as a static library instead of dynamic. 2008-03-24 12:19:17 +00:00
spellchecker.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
spellchecker_hunspell.cpp fix bug #595, with spell check 2008-06-01 03:44:41 +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 Fixed some warnings on g++. 2008-03-13 20:27:25 +00:00
spline.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
spline_curve.cpp Visual typesetting vector clip now supports insertion of new points. 2007-07-07 21:13:20 +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 Changed the behaviour of ?data to use GetDataDir(), which should be better for unix 2008-01-11 01:57:30 +00:00
standard_paths.h
static_bmp.cpp jfs's mac patches applied 2007-09-11 23:22:26 +00:00
static_bmp.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
stdwx.cpp Some random changes around. 2008-01-22 20:36:07 +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
string_codec.h
subs_edit_box.cpp Another jab at fixing scintilla control border on posix. Also changed how it looks on Windows XP/Vista. 2008-03-11 07:05:19 +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 fix bug #595, with spell check 2008-06-01 03:44:41 +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 Fix #701, make sure plain-text lines pasted from clipboard are always blank-timed, ie. start and end time are zero. 2008-06-15 13:18:28 +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 Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
subs_preview.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
subtitle_format.cpp Complete (but untested) .sup generation. 2008-01-21 20:35:31 +00:00
subtitle_format.h Complete (but untested) .sup generation. 2008-01-21 20:35:31 +00:00
subtitle_format_ass.cpp
subtitle_format_ass.h
subtitle_format_dvd.cpp Originally committed to SVN as r2083. 2008-03-20 21:48:47 +00:00
subtitle_format_dvd.h Complete (but untested) .sup generation. 2008-01-21 20:35:31 +00:00
subtitle_format_encore.cpp Complete (but untested) .sup generation. 2008-01-21 20:35:31 +00:00
subtitle_format_encore.h
subtitle_format_microdvd.cpp Complete (but untested) .sup generation. 2008-01-21 20:35:31 +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 Fixed SRT exporting 2008-01-25 20:57:58 +00:00
subtitle_format_srt.h
subtitle_format_ttxt.cpp Complete (but untested) .sup generation. 2008-01-21 20:35:31 +00:00
subtitle_format_ttxt.h
subtitle_format_txt.cpp Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure. 2008-01-14 00:30:00 +00:00
subtitle_format_txt.h
subtitles_provider.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
subtitles_provider_csri.cpp ...And done making subtitle providers register manually. If anything goes wrong, blame movax. 2008-03-05 02:58:11 +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 Fixed a link error with libass. 2008-03-05 03:46:29 +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 s/WIN32/__WINDOWS__/ to stop a define collision with universalchardet. This is 2008-03-21 02:41:46 +00:00
text_file_reader.h * Add support for universalchardet 2008-03-05 18:52:09 +00:00
text_file_writer.cpp Some fixes for SVN wx compatibility (that doesn't work, anyway) 2007-08-07 20:45:41 +00:00
text_file_writer.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
thesaurus.cpp
thesaurus.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
thesaurus_myspell.cpp
thesaurus_myspell.h
timeedit_ctrl.cpp Change more places to check for Cmd key on Mac rather than Ctrl key. 2007-09-21 22:56:44 +00:00
timeedit_ctrl.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
toggle_bitmap.cpp jfs's mac patches applied 2007-09-11 23:22:26 +00:00
toggle_bitmap.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
tooltip_manager.cpp Made audio mode tooltips update when changed in options dialog. 2007-06-30 20:59:32 +00:00
tooltip_manager.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
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 jfs's mac patches applied 2007-09-11 23:22:26 +00:00
variable_data.cpp Applied Mosc's patch (plus a small change to variable_data.cpp) to fix #605 and #557, both related to $ variables in the middle of tags being wiped by different features. 2008-01-13 19:36:05 +00:00
variable_data.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
vector2d.cpp Implemented finding of nearest point to spline classes. 2007-07-07 08:53:11 +00:00
vector2d.h Implemented finding of nearest point to spline classes. 2007-07-07 08:53:11 +00:00
version.cpp Remove #ifdef __APPLE__ glue, this will be the same as UNIX, eventually. 2008-03-25 23:43:28 +00:00
version.h
vfr.cpp Changed video provider to not depend on wxWidgets. 2008-03-07 21:24:14 +00:00
vfr.h Changed video provider to not depend on wxWidgets. 2008-03-07 21:24:14 +00:00
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 Fix bug #742 and possibly also #465. Needs testing on non-Mac platforms to see if there's visual glitches with video visual typesetting toolbar. 2008-07-15 17:49:15 +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 Major rewrite of the video providing system. Hilights: 2008-07-15 00:08:05 +00:00
video_context.h Applied p-static's video playback timing patch, and fixed a few things for eventual dynamic wx linking. 2008-01-20 06:14:40 +00:00
video_display.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
video_display.h Fixed copying of video coordinates to clipboard. 2008-03-06 23:27:54 +00:00
video_frame.cpp
video_frame.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
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_lavc.cpp cosmetics and cleanup of unused code in video_provider_lavc.cpp 2008-07-15 14:35:22 +00:00
video_provider_lavc.h added option to allow potentially unsafe seeking with the ffmpeg video provider. named "ffmpeg allow unsafe seeking" and defaults to false. 2008-07-15 14:24:00 +00:00
video_provider_manager.cpp Changed video provider to not depend on wxWidgets. 2008-03-07 21:24:14 +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 more places to check for Cmd key on Mac rather than Ctrl key. 2007-09-21 22:56:44 +00:00
video_slider.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
visual_feature.cpp Barely function vector clip tool implemented 2007-07-05 04:32:46 +00:00
visual_feature.h Barely function vector clip tool implemented 2007-07-05 04:32:46 +00:00
visual_tool.cpp Moved files relevant to providers to aegisub/include. A few things might be broken. 2008-03-07 21:00:20 +00:00
visual_tool.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
visual_tool_clip.cpp jfs's mac patches applied 2007-09-11 23:22:26 +00:00
visual_tool_clip.h Made the circles at the edges of the rectangular \clip visual typesetting tool draggable. 2007-07-04 06:50:03 +00:00
visual_tool_cross.cpp jfs's mac patches applied 2007-09-11 23:22:26 +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 jfs's mac patches applied 2007-09-11 23:22:26 +00:00
visual_tool_drag.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00
visual_tool_rotatexy.cpp jfs's mac patches applied 2007-09-11 23:22:26 +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 jfs's mac patches applied 2007-09-11 23:22:26 +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 jfs's mac patches applied 2007-09-11 23:22:26 +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 Fixed several warnings on g++. 2008-03-13 18:55:09 +00:00
visual_tool_vector_clip.h jfs's mac patches applied 2007-09-11 23:22:26 +00:00