]> git.saurik.com Git - wxWidgets.git/history - src/common/wincmn.cpp
Merges from Scitech Branch (George Davison):
[wxWidgets.git] / src / common / wincmn.cpp
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
2000-01-13  Julian SmartChanged wxWindowBase foreground to use wxSystemSettings...
2000-01-12  Vadim Zeitlinadded wxUSE_NOTEBOOK to include/wx/msw/setup0.h, remove...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-11-12  Vadim ZeitlinCentre() centers the window centre and not the upper...
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-10  Vadim Zeitlin1. made it possible to use wxUpdateUIEvent with wxTextC...
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-03  Vadim Zeitlincliet data crash fixed
1999-08-02  David Webster*** empty log message ***
1999-08-01  Vadim Zeitlin1. wxWindow::Centre() hopefully fixed
1999-07-30  Vadim Zeitlina small fix to wxWindow::Centre
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-26  Vadim ZeitlinCentre() supports wxCENTER_FRAME flag now
1999-07-15  Robin DunnPreserve -1 for dilog unit conversions
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-13  Vadim ZeitlinwxWindow::Fit() infinite loop bug fixed
1999-06-10  Robin DunnAdded wxWindowBase::CentreOnParent to allow top level...
1999-06-10  Ove KaavenUnicode fix.
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-26  Vadim Zeitlinvalidators now validate again
1999-05-24  Vadim Zeitlin1. bug fixes in wxCaret
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-17  Robert Roebling Removed an #ifndef __WXGTK__
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-12  Robert Roebling Maybe negative wxWindowId are better than just -1.
1999-05-12  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlin#pragma interface/implementation for gcc added
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-07-24  Julian SmartCorrected some problems
1998-07-24  Vadim Zeitlinsome common code moved from wxWindow/wxFrame into files...
1998-07-23  Vadim Zeitlincommon part of wxWindow class