Check wxPrintf etc. arguments types.
[wxWidgets.git] / src / common / strvararg.cpp
2010-06-24  Václav SlavíkCheck wxPrintf etc. arguments types.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-30  Václav Slavíkfixed size of buffer returned by wxFormatConverter...
2009-03-27  Vadim Zeitlincorrect the test for Windows platform (this also fixes...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-01-16  Václav Slavíksilence gcc warnings in "vararg" functions such as...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-06-22  Václav SlavíkPCH-less compilation fix
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-05-12  Václav Slavíkfixed passing of strings to vararg templates in ANSI...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-26  Václav SlavíkPreparing wxString for UTF-8 representation:
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build: