Fix tab navigation bug with static boxes without enabled children.
[wxWidgets.git] / include / wx / unichar.h
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-05-19  Vadim ZeitlinAdd conversions to/from long long to wxUniChar.
2012-07-31  Vadim ZeitlinFix comparisons of char and wchar_t with wxUniChar...
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-08-26  Václav Slavíkpch-less compilation fix for r55285
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2007-08-13  Václav Slavíkdon't attempt to convert 8bit values to Unicode in...
2007-07-20  Vadim Zeitlinmake To/From8bit() inline for performance reasons
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Václav Slavíkremoved wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
2007-07-06  Václav Slavíkadded missing wxUniChar::operator=(wxUniCharRef)
2007-07-01  Václav Slavíkexplicitly cast m_value to the resulting type in wxUniC...
2007-06-29  Václav SlavíkwxUniChar wchar_t handling fixes for Borland, DMC and...
2007-06-26  Václav Slavíkfixes to wint_t and wchar_t handling in unichar.h ...
2007-06-26  Václav Slavíkinclude wxUniCharRef::operator&& unconditionally too...
2007-06-22  Vadim Zeitlinremove #if around operator&&(), its needed for other...
2007-06-22  Vadim ZeitlinSun CC (at least version 5.9) has wint_t as a separate...
2007-06-11  Václav Slavíkadded long int operators to wxUniChar (fixes wxMac...
2007-06-08  Václav Slavíkadded wxUniChar::AsUTF8() for easy conversion in UTF8...
2007-05-16  Václav Slavíkrestored accidentally commented-out code
2007-05-15  Václav Slavíkadded missing operators for int and unsigned char
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-14  Vadim Zeitlindjgpp doesn't have wint_t as separate type
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-14  Václav Slavíkfixed wxUniCharRef::IsAscii() definition
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-06  Vadim Zeitlinadd conversion of wxUniChar[Ref] to unsigned int if...
2007-04-01  Václav Slavíkwint_t is wchar_t on OS/2 too
2007-03-29  Václav Slavíkadded creation of wxUniChar from int and conversion...
2007-03-29  Vadim Zeitlinadded overloads of operators for wint_t for VC when...
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...
2007-03-28  Václav Slavíkre-enabled using std::string for wxStringImpl if wxUSE_...
2007-03-23  Vadim Zeitlinfixed compilation for Windows compilers now after last...
2007-03-23  Vadim Zeitlinadded conversions to unsigned short: this fixes compila...
2007-03-22  Vadim Zeitlinremove wxWINT_T_IS_TYPEDEF as it seems wint_t is always...
2007-03-22  Vadim Zeitlinadded macros to avoid code repetition when defining...
2007-03-22  Vadim Zeitlinadded conversion to unsigned int too: this is needed...
2007-03-20  Václav Slavíkadded wxUniChar <-> unsigned char conversion
2007-03-19  Václav Slavíkuse wxUin32 for wxUniChar::value_type: we need 32bit...
2007-03-19  Václav SlavíkwxUniChar::unicode_type -> value_type
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers