Correct empty space drawing
[wxWidgets.git] / tests /
2010-09-23  Steve LamertonRemove an assert that was not backed up by the document...
2010-09-23  Steve LamertonAdd ClearEventCount to wxTestableFrame. This means...
2010-09-22  Steve LamertonRe-enable disabled wxWindow label tests under wxGTK...
2010-09-22  Steve LamertonSend generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN...
2010-09-20  Vadim ZeitlinDon't use native MSW functions in wxString::CmpNoCase().
2010-09-20  Vadim ZeitlinAdd benchmarks for various ways to compare strings.
2010-09-20  Vadim ZeitlinFlush output after every benchmark.
2010-09-19  Steve LamertonIncrease the number of expected events in TreeCtrlTestC...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-09-11  Vadim ZeitlinGenerate the same flags for modifier key events in...
2010-09-11  Vadim ZeitlinGenerate unshifted Unicode key codes in wxEVT_KEY_XXX...
2010-09-11  Vadim ZeitlinAdd a simple test for keyboard events generation.
2010-09-11  Vadim ZeitlinAdd a convenient wxREGISTER_UNIT_TEST() macro.
2010-09-05  Steve LamertonSimplify ButtonTestCase::Bitmap. The old test was not...
2010-09-05  Steve LamertonFix typo from previous commit.
2010-09-05  Steve LamertonMove the second wxListBox sort test back to the ownerdr...
2010-09-05  Steve LamertonWrap BitmapToggleButtonTestCase in a preprocessor check...
2010-08-24  Robert RoeblingReenable sorting tests for GTK
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.
next