Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / tests / test.bkl
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinRun wxExecute() unit test in the GUI test suite too.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-01  Vadim ZeitlinAdd a unit test for wxImage::Scale() method.
2013-06-23  Vadim ZeitlinAdd a minimal unit test for wxSimplebook.
2013-01-20  Vadim ZeitlinFix wxSearchCtrl::HasFocus() in the generic version.
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-04-29  Vadim ZeitlinUse PCH in the tests in all Windows ports and not only...
2011-10-30  Vadim ZeitlinLink tests with webview library only if it is actually...
2011-10-18  Vadim ZeitlinDocument and test behaviour of wxRegion methods when...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-27  Vadim ZeitlinAdd new wxTreeListCtrl class.
2011-08-22  Steve LamertonRebake
2011-08-21  Vadim ZeitlinReplace wxComboBox::IsEmpty() with Is{List,Text}Empty().
2011-08-19  Dimitri SchoolwerthFixed failing test in ImageTestCase for builds made...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkAdd some basic tests for wxDataViewCtrl selection handling.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-08  Steve LamertonAdd scaffolding for wxWebView unit tests.
2011-06-19  Vadim ZeitlinFix bug when setting an out of range date in wxMSW...
2011-05-01  Dimitri SchoolwerthRebaked test GUI projects with toplevel.cpp included.
2011-04-26  Vadim ZeitlinAdd a unit test for wxAffineMatrix2D class and its...
2011-02-27  Vadim ZeitlinAdd a class for parsing simple markup.
2011-02-08  Vadim ZeitlinFix wxWrapSizer minimal size calculation.
2011-01-19  Vadim ZeitlinAdd wxIntegerValidator and wxFloatingPointValidator...
2011-01-19  Vadim ZeitlinAdd wxNumberFormatter class helping to deal with thousa...
2011-01-13  Vadim ZeitlinFixes for parsing invalid HTML without tag ends.
2010-12-20  Jaakko SalliAdded OwnerDrawnComboBoxTestCase (currently only has...
2010-12-03  Vadim ZeitlinDon't require leading TAB in wxAcceleratorEntry::FromSt...
2010-11-27  Vadim ZeitlinAdd wx(Simple)HtmlListBox unit test.
2010-11-13  Vadim ZeitlinAdd a unit test checking selection updating in virtual...
2010-11-13  Vadim ZeitlinAdd a beginning of wxMenu unit test.
2010-11-07  Vadim ZeitlinAdd support for id ranges to XRC.
2010-09-11  Vadim ZeitlinAdd a simple test for keyboard events generation.
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-06-21  Francesco Montorsimove console sample's interactive tests to two differen...
2010-06-19  Francesco MontorsiMove dir tests from the console sample to DirTestCase
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 Montorsiremove some tests from the console sample:
2010-06-02  Francesco MontorsiMove wxRegConfig tests from console sample to a new...
2010-05-29  Francesco Montorsimove all non-interactive FTP tests from the console...
2010-05-16  Francesco Montorsiremove TestTimer() (adds nothing to existing tests...
2010-05-10  Francesco Montorsimove code testing wxThread classes from the console...
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2010-03-18  Vadim ZeitlinAdd (a very simple for now) wxBoxSizer unit test.
2010-03-10  Francesco MontorsiFix function wxControlBase::DoEllipsizeSingleLine to...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-09-19  Vadim ZeitlinAdd wxColour::{Set,Get}RGB[A]().
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)
2009-09-12  Vadim ZeitlinWrite correct number of bytes in wxFile::Write(wxString).
2009-07-07  Vadim Zeitlinadded a simple wxLog unit test
2009-06-01  Francesco Montorsiadd wxImage test units to test loading from both seekab...
2009-05-30  Francesco Montorsirefactor printf benchmarks to fit the new wxWidgets...
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-04-16  Vadim Zeitlinadded failing compilation test for the case of missing...
2009-04-16  Vadim Zeitlinadded a failtest target to Makefile to test for the...
2009-04-15  Kevin OllivierAdd a test to ensure that CreateMeasuringContext create...
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
2009-03-18  Francesco Montorsiadd a wxFont test unit (currently GetFamily and the...
2009-02-01  Vadim Zeitlinmove evthandler.cpp to non-GUI test as it doesn't requi...
2009-02-01  Vadim Zeitlinadd a unit test for new events (see #10000)
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-16  Vadim Zeitlinadd a unit test checking that events are really propaga...
2009-01-11  Francesco Montorsiadd the 'GarbageTestCase' which helped me to spot some...
2008-12-27  Vadim Zeitlinalso include wxSocket test in the GUI test as different...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-10-27  Vadim Zeitlindon't sleep too long to avoid missing the timers; added...
2008-10-15  Václav Slavíkadded a test to check if wxHtmlWindow::SelectionToText...
2008-10-12  Vadim Zeitlinadd simple (and disabled by default) wxSocket client...
2008-09-22  Vadim Zeitlinadded a simple test for wxGetDisplayXXX() functions
2008-09-19  Vadim Zeitlinadd unit test for wxTextEntry methods of wxComboBox
2008-09-19  Vadim Zeitlindo enable PCH for the tests, wx/wx.h was not precompile...
2008-09-19  Vadim Zeitlinextract wxTextEntry unit tests in a reusable base class
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-02  Vadim Zeitlinmade wxDELETE[A]() template functions instead of macros...
2008-07-14  Vadim Zeitlinadded a simple IPC unit test
2008-07-08  Vadim Zeitlinadded (for now trivial) socket stream test
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-25  Vadim Zeitlincreate tests/window directory for wxWindow tests
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-03-31  Vadim Zeitlinthrow away the now invalid items in wxSelectionStore...
2008-03-29  Václav Slavík1. fixed wxXmlNode::InsertChild() documentation to...
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2007-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-10-09  Vadim Zeitlinadded a trivial test for wxString stream insertion...
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...
2007-07-21  Vadim Zeitlinupdated after fileconf/fileconftest.cpp to config/filec...
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
next