Aegisub/aegisub
Thomas Goyne 015d533556 Fix bad destruction order when exiting without closing the main window first
On OS X, when closing via Quit the document windows are not closed until
after OnExit is called, resulting the project context being destructed
after the global stuff, resulting in crashes on exit in some cases.

Originally committed to SVN as r6812.
2012-05-16 14:23:16 +00:00
..
automation Update the video matrix tagging scheme 2012-05-11 14:38:44 +00:00
build Delete the libass vcproj as libass is no longer in-tree 2012-04-04 16:46:26 +00:00
desktop Fix icon installation with DESTDIR set 2012-01-10 20:56:25 +00:00
docs/doxygen Remove all references to QuickTime, as the QuickTime provider is long gone 2012-02-23 19:28:29 +00:00
libaegisub stdout log emitter: flush stdout after every printf() if stdout is not a terminal 2012-05-15 14:06:18 +00:00
m4macros Add wxwin.m4 to m4macros as it changes very rarely and people are terrible at setting their aclocal paths correctly 2012-02-29 01:24:24 +00:00
packages Add batch file for 64-bit portable 2012-04-06 01:55:40 +00:00
po Regenerate aegisub.pot and fix a msgid misspelling 2012-04-11 03:43:16 +00:00
reporter Remove all references to QuickTime, as the QuickTime provider is long gone 2012-02-23 19:28:29 +00:00
src Fix bad destruction order when exiting without closing the main window first 2012-05-16 14:23:16 +00:00
tests Add line-wrapping logic to libaegisub 2012-03-29 19:05:16 +00:00
tinderbox Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00
tools Fix wxstd.mo paths in osx-bundle.sh 2012-05-14 13:22:09 +00:00
universalchardet Report the endianness of detected UTF-16 and UTF-32 2012-01-25 00:21:27 +00:00
acinclude.m4 Add wxwin.m4 to acinclude.m4 so that it actually gets used without the user manually setting the aclocal path 2012-05-13 00:57:45 +00:00
autogen.sh Remove the message about not asking for support with SVN revisions 2012-05-14 13:21:53 +00:00
config.guess Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
config.sub Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
configure.in Pass the path to wx-config to osx-bundle.sh as it may not be on the path 2012-05-14 13:21:58 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
install-sh Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
LICENCE Kill in-repo libass and ffms and clean up some old cruft in the configure script 2011-07-16 03:36:28 +00:00
Makefile Pass the path to wx-config to osx-bundle.sh as it may not be on the path 2012-05-14 13:21:58 +00:00
Makefile.inc.in Pass the path to wx-config to osx-bundle.sh as it may not be on the path 2012-05-14 13:21:58 +00:00
Makefile.target Explicitly flag the precompiled header as a C++ header to silence a clang warning 2012-02-20 18:22:25 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
wscript Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00

* To be written.