Skip to content
Extraits de code Groupes Projets
  1. fév. 09, 2021
  2. juin 08, 2014
  3. juin 04, 2014
  4. mai 23, 2014
  5. mars 11, 2014
  6. oct. 22, 2013
  7. fév. 06, 2013
    • Thomas Goyne's avatar
      Mostly purge wxWidgets from non-UI stuff · 1e0f08c0
      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.
      1e0f08c0
  8. oct. 26, 2012
  9. août 19, 2012
    • Thomas Goyne's avatar
      Revamp how version tagging works · 1e030289
      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.
      1e030289
  10. juil. 15, 2011
  11. fév. 23, 2011
  12. fév. 08, 2011
  13. fév. 07, 2011
  14. mai 24, 2010
  15. mai 21, 2010
  16. oct. 03, 2009
  17. sept. 26, 2009
  18. sept. 03, 2009
    • Amar Takhar's avatar
      · 930f593d
      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.
      930f593d
Chargement en cours