don't fall back to the only currently existing document in wxDocManager::GetCurrentVi...
[wxWidgets.git] / include /
2009-01-29  Vadim Zeitlindon't fall back to the only currently existing document...
2009-01-29  Vadim Zeitlinno changes, just corrected/completed a comment truncate...
2009-01-29  Vadim Zeitlinno real changes, just minor refactoring and cleanup
2009-01-29  Vadim Zeitlinadd wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used...
2009-01-29  Václav SlavíkwxEpollDispatcher is in wxBase, not wxCore - fixed...
2009-01-28  Vadim Zeitlinanother fix for wxUSE_DRAG_AND_DROP==0 build
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-28  Francesco Montorsidocument various enumerations defined in defs.h; give...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-27  Vadim Zeitlinadded CreateAccelTable() helper which creates the accel...
2009-01-27  Vadim Zeitlinadded template wxScopedArray<> too
2009-01-27  Vadim Zeitlindon't do anything in SetWindowMenu() if we're setting...
2009-01-27  Vadim Zeitlinadd missing headers for PCH-less build
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-26  Vadim Zeitlinadd more wxUSE_MENUS guards
2009-01-26  Vadim Zeitlindon't include wx/mdi.h from wx/wx.h when building the...
2009-01-26  Václav SlavíkAutomatically adjust toolbar's tool size if the provide...
2009-01-26  Vadim Zeitlinuse a virtual function instead of wxDynamicCast(wxMDIPa...
2009-01-26  Robert RoeblingRemoved queuedResize code again as GTK+ does this inter...
2009-01-26  Jaakko SalliAdded wxPGChoices::Copy(), tweaked related documentation
2009-01-26  Robert RoeblingImplement hint cursor for resizable columns
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2009-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
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
next