- fév. 09, 2021
- juin 08, 2014
-
-
Thomas Goyne a rédigé
-
- juin 04, 2014
-
-
Thomas Goyne a rédigé
It's not actually used anywhere and not even set on Windows.
-
- mai 23, 2014
-
-
Thomas Goyne a rédigé
-
- mars 11, 2014
-
-
Thomas Goyne a rédigé
-
- oct. 22, 2013
-
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
- fév. 06, 2013
-
-
Thomas Goyne a rédigé
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.
-
- oct. 26, 2012
-
-
Thomas Goyne a rédigé
-
- août 19, 2012
-
-
Thomas Goyne a rédigé
Rather than having it be a configurable option, simply build in final release mode if Aegisub is being built from a signed tag, and get the version information from that tag. Drop the version number from the OS X app bundle when not building from a tag as it done everywhere else. Drop the arch suffix since ppc hasn't been tested in years and isn't worth testing as it's only going to get less relevant as time goes on. Remove some redundant definitions in the build system.
-
- juil. 15, 2011
-
-
Thomas Goyne a rédigé
Remove a bunch of pointless consts from agi::Path and rename the windows implementation so that it's actually used Originally committed to SVN as r5442.
-
- fév. 23, 2011
-
-
Amar Takhar a rédigé
Originally committed to SVN as r5369.
-
Grigori Goronzy a rédigé
getenv() returns a string that is part of internal process data and should never be modified and/or free()'d. Originally committed to SVN as r5368.
-
- fév. 08, 2011
-
-
Amar Takhar a rédigé
Originally committed to SVN as r5324.
-
Amar Takhar a rédigé
* Fix Locale() to return P_LOCALE * Change data and doc values to P_DATA and P_DOC. Originally committed to SVN as r5322.
-
- fév. 07, 2011
-
-
Amar Takhar a rédigé
Originally committed to SVN as r5316.
-
Amar Takhar a rédigé
Finish agi::Path so we can actually use it, our current path system is brutal and I needed this for libmedia. I'll be adding OS X support shortly: someone else will have to figure out what to do with windows it's completely trivial see unix/path.cpp and check libaegisub/path.h for the return values. Originally committed to SVN as r5315.
-
- mai 24, 2010
-
-
Amar Takhar a rédigé
Commit the beginings of the Path class to hold the internal representation of paths, this is extremely rough since I have to wait until we can do charset conversion in libaegisub to handle windows paths before going any further. Originally committed to SVN as r4359.
-
- mai 21, 2010
-
-
Amar Takhar a rédigé
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. Initial support for low-level access and file I/O methods are included as well. Originally committed to SVN as r4331.
-
- oct. 03, 2009
-
-
Thomas Goyne a rédigé
Originally committed to SVN as r3610.
-
- sept. 26, 2009
-
-
Grigori Goronzy a rédigé
Originally committed to SVN as r3561.
-
Amar Takhar a rédigé
Originally committed to SVN as r3558.
-
Amar Takhar a rédigé
Originally committed to SVN as r3555.
-
- sept. 03, 2009
-
-
Amar Takhar a rédigé
dd the beginings of the Aegisub Reporter, this is my first C++ program from scratch. (yes, that's a disclaimer) What's left to be done: * Crash support. (only works for 'reports') * UI cleanups. * Interfacing with Aegisub to get proper metrics. * OSX support. * Windows support. (someone else will have to do this) * Server-side code. There's probably a lot of other things I'm forgetting, anyone is free to commit to this, if you want to make major changes let me know beforehand. Originally committed to SVN as r3475.
-