wxWidgets.git
2013-05-16  Vadim ZeitlinRename CreateWindow() to CreateDialog() in generic...
2013-05-16  Vadim ZeitlinAdd wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event.
2013-05-16  Vadim ZeitlinRename wxEVT_DIRCTRL_CHANGED to wxEVT_DIRCTRL_SELECTION...
2013-05-16  Vadim ZeitlinAllow associating a validator with wxGridCellTextEditor.
2013-05-16  Vadim ZeitlinRe-enable yet another hopefully harmless test in wxAny...
2013-05-16  Václav SlavíkCall wxThread::Create() from Run() automatically.
2013-05-16  Václav SlavíkMove POSIX implementation of wxThread::Create() to...
2013-05-16  Václav SlavíkLock m_critsect in POSIX wxThread::Create().
2013-05-16  Vadim ZeitlinRe-enable wxAny<double>::GetAs<wxString>() test.
2013-05-16  Jouk Jansenm_useExtendedPrecision is only used if the macro wxUSE_...
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 ZeitlinFix wxXmlNode self-assignment.
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 crash in wxGTK wxPopupWindow when creating it witho...
2013-05-15  Vadim ZeitlinAllow shrinking the array with wxArray::resize().
2013-05-15  Vadim ZeitlinFix typo in a closing "#endif" comment in the test.
2013-05-14  Václav SlavíkMove wxTransform2D methods' bodies to geometry.cpp.
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 ZeitlinFix harmless Clang warning about unreachable code.
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 ZeitlinFix spurious g++ warning about possibly uninitialized...
2013-05-12  Stefan Csomordeactivating r65382 see #12267 (which does not seem...
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  Stefan Csomorapplying editor part of patch, see #15003
2013-05-10  Vadim ZeitlinUse wxjpeg_boolean in libtiff sources.
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-08  Vadim ZeitlinFix duplicate wxContextMenuEvent generation in wxMSW.
2013-05-08  Vadim ZeitlinFix wrong wxUSE_ACCEL around wxUSE_HOTKEY-related code...
2013-05-08  Vadim ZeitlinAdd wxVector<>::const_reverse_iterator.
2013-05-07  Robin DunnCall InitializeModules instead of just module->Init...
2013-05-07  Vadim ZeitlinTest for NULL associated frame in doc/view event handli...
2013-05-07  Vadim ZeitlinDisable more wxAny tests under OS X to try to find...
2013-05-07  Vadim ZeitlinFix for event propagation in "single document" doc...
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 ZeitlinFix a typo in wxNumberFormatter styles documentation.
2013-05-06  Julian SmartApplied patch #15183 (wxRichTextTable::DeleteColumns...
2013-05-06  Vadim ZeitlinAdd IEEE 754 single/double precision support to wxDataS...
2013-05-06  Vadim ZeitlinMinor wording fixes in wxDataStream classes documentation.
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-06  Vadim ZeitlinNo real changes, just rename double variables to "d".
2013-05-06  Vadim ZeitlinExtract common parts of wxData{In,Out}putStream in...
2013-05-05  Vadim ZeitlinDon't use gtk_file_chooser_set_filename() for save...
2013-05-05  Steve LamertonSpeculative fix for wxWebView unit tests on OSX.
2013-05-05  Vadim ZeitlinCorrect misleading error message in locale mismatch...
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 ZeitlinForward events to active child at MSW, not wx, level...
2013-05-04  Vadim ZeitlinFactor out functions dealing with menus in the event...
2013-05-04  Vadim ZeitlinAdd public wxDocManager::GetAnyUsableView().
2013-05-04  Vadim ZeitlinUse correct line numbers in assert failures in event...
2013-05-04  Vadim ZeitlinConsistently set wxMenuBar parent in all ports.
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-05-02  Vadim ZeitlinMention using wxString::c_str() with vararg functions...
2013-05-02  Vadim ZeitlinExpand wxString overview and document some problems...
2013-05-01  Vadim ZeitlinCopy max width of wxGridCellTextEditor when cloning it.
2013-05-01  Vadim ZeitlinRemove the apparently unneeded wxPGPropArgCls default...
2013-04-30  Robin Dunnexport wxRichTextObjectPtrArrayArray since it is used...
2013-04-30  Robin DunnRichtext interface fixes and additions for Phoenix
2013-04-30  Robin DunnRichtext interface fixes and additions for Phoenix
2013-04-30  Robin DunnDocumentation tweaks for wxFontInfo
2013-04-30  Robin DunnAdd wxICON_AUTH_NEEDED
2013-04-30  Vadim ZeitlinCompilation fix for wxFont in wxGTK1.
2013-04-30  Vadim ZeitlinFix wxFont test compilation after wxFont(int flags...
2013-04-30  Vadim ZeitlinUse WXUNUSED() to suppress unused parameter warnings.
2013-04-30  Vadim ZeitlinWork around harmless g++ warning about possible uniniti...
2013-04-30  Vadim ZeitlinAdd a trivial virtual dtor to suppress g++ warnings.
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-04-30  Vadim ZeitlinAllow using wxDEFAULT as font size in wxOSX.
2013-04-29  Vadim ZeitlinFix VC6 compilation after r73880.
2013-04-29  Vadim ZeitlinFix assert when adding items with bitmaps wxBitmapComboBox.
2013-04-29  Vadim ZeitlinTrying to blindly fix WebTestCase unit test failure.
2013-04-29  Vadim ZeitlinAdd empty paragraph in wxRichTextTable::AddColumns...
2013-04-29  Vadim ZeitlinAdd support for wxICON_AUTH_NEEDED to wxMessageDialog.
next