A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / tests /
2013-09-11  Vadim ZeitlinChange version to 3.0.0.
2013-09-08  Vadim ZeitlinConsistently handle DST start time in wxDateTime::Set().
2013-08-31  Vadim ZeitlinRewrite wxLogXXX() macros to avoid "ambiguous else...
2013-08-31  Vadim ZeitlinRemoved a method using wxColour from non-GUI benchmark...
2013-08-30  Vadim ZeitlinFix wxMenu::GetTitle() before the menu is appended...
2013-08-06  Vadim ZeitlinDon't generate any events from wxSpinCtrl and wxSpinCtr...
2013-08-06  Vadim ZeitlinAdd test for absence of events from wxSpinCtrlDouble...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-16  Vadim ZeitlinUse [DOMRange markupString] to get selection source.
2013-07-16  Vadim ZeitlinNo changes, just get rid of some wxT()s in wxString...
2013-07-15  Vadim ZeitlinDisable wxFont::SetStrikethrough() test under wxOSX.
2013-07-15  Vadim ZeitlinFix totally broken LocaleSetter class in the test suite.
2013-07-15  Vadim ZeitlinFix harmless Clang warning about unused class member...
2013-07-15  Vadim ZeitlinFix harmless Clang warning about an unused function.
2013-07-13  Vadim ZeitlinRebake all the samples and others makefiles too.
2013-07-11  Vadim ZeitlinReconcile HAVE_VARIADIC_MACROS and wxHAS_VARIADIC_MACRO...
2013-07-10  Vadim ZeitlinAllow retrieving the descent and external leading of...
2013-07-06  Vadim ZeitlinCorrectly restore the originally used C locale in wxLoc...
2013-07-06  Vadim ZeitlinOnly link with libwxscintilla if using Scintilla is...
2013-07-06  Vadim ZeitlinDisable test for setting the creation time under Unix.
2013-07-06  Vadim ZeitlinFix FILETIME <-> wxDateTime conversions while DST is...
2013-07-06  Vadim ZeitlinAlways add libwxscintilla in monolithic mode.
2013-07-06  Vadim ZeitlinRebake the rest of the files after TOOLKIT change in...
2013-07-06  Vadim ZeitlinFix test for Windows in the new wxExecute() unit test.
2013-07-03  Vadim ZeitlinTest handling of events from the toolbar in an MDI...
2013-07-03  Vadim ZeitlinEnsure that the MDI child is active in event propagatio...
2013-07-03  Vadim ZeitlinMake AsyncExecLoopExitEnum enum in the wxExecute()...
2013-07-03  Vadim ZeitlinRun wxExecute() unit test in the GUI test suite too.
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinUse normal event loop in GUI test program.
2013-07-02  Vadim ZeitlinBetter fix for duplicate wxContextMenuEvent generation...
2013-07-01  Vadim ZeitlinAdd wxImage::Scale() benchmarks.
2013-07-01  Vadim ZeitlinAdd benchmarks for wxImage methods.
2013-07-01  Vadim ZeitlinAdd a unit test for wxImage::Scale() method.
2013-06-23  Vadim ZeitlinAdd wxBookCtrlBase::DoSetSelectionAfterRemoval() and...
2013-06-23  Vadim ZeitlinNo real changes, just simplify wxBookCtrlBase unit...
2013-06-23  Vadim ZeitlinAdd a minimal unit test for wxSimplebook.
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.
next