Aegisub/aegisub/libaegisub/windows
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
..
access.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
charset_conv_win.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
fs.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
lagi_pre.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
log_win.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
path_win.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
util_win.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00