Cross-platform advanced subtitle editor
Go to file
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
aegisub Fix errors when reattaching video with some video cards 2012-04-03 17:38:38 +00:00
contrib Prevent CSRI helper library from causing linking apps (like aegisub.exe) to export symbols. 2011-01-14 02:05:01 +00:00
devel Add some kind of (really untested, but it compiles!) exception data fetching/command line arguments to w32dumper. 2012-03-03 01:48:23 +00:00
docs Add new buttons, commit changes to modified buttons. 2009-08-21 23:10:43 +00:00