reusing existing API
[wxWidgets.git] / tests /
2013-06-13  Stefan Csomorreusing existing API
2013-06-13  Vadim ZeitlinCheck wxListCtrl::GetItemRect() origin in the unit...
2013-06-13  Stefan Csomorwait for the frame window to be really done on OSX...
2013-06-13  Stefan Csomorusing Destroy, as otherwise the remnants get into the...
2013-06-13  Stefan Csomoradding exceptions for OSX
2013-06-12  Stefan Csomorosx needs a refocus
2013-06-12  Stefan Csomornow working on cocoa as well
2013-06-11  Stefan Csomordisable tests depending on a focusable slider control
2013-06-11  Stefan Csomordraghino explicitly
2013-06-11  Stefan Csomormoving click point sightly more inside, #ifndef tests...
2013-06-11  Stefan Csomorfixing typo
2013-06-11  Stefan Csomorfixing include styles
2013-05-26  Vadim ZeitlinReset row and columns count in wxRichTextTable::ClearTa...
2013-05-19  Vadim ZeitlinAdd conversions to/from long long to wxUniChar.
2013-05-19  Vadim ZeitlinDisable menu event test case in wxGTK buildbot slaves.
2013-05-17  Vadim ZeitlinTest using wxString::ToCDouble() in wxAny.
2013-05-17  Vadim ZeitlinTry using wxString::ToCDouble() instead of ToDouble...
2013-05-16  Vadim ZeitlinRe-enable yet another hopefully harmless test in wxAny...
2013-05-16  Vadim ZeitlinRe-enable wxAny<double>::GetAs<wxString>() test.
2013-05-16  Vadim ZeitlinEnable wxAny<double>::GetAs<unsigned long>() test.
2013-05-15  Vadim ZeitlinRe-enable a single m_anyDoubleDouble1 test in wxAny...
2013-05-15  Vadim ZeitlinReenable m_anyBool1 tests in wxAny test case too.
2013-05-15  Vadim ZeitlinFix memory leak in wxXmlNode::operator=().
2013-05-15  Vadim ZeitlinRe-enable conversions of wxAny to boolean tests.
2013-05-15  Vadim ZeitlinRestore ability to parse hours only with wxDateTime...
2013-05-15  Vadim ZeitlinFix typo in a closing "#endif" comment in the test.
2013-05-14  Vadim ZeitlinReenable some wxAny tests back.
2013-05-14  Vadim ZeitlinAdd more echo trace statements to runtests.bat script.
2013-05-13  Vadim ZeitlinDisable more wxAny tests again.
2013-05-13  Vadim ZeitlinTry to find another wxAny test that results in heap...
2013-05-13  Vadim ZeitlinDisable more tests in wxOSX/PPC build.
2013-05-12  Vadim ZeitlinWhack-a-mole with wxOSX/PPC unit tests continued.
2013-05-12  Vadim ZeitlinDisable double-to-float conversion tests in wxAny code.
2013-05-12  Vadim ZeitlinDisable the rest of Editable() test for wxBitmapComboBox.
2013-05-12  Vadim ZeitlinUse "-t" option when running buildbot tests under Windows.
2013-05-12  Vadim ZeitlinEnable another test in wxAnyTestCase under OS X.
2013-05-12  Vadim ZeitlinRecognize "sandbox" user as indicating automatic testing.
2013-05-10  Vadim ZeitlinEnable yet more tests in wxAnyTestCase::GetAs().
2013-05-10  Vadim ZeitlinRecognize "buildbot" user in IsAutomaticTest() too.
2013-05-10  Vadim ZeitlinRevert "Show the name of the actually tested class...
2013-05-10  Vadim ZeitlinShow the name of the actually tested class in text...
2013-05-10  Vadim ZeitlinEnable a few more tests in wxAnyTestCase::GetAs().
2013-05-09  Vadim ZeitlinDisable a sporadically failing check in wxBitmapComboBo...
2013-05-09  Vadim ZeitlinReduce the number of wxAny tests ran under wxOSX further.
2013-05-09  Vadim ZeitlinStart bisecting GetAs() wxAny test itself.
2013-05-09  Vadim ZeitlinLeave only a single wxAny unit test disabled.
2013-05-08  Vadim ZeitlinAnother attempt to isolate memory corrupting wxAny...
2013-05-08  Vadim ZeitlinContinue bisecting tests crash in PPC OS X builds.
2013-05-08  Vadim ZeitlinFix wxRichTextCtrl test compilation.
2013-05-08  Vadim ZeitlinReally disable wxAny tests under wxOSX.
2013-05-07  Vadim ZeitlinDisable more wxAny tests under OS X to try to find...
2013-05-06  Vadim ZeitlinDisable wxAny-to-wxVariant conversion test case under...
2013-05-06  Julian SmartApplied patches for #15184 (wxRichTextAction fix for...
2013-05-06  Vadim ZeitlinAdd IEEE 754 single/double precision support to wxDataS...
2013-05-06  Vadim ZeitlinTest wxDataStream floating point methods in big endian...
2013-05-06  Vadim ZeitlinNo changes, just a small optimization in DataStreamTest...
2013-05-05  Vadim ZeitlinUse wxWindow::Refresh() instead of artificial wxPaintEv...
2013-05-04  Vadim ZeitlinFix event handling order in doc/view framework.
2013-05-04  Vadim ZeitlinFactor out functions dealing with menus in the event...
2013-05-04  Vadim ZeitlinUse correct line numbers in assert failures in event...
2013-05-04  Vadim ZeitlinPass menu events to the handler in the associated menu...
2013-05-04  Vadim ZeitlinFix menu event handlers calling order.
2013-04-30  Vadim ZeitlinFix wxFont test compilation after wxFont(int flags...
2013-04-29  Vadim ZeitlinTrying to blindly fix WebTestCase unit test failure.
2013-04-25  Vadim ZeitlinFix compilation-breaking typo in the previous commit.
2013-04-25  Vadim ZeitlinFix wxWebView test setup failure under OS X.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-24  Vadim ZeitlinFix showing back hidden columns and rows in wxGrid.
2013-04-22  Vadim ZeitlinAdd test for correct short/long file names in wxDir.
2013-02-05  Vadim ZeitlinFix printf format specifier in graphics benchmark.
2013-02-05  Vadim ZeitlinAdded possibility to use OpenGL for bitmap drawing...
2013-02-05  Vadim ZeitlinUse a non-uniform bitmap for image tests in the graphic...
2013-02-05  Vadim ZeitlinNo changes, just rename command line option in graphics...
2013-02-05  Vadim ZeitlinAdd benchmarks for wxImage and raw bitmap access to...
2013-02-05  Vadim ZeitlinAllow selecting the kinds of DC to test in the graphics...
2013-02-05  Vadim ZeitlinNo real changes, just flush output in the graphics...
2013-02-05  Vadim ZeitlinRun wxClientDC and wxMemoryDC tests too in the graphics...
2013-02-05  Vadim ZeitlinAllow running only some graphics benchmarks to save...
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-21  Vadim ZeitlinDon't include wxUniversal configurations in MSVC projec...
2013-01-21  Vadim ZeitlinAdd wxCheckListBox::GetCheckedItems() helper.
2013-01-20  Steve LamertonPass wxWANTS_CHARS to the wxRichTextCtrl constructor...
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2013-01-20  Vadim ZeitlinFix wxDateTime::GetWeekOfYear() for the days in the...
2013-01-20  Vadim ZeitlinFix wxSearchCtrl::HasFocus() in the generic version.
2013-01-20  Vadim ZeitlinFix setting initial wxSpinCtrl value outside 0..100...
2012-12-29  Vadim ZeitlinFix wxLocale::GetInfo() in C locale under Windows.
2012-12-22  Vadim ZeitlinAdd a temporary workaround to make the tests pass.
2012-11-17  Vadim ZeitlinAdd wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.
2012-11-15  Vadim ZeitlinSupport monitoring only some events in wxGTK wxFileSyst...
2012-11-12  Vadim ZeitlinReplace a template function with template class to...
2012-11-10  Vadim ZeitlinFix crashes after using "wildcard" wxEvtHandler::Discon...
2012-11-10  Vadim ZeitlinNo changes, just fix a harmless warning in FileSystemWa...
2012-11-10  Vadim ZeitlinFix filename test compilation with VC6.
2012-11-07  Jouk JansenFix for specific filename syntax of OpenVMS
2012-11-01  Václav SlavíkTests for wxTEST_DIALOG and wx/testing.h.
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-10-27  Vadim ZeitlinAllow wxTextMeasure to work with non-native wxDC object...
2012-10-25  Vadim ZeitlinMake wxFILE_EXISTS_SYMLINK work on its own, without...
2012-10-24  Vadim ZeitlinPCH-less build fix for DynamicLibraryTestCase.
next