don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / window.h
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-15  Vadim Zeitlindisable UI updating during GetPopupMenuSelectionFromUse...
2008-11-13  Václav Slavíkimplement wxWindow::DragAcceptFiles() on all platforms
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-08-25  Vadim Zeitlinadded UnsetToolTip() which is also provided (as empty...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-06  Václav Slavíkdeprecated wxWindow::SetHelpTextForId()
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-02-14  Václav Slavíkadded wxWindow::Set/GetMin/MaxClientSize convenience...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-21  Václav Slavíkfixed wxScrolledWindow best size calculation: compute...
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-12-12  Vadim Zeitlincorrected/removed forward declarations
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-04-22  Vadim Zeitlinadded HasExtraStyle()
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-03-30  Vadim Zeitlindefine wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-10  Vadim Zeitlinadded GetTextExtent() overload returning wxSize (patch...
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-11-25  Vadim Zeitlinadded wxWindow::GetWindowBorderSize()
2006-10-11  Robin DunnAdd wxOverlay
2006-10-31  Robert Roebling Return SetSizeHints() in wxWindow to its former
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Robert Roebling Removed GetAdjustedBestSize().
2006-10-30  Robert Roebling Make SetMinSize() and SetMaxSize() virtual so they
2006-10-29  Vadim Zeitlinreturn the results of GetMin/MaxSize() from GetMin...
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-23  Václav Slavíkadded comment clarifying the meaning of DoMoveWindow...
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-13  Vadim Zeitlinadded wxWindow::IsFrozen() (only existed in wxMSW and...
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Make IsExposed virtual.
2006-09-10  Václav Slavíkadded wxWindow::IsVisible() method
2006-09-04  Włodzimierz SkibaBuild fix.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-07-31  Václav Slavíkdon't pass window argument to NotifyCaptureLost, it...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-28  Vadim Zeitlinadded HasMultiplePages()
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-16  Vadim Zeitlinunset the button as temporary default item when it...
2006-06-11  Vadim Zeitlinmade it possible to associate context help to a region...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-14  Vadim Zeitlinwe don't need reserved virtual functions on HEAD
2006-03-14  Vadim Zeitlinadded GetScreenPosition/Rect() which always return...
2006-02-10  Vadim Zeitlinfixed centering of top level windows on secondary displ...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-10  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxX11 part...
2005-11-08  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxCocoa part).
2005-11-07  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMac part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxOS2 part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMGL part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMotif part).
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-10-10  Vadim Zeitlinadded GetWindowSizeForVirtualSize() virtual hook for...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-06-20  Vadim Zeitlindefine SetHelpText() to do nothing when wxUSE_HELP...
2005-05-19  Robin DunnNo longer using the reserved pointer
2005-05-09  Robin DunnA slightly modified version of Patch #1197468. Keeps...
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-17  Julian SmartAdded some reserved functions
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-17  Vadim Zeitlinremoved just added UnsetVirtualSize(), it's not needed...
2005-03-17  Vadim Zeitlinadded UnsetVirtualSize()
next