]> git.saurik.com Git - wxWidgets.git/history - include/wx/strvararg.h
fixed variadic templates in the case when char value is passed in place of (e.g....
[wxWidgets.git] / include / wx / strvararg.h
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-08-15  Václav Slavíkremoved outdated comment
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-11  Václav Slavíkfixed VC6 warnings about non-dllexported members in...
2007-06-02  Václav Slavíkpartially fixed passing wxUniChar as vararg argument...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-04  Václav Slavíkcompilation fix for --enable-utf8 --disable-utf8only...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed passing raw unconverted strings through wxArgNorm...
2007-05-03  Václav Slavíkdon't do char*->wchar_t*>char* roundtrip in wxArgNormal...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-29  Václav Slavíkcompilation fixes for --disable-log
2007-04-29  Václav Slavíkadded support for passing std::[w]string to 'vararg...
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-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build: