Fix tab navigation bug with static boxes without enabled children.
[wxWidgets.git] / include / wx / wxcrt.h
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-08  Vadim ZeitlinFix compilation with g++ 4.7 (prerelease).
2011-01-28  Paul Cornettbetter way to silence unused parameter warning
2011-01-27  Stefan Csomorclang fixes, fixes #12332
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-01-24  Vadim ZeitlinUse a helper wxNEEDS_DECL_BEFORE_TEMPLATE symbol in...
2010-01-24  Vadim ZeitlinApply workaround for wxStrcoll() template for g++ to...
2010-01-18  Vadim ZeitlinAdd wxIsascii() function and use it instead of isascii...
2009-12-02  Paul Cornettuse const_cast where appropriate
2009-11-30  Vadim ZeitlinFix compilation in wxUSE_STL==1 case broken by r62738.
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-04-25  Vadim Zeitlinanother typo correction after last change, correct...
2009-04-25  Vadim Zeitlincompilation fix after the latest change (typo: used...
2009-04-25  Vadim Zeitlindefine wxStrchr(non-const char-or-wchar_t*) as a templa...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-18  Francesco Montorsino change: just move a misplaced comment
2009-01-13  Francesco Montorsiprovide our own implementation of wxStrnlen if it's...
2009-01-12  Francesco Montorsiadd support for wxStrnlen for those platforms where...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2007-12-24  Václav Slavíkcompilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-11-25  Vadim ZeitlinwxStr[c]spn_String fixes: use size_t, not int, as retur...
2007-10-29  Chris ElliottDMC work round
2007-08-04  Vadim Zeitlinmake wxTmemchr() return (and take) char* instead of...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-22  Václav Slavíkfixed visibility warning on Fedora
2007-07-17  Václav Slavíkcompilation fix for Borland C++
2007-07-16  Václav Slavíkcompilation fix for wxStrtod and friends: non-zero...
2007-07-08  Václav Slavíkremoved unsecure wxTmpnam() function (patch by Francesc...
2007-07-03  Václav SlavíkwxStrcoll_String compilation fixes for Dmars and Borlan...
2007-06-25  Václav Slavíkcompilation fix if wxLongLong_t is not available
2007-06-16  Vadim Zeitlinchanged wxIsxxx() to return bool, not int, to avoid...
2007-06-15  Jouk Jansen Committing in .
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-11  Václav Slavíkcompilation fix for gcc 3.3
2007-06-11  Václav Slavíkadded wchar_t, wxUniChar overloads for wxStrchr
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-04-30  Václav Slavíkalways define wxLocaleIsUtf8
2007-04-25  Vadim Zeitlindon't declare inline function with dllexport declaratio...
2007-04-23  Václav Slavíkcompilation fix: setlocale() returns non-const string...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-01  Vadim Zeitlincompilation fix for !wxUSE_PRINTF_POS_PARAMS
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers