]> git.saurik.com Git - wxWidgets.git/history - src/msw/stdpaths.cpp
allow customizing wxStandardPaths logic for the program directory determination
[wxWidgets.git] / src / msw / stdpaths.cpp
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-01-21  Vadim Zeitlintweak GetAppDir() to recognize more debug build directo...
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-02-14  Vadim Zeitlinfix warning about unused TRACE_MASK variable in release...
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-10-26  Michael WetherellMissing header.
2006-04-17  Vadim Zeitlinadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
2006-03-25  Vadim Zeitlindiscard the debug directories at the end of the executa...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-17  Julian SmartCleanup
2006-01-17  Julian SmartApplied patch [ 1385822 ] fixed stdpaths get folder...
2005-06-15  Vadim Zeitlin(harmless) eVC4 warning fix
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-14  Vadim Zeitlinmade GetDataDir() return the directory where the progra...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-01-20  Włodzimierz SkibaMissing define.
2004-11-16  Włodzimierz SkibaWinCE correction.
2004-10-20  Włodzimierz SkibaDMC, OW and my copy of MinGW misses SH* values, Borland...
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-19  Vadim Zeitlininitial implementation for MSW