don't use the not always appropriate word "document" in the save prompt (#10076)
[wxWidgets.git] / include /
2009-01-25  Vadim Zeitlindon't use _() in the public header in case WXINTL_NO_GE...
2009-01-25  Vadim Zeitlinadd wxDrawStateBitmap() (closes #10289)
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-25  Vadim Zeitlinfix MSVC warning C4516 about using deprecated access...
2009-01-25  Vadim Zeitlinadded wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-25  Vadim Zeitlinadd IsOk() (closes #9872)
2009-01-25  Vadim Zeitlindon't deprecate the entire wxDrawObject class, this...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-25  Vadim Zeitlindeprecate wxDrawObject (#9860)
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-24  Stefan Csomorbring in the definition of wxScrollHelper, making non...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-23  Vadim Zeitlinadd missing wxUSE_DRAG_AND_DROP checks
2009-01-23  Robert RoeblingPostpone size event from wxTLW resizing to idle
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-23  Robert RoeblingForgot header with OSX prefix
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-23  Vadim Zeitlinfix wxEVT_SPIN_XXX definitions in a nicer (compatible...
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingFirst and other header buttons look different
2009-01-22  Robert RoeblingOverride GetDefaultBorder, currently changes nothing
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-21  Vadim Zeitlinfix problem with using wxEVT_SPIN in event tables after...
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-21  Vadim Zeitlinadded wxStandardPaths::GetAppDocumentsDir() and use...
2009-01-21  Julian SmartwxRTC now properly honours margin size
2009-01-21  Robert RoeblingGive GTK specific (but public) methods a Gtk prefix
2009-01-20  Robert RoeblingSkeleton for generic Drag code
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-19  Vadim Zeitlincompilation fix after NULL cast removal; also used...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-19  Vadim Zeitlincorrect Id tags
2009-01-19  Robert RoeblingMove model notification code of tree store from the...
2009-01-18  Julian SmartApplied Peter Most's EVT_SPIN crash fix
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2009-01-18  Vadim Zeitlinadded forward declaration of FrameSite apparently neede...
2009-01-17  Stefan Csomorfixing dangling includes
2009-01-17  Stefan Csomorfixing dangling includes
2009-01-17  Stefan Csomorreverting to former mimetype routing to core
2009-01-17  Stefan Csomorwrong move
2009-01-17  Stefan Csomorheadermove osx - header files
2009-01-17  Stefan Csomortesting header replace
2009-01-17  Stefan Csomortesting header replace
2009-01-17  Stefan Csomoradding NSPrintInfo support
2009-01-17  Stefan Csomorstreamlining printing support, adding printing support...
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-16  Vadim Zeitlinuse wcs(n)casecmp() if available; use wxStricmp() to...
2009-01-16  Vadim Zeitlinmake the preview frame float on parent by default as...
2009-01-16  Vadim Zeitlinexport wxActiveX stuff from core (not media) DLL (close...
2009-01-16  Vadim Zeitlinensure that ProcessEvent() is called for all the event...
2009-01-16  Robert RoeblingDocument wxDataViewListCtrl, minor corrections
2009-01-16  Stefan Csomorfixing infinite recursion for rotated text, introduced...
2009-01-16  Robert RoeblingDocument wxDataViewListStore
2009-01-16  Francesco MontorsiMove SetDefaultTimeout to wxProtocol and set it to...
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Vadim Zeitlininclude wx/generic/grideditors.h for compatibility
2009-01-16  Francesco Montorsimake wxSocketBase::SetTimeout virtual and make it prote...
2009-01-16  Václav Slavíksilence gcc warnings in "vararg" functions such as...
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-15  Stefan Csomormake sure group boxes don't get the big font
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-14  Francesco Montorsiadd some wxIMAGE_OPTION_PNG_xxx options to wxImage...
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
next