call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
[wxWidgets.git] / src / common /
2009-01-14  Francesco Montorsicall event.Enable(true) in OnUpdateFileOpen and OnUpdat...
2009-01-13  Vadim Zeitlindon't define wxHeaderColumnsRearrangeDialog if !wxUSE_R...
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2009-01-13  Jouk JansenUpdate OpenVMS compile support
2009-01-13  Francesco Montorsifix wxMSW shared builds
2009-01-12  Francesco Montorsiensure correct linking of the socket manager initialize...
2009-01-12  Jaakko SalliLet wxVariantDataDateTime::Write() and Read() work...
2009-01-12  Vadim Zeitlinfix VC6 ICE; don't call the function which doesn't...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Vadim Zeitlindon't use wxVector<wxDataFormat> from wx/clipbrd.h...
2009-01-12  Jouk JansenFixing/Testing sockets on OpenVMS
2009-01-11  Robert RoeblingAdded interface for getting/setting text converter...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinfix handling of locale names without county info (close...
2009-01-11  Vadim Zeitlincorrect typo: s/wxUSE_MENU/&S/
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-11  Vadim Zeitlinfix build with wxUSE_MENU==0 (closes #10330)
2009-01-10  Francesco Montorsino change; just fix indentation
2009-01-09  Francesco Montorsiminor cleanup; add wxDocument::OnChangeFilename for...
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2009-01-09  Francesco Montorsimove wxLaunch* code in utilsx11.cpp as utilsunx.cpp...
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Robert RoeblingMake wxWrapSizer respect border around items
2009-01-07  Francesco MontorsiMYcopystring is not required anymore when compat2.8...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-07  Francesco Montorsideprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr...
2009-01-07  Francesco Montorsirewrite wxContractPath as wxFileName::ReplaceEnvVariabl...
2009-01-06  Francesco Montorsiuse WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL...
2009-01-06  Francesco Montorsiadd #if WXWIN_COMPATIBILITY_2_6 around wxUsleep
2009-01-05  Francesco Montorsionly formatting changes. s/FALSE/false and s/TRUE/true...
2009-01-04  Paul Cornettproperly handle DC origin and scale in wxDoFloodFill()
2009-01-03  Vadim Zeitlinrestore code preventing the events being generated...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2009-01-02  Vadim Zeitlinstreamline handling of wxSOCKET_LOST in DoWait()
2009-01-02  Vadim Zeitlinno changes, just reformat/indent consistently
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2009-01-02  Vadim Zeitlinuse guard classes automatically restoring the old state...
2009-01-02  Paul Cornettfix header dependancy
2009-01-02  Vadim Zeitlinrename wxSocketSelectManager to wxSocketFDIOManager...
2009-01-02  Vadim Zeitlinfix WaitForXXX() to work as before: if the socket is...
2009-01-01  Vadim Zeitlinupdate copyright year to 2009 (closes #10319)
2008-12-31  Francesco Montorsireplace dynamic_cast<> with wxDynamicCast
2008-12-31  Francesco Montorsiremove tabs added by error in previous commit
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-30  Vadim Zeitlininclude errno.h for ENOMEM (closes #10309)
2008-12-30  Vadim Zeitlinextract AddColumnsItems() from ShowColumnsMenu() to...
2008-12-30  Vadim Zeitlinhandle exceptions thrown from overridden wxView::OnCrea...
2008-12-30  Vadim Zeitlinhandle loss of connection explicitly in Read/Write...
2008-12-30  Vadim Zeitlintry reading/writing to/from the socket before blocking...
2008-12-30  Vadim Zeitlinfix handling of errors due to the other end of the...
2008-12-30  Vadim Zeitlinfix MSVC warning about possibly uninitialized variable...
2008-12-30  Vadim Zeitlinadded wxSocket::ShutdownOutput() (closes #9229)
2008-12-29  Francesco Montorsino real change; just reordered some implementations...
2008-12-29  Vadim Zeitlinadd errno.h to fix Mac compilation
2008-12-29  Francesco Montorsifix memory leak while testing for correct Clone() imple...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-29  Vadim Zeitlinbuild fixes for wxUSE_IPV6==1 under Windows
2008-12-29  Vadim Zeitlinreplaced unweildy GAddress functions with wxSockAddress...
2008-12-29  Francesco MontorsiPCH-less build fix
2008-12-29  Francesco Montorsiuse correct wxELLIPSIZE_* constants after r57625
2008-12-28  Francesco Montorsimove Ellipsize() to wxControl so it can be easily used...
2008-12-28  Francesco Montorsino real change: rename wxPendingEvents to wxHandlersWit...
2008-12-28  Francesco Montorsirefactor wxStaticText::Ellipsize so it's a static publi...
2008-12-28  Francesco Montorsino change, just add comment about wxTheColourDatabase...
2008-12-28  Francesco Montorsifix wxPowerEvent, wxRichTextEvent and wxWizardEvent...
2008-12-27  Vadim Zeitlinmove Read/Write() to common code, there was almost...
2008-12-27  Vadim Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlingot rid of wxSocketBase::m_error which could get out...
2008-12-27  Paul Cornettdon't assert (and then crash) in wxEvent::Clone() check...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-27  Francesco Montorsifix Purpose comment
2008-12-27  Francesco Montorsifix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI...
2008-12-27  Francesco Montorsiimplement a runtime check to test if wxEvent::Clone...
2008-12-27  Vadim Zeitlinset m_closed to true when we get connection lost notifi...
2008-12-27  Vadim Zeitlinalso initialize option value length before calling...
2008-12-27  Vadim Zeitlininitialize name length before calling getsockname()
2008-12-27  Vadim Zeitlinmove generic DispatchTimeout() implementation in the...
2008-12-26  Vadim ZeitlinPCH-less compilation fix
2008-12-26  Vadim Zeitlinuse DispatchTimeout() and/or select() with timeout...
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-26  Vadim Zeitlinremove m_use_events from Unix wxSocket implementation...
2008-12-26  Vadim Zeitlinwe don't need to use select() in DoWait() if we're...
2008-12-26  Vadim Zeitlinremember the events we were notified about in OnRequest...
2008-12-25  Robert RoeblingOnly test for centre flag of minor direction and ignore...
2008-12-25  Vadim Zeitlinuse INVALID_SOCKET instead of -1 to avoid signed/unsign...
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-12-25  Vadim Zeitlinfix wxURL::GetInputStream() for URLs with special chara...
2008-12-24  Robert RoeblingMark alpha a static data (not to be freed), too
2008-12-24  Vadim Zeitlincorrect the direction of the comparison between the...
2008-12-23  Vadim Zeitlinset correct properties for the new files
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
next