removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / generic / panelg.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-13  Robert Roebling Compile fix in dialup,
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-10-31  Robert Roebling More tab code corrections.
1999-10-20  Robin Dunnmade wxPanel be auto layout aware
1999-10-14  Robert Roebling Applied patches for AIX,
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
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