call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
[wxWidgets.git] / include /
2009-01-14  Francesco Montorsipart of commit r58093
2009-01-14  Francesco Montorsidon't use hardcoded constant 200; use wxSTACKWALKER_MAX...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-14  Vadim Zeitlindisable new event code unconditionally for now
2009-01-13  Vadim Zeitlinfix memory leak of FrameSite (see #3935)
2009-01-13  Francesco Montorsifix typo
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-13  Stefan Csomorcommon event code
2009-01-13  Francesco Montorsiprovide our own implementation of wxStrnlen if it's...
2009-01-12  Francesco Montorsiadd support for wxStrnlen for those platforms where...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-12  Francesco Montorsiuse DECLARE_NO_ASSIGN_CLASS() for better readability
2009-01-12  Vadim Zeitlinfix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_...
2009-01-12  Jaakko SalliBetter support for unspecified property value in wxDate...
2009-01-12  Vadim Zeitlinrestored the default value of wxObjectEventFunctor...
2009-01-12  Vadim Zeitlinfix VC6 ICE; don't call the function which doesn't...
2009-01-12  Vadim Zeitlincompilation fix after the event patch
2009-01-12  Jaakko SalliAdded wxPGProperty::OnValidationFailure(); needed it...
2009-01-12  Vadim Zeitlindisable new events for VC9 too, it fails when linking...
2009-01-12  Vadim Zeitlinfix the MSVC check in the last comment and accompanying...
2009-01-12  Vadim Zeitlindisable new events for MSVC 7, it fails to compile...
2009-01-12  Vadim Zeitlindon't use wxDELETE unnecessarily
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  Vadim Zeitlinfix deprecation warnings when building wx with MSVC
2009-01-11  Robert RoeblingDefault to wxConvUTF8 (not wxConvAuto) in wxDataInputSt...
2009-01-11  Robert RoeblingAdded interface for getting/setting text converter...
2009-01-11  Jaakko SalliFixed bug: SetPropertyValueUnspecified(p) and p->SetVal...
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Francesco Montorsitypo fix
2009-01-11  Francesco MontorsiVC6 gets confused by the protected copy ctor; make...
2009-01-11  Vadim Zeitlincheck for wxUSE_REARRANGECTRL dependency on wxUSE_CHECK...
2009-01-11  Vadim Zeitlincorrect typo: s/wxUSE_MENU/&S/
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlincheck for wxUSE_REARRANGECTRL being defined
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-11  Vadim Zeitlinfix build with wxUSE_MENU==0 (closes #10330)
2009-01-10  Stefan Csomorfixing wrong constant
2009-01-10  Stefan Csomornative apple event support for osx cocoa
2009-01-10  Francesco Montorsifix deprecation warnings when building filefn.cpp
2009-01-10  Jaakko SalliReverted to old wxPG_AUTO_SORT behavior in which only...
2009-01-10  Vadim Zeitlinreverted apparently accidental change of r57896
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2009-01-10  Francesco Montorsifix a couple of typos
2009-01-10  Stefan Csomorcleaning up default OPEN and CLOSED HAND cursors
2009-01-10  Stefan Csomoradding open and close hand cursor constants, implementa...
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 Montorsiuse #if instead of #ifdef for WX_COMPAT
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsifix typo
2009-01-08  Robert Roeblinguse wxRound(x) instead of int( x+0.5 )
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Robert RoeblingAdd the same margin to wxBitmapToggleButton as to wxBit...
2009-01-07  Jouk Janseninsert missing include file for OpenVMS platforms
2009-01-07  Jouk Janseninsert missing iclude file
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2009-01-07  Francesco Montorsiremove an unused pool of strings using wxStringList
2009-01-07  Francesco Montorsiremove old (and unused) MSW-only wxFontEnumerator header
2009-01-07  Francesco Montorsiuse wxArrayString instead of wxStringList
2009-01-07  Francesco Montorsifix wxMotif errors when linking against a wxControlWith...
2009-01-07  Julian SmartAdded wxAUI_MGR_LIVE_RESIZE flag for live sash sizing...
2009-01-07  Francesco Montorsifix wxYield[IfNeeded] dll linkage (closes #10325)
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 WXWIN_COMPATIBILITY_2_6 block around wxUsleep depre...
2009-01-04  Vadim Zeitlinabstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
2009-01-04  Vadim Zeitlinneed to overload assertEquals(int,short) too to resolve...
2009-01-04  Vadim Zeitlinmore attempts to fix CppUnit::assertEquals for VC6...
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2009-01-04  Paul CornettComplete rewrite of DoDrawBitmap() and DoBlit().
2009-01-04  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
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  Paul Cornettfix GCC warning "suggest explicit braces..."
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 Zeitlinalso add wxSizer::IsEmpty()
2009-01-01  Vadim Zeitlinmake the new GetItemCount() const
2009-01-01  Robert RoeblingAdded wxSizer::GetItemCount()
2009-01-01  Vadim ZeitlinVC6 doesn't support using keyword (closes #10322)
2009-01-01  Vadim ZeitlinVC6 compilation fix after r57689 (closes #10318)
2008-12-31  Vadim Zeitlincompilation fix after last change
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-31  Vadim Zeitlinadded default ctor and Create() to wxRearrangeDialog...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-31  Vadim Zeitlincompilation fix for LoadFile(name, type) calls which...
2008-12-30  Vadim Zeitlinextract AddColumnsItems() from ShowColumnsMenu() to...
2008-12-30  Vadim Zeitlinadded wxSocket::ShutdownOutput() (closes #9229)
2008-12-30  Vadim Zeitlinensure that WIN32 is defined, winsock2.h relies on...
next