STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / common / wincmn.cpp
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
2003-02-18  Julian SmartSome improvements to accessibility behaviour
2003-02-16  Julian SmartAdded start at accessibility functionality
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-02  Julian SmartApplied patch [ 678788 ] Dialog command event propagati...
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-10  Vadim Zeitlinmoved assert for parent window not being a static box...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-02  Vadim Zeitlinshow Univ prefix in wxWindows info dialog
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-30  David WebsterOS/2 must have positive control IDs.
2002-08-27  Vadim Zeitlinfixed crashes in Push/PopEventHandler() if the current...
2002-08-08  Julian SmartApplied patch [ 591998 ] EventHandler chain incorrectly...
2002-06-30  Ron Leefixed some pesky compile warnings, hope this doesn...
2002-06-24  Vadim ZeitlinwxMotif compilation fix
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-06-07  Vadim Zeitlinno changes (reformatted some code just to be able to...
2002-05-26  Vadim Zeitlinattempts to make GetBestSize() work using constraints...
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-02-24  Václav Slavíkmade AdjustForParentClientOrigin const
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-18  Václav Slavíkbetter approach to centering windows (in absence of...
2002-02-15  Václav Slavíkleave in only Julian's version of CaptureMouse code
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-02-14  Julian SmartRestored previous mouse release/capture behaviour for...
2002-02-12  Julian SmartCorrection for 'protected' compiler error
2002-02-12  Julian SmartModified CaptureMouse to call DoReleaseMouse if necessa...
2002-02-10  David WebsterRemoving OS/2 specific positioning methods, no longer...
2002-02-09  Václav Slavíktemporary hack to make wxMGL and SciTech happy...
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-04  David WebsterOS/2 scrolling support
2002-01-28  Vadim Zeitlinchanged the year to 2002
2002-01-25  Vadim Zeitlinadded and documented wxWindow::RemoveEventHandler()
2002-01-22  Václav Slavíkadded safety check to wxWindow::ReleaseMouse
2002-01-20  Václav Slavíkadded tracing of ReleaseMouse and assertion to prevent...
2002-01-19  Václav Slavíkfixed compilation
2002-01-19  Vadim Zeitlincompilation/linking fixes for DoCaptureMouse() change
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-17  Vadim Zeitlinadded __TDATE__ and __TTIME__ and use them instead...
2001-12-08  Vadim Zeitlininitialize m_hasXXX in wxWindowBase
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
2001-10-31  Gilles Depeyrotcorrected access to NULL parameters in wxGetOsVersion
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-03  Ron Leebump date on 'easter egg' dialog.
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-08-31  Vadim Zeitlinapplied a patch to remove spurious constrains unsatisif...
2001-08-14  Vadim Zeitlin1. reset default item in ~wxWindow (better to be safe)
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-06-30  Julian SmartMore fixes for wxUniv
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-26  Václav Slavíkanother attempt to fix wxPanel/wxFrame::m_winLastFocuse...
2001-05-11  George TaskerSizer based dialogs (like wxSingleChoiceDialog) are...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2001-01-04  Vadim Zeitlinfix for Centre() (thanks Derry!)
2000-12-21  Vadim Zeitlinfix for -1 coords in wxWindow::Centre
2000-10-20  Vadim Zeitlinremoved the pad from wxWindow::DoGetBestSize(), now...
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  David WebsterOS/2 Updates
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-17  Vadim Zeitlinskip status bars in wxWindow::Fit
2000-03-16  David Webstercompile bug fixed in SetCursor
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-13  Guillermo Rodrigue... Use system default font for all platforms
2000-02-28  Vadim Zeitlincorrection for Fit() which didn't handle properly windo...
2000-02-03  Vadim Zeitlinfixed bug with propagating wxWS_EX_VALIDATE_RECURSIVELY
2000-02-02  Vadim Zeitlinadded CentreOnScreen(), updated the docs to clear this...
2000-01-31  Vadim ZeitlinwxWS_EX_VALIDATE_RECURSIVELY set by default if parent...
2000-01-28  Vadim Zeitlinadded version info hidden dialog
2000-01-26  Vadim Zeitlin1. fixed (?) blitting bitmaps with mask
2000-01-25  Vadim Zeitlin1. kbd interface for wxScrolledWindow
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-15  Vadim Zeitlin1. fixed small bug with toolbar size updates
next