Make sorting of wxListBox, wxChoice and wxComboBox identical to the MSW sorting
[wxWidgets.git] / tests /
2010-08-23  Vadim ZeitlinCompilation fix: forward declare wxTextEntry in unit...
2010-08-22  Vadim ZeitlinUse "C" locale for locale-dependent part of TextCtrlTes...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-08-21  Vadim ZeitlinDon't report spurious errors from wxSocket in "no wait...
2010-08-04  Václav SlavíkFix attributes escaping when writing XML.
2010-07-25  Francesco Montorsimake POSIX and Windows implementation of wxThread:...
2010-07-18  Vadim ZeitlinDon't run printf("%n") tests when _FORTIFY_SOURCE ...
2010-07-17  Vadim ZeitlinReally set svn:eol-style property.
2010-07-13  Vadim ZeitlinReally fix interactive output test compilation in ANSI...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-12  Vadim ZeitlinCompilation fix for wxAnyTestCase in ANSI-only build.
2010-07-12  Vadim ZeitlinCompilation fix for "interactive" test in wxUSE_STL...
2010-07-12  Vadim ZeitlinBlind VC6 compilation fix for VarArgTestCase.
2010-07-12  Vadim ZeitlinDisable test of format string with "%n" for MSVC 8+.
2010-07-03  Václav SlavíkFix format strings parsing to understand C99 %zu etc.
2010-07-03  Václav SlavíkFix vararg type checking to accept ints for %c.
2010-06-24  Václav SlavíkFix another bad format string in the testsuite.
2010-06-24  Václav SlavíkAdd tests for printf arguments validation code.
2010-06-24  Václav SlavíkFormat strings fixes in test suite.
2010-06-24  Václav SlavíkCorrected formatting of archiver command in the tests.
2010-06-22  Stefan Csomorpaint events cannot be constructed outside a native...
2010-06-22  Stefan Csomorpaint events cannot be constructed outside a native...
2010-06-22  Stefan Csomortrying to get it building at least
2010-06-21  Francesco Montorsiblind buildbot fix
2010-06-21  Francesco Montorsismall warning+PCH fixes
2010-06-21  Francesco Montorsimove console sample's interactive tests to two differen...
2010-06-21  Francesco Montorsibetter DirTestCase::DirExists test;
2010-06-21  Francesco Montorsiminor change: use a "positive" logic: use shouldSucceed...
2010-06-21  Vadim ZeitlinCorrect the expected result of directory existence...
2010-06-20  Stefan Csomorusing proper dylib for darwin
2010-06-20  Jaakko SalliVC6 Fix: Use wxANY_AS() instead of wxAny::As<>()
2010-06-19  Francesco MontorsiMove dir tests from the console sample to DirTestCase
2010-06-19  Jaakko SalliAdded (sanity) checks for the inplace allocation
2010-06-18  Jaakko SalliAdded wxAny::HasSameType()
2010-06-14  Jaakko SalliAdded wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
2010-06-13  Francesco Montorsimoved non-interactive tests for wxDynamicLibrary, wxGet...
2010-06-06  Francesco Montorsirevert previous revision about localization of decimal...
2010-06-06  Francesco Montorsifix building without PCH
2010-06-06  Francesco MontorsiMove a couple of wxFileName tests from the console...
2010-06-06  Francesco Montorsiremove some tests from the console sample:
2010-06-02  Francesco Montorsifix StringTestCase::FromDouble: newer MSVC versions...
2010-06-02  Francesco MontorsiMove some wxPrintf() tests (taken from glibc) to Vsnpri...
2010-06-02  Francesco MontorsiMove wxRegConfig tests from console sample to a new...
2010-06-02  Vadim ZeitlinFix recently broken forwarding of events between event...
2010-06-02  Francesco Montorsidisable FTPTestCase by default.
2010-05-31  Vadim ZeitlinAdd wxString::FromDouble() and FromCDouble().
2010-05-31  Vadim ZeitlinNo real changes, just avoid an unnecessary heap allocat...
2010-05-29  Vadim ZeitlinAdd wxConfig::Read(float *) overload.
2010-05-29  Francesco Montorsimove all non-interactive FTP tests from the console...
2010-05-23  Vadim ZeitlinRemove non-working or semi-working tests added from...
2010-05-22  Vadim ZeitlinModify wxBoxSizer minimal size calculations to respect...
2010-05-21  Vadim ZeitlinYet another fix to event propagation in scrolled windows.
2010-05-20  Vadim ZeitlinFix wxScrollHelperEvtHandler broken by recent changes...
2010-05-16  Francesco Montorsiremove TestTimer() (adds nothing to existing tests...
2010-05-16  Francesco Montorsimove TestUtf8() and TestEncodingConverter() functions...
2010-05-16  Francesco Montorsimove TestTextInputStream() function in CppUnit's TextSt...
2010-05-11  Francesco Montorsifix for non-PCH builds; also use wxMilliSleep instead...
2010-05-10  Francesco Montorsimove code testing wxThread classes from the console...
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2010-05-06  Jaakko SalliModify float/double wxAny testing to use CPPUNIT_ASSERT...
2010-04-24  Vadim ZeitlinDisable ImageTestCase::LoadFromFile() on build slaves.
2010-04-22  Vadim ZeitlinFix harmless warning about a possibly uninitialized...
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-20  Jaakko SalliFix VC6 compilation by changing the order of assignment...
2010-04-19  Jaakko SalliImprove wxAny<->wxVariant conversion 64-bit integer...
2010-04-18  Vadim ZeitlinUse "monospace" face name for all Unix systems, hopeful...
2010-04-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkAdd wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-04-15  Vadim ZeitlinFix using weak references to incomplete classes.
2010-04-13  Vadim ZeitlinExclude wxWeakRef tests not compiling with VC6 from...
2010-04-12  Vadim ZeitlinFix string stream unit test compilation in non-Unicode...
2010-04-12  Vadim ZeitlinFix return value of wxList::insert() in non-STL builds.
2010-04-11  Vadim ZeitlinAdd wxString::ToStdString() and ToStdWstring().
2010-04-10  Vadim ZeitlinAdd non-template wxWeakRef<T> constructor from T*.
2010-04-09  Václav SlavíkRegenerated makefiles after removing USE_GDIPLUS.
2010-04-07  Robin DunnAdd wxVectorSort function for sorting wxVector<T> conta...
2010-04-07  Vadim ZeitlinRename the rest of wxSIZE_CONV_TRADIONAL to wxSIZE_CONV...
2010-04-06  Vadim ZeitlinAttempt to correct mysterious MSVC6 compilation error.
2010-04-06  Vadim ZeitlinFix more harmless warnings.
2010-04-06  Vadim ZeitlinAdd support for IEC and SI size units to wxFileName...
2010-03-30  Francesco MontorsiCommitting modified version of jwiesemann's patch ...
2010-03-29  Vadim ZeitlinAdd wxBitmap unit test.
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-03-28  Václav SlavíkFix UTF-8 string storage in constant: use unsigned...
2010-03-28  Václav SlavíkAdd test wxFileSystem::FileNameToURL,URLToFileName...
2010-03-22  Vadim ZeitlinTemporarily disable wxFileSystemWatcher unit test under...
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2010-03-18  Vadim ZeitlinEnsure that setting wxChoice height to its default...
2010-03-18  Vadim ZeitlinFix box sizer layout algorithm to respect both proporti...
2010-03-18  Vadim ZeitlinEnsure that size in the minor direction of box sizer...
2010-03-18  Vadim ZeitlinEnsure that size in the major direction of box sizer...
2010-03-18  Vadim ZeitlinAdd (a very simple for now) wxBoxSizer unit test.
2010-03-14  Vadim ZeitlinFix test for compilers not supporting \u escapes in...
2010-03-14  Vadim ZeitlinSet correct properties for the new file added in r63660.
2010-03-10  Francesco MontorsiFix function wxControlBase::DoEllipsizeSingleLine to...
2010-01-24  Vadim ZeitlinFix bug in wxStringOutputStream unit test.
2010-01-23  Vadim ZeitlinDon't crash when input is empty in wxFileConfig(wxInput...
next