.. |
bitmaps
|
Changed automation's icon with something less hideous.
|
2008-01-14 20:08:14 +00:00 |
boost
|
More fixing build system
|
2007-04-26 21:38:42 +00:00 |
gl
|
More fixing build system
|
2007-04-26 21:38:42 +00:00 |
macosx
|
Misc. changes for Mac building and stuff
|
2007-09-21 16:20:00 +00:00 |
posix
|
Replace all (applicable) instances of __int64 with long long. (All except those in foreign header files.)
|
2007-08-29 13:36:30 +00:00 |
win32
|
Updated config0.h to include the Perl define
|
2008-01-17 01:45:42 +00:00 |
aegisublocale.cpp
|
Replaced all references to absolute paths with ?user, ?data or ?temp. Some bugs might have resulted, but it seems to work-ish.
|
2007-06-21 00:46:50 +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
|
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.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
|
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
|
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_entry.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
ass_export_filter.cpp
|
Multiple export filters with same name are now allowed, name clashes are resolved by adding (1), (2) etc. to the names.
|
2007-02-14 00:43:01 +00:00 |
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
|
Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure.
|
2008-01-14 00:30:00 +00:00 |
ass_file.h
|
A few missing header includes
|
2007-06-19 04:14:25 +00:00 |
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
|
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
|
Fixed tag transformation with Lua expressions (%), issue #637
|
2008-01-18 22:27:42 +00:00 |
ass_override.h
|
Fixed some minor memory leaks, and failed to fix another.
|
2007-01-15 06:56:35 +00:00 |
ass_style.cpp
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +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
|
Added a non-overwrite mode for text edit controls, which can be set on the menu. Some basic testing was done, but not exhaustive, which means that it MIGHT be buggy (also, the old mode might have been bugged)
|
2007-06-23 06:07:32 +00:00 |
ass_time.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
audio_box.cpp
|
Make audio zoom sliders non-pointy
|
2007-09-22 00:53:05 +00:00 |
audio_box.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
audio_display.cpp
|
Fixed scrolling of audio display when it is resized. Fixes #524
|
2008-01-19 00:39:42 +00:00 |
audio_display.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
audio_karaoke.cpp
|
Fixed auto-splitting of karaoke (#597)
|
2008-01-19 00:48:47 +00:00 |
audio_karaoke.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
audio_player.cpp
|
Changed the audio player interface to use pluggable factories and added audio player/provider to options (in a new page, where all advanced audio options were moved to)
|
2007-04-22 01:23:25 +00:00 |
audio_player.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
audio_player_alsa.cpp
|
Applied p-static's patch for ALSA
|
2007-11-16 13:15:26 +00:00 |
audio_player_dsound.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
audio_player_openal.cpp
|
Misc. changes for Mac building and stuff
|
2007-09-21 16:20:00 +00:00 |
audio_player_portaudio.cpp
|
Fix by triton - use "uint64_t" instead of "unsigned int64_t" to fix compilation with GCC.
|
2007-10-01 17:27:48 +00:00 |
audio_player_pulse.cpp
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +00:00 |
audio_provider.cpp
|
Avisynth audio provider will now never deliver audio under 32 kHz, fixing the dsound playback bug.
|
2008-01-19 02:38:31 +00:00 |
audio_provider.h
|
Misc. changes for Mac building and stuff
|
2007-09-21 16:20:00 +00:00 |
audio_provider_avs.cpp
|
Avisynth audio provider will now never deliver audio under 32 kHz, fixing the dsound playback bug.
|
2008-01-19 02:38:31 +00:00 |
audio_provider_convert.cpp
|
Avisynth audio provider will now never deliver audio under 32 kHz, fixing the dsound playback bug.
|
2008-01-19 02:38:31 +00:00 |
audio_provider_convert.h
|
Added a conversion audio provider to convert 8-bit audio into 16-bit.
|
2008-01-19 02:18:08 +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
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +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
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +00:00 |
audio_provider_lavc.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
audio_provider_pcm.cpp
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +00:00 |
audio_provider_pcm.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +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
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +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
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +00:00 |
audio_spectrum.cpp
|
er... ACTUALLY fixed it now.
|
2008-01-18 18:36:52 +00:00 |
audio_spectrum.h
|
Apparently long long isn't safe, trying with int64_t instead then...
|
2007-08-31 14:11:35 +00:00 |
auto4_auto3.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_auto3.h
|
Somewhat working auto3 on Linux, still needs some minor fixing
|
2007-05-07 16:44:26 +00:00 |
auto4_base.cpp
|
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_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
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_lua.h
|
Can now set the grid selected from a Lua macro. Should still work in Ruby too but can't test that. Don't blame me if it breaks.
|
2007-07-06 14:26:04 +00:00 |
auto4_lua_assfile.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_lua_dialog.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_lua_scriptreader.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_lua_scriptreader.h
|
Building on POSIX seems fixed again
|
2007-05-07 14:22:18 +00:00 |
auto4_perl.cpp
|
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_perl.h
|
Perl now builds and links on VC++, but crashes on start.
|
2008-01-16 19:36:17 +00:00 |
auto4_perl_ass.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_perl_console.cpp
|
Perl now builds and links on VC++, but crashes on start.
|
2008-01-16 19:36:17 +00:00 |
auto4_perl_console.h
|
Added a conversion audio provider to convert 8-bit audio into 16-bit.
|
2008-01-19 02:18:08 +00:00 |
auto4_perl_macro.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_perl_misc.cpp
|
Perl now builds and links on VC++, but crashes on start.
|
2008-01-16 19:36:17 +00:00 |
auto4_perl_script.cpp
|
Perl now builds and links on VC++, but crashes on start.
|
2008-01-16 19:36:17 +00:00 |
auto4_perldata.inc
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_ruby.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
auto4_ruby.h
|
Can now set the grid selected from a Lua macro. Should still work in Ruby too but can't test that. Don't blame me if it breaks.
|
2007-07-06 14:26:04 +00:00 |
auto4_ruby_assfile.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +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 |
avisynth.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 |
avisynth_wrap.cpp
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +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 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 |
beautify
|
CSRI helper library; fixup build system while at it
|
2007-03-31 22:04:57 +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
|
Made the Hunspell dictionary provider use a different dictionary (on user path) for user-defined words (fixes #477)
|
2008-01-14 02:01:50 +00:00 |
charset_detect.cpp
|
Patched universalchardet to allow Aegisub to pick all possible encodings that it found and present them to the user.
|
2008-01-17 18:35:06 +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
|
Fixes for misc. compiler warnings.
|
2007-01-15 15:27:13 +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
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
colour_button.h
|
ops, forgot to actually commit the new class
|
2007-01-02 22:18:10 +00:00 |
dialog_about.cpp
|
More translation-related updates
|
2008-01-17 20:30:44 +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
|
Finished adding help buttons to every relevant dialog.
|
2008-01-13 23:34:38 +00:00 |
dialog_attachments.h
|
Fixed issues with close buttons.
|
2007-06-17 02:51:11 +00:00 |
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
|
Fixed issues with close buttons.
|
2007-06-17 02:51:11 +00:00 |
dialog_colorpicker.cpp
|
A few more fixes pointed out by Yuri
|
2008-01-18 17:07:00 +00:00 |
dialog_colorpicker.h
|
Misc fixes to colour dropper.
|
2007-07-04 23:47:20 +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
|
Added help button to dummy video dialog
|
2008-01-13 22:41:34 +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
|
Maybe fixed fonts collector crashing.
|
2008-01-14 18:40:23 +00:00 |
dialog_fonts_collector.h
|
Improved (but still far from perfect) Fonts Collector performance
|
2008-01-14 05:54:58 +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
|
A few more fixes pointed out by Yuri
|
2008-01-18 17:07:00 +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
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_progress.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_properties.cpp
|
Some minor tweaks to some dialogs.
|
2008-01-16 01:01:40 +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
|
Fixed #399
|
2007-10-18 03:18:39 +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
|
Some minor tweaks to some dialogs.
|
2008-01-16 01:01:40 +00:00 |
dialog_spellchecker.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_splash.cpp
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_splash.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
dialog_style_editor.cpp
|
Fixed tab getting stuck on the style editor dialog.
|
2008-01-16 00:34:39 +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
|
Some minor tweaks to some dialogs.
|
2008-01-16 01:01:40 +00:00 |
dialog_styling_assistant.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 |
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
|
Added a missing translatable string.
|
2008-01-18 16:49:30 +00:00 |
dialog_timing_processor.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +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
|
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
|
Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure.
|
2008-01-14 00:30:00 +00:00 |
dialog_translation.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 |
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
|
Some cosmetic fixes to menu.
|
2007-09-27 22:52:01 +00:00 |
dialog_video_details.h
|
Some cosmetic fixes to menu.
|
2007-09-27 22:52:01 +00:00 |
drop.cpp
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +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
|
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.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
|
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.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
|
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 |
export_framerate.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
export_visible_lines.cpp
|
ops. :D
|
2007-01-09 02:42:45 +00:00 |
export_visible_lines.h
|
ops. :D
|
2007-01-09 02:42:45 +00:00 |
factory.h
|
Building on POSIX seems fixed again
|
2007-05-07 14:22:18 +00:00 |
fft.cpp
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +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
|
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
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
font_file_lister.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +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
|
Patched universalchardet to allow Aegisub to pick all possible encodings that it found and present them to the user.
|
2008-01-17 18:35:06 +00:00 |
frame_main.h
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
frame_main_events.cpp
|
Fixed bug with macro application and grid scrollbar: #559
|
2008-01-19 00:21:32 +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
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
gl_wrap.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
help_button.cpp
|
Made Aegisub open the local documentation files instead of the online ones, and changed the installer to install docs as well - they will be retrieved from trunk/docs/output, so make sure to run the Perl script there (just use the batch file).
|
2008-01-19 05:53:11 +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
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
hilimod_textctrl.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
hotkeys.cpp
|
More tweaks to the hotkeys screen, should now behave much better than before.
|
2007-10-21 01:13:26 +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
|
Actor and Effect fields now show a "ghosted" caption saying their name when they are not focused on and blank.
|
2006-12-29 03:02:17 +00:00 |
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
|
Fix for keyframe file reading
|
2007-10-26 19:27:42 +00:00 |
keyframe.h
|
Added support for reading keyframes from xvid pass files
|
2007-08-26 00:00:37 +00:00 |
lavc_file.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
lavc_file.h
|
Commit Wars Episode V: The setup.h strikes back
|
2007-06-08 00:44:44 +00:00 |
lavc_keyframes.cpp
|
Hopefully made Aegisub compile on Linux without WITH_FFMPEG.
|
2008-01-15 00:54:54 +00:00 |
lavc_keyframes.h
|
Applied 2points' patch for keyframe support in AVI files in Unix systems
|
2007-10-29 18:48:02 +00:00 |
main.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
main.h
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
Makefile.am
|
Added a conversion audio provider to convert 8-bit audio into 16-bit.
|
2008-01-19 02:18:08 +00:00 |
MatroskaParser.c
|
uber-evil casts. not really fixes, but let's get rid of the warnings
|
2007-04-04 21:30:45 +00:00 |
MatroskaParser.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 |
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
|
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
|
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
|
Made video position not show on audio by default, also made it check whether audio is visible before trying to update it.
|
2008-01-15 22:51:16 +00:00 |
options.h
|
Added a "defaults" button to options dialog.
|
2007-04-18 04:03:22 +00:00 |
res.rc
|
Added a help button to visual typesetting and added an icon for the select lines tool.
|
2008-01-14 19:46:46 +00:00 |
scintilla_text_ctrl.cpp
|
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 |
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
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
spellchecker.cpp
|
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 |
spellchecker.h
|
Made hunspell into a pluggable factory. This MIGHT cause issues with mythes if hunspell is not available...
|
2007-04-22 02:03:40 +00:00 |
spellchecker_hunspell.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
spline.cpp
|
Finished vector clip visual typesetting tool.
|
2007-07-08 07:22:09 +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
|
Unused standard paths class
|
2007-06-20 19:40:06 +00:00 |
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
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
|
2006-12-28 23:43:23 +00:00 |
stdwx.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 |
string_codec.cpp
|
Load/store Auto4 export filter settings to original subs file
|
2007-04-04 00:01:17 +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
|
Hopefully fixed the behaviour of layer spin control.
|
2007-10-29 15:30:04 +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
|
Made the Hunspell dictionary provider use a different dictionary (on user path) for user-defined words (fixes #477)
|
2008-01-14 02:01:50 +00:00 |
subs_edit_ctrl.h
|
Moved a lot of the subs_edit_ctrl functionality into a class of its own, so it can be reused elsewhere.
|
2007-06-22 23:43:21 +00:00 |
subs_grid.cpp
|
Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure.
|
2008-01-14 00:30:00 +00:00 |
subs_grid.h
|
Changed the "split line at cursor" functions so they now split what the user sees, not what's actually committed. Fixes #632.
|
2008-01-12 22:40:04 +00:00 |
subs_preview.cpp
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
subs_preview.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
subtitle_format.cpp
|
More translation-related updates
|
2008-01-17 20:30:44 +00:00 |
subtitle_format.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
subtitle_format_ass.cpp
|
Much faster subtitles loading (only really relevant for huge files, though) and undo stack operations.
|
2007-04-19 15:22:47 +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_encore.cpp
|
Added support for adobe encore export (both PAL and NTSC)
|
2007-06-19 05:04:15 +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
|
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_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
|
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_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
|
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_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
|
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_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_ttxt.cpp
|
Clarified a bunch of error messages
|
2007-07-18 13:46:38 +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
|
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
|
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
|
Removed subtitles preview unavailable messagebox in subtitles editor and replaced the preview box itself with a similar message
|
2007-06-03 04:54:38 +00:00 |
subtitles_provider.h
|
Removed subtitles preview unavailable messagebox in subtitles editor and replaced the preview box itself with a similar message
|
2007-06-03 04:54:38 +00:00 |
subtitles_provider_csri.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
subtitles_provider_libass.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
text_file_reader.cpp
|
Fixed crash when attempting to load an empty file.
|
2008-01-19 01:59:50 +00:00 |
text_file_reader.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +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
|
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 |
thesaurus.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
thesaurus_myspell.cpp
|
Replaced all references to absolute paths with ?user, ?data or ?temp. Some bugs might have resulted, but it seems to work-ish.
|
2007-06-21 00:46:50 +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 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
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
utils.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
validators.cpp
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +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
|
Got rid of build-credit.h
|
2008-01-10 21:27:53 +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
|
Added a "save timecodes" option. Also updated pt_BR translation a bit more.
|
2008-01-16 02:31:37 +00:00 |
vfr.h
|
Added a "save timecodes" option. Also updated pt_BR translation a bit more.
|
2008-01-16 02:31:37 +00:00 |
vfw_wrap.cpp
|
Clarified a bunch of error messages
|
2007-07-18 13:46:38 +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
|
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_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
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
video_context.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
video_display.cpp
|
Added a minimal hunspell (for win32 only) to repository
|
2008-01-13 05:57:09 +00:00 |
video_display.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
video_frame.cpp
|
Fix GetFloat again, I guess.
|
2007-04-05 22:01:33 +00:00 |
video_frame.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
video_provider.cpp
|
Clarified a bunch of error messages
|
2007-07-18 13:46:38 +00:00 |
video_provider.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |
video_provider_avs.cpp
|
Small tweak to avs video provider
|
2007-10-19 00:55:03 +00:00 |
video_provider_dshow.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +00:00 |
video_provider_dummy.cpp
|
demi` patch: Added a new "Video Details" dialog, that lists some information regarding the currently open video.
|
2007-08-19 22:21:41 +00:00 |
video_provider_dummy.h
|
demi` patch: Added a new "Video Details" dialog, that lists some information regarding the currently open video.
|
2007-08-19 22:21:41 +00:00 |
video_provider_lavc.cpp
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
|
2008-01-16 18:29:29 +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 |
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 |
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
|
Change more places to check for Cmd key on Mac rather than Ctrl key.
|
2007-09-21 22:56:44 +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
|
Made vector clip default to insertion if there is no previous vector to edit (#522). Also fixed a minor glitch when mouse was outside the window on that mode.
|
2008-01-13 23:53:43 +00:00 |
visual_tool_vector_clip.h
|
jfs's mac patches applied
|
2007-09-11 23:22:26 +00:00 |