Aegisub/aegisub
Thomas Goyne 582e947c75 Fix errors when reattaching video with some video cards
With ATI cards, deleting a wxGLContext seems to invalidate ALL
wxGlContexts, rather than just things associated with the deleted one.
This resulted in video breaking after closing the detached video dialog,
as the embedded video display was trying to use an invalidated context.
To work around this, delete and recreate the context when reattaching
video.

Also recreate the visual typesetting tool as OpenGLText holds references
to textures created on construction.

Originally committed to SVN as r6646.
2012-04-03 17:38:38 +00:00
..
automation Really fix crash when switching lines with the drag visual tool active 2012-03-15 00:25:54 +00:00
build Port the EBU STL (tech 3264) subtitle format from 2.1.9 2012-03-29 19:05: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 Fix fallbacks for invalid characters when converting charsets 2012-03-31 00:28:55 +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 Port 2.1.9's installer scripts to 3.0.0 2012-01-23 19:09:14 +00:00
po Extract strings from the lua scripts for translation 2012-03-12 23:35:47 +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 errors when reattaching video with some video cards 2012-04-03 17:38:38 +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 Update distdir generation 2012-01-14 18:46:43 +00:00
universalchardet Report the endianness of detected UTF-16 and UTF-32 2012-01-25 00:21:27 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +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 Update distdir generation 2012-01-14 18:46:43 +00:00
Makefile.inc.in Remove invalid spaces in the OSX link command 2012-02-23 19:27:51 +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
acinclude.m4 Delete ax_openml.m4 as we no longer use openmp 2011-12-22 21:23:52 +00:00
autogen.sh Remove maintainer mode, as it didn't actually do anything (since we don't use automake) 2011-12-22 21:26:12 +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 Fix SVN revision check with SVN 1.7 when the aegisub directory is not the top level directory of the working copy. Patch by Larso. Closes #1458. 2012-03-08 05:07:15 +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
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

README

* To be written.