Aegisub/aegisub/libaegisub/common
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
..
cajun Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
calltip_provider.cpp Fix compliation with gcc 4.7 2012-11-15 18:15:40 -08:00
charset.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
charset_6937.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
charset_6937.h Remove $Id$ markers since git doesn't support them 2012-10-25 17:39:49 -07:00
charset_conv.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
color.cpp Move agi::Color parsing to its own file 2012-11-10 18:05:56 -08:00
dispatch.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
hotkey.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
io.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
json.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
keyframe.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
log.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
mru.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
option.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
option_visit.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
option_visit.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
parser.cpp Add agi::util::try_parse 2013-01-03 17:36:50 -08:00
parser.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
path.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
thesaurus.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
util.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00
vfr.cpp Mostly purge wxWidgets from non-UI stuff 2013-02-06 13:22:15 -08:00