Aegisub/aegisub
Amar Takhar cdf86550f2 Sigh, GNU LD can be really annoying at times, most linkers will only pull a
symbol in from a static library if that symbol is used. (how it should work)
However! if you place the library that *uses* those symbols *after* the
libraries that have them, then the gnu ld will skip past those symbols, they
will never get included and you'll get a linking error.. There are two fixes,
tell LD to scan all libraries twice (non-portable?) or just put the libraries in
an order that LD can deal with.  (annoying!)

Originally committed to SVN as r2014.
2008-03-11 06:07:08 +00:00
..
bitmaps It never ceases to amaze me how badly gawk can munge a perfectly compliant AWK 2008-03-11 05:41:14 +00:00
boost
gl
include/aegisub Another battle in the String Hell War 2008-03-08 18:13:42 +00:00
macosx Re-introduce the wxBevelButton control of old and use it for Commit button in subs edit area on wxMac builds. 2008-03-09 23:40:45 +00:00
posix
win32
win64
Makefile.am Sigh, GNU LD can be really annoying at times, most linkers will only pull a 2008-03-11 06:07:08 +00:00
MatroskaParser.c
MatroskaParser.h
VideoSink.cpp
VideoSink.h
aegisublocale.cpp
aegisublocale.h
ass_attachment.cpp
ass_attachment.h
ass_dialogue.cpp
ass_dialogue.h
ass_entry.cpp
ass_entry.h
ass_export_filter.cpp
ass_export_filter.h
ass_exporter.cpp
ass_exporter.h
ass_file.cpp
ass_file.h
ass_karaoke.cpp
ass_karaoke.h
ass_override.cpp
ass_override.h
ass_style.cpp
ass_style.h
ass_style_storage.cpp
ass_style_storage.h
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
audio_box.cpp
audio_box.h
audio_display.cpp Reverted last commit. 2008-03-08 18:04:51 +00:00
audio_display.h Reverted last commit. 2008-03-08 18:04:51 +00:00
audio_karaoke.cpp
audio_karaoke.h
audio_player.cpp
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
audio_player_dsound.cpp
audio_player_dsound.h
audio_player_manager.h
audio_player_openal.cpp s/audio_player.h/audio_player_manager.h/ for ALSA and OpenAL. 2008-03-07 21:48:36 +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
audio_player_portaudio.h
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
audio_provider.cpp Another battle in the String Hell War 2008-03-08 18:13:42 +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
audio_provider_convert.h
audio_provider_dummy.cpp
audio_provider_dummy.h
audio_provider_hd.cpp
audio_provider_hd.h
audio_provider_lavc.cpp s/wxString/Aegisub::String/ in many places. 2008-03-08 04:27:41 +00:00
audio_provider_lavc.h s/wxString/Aegisub::String/ in many places. 2008-03-08 04:27:41 +00:00
audio_provider_manager.h Reverted last commit. 2008-03-08 18:04:51 +00:00
audio_provider_pcm.cpp
audio_provider_pcm.h
audio_provider_ram.cpp
audio_provider_ram.h
audio_provider_stream.cpp
audio_provider_stream.h
audio_spectrum.cpp
audio_spectrum.h
auto4_auto3.cpp Changed the way that automation factories are registered. 2008-03-09 18:19:15 +00:00
auto4_auto3.h Changed the way that automation factories are registered. 2008-03-09 18:19:15 +00:00
auto4_base.cpp
auto4_base.h
auto4_lua.cpp More messing around with Lua. 2008-03-09 21:49:46 +00:00
auto4_lua.h More messing around with Lua. 2008-03-09 21:49:46 +00:00
auto4_lua_assfile.cpp
auto4_lua_dialog.cpp
auto4_lua_factory.h More messing around with Lua. 2008-03-09 21:49:46 +00:00
auto4_lua_scriptreader.cpp
auto4_lua_scriptreader.h
auto4_perl.cpp Changed how the Perl factory is registered. 2008-03-09 21:33:35 +00:00
auto4_perl.h Changed how the Perl factory is registered. 2008-03-09 21:33:35 +00:00
auto4_perl_ass.cpp
auto4_perl_console.cpp
auto4_perl_console.h
auto4_perl_dialogs.cpp
auto4_perl_script.cpp
auto4_perldata.inc
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
auto4_ruby_assfile.cpp Fixed registration of Ruby automation. 2008-03-09 19:01:54 +00:00
auto4_ruby_dialog.cpp
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
avisynth_wrap.cpp
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
browse_button.cpp
browse_button.h
changelog.txt
charset_detect.cpp
charset_detect.h
colorspace.cpp
colorspace.h
colour_button.cpp
colour_button.h
dialog_about.cpp
dialog_about.h
dialog_associations.cpp
dialog_associations.h
dialog_attachments.cpp
dialog_attachments.h
dialog_automation.cpp
dialog_automation.h
dialog_colorpicker.cpp
dialog_colorpicker.h
dialog_detached_video.cpp
dialog_detached_video.h
dialog_dummy_video.cpp
dialog_dummy_video.h
dialog_export.cpp
dialog_export.h
dialog_fonts_collector.cpp
dialog_fonts_collector.h
dialog_jumpto.cpp
dialog_jumpto.h
dialog_kanji_timer.cpp
dialog_kanji_timer.h
dialog_options.cpp
dialog_options.h
dialog_paste_over.cpp
dialog_paste_over.h
dialog_progress.cpp
dialog_progress.h
dialog_properties.cpp
dialog_properties.h
dialog_resample.cpp
dialog_resample.h
dialog_search_replace.cpp
dialog_search_replace.h
dialog_selection.cpp
dialog_selection.h
dialog_shift_times.cpp
dialog_shift_times.h
dialog_spellchecker.cpp
dialog_spellchecker.h
dialog_splash.cpp
dialog_splash.h
dialog_style_editor.cpp
dialog_style_editor.h
dialog_style_manager.cpp
dialog_style_manager.h
dialog_styling_assistant.cpp
dialog_styling_assistant.h
dialog_text_import.cpp
dialog_text_import.h
dialog_timing_processor.cpp
dialog_timing_processor.h
dialog_tip.cpp
dialog_tip.h
dialog_translation.cpp
dialog_translation.h
dialog_version_check.cpp
dialog_version_check.h
dialog_video_details.cpp
dialog_video_details.h
drop.cpp
drop.h
export_clean_info.cpp
export_clean_info.h
export_fixstyle.cpp
export_fixstyle.h
export_framerate.cpp 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
fft.cpp
fft.h
float_spin.cpp
float_spin.h
font_file_lister.cpp
font_file_lister.h
font_file_lister_fontconfig.cpp
font_file_lister_fontconfig.h
font_file_lister_freetype.cpp
font_file_lister_freetype.h
frame_main.cpp
frame_main.h
frame_main_events.cpp
gl_text.cpp
gl_text.h
gl_wrap.cpp
gl_wrap.h
help_button.cpp
help_button.h
hilimod_textctrl.cpp
hilimod_textctrl.h
hotkeys.cpp
hotkeys.h
idle_field_event.cpp
idle_field_event.h
kana_table.cpp
kana_table.h
keyframe.cpp
keyframe.h
lavc_file.cpp
lavc_file.h
lavc_keyframes.cpp Possible fix for crash in LAVCKeyframes constructor 2008-03-09 00:04:30 +00:00
lavc_keyframes.h Possible fix to lavc crash. 2008-03-08 23:41:24 +00:00
main.cpp Improved Aegisub's exception handling and crash log generation. 2008-03-10 06:28:21 +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
mkv_wrap.h
mythes.cxx
mythes.hxx
options.cpp
options.h
plugin_manager.cpp More messing around with Lua. 2008-03-09 21:49:46 +00:00
plugin_manager.h
res.rc
scintilla_text_ctrl.cpp
scintilla_text_ctrl.h
setup.cpp Fixed registration of Ruby automation. 2008-03-09 19:01:54 +00:00
spellchecker.cpp
spellchecker_hunspell.cpp
spellchecker_hunspell.h
spellchecker_manager.h
spline.cpp
spline.h
spline_curve.cpp
spline_curve.h
standard_paths.cpp
standard_paths.h
static_bmp.cpp
static_bmp.h
stdwx.cpp
stdwx.h
string_codec.cpp
string_codec.h
subs_edit_box.cpp Re-introduce the wxBevelButton control of old and use it for Commit button in subs edit area on wxMac builds. 2008-03-09 23:40:45 +00:00
subs_edit_box.h
subs_edit_ctrl.cpp
subs_edit_ctrl.h
subs_grid.cpp
subs_grid.h
subs_preview.cpp
subs_preview.h
subtitle_format.cpp
subtitle_format.h
subtitle_format_ass.cpp
subtitle_format_ass.h
subtitle_format_dvd.cpp
subtitle_format_dvd.h
subtitle_format_encore.cpp
subtitle_format_encore.h
subtitle_format_microdvd.cpp
subtitle_format_microdvd.h
subtitle_format_mkv.cpp
subtitle_format_mkv.h
subtitle_format_prs.cpp
subtitle_format_prs.h
subtitle_format_srt.cpp
subtitle_format_srt.h
subtitle_format_ttxt.cpp
subtitle_format_ttxt.h
subtitle_format_txt.cpp
subtitle_format_txt.h
subtitles_provider.cpp
subtitles_provider_csri.cpp
subtitles_provider_csri.h
subtitles_provider_libass.cpp
subtitles_provider_libass.h Fix header -> subtitles_provider_manager.h 2008-03-08 07:51:23 +00:00
subtitles_provider_manager.h
text_file_reader.cpp
text_file_reader.h
text_file_writer.cpp
text_file_writer.h
thesaurus.cpp
thesaurus.h
thesaurus_myspell.cpp
thesaurus_myspell.h
timeedit_ctrl.cpp
timeedit_ctrl.h
toggle_bitmap.cpp
toggle_bitmap.h
tooltip_manager.cpp
tooltip_manager.h
utils.cpp
utils.h
validators.cpp
validators.h
variable_data.cpp
variable_data.h
vector2d.cpp
vector2d.h
version.cpp Modifications for 2.1.2 2008-03-09 04:16:52 +00:00
version.h
vfr.cpp
vfr.h
vfw_wrap.cpp
vfw_wrap.h
video_box.cpp
video_box.h
video_context.cpp Add .c_str() to line 300 (filename). 2008-03-08 20:38:03 +00:00
video_context.h
video_display.cpp
video_display.h
video_frame.cpp
video_frame.h
video_provider_avs.cpp
video_provider_avs.h
video_provider_cache.cpp
video_provider_cache.h
video_provider_dshow.cpp
video_provider_dshow.h
video_provider_dummy.cpp
video_provider_dummy.h
video_provider_lavc.cpp
video_provider_lavc.h s/wxString/Aegisub::String/ in many places. 2008-03-08 04:27:41 +00:00
video_provider_manager.cpp
video_provider_manager.h
video_slider.cpp
video_slider.h
visual_feature.cpp
visual_feature.h
visual_tool.cpp
visual_tool.h
visual_tool_clip.cpp
visual_tool_clip.h
visual_tool_cross.cpp
visual_tool_cross.h
visual_tool_drag.cpp
visual_tool_drag.h
visual_tool_rotatexy.cpp
visual_tool_rotatexy.h
visual_tool_rotatez.cpp
visual_tool_rotatez.h
visual_tool_scale.cpp
visual_tool_scale.h
visual_tool_vector_clip.cpp
visual_tool_vector_clip.h