Aegisub/aegisub/libaegisub
Thomas Goyne 1e0f08c0ed Mostly purge wxWidgets from non-UI stuff
Use boost::filesystem::path for all paths, and std::string for all other
strings, converting to/from wxString as close to the actual uses of wx
as possible.

Where possible, replace the uses of non-UI wxWidgets functionality with
the additions to the standard library in C++11, or the equivalents in
boost.

Move the path token management logic to libaegisub (and rewrite it in
the process).

Add a basic thread pool based on asio and std::thread to libaegisub.

This touches nearly every file in the project and a nontrivial amount of
code had to be rewritten entirely, so there's probably a lot of broken
stuff.
2013-02-06 13:22:15 -08:00
..
ass Extract TEXT -> DRAWING conversion from SplitWords 2012-12-31 07:09:31 -08:00
common Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
include/libaegisub Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
osx Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
unix Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
windows Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
Makefile Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
config.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
lagi_pre.h Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00