Put a humane end to the pathetic flailing over whether this can
[wxWidgets.git] / src / common / wincmn.cpp
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-25  Vadim Zeitlinif we return GetSize() from DoGetBestSize(), remember...
2005-05-19  Robin DunnNo longer using the reserved pointer
2005-05-09  Robin DunnA slightly modified version of Patch #1197468. Keeps...
2005-04-17  Julian SmartAdded some reserved functions
2005-04-02  Julian SmartwxSYS_COLOUR_WINDOW is better for window backgrounds...
2005-03-17  Vadim ZeitlinGetVirtualSize() returns client size values for the...
2005-02-28  Ryan NortonwxDisplay::GetFromWindow is only on msw evidently
2005-02-28  Ryan Nortonpartially fix bug [ wxwindows-Bugs-1145813 ] Centre...
2005-02-27  Vadim Zeitlinbetter compatibility with old wxList in wxUSE_STL=...
2005-02-20  Dimitri Schoolwerthminor textual fix
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-12  Robert Roebling Reapplied patch to change the two scrolled window...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-03  Robin DunnInclude the size of any window borders (size vs. clientsize
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-01-31  Włodzimierz SkibaNative wxStaticText. Cleaning of wxRadioBox code before...
2005-01-27  Włodzimierz SkibaGet/SetValue() and other improvements to the native...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-07  Vadim Zeitlinmade FindWindow() member functions const (this makes...
2004-12-19  Vadim Zeitlindo not inherit background colour in InheritAttributes...
2004-11-22  David ElliottFix centering of top-level children of wxMDIParentFrame...
2004-11-18  Vadim Zeitlinset background style to wxBG_STYLE_COLOUR in SetBackgro...
2004-10-17  Włodzimierz Skiba__WXDEBUG__ is defined/undefined, not 0/1!
2004-10-16  Vadim Zeitlinfixed fatal bug when moving the control after itself...
2004-10-15  Ron LeeBump copyright date and indicate debug builds too in...
2004-10-08  Václav Slavíkpropagate invalidated best size upstream
2004-10-06  Václav Slavíkfixed broken DoUpdateWindowUI: event.SetChecked doesn...
2004-09-30  Václav Slavíkblind compilation fix for MSVC
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-11  Stefan Csomorsupport for sys-opted window variant
2004-08-29  Julian SmartFirst step in background erase optimization
2004-08-15  Václav Slavíkfont affects best size, invalidate cache if it changes
2004-07-25  Vadim Zeitlincorrected Center() for cases when client display rect...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-06  Vadim Zeitlinanother compilation fix for after last check in
2004-07-06  Vadim Zeitlinblind compilation fix for wxUSE_STL==1 (bug 985662)
2004-07-01  Vadim Zeitlinadded and documented wxWindow::MoveBefore/AfterInTabOrder()
2004-06-30  Václav Slavíkdecoupled attributes inheritance and m_hasXXX flags
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-23  Václav Slavíkrefresh the window in OnSysColourChanged
2004-06-23  Václav Slavíkdon't cache default colours
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Václav Slavíknew logic applies to SetFont(wxNullFont), too
2004-06-17  Robin DunnSet/Reset ThemeEnabled when changing the fore/backgroun...
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-19  Włodzimierz SkibaCentralized wxDefaultSize & wxDefaultPosition values.
2004-05-18  Robin DunnCall SetSize for explicit sizees too in case it wasn...
2004-05-09  Julian SmartFixed size problem due to wxMac window implementation...
2004-05-03  Vadim Zeitlinset min size to initial size when it is explicitly...
2004-05-03  Vadim Zeitlinmoved SetBestSize() to .cpp file; set min size from it
2004-04-15  Robin DunnIf the window has a minsize then use that as the BestSi...
2004-04-14  Robin DunnKeep track of the initial size that the window was...
2004-04-09  Vadim Zeitlin(blind) compilation fix for wxUniv
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-07  Robin DunnUse the size value passed to the ctor to set the window...
2004-04-03  David ElliottMake DoGetBestSize cache the value of GetSize() the...
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-27  Stefan Csomormake construct simpler
2004-03-24  Vadim Zeitlindon't show the window initially if m_isShown is false...
2004-03-07  Stefan CsomorSetWindowVariant implemented
2004-03-03  Robin DunnFix for [ 907679 ] segfault on SetSizerAndFit after...
2003-11-14  Dimitri SchoolwerthFixed Digital Mars compilation; Cosmetic cleanup.
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-16  Vadim ZeitlinRemoveEventHandler() didn't reset all pointers correctl...
2003-09-18  Julian SmartApplied patch [ 807164 ] fixes for core library
2003-09-16  Vadim Zeitlinreverted the delete/Destroy() change in DestroyChildren()
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-14  Vadim Zeitlinuse child->Destroy() instead of delete child in Destroy...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Václav Slavíkhave TryValidator even if wxUSE_VALIDATORS=1, so that...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Fix use of deprecated wxList/Node methods.
2003-07-18  Julian SmartNth -> Item
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinlinking fixes and code cleanup after hotkey patch
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-06  Vadim Zeitlinadded GetBorder(flags)
2003-06-26  Vadim Zeitlincompilation fix
2003-06-26  Vadim Zeitlincompilation fix for wxGUI
2003-06-26  Vadim Zeitlingot rid of wxEvtHandler::m_isWindow, use virtual functi...
2003-05-04  Julian SmartInitialised m_isBeingDeleted -- I don't know how anything
2003-03-24  Vadim Zeitlinadded a check for allowed id value (bug 690910)
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-25  Vadim Zeitlinfixed typo in he check in SetSizeHints()
2003-02-19  Julian SmartFurther tweaks to accessibility code
2003-02-19  Vadim Zeitlinprevent from setting min[WH] > max[WH] because this...
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
next