]> git.saurik.com Git - wxWidgets.git/history - src/generic/panelg.cpp
changed wxControlContainer to avoid triggering tons of warnings from VC++ at
[wxWidgets.git] / src / generic / panelg.cpp
2001-08-06  Vadim Zeitlinchanged wxControlContainer to avoid triggering tons...
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
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-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-14  Vadim Zeitlinmerged focus handling fix from 2.2
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Vadim Zeitlinfixed infinite recursion in TAB handling with panels...
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-23  Robert Roebling Fixed small bug in tab code WRT to having only
2000-01-23  Robert Roebling tabbing in controls sample works again.
2000-01-23  Vadim Zeitlin1. wxMSW::wxNotebook::SetPageSize() and SetPadding...
2000-01-22  Robert Roebling Changes for next snapshot.
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-05  Robert Roebling Corrceted background problem with themes.
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