]> git.saurik.com Git - wxWidgets.git/history - src/generic/panelg.cpp
1. wxDialogs are now destroyed when they go out of scope
[wxWidgets.git] / src / generic / panelg.cpp
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-11  Vadim Zeitlin"continue;" restored to prevent the app from going...
1999-02-11  Robert Roebling distrin corrections files
1999-02-10  Robert Roebling isosurf corrections
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-01-31  Vadim Zeitlinbug with Shift-TAB handling corrected
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-17  Julian SmartChanged m_children to GetChildren() -- not all ports...
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-07-19  Vadim Zeitlininfinite loop in wxNavigationKeyEvent processing fixed
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-09  Vadim ZeitlinwxWindow::FindFocus() doesn't exist in wxGTK - #ifdef...
1998-07-08  Vadim Zeitlinkeyboard handling added (OnNavigationKey)
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision