wxWidgets.git
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-18  Vadim Zeitlinmention compatibility implications of wxExecute() quoti...
2008-07-18  Vadim Zeitlincompilation fix for eVC4: include commctrl.h explicitely
2008-07-18  Julian SmartTab removal
2008-07-18  Julian SmartFixed initial layout bug when using dynamically created...
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2008-07-18  Vadim Zeitlinreally correct detecting the end of UTF-7-encoded strings
2008-07-17  Vadim Zeitlinfix bug introduced in r54646: we still need to count...
2008-07-17  Vadim Zeitlinmake test failures easier to debug by using more inform...
2008-07-17  Vadim Zeitlindon't run the tests which can't succeed in ANSI build...
2008-07-17  Vadim Zeitlinproperly detect missing data at the end of UTF-7-encode...
2008-07-17  Vadim ZeitlinCP-xxx and MS-yyy iconv identifiers actually don't...
2008-07-16  Vadim Zeitlinemphasize the fact that GetSelectedCols/Rows() is not...
2008-07-16  Vadim Zeitlinallow using SetFont(wxNullFont) to reset the font as...
2008-07-16  Vadim Zeitlinadd GetLo/Hi() test
2008-07-16  Stefan Csomoradding missing include for non-precomp builds, and...
2008-07-16  Vadim Zeitlin_beginthreadex() entry point should really return unsig...
2008-07-16  Vadim Zeitlincheck for comctl32.dll version and not OS one as an...
2008-07-16  Vadim Zeitlinuse parent background and not ours unless one was expli...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-07-16  Vadim Zeitlinuse wxCmdLineParser::ConverStringToArgs() instead of...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-16  Vadim Zeitlinadded wxConvISO8859_1 test
2008-07-15  Vadim Zeitlinfix the output length returned from cWC2MB/MB2WC()...
2008-07-15  Julian SmartFixed wxTreebook tree control style
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-07-15  Vadim Zeitlintest ok in the record reading loop as otherwise we...
2008-07-15  Vadim Zeitlinremove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac...
2008-07-15  Vadim Zeitlindon't pass pointers to unaligned DWORDs to avoid 64...
2008-07-15  Vadim Zeitlinfix changing size of merged cells (#9736)
2008-07-15  Vadim Zeitlindon't mention deprecated wxRESIZE_BOX (#9735)
2008-07-14  Václav Slavíkcompilation fix after SetClippingRegion changes (patch...
2008-07-14  Vadim Zeitlinonly initialize sockets if IPC implementation is socket...
2008-07-14  Vadim ZeitlinPCH-less build fix
2008-07-14  Vadim Zeitlinfix heap corruption bug: use delete[] to delete a buffe...
2008-07-14  Vadim Zeitlinadded a simple IPC unit test
2008-07-14  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-14  Vadim Zeitlincalling Notify() from child thread is ok -- as long...
2008-07-14  Vadim Zeitlinremoved automatically generated code for frame layout...
2008-07-13  Vadim Zeitlindefine {first,second}_type in the struct declared by...
2008-07-13  Vadim Zeitlinset wxKeyEvent::m_uniChar correctly in the events gener...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-07-13  Vadim Zeitlinmention that GetItemRect() is new in 2.9.0
2008-07-13  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-13  Vadim Zeitlindon't assert when GetSubItemRect() is called in non...
2008-07-13  Vadim Zeitlinadd back parameter dropped during Doxygen conversion...
2008-07-13  Vadim Zeitlincorrect wrong example of using wxSizerFlags::Border...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-13  Vadim Zeitlinuse wxString::Format() instead of hardcoding floating...
2008-07-13  Vadim Zeitlinmore compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON...
2008-07-13  Julian SmartShift+Return now puts the cursor on the next line
2008-07-12  Vadim Zeitlinrun tests several times with different socket flags
2008-07-12  Vadim Zeitlincheck that the stream raises no error other than EOF...
2008-07-12  Vadim Zeitlinenable the rest of wxSocketStream tests now that they...
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-12  Vadim Zeitlinno changes, just removed broken #if 0'd out code
2008-07-12  Vadim Zeitlinno changes, just removed the unnecessary inline keywords
2008-07-12  Vadim Zeitlinremove unused private wxSocketBase::m_lastError
2008-07-10  Robin DunnShouldAccountFor was a 2.8 only change. Use IsShown...
2008-07-10  Vadim Zeitlinmake wxApp::Yield() exception-safe
2008-07-10  Robin DunnIf an item is hidden, don't check it for overflows.
2008-07-09  Václav Slavíkuse iterators instead of c_str() in wxXmlResource:...
2008-07-09  Stefan NeisApplied fix for wxGrid::ClearAttrCache (#9712).
2008-07-09  Vadim Zeitlinunescape the value of wxHyperlinkCtrl label (#9683)
2008-07-09  Stefan Csomoradjusting endif comment to new #if
2008-07-09  Vadim Zeitlinsome blind compilation fixes for legacy code (#9698)
2008-07-09  Vadim Zeitlinfix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-07-09  Vadim Zeitlinupdate the year in wx information dialog (#9701)
2008-07-09  Vadim Zeitlinadd some output stream tests
2008-07-09  Vadim Zeitlinskip calls of TellI/TellO() if the stream is not seekab...
2008-07-09  Vadim Zeitlinuse wxSocketBase::Initialize/Shutdown() instead of...
2008-07-09  Robin DunnApplied patch from Ticket #9563. Use just the rectangl...
2008-07-08  Vadim ZeitlinMSW compilation fix after last commit
2008-07-08  Vadim Zeitlinadded (for now trivial) socket stream test
2008-07-07  Robert RoeblingMinor corrections
2008-07-07  Paul Cornettgtk-universal build fixes
2008-07-07  Stefan Csomormake sure mac pref files remain visible and named as...
2008-07-06  Vadim Zeitlinfix focus problems in picker controls under MSW which...
2008-07-06  Robert RoeblingwxString doc corrections
2008-07-06  Stefan NeisMake AutoSizing in wxGrid's SetCol/RowSize work and...
2008-07-06  Vadim Zeitlinadded wxscintilla and wx_stc projects (#4378)
2008-07-06  Vadim Zeitlintake const address objects in wxSocketClient::Connect...
2008-07-06  Vadim Zeitlinadd a numeric column test
2008-07-06  Vadim Zeitlinremove mentions of pos attribute, it never worked and...
2008-07-06  Vadim Zeitlindon't use deprecated wxToolBar::AddTool() overload...
2008-07-05  Vadim Zeitlinremove code for drawing icon of minimized window manual...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Stefan NeisAdded missing include (#9625).
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-07-05  Stefan NeisExperimental simplification of the code by using MWERKS...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-07-04  Robert RoeblingUse t_str() instead of c_str()
2008-07-04  Robert Roebling Ticket #9689 (new defect)
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-07-03  Vadim Zeitlinhandle FNERR_INVALIDFILENAME which happens if an invali...
2008-07-03  Vadim Zeitlinsupport disabling items before adding them to the menu...
next