Commit graph

7 commits

Author SHA1 Message Date
Thomas Goyne 152862a576 Remove pointless wxSafeYield in FrameMain's constructor
This was needed to make the splash screen appear, and was missed when
the splash screen was killed.
2014-04-06 07:57:47 -07:00
Thomas Goyne c8410eec9c Don't reset the progress animation timer when receiving redundant progress updates 2014-04-06 07:57:01 -07:00
Thomas Goyne bd7a71abf4 Add an error check for trying to interact with expired subtitles objects 2014-04-06 07:56:42 -07:00
Thomas Goyne 0cc7254210 Fix crash on startup when the config file can't be written 2014-04-06 07:56:15 -07:00
Thomas Goyne 2f5bf396e7 Install CSRI and iconv headers rather than mucking about with include paths 2014-04-06 07:53:27 -07:00
Thomas Goyne 5cbbb87f61 Add in-repo copy of Lua and use it rather than the system copy
Aegisub needs Lua built as C++ (for stack unwinding on errors). No one
packages it like that, so at the moment we can't actually use systme
packages for Lua.

Fixes a bunch of memory leaks on Automation errors.
2014-04-06 07:52:49 -07:00
Thomas Goyne 1eb86d46e6 Rearrange repository 2014-04-06 07:48:20 -07:00