Aegisub/aegisub
2007-08-15 23:17:42 +00:00
..
bitmaps Added freehand and smoothed freehand drawing to vector \clip. 2007-07-07 05:51:18 +00:00
boost More fixing build system 2007-04-26 21:38:42 +00:00
build "New", nicer solution for including the SVN revision information in Windows builds. 2007-05-08 00:06:39 +00:00
gl More fixing build system 2007-04-26 21:38:42 +00:00
macosx More fixing build system 2007-04-26 21:38:42 +00:00
posix ignore .cur files on posix 2007-07-05 13:25:20 +00:00
win32 More fixing build system 2007-04-26 21:38: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 Clarified a bunch of error messages 2007-07-18 13:46:38 +00:00
ass_dialogue.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
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 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_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 Early operation visual typesetting. 2007-01-09 01:52:30 +00:00
ass_exporter.cpp Merged opengl branch from 806 to 859 2007-01-21 06:30:19 +00:00
ass_exporter.h Merged opengl branch from 806 to 859 2007-01-21 06:30:19 +00:00
ass_file.cpp Small fix to font attaching to file. 2007-07-30 00:25:26 +00:00
ass_file.h A few missing header includes 2007-06-19 04:14:25 +00:00
ass_karaoke.cpp 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_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 Don't assume override blocks always start with a backslash, since many people use them for comments 2007-06-03 00:37:49 +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 Fixed issue #367 - The default secondary style colour is now red. 2007-07-27 07:14:49 +00:00
ass_style.h Several improvements to style editor, but still not 100% done 2007-04-16 23:41:06 +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 Issue #394 - Fixed conflicting names in style storage. 2007-07-29 09:45:11 +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 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
audio_box.cpp Prevent audio display from continually stealing focus when navigating subtitle lines and karaoke mode is enabled. This should fix #425. 2007-08-15 22:33:38 +00:00
audio_box.h Fix #441 (Join/Split karaoke buttons now become Cancel/Accept Split buttons when in karaoke split mode) 2007-06-22 23:28:28 +00:00
audio_display.cpp Issue #464 - Fixed commiting of default line timing 2007-07-29 07:32:40 +00:00
audio_display.h Resolved #341 2007-07-27 08:24:49 +00:00
audio_karaoke.cpp Workaround to #503 - UI no longer semi-freezes (becomes almost completely unresponsive to input) when karaoke mode is enabled and a blank line is selected. The workaround is to simply make sure that blank lines never happen, by turning them into one empty syllable instead. 2007-08-15 20:41:57 +00:00
audio_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
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 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_alsa.cpp Clarified a bunch of error messages 2007-07-18 13:46:38 +00:00
audio_player_dsound.cpp Should fix #521 - no more "can not wait for thread termination" / "couldn't terminate thread" errors. 2007-08-15 19:40:41 +00:00
audio_player_openal.cpp FIXME comments in (almost) all audio players, neither handle time reporting fully correct: they report number of samples they have played plus start sample, instead of current sample being heard, ie. they don't take into account that the current position might get changed in mid-stream by the video player to resync audio to video. 2007-05-10 22:39:17 +00:00
audio_player_portaudio.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_pulse.cpp Clarified a bunch of error messages 2007-07-18 13:46:38 +00:00
audio_provider.cpp Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later. 2007-04-04 20:42:44 +00:00
audio_provider.h Basic (and somewhat broken) detached video dialog implemented. 2007-01-23 04:42:08 +00:00
audio_provider_avs.cpp Fixed #496 and #488 2007-07-27 05:25:51 +00:00
audio_provider_dummy.cpp Added debug-builds-only dummy audio provider (can provide either blank or noise audio.) 2007-07-23 15:19:48 +00:00
audio_provider_dummy.h Added debug-builds-only dummy audio provider (can provide either blank or noise audio.) 2007-07-23 15:19:48 +00:00
audio_provider_hd.cpp Clarified a bunch of error messages 2007-07-18 13:46:38 +00:00
audio_provider_hd.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
audio_provider_lavc.cpp Some fixes for ffmpeg linking (I have no idea how it worked before) 2007-08-07 22:10:44 +00:00
audio_provider_ram.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
audio_provider_ram.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
audio_provider_stream.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
audio_provider_stream.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
audio_spectrum.cpp Implemented spectrum cache aging/memory limiting. 2007-06-30 14:40:52 +00:00
audio_spectrum.h Implemented spectrum cache aging/memory limiting. 2007-06-30 14:40:52 +00:00
auto4_auto3.cpp A few more fixes for pch-less compilation 2007-06-19 06:04:47 +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 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
auto4_base.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.cpp 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.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 Intentionally break loading of Auto3 scripts to make people ask less. Auto3 scripts will for now always fail loading, displaying a message that they are not supported. 2007-04-29 00:59:19 +00:00
auto4_lua_dialog.cpp Added spec for step in floatedit controls in Lua config dialogs and intedit spin controls seem to work properly now. 2007-06-28 19:11:41 +00:00
auto4_lua_scriptreader.cpp Split out the LuaScriptReader class, though it might be futile. 2007-05-01 21:51:49 +00:00
auto4_lua_scriptreader.h Building on POSIX seems fixed again 2007-05-07 14:22:18 +00:00
auto4_ruby.cpp 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.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 Ruby: fixed some compiler warnings 2007-02-25 18:31:09 +00:00
auto4_ruby_dialog.cpp Ruby: using symbols for hash keys 2007-02-07 18:52:23 +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 Layer and margin columns are no longer shown if all lines have default values for those. 2007-07-03 01:48:04 +00:00
base_grid.h Removed all stray references to VideoDisplay throughout the code. 2007-01-21 17:01:22 +00:00
beautify CSRI helper library; fixup build system while at it 2007-03-31 22:04:57 +00:00
browse_button.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
browse_button.h Created browse button and added it to several (but not all) places on the options dialog. 2007-04-17 23:00:30 +00:00
changelog.txt Implemented issue #345 - Added a "new window" command to the file menu, to launch a new instance of Aegisub. 2007-07-27 07:30:33 +00:00
charset_detect.cpp 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
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 ops, forgot to actually commit the new class 2007-01-02 22:18:10 +00:00
colour_button.h ops, forgot to actually commit the new class 2007-01-02 22:18:10 +00:00
dialog_about.cpp Misc. changes to localisable text, part one. 2007-07-05 15:23:31 +00:00
dialog_about.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_associations.cpp Added the associations dialogue to the menu and made Aegisub capable of associating sub and ttxt, as well as opening them by command line or drag-drop 2007-06-19 04:04:46 +00:00
dialog_associations.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_attachments.cpp Added icons to all dialogs that have one for them. 2007-07-04 23:09:40 +00:00
dialog_attachments.h Fixed issues with close buttons. 2007-06-17 02:51:11 +00:00
dialog_automation.cpp Misc. changes to localisable text, part one. 2007-07-05 15:23:31 +00:00
dialog_automation.h Fixed issues with close buttons. 2007-06-17 02:51:11 +00:00
dialog_colorpicker.cpp wxSTATIC_BORDER for Windows, wxSIMPLE_BORDER for everything else. It's probably not very pretty but better than no border at all. 2007-07-04 23:53:19 +00:00
dialog_colorpicker.h Misc fixes to colour dropper. 2007-07-04 23:47:20 +00:00
dialog_detached_video.cpp Fixed #496 and #488 2007-07-27 05:25:51 +00:00
dialog_detached_video.h Some failed attempts to fix detached video window stuff :3 2007-07-27 04:05:18 +00:00
dialog_dummy_video.cpp Attempt at a dummy video dialog fix and fixed mythes's function duplication issues once and for all. 2007-04-25 04:09:42 +00:00
dialog_dummy_video.h Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later. 2007-04-04 20:42:44 +00:00
dialog_export.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_export.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_fonts_collector.cpp 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
dialog_fonts_collector.h Fonts collector seemingly all fixed and done, except for lack of font caching and use of fc on unix. 2007-06-20 07:10:41 +00:00
dialog_jumpto.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_jumpto.h fix ambiguous overload reference (by removing the overload...) 2007-06-24 19:03:42 +00:00
dialog_kanji_timer.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_kanji_timer.h A few more fixes for pch-less compilation 2007-06-19 06:04:47 +00:00
dialog_options.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_options.h Some refactoring of options dialog code... not complete, but already an improvement. 2007-04-27 04:53:44 +00:00
dialog_paste_over.cpp Misc. changes to localisable text, part one. 2007-07-05 15:23:31 +00:00
dialog_paste_over.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_progress.cpp Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled) 2007-01-24 03:54:32 +00:00
dialog_progress.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_properties.cpp Misc. changes to localisable text, part one. 2007-07-05 15:23:31 +00:00
dialog_properties.h Added a "Scale Border and Shadow" check box to script properties dialog. 2007-04-09 21:47:59 +00:00
dialog_resample.cpp Issue #516 - Resample dialog no longer affects karaoke templater lines. 2007-08-03 17:32:23 +00:00
dialog_resample.h Removed all stray references to VideoDisplay throughout the code. 2007-01-21 17:01:22 +00:00
dialog_search_replace.cpp Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later. 2007-04-04 20:42:44 +00:00
dialog_search_replace.h Fixed replace bug (#338) and cleaned search and replace code up a bit. 2007-03-28 01:11:52 +00:00
dialog_selection.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_selection.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_shift_times.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_shift_times.h Removed all stray references to VideoDisplay throughout the code. 2007-01-21 17:01:22 +00:00
dialog_spellchecker.cpp Misc. changes to localisable text, part one. 2007-07-05 15:23:31 +00:00
dialog_spellchecker.h Actually completed spell checker dialog. 2007-04-14 16:08:50 +00:00
dialog_splash.cpp Fixed splash and added a "add to dictionary" option 2007-01-02 00:47:47 +00:00
dialog_splash.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_style_editor.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_style_editor.h Fixed #458, along with other style manager/editor related issues. 2007-07-27 06:14:38 +00:00
dialog_style_manager.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_style_manager.h Added copy+paste to style manager, ctrl+c/v only (so far, anyway) 2007-02-06 03:25:14 +00:00
dialog_styling_assistant.cpp Added icons to all dialogs that have one for them. 2007-07-04 23:09:40 +00:00
dialog_styling_assistant.h Dansolo's general tweaks and fixes to kanji timer and styling assistant 2007-01-13 07:04:12 +00:00
dialog_text_import.cpp demi's patches #3: Added a dialogue to text importing, asking which character to use as comment and actor separator. 2007-07-16 03:22:11 +00:00
dialog_text_import.h demi's patches #3: Added a dialogue to text importing, asking which character to use as comment and actor separator. 2007-07-16 03:22:11 +00:00
dialog_timing_processor.cpp Fix tab order issues in various dialogues - bug #518. Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.) 2007-08-15 23:17:42 +00:00
dialog_timing_processor.h Timing Post-Processor can now be restricted to selection. 2007-01-08 03:27:47 +00:00
dialog_tip.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
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 demi's patches #2: fixed x button on translation assistant 2007-07-16 03:17:11 +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 Misc. changes to localisable text, part one. 2007-07-05 15:23:31 +00:00
dialog_version_check.h Ops, forgot to commit the new files. 2007-01-07 23:03:05 +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 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.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_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 Float spin control mostly works, but there are two bugs that I don't want to deal with, so, meh. 2007-06-17 22:57:36 +00:00
float_spin.h Implemented basic (plain-text only) TTXT reading. 2007-06-18 01:17:03 +00:00
font_file_lister.cpp Implemented font config file lister, except that it doesn't work. 2007-07-29 01:47:18 +00:00
font_file_lister.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
font_file_lister_fontconfig.cpp Fonts collector now seems to work on Linux, and presumably on other posix systems. 2007-07-30 00:56:54 +00:00
font_file_lister_fontconfig.h Implemented font config file lister, except that it doesn't work. 2007-07-29 01:47:18 +00:00
font_file_lister_freetype.cpp 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
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 Issue #386 - Fixed setting of hotkeys to enter. 2007-08-04 09:23:21 +00:00
frame_main.h Resolved #341 2007-07-27 08:24:49 +00:00
frame_main_events.cpp Resolved #341 2007-07-27 08:24:49 +00:00
gl_text.cpp Fixed drawing of text via OpenGL (in particular, video coordinates) in Linux, and probably everywhere else where it was broken. 2007-07-28 23:17:33 +00:00
gl_text.h Proper checking for OpenGL, hopefully also using the right includes on OS X. 2007-04-22 02:24:27 +00:00
gl_wrap.cpp Barely function vector clip tool implemented 2007-07-05 04:32:46 +00:00
gl_wrap.h Barely function vector clip tool implemented 2007-07-05 04:32:46 +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 Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps. 2006-12-28 23:43:23 +00:00
hotkeys.cpp Resolved #341 2007-07-27 08:24:49 +00:00
hotkeys.h Merged the hotkeys dialog into the options dialog. 2007-04-11 21:24:31 +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 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
kana_table.cpp convert kana table to ASCII + escapes 2007-01-30 22:13:02 +00:00
kana_table.h Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled) 2007-01-24 03:54:32 +00:00
lavc_file.cpp Fixed #496 and #488 2007-07-27 05:25:51 +00:00
lavc_file.h Commit Wars Episode V: The setup.h strikes back 2007-06-08 00:44:44 +00:00
main.cpp Rename stack.txt to crashlog.txt 2007-07-23 21:46:56 +00:00
main.h 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
Makefile.am 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
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 Clarified a bunch of error messages 2007-07-18 13:46:38 +00:00
mkv_wrap.h Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled) 2007-01-24 03:54:32 +00:00
mythes.cxx Attempt at a dummy video dialog fix and fixed mythes's function duplication issues once and for all. 2007-04-25 04:09:42 +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 Intermediate implementation of #498 - karaoke template syntax highlighting. Only !! blocks and $variables are highlighted right now, and no actual Lua specific highlighting is done. 2007-08-06 14:29:43 +00:00
options.h Added a "defaults" button to options dialog. 2007-04-18 04:03:22 +00:00
res.rc Added freehand and smoothed freehand drawing to vector \clip. 2007-07-07 05:51:18 +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 Some fixes for SVN wx compatibility (that doesn't work, anyway) 2007-08-07 20:45:41 +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 Some fixes for SVN wx compatibility (that doesn't work, anyway) 2007-08-07 20:45:41 +00:00
spline.cpp Finished vector clip visual typesetting tool. 2007-07-08 07:22:09 +00:00
spline.h Finished vector clip visual typesetting tool. 2007-07-08 07:22:09 +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 Some more fixes to Linux 2007-06-22 03:14:25 +00:00
standard_paths.h Unused standard paths class 2007-06-20 19:40:06 +00:00
static_bmp.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
static_bmp.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
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 Third and last part of this review-round of localisable strings. 2007-07-05 15:51:42 +00:00
subs_edit_box.h Added a commit button to the subtitles edit box for the shortcut-impaired. 2007-06-30 20:00:07 +00:00
subs_edit_ctrl.cpp Intermediate implementation of #498 - karaoke template syntax highlighting. Only !! blocks and $variables are highlighted right now, and no actual Lua specific highlighting is done. 2007-08-06 14:29:43 +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 Some fixes for SVN wx compatibility (that doesn't work, anyway) 2007-08-07 20:45:41 +00:00
subs_grid.h Applied demi's patch to fix the display of frames on grid, and fixed the toggling of the "layer" column. 2007-05-22 05:53:08 +00:00
subs_preview.cpp More minox fixes (well, maybe) to subs preview 2007-07-05 19:08:43 +00:00
subs_preview.h Alpha edit boxes on the style editor were replaced with spin controls. 2007-05-21 05:38:28 +00:00
subtitle_format.cpp Added support for adobe encore export (both PAL and NTSC) 2007-06-19 05:04:15 +00:00
subtitle_format.h Added support for adobe encore export (both PAL and NTSC) 2007-06-19 05:04:15 +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 demi's patches #3: Added a dialogue to text importing, asking which character to use as comment and actor separator. 2007-07-16 03:22:11 +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 More minox fixes (well, maybe) to subs preview 2007-07-05 19:08:43 +00:00
subtitles_provider_libass.cpp Failed attempt to get threaded video to work. 2007-04-13 00:44:46 +00:00
text_file_reader.cpp Some fixes for SVN wx compatibility (that doesn't work, anyway) 2007-08-07 20:45:41 +00:00
text_file_reader.h Made text file reader use iostream on all platforms... this will probably need some testing, though, so old code is only #ifdefed out. 2007-04-13 02:05:38 +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 Fixed text_file_writer.h on Linux and made it use fstream on Win32 as well. 2007-06-21 21:04:50 +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 Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps. 2006-12-28 23:43:23 +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 Fixed issue with time edit boxes being unable to represent times over 1 hour in certain cases - #482 2007-07-26 22:47:49 +00:00
timeedit_ctrl.h Fixed issue with time edit boxes being unable to represent times over 1 hour in certain cases - #482 2007-07-26 22:47:49 +00:00
toggle_bitmap.cpp Replaced visual typesetting controls with an actual toolbar. 2007-07-06 05:47:03 +00:00
toggle_bitmap.h Replaced visual typesetting controls with an actual toolbar. 2007-07-06 05:47:03 +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 Made audio mode tooltips update when changed in options dialog. 2007-06-30 20:59:32 +00:00
utils.cpp Added icons to all dialogs that have one for them. 2007-07-04 23:09:40 +00:00
utils.h Added icons to all dialogs that have one for them. 2007-07-04 23:09:40 +00:00
validators.cpp Added a copy constructor to the numeric validator, to hopefully fix the issues that xat had with it on Linux. Also, made it enforce stricter standards (that is, not allowing you to type numbers before the sign) 2007-06-18 18:20:45 +00:00
validators.h Added a copy constructor to the numeric validator, to hopefully fix the issues that xat had with it on Linux. Also, made it enforce stricter standards (that is, not allowing you to type numbers before the sign) 2007-06-18 18:20:45 +00:00
variable_data.cpp ass_style improvements - ParseASS and ParseSSA are now just Parse in AssColor 2007-01-18 06:45:55 +00:00
variable_data.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
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 "New", nicer solution for including the SVN revision information in Windows builds. 2007-05-08 00:06:39 +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 Clarified a bunch of error messages 2007-07-18 13:46:38 +00:00
vfr.h Made middle click on audio display jump video to position, fixed a few uninitialized variable warnings and removed the GetString() method from AssFile, since it was only used by the old libass provider. 2007-04-07 03:12:55 +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 freehand and smoothed freehand drawing to vector \clip. 2007-07-07 05:51:18 +00:00
video_box.h Added freehand and smoothed freehand drawing to vector \clip. 2007-07-07 05:51:18 +00:00
video_context.cpp Issue #446 - Fixed some crashing while trying to play video without audio loaded, on posix 2007-07-30 04:05:45 +00:00
video_context.h Visual tools rewriting, currently only the crosshair works. 2007-07-01 00:19:55 +00:00
video_display.cpp Some failed attempts to fix detached video window stuff :3 2007-07-27 04:05:18 +00:00
video_display.h Visual tools rewriting, currently only the crosshair works. 2007-07-01 00:19:55 +00:00
video_frame.cpp Fix GetFloat again, I guess. 2007-04-05 22:01:33 +00:00
video_frame.h Moved YV12->RGB32 conversion to video provider, before caching. 2007-04-08 18:12:51 +00:00
video_provider.cpp Clarified a bunch of error messages 2007-07-18 13:46:38 +00:00
video_provider.h Issue #466 - Fixed ffmpegsource with vfr videos. Also re-added the warning for dss. Avisynth provider *should* now be 100% reliable if ffmpegsource.dll is present. 2007-07-29 09:06:38 +00:00
video_provider_avs.cpp Issue #466 - Fixed ffmpegsource with vfr videos. Also re-added the warning for dss. Avisynth provider *should* now be 100% reliable if ffmpegsource.dll is present. 2007-07-29 09:06:38 +00:00
video_provider_dshow.cpp ffmpeg video provider now works as expected, except that it leaks memory. This fix should also help with certain videos being loaded with other providers. Also added some asserts and clean up to video frame class. 2007-03-27 22:29:35 +00:00
video_provider_dummy.cpp Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later. 2007-04-04 20:42:44 +00:00
video_provider_dummy.h Option for checkerboard pattern in dummy video 2007-04-04 01:54:37 +00:00
video_provider_lavc.cpp Some fixes for ffmpeg linking (I have no idea how it worked before) 2007-08-07 22:10:44 +00:00
video_slider.cpp Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled) 2007-01-24 03:54:32 +00:00
video_slider.h Merged opengl branch from 806 to 859 2007-01-21 06:30:19 +00:00
VideoSink.cpp Possible fixes. 2007-01-21 23:16:03 +00:00
VideoSink.h Merged opengl branch from 806 to 859 2007-01-21 06:30:19 +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 Issue #514 - Fixed crash with vector clip. Also fixed a minor bug that caused visual typesetting to flag the script as modified even if nothing changed. 2007-08-03 17:22:06 +00:00
visual_tool.h Implemented delete point function to vector clip tool. 2007-07-07 07:27:28 +00:00
visual_tool_clip.cpp Tweaks to visual clip tools 2007-07-05 04:56:56 +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 Unused, incomplete and untested spline class added. 2007-07-05 02:01:12 +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 Added freehand and smoothed freehand drawing to vector \clip. 2007-07-07 05:51:18 +00:00
visual_tool_drag.h Finished some clean up on visual typesetting 2007-07-07 03:21:52 +00:00
visual_tool_rotatexy.cpp Fixed bug #490 - rotation visual tools weren't updated after manual text edit. 2007-07-27 04:50:15 +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 Fixed bug #490 - rotation visual tools weren't updated after manual text edit. 2007-07-27 04:50:15 +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 Made ctrl restrict XY rotation and scaling to only one axis. 2007-07-04 20:45:01 +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 Issue #514 - Fixed crash with vector clip. Also fixed a minor bug that caused visual typesetting to flag the script as modified even if nothing changed. 2007-08-03 17:22:06 +00:00
visual_tool_vector_clip.h Added freehand and smoothed freehand drawing to vector \clip. 2007-07-07 05:51:18 +00:00