Don't add quotes to string representation in gdb.
[wxWidgets.git] / tests /
2010-10-21  Vadim ZeitlinImplement comparisons between wxString::iterator and...
2010-10-17  Vadim ZeitlinNo real changes, just fix a warning in the test suite.
2010-10-16  Vadim ZeitlinFix FileTestCase to really test strings with embedded...
2010-10-16  Vadim ZeitlinDisable tests for UTF-encoded files in FileTestCase...
2010-10-16  Vadim ZeitlinAdd wxHAS_3STATE_CHECKBOX symbol.
2010-10-16  Vadim ZeitlinImprove validation of wxCheckBox styles.
2010-10-16  Julian SmartDisabled wxRTC tests that don't work in wxGTK
2010-10-15  Vadim ZeitlinAdd "GTK" prefix to wxChoice::{Dis,En}ableEvents()...
2010-10-05  Vadim ZeitlinDestroy the in-place edit control in wxGenericListCtrl...
2010-10-05  Vadim ZeitlinDisable TimerEventTestCase::Multiple() test for ANSI...
2010-10-04  Vadim ZeitlinDon't throw assert failure exception in the test suite...
2010-10-04  Vadim ZeitlinFix timing format string in the test suite.
2010-10-04  Vadim ZeitlinFix tests compilation with wxUSE_TOOLTIPS==0 as in...
2010-10-03  Vadim ZeitlinFix wxUSING_VC_CRT_IO definition in the tests when...
2010-10-03  Vadim ZeitlinUse wxUSING_VC_CRT_IO for MSVC CRT-specific test results.
2010-10-03  Vadim ZeitlinFix DirTestCase to run on the systems without "C:"...
2010-10-03  Vadim ZeitlinRun MBConvTestCase::LibcTests() only for MSVC and not...
2010-10-03  Vadim ZeitlinShow the failing string when conversion fails in MBConv...
2010-10-03  Vadim ZeitlinNo real changes, just simplify some MBConvTestCase...
2010-10-03  Vadim ZeitlinExclude tests relying on last error being set under...
2010-10-03  Vadim ZeitlinCorrect wxConvAuto::ToWChar() behaviour with wxNO_LEN...
2010-10-03  Vadim ZeitlinFix VsnprintfTestCase for recent MinGW versions.
2010-10-03  Vadim ZeitlinRemove redundant wxUSE_WXVSNPRINTF checks from the...
2010-10-03  Vadim ZeitlinFix tests compilation without wxUSE_REGEX.
2010-10-01  Vadim ZeitlinAdd non-vararg wxFileTypeInfo ctor and various setters.
2010-10-01  Vadim ZeitlinAdd wxHAS_BITMAPTOGGLEBUTTON and test for it in the...
2010-10-01  Vadim ZeitlinDisable ItemClick() unit test for wxListCtrl under...
2010-09-30  Vadim ZeitlinDisable wxEVT_COMMAND_LIST_ITEM_FOCUSED test for wxMSW.
2010-09-30  Vadim ZeitlinExpect an assert in wxVsnprintf() test with too many...
2010-09-30  Vadim ZeitlinDisable test failing under VC6 only.
2010-09-30  Vadim ZeitlinInsert another item in the list control in its unit...
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...
next