Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src / common / wincmn.cpp
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-09  Vadim ZeitlinReplace public wxEvtHandler::ProcessEventHere() with...
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-01-24  Václav SlavíkFixed dialog units <-> pixels conversion.
2010-01-19  Václav SlavíkMake ConvertPixelsToDialog() and ConvertDialogToPixels...
2010-01-19  Václav SlavíkDon't query metrics that won't be used.
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2010-01-04  Vadim ZeitlinAdd assert checking that window has no event handlers...
2009-12-27  Vadim ZeitlinDon't call SetMinSize() when creating the window if...
2009-12-09  Vadim ZeitlinSTL build compilation fix.
2009-12-08  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in the trivial...
2009-12-08  Vadim ZeitlinFix unused parameter warning after last commit (r62818).
2009-12-08  Vadim ZeitlinFix event object in wxSysColourChangedEvent.
2009-12-08  Vadim ZeitlinDon't set the initial size as minimal size for top...
2009-12-07  Vadim ZeitlinSet initial window size as its minimal size.
2009-10-05  Vadim ZeitlinRefactor initialization code in wxTopLevelWindowMSW...
2009-10-05  Vadim ZeitlinDon't use the current size in DoGetBestSize() by default.
2009-09-12  Vadim ZeitlinUse wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessa...
2009-08-10  Vadim ZeitlinMade wxWindow::HasScrollbar() do what it says.
2009-07-25  Vadim ZeitlinImplement wxWindow::GetToolTipText().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-10  Stefan Csomorguarding for scrollbar use
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-03-29  Stefan Csomorspecial casing mac code
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-19  Paul Cornettremove unused gtk includes
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-06  Vadim Zeitlinremove incorrect cast of wxString to char* (unnecessary...
2009-02-05  Francesco Montorsiadd code for debugging sizers/window sizes; it may...
2009-02-04  Francesco Montorsiin debug mode when clicking with the middle mouse butto...
2009-01-30  Robert RoeblingRemove debug code
2009-01-30  Robert RoeblingDon't use a cached best size if the window has a sizer
2009-01-30  Robert RoeblingMove body of SetMinSize and SetMaxSize from header...
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-21  Vadim Zeitlinsend destroy events for children before they're fully...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
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-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-17  Paul Cornettpass window parameter to wxSystemSettings::GetMetric...
2008-09-22  Vadim Zeitlinuse ProcessEventHere() instead of ProcessEvent() in...
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-08-13  Václav Slavíkadd assert checking that GetCapture() and ms_winCapture...
2008-08-05  Vadim Zeitlinfix an assert failure when a child TLW was created...
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-13  Vadim Zeitlinuse HandleWindowEvent() in Close() as it can be called...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-03-17  Paul Cornettfix a huge number of build errors
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-03-03  Vadim Zeitlinposition help windows shown when Shift-F1 is pressed...
2008-02-29  Václav Slavíkfixed ~wxWindowBase to remove associated context help...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-01-31  Václav Slavíkcompilation fix for wxUSE_MENUS=0
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-30  Vadim Zeitlindefine wxCurrentPoppuMenu for wxUniv too
2007-12-22  Paul Cornettnon-pch build fix
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-21  Václav Slavíktoplevel window is shown on screen even if its parent...
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-23  Vadim Zeitlincompilation fix for wxUSE_STL==1 in DoGetSibling()
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-18  Vadim Zeitlinadded public wxInfoMessageBox() (slightly modified...
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-10-23  Vadim Zeitlinremoved a wrong WXUNUSED() from DoNavigateIn()
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-22  Paul Cornettunused variables, useless assert
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_MSGDLG==0
2007-05-07  Vadim Zeitlinjust return the min size needed by the sizer for the...
2007-04-06  Vadim Zeitlinhandle child destruction notifications in wxTLW itself...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-02-22  Julian SmartFixed a confusion between window and client size that...
2007-01-07  Vadim Zeitlinchanged copyright year to 2007
2006-12-28  Václav Slavíkadded comment with pointers to wxEVT_MOUSE_CAPTURE_LOST...
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-03  Vadim Zeitlindon't use SetWindowStyleFlag() in wxWindowBase::CreateB...
2006-11-25  Chris Elliottfix missing int return type
2006-11-25  Vadim Zeitlinadded wxWindow::GetWindowBorderSize()
2006-11-19  Vadim Zeitlinno changes, just some minor modifications of comments...
2006-11-03  Julian SmartRemoved a warning
2006-10-31  Robert Roebling Return SetSizeHints() in wxWindow to its former
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
next