Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / mdi / mdi.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-01  Paul Cornettuse stock colour/pen/brush objects in samples
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-09  Vadim ZeitlinAdd wxWindow::ProcessWindowEventLocally() and use it...
2009-01-28  Vadim Zeitlindon't duplicate menu creation code in the parent and...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-26  Vadim Zeitlintest ShowFullScreen() to verify that restoring menu...
2008-12-09  Vadim Zeitlinuse a slightly less ugly way to conditionally suppress...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2007-10-10  Chris Elliottfixes as per thread.gmane.org/gmane.comp.lib.wxwidgets...
2007-05-18  Vadim Zeitlinwe don't need status bar in the MDI children
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-18  Vadim Zeitlininclude correct XPMs (Unix compilation fix after last...
2006-11-17  Vadim ZeitlinSome sample cleanup:
2006-07-25  Włodzimierz SkibaUse same type in both results of A?B:C operator (Tinder...
2006-07-24  Vadim Zeitlinadded code to test UI updating of menu items in MDI...
2006-01-16  Włodzimierz SkibaCode cleaning.
2006-01-07  Vadim Zeitlinjust added wxUSE_MENUS around code using the menus
2005-08-11  Vadim Zeitlindon't override OnIconized() in the sample, the bug...
2005-07-27  Chris Elliottfix SF bug 1236365 (tested in VC only)
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-23  Chris Elliottfix bug with button doing nothing
2004-06-01  Włodzimierz Skiba-1->wxID_ANY, wxDefaultSize, wxDefaultPosition, TRUE...
2004-05-25  Julian SmartMore name changes
2003-11-06  David ElliottInclude mondrian.xpm for _all_ platforms except wxMSW
2003-11-06  David ElliottWrap ToolBar stuff with #if wxUSE_TOOLBAR
2003-09-11  Julian SmartRemoved warnings
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-15  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-22  Julian SmartOnSize must not be skipped for non-wxX11 platforms
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-06-12  Chris Elliottremoving bitmaps from mdi sample
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-01-19  Gilles Depeyrotuse "..." instead of <...> for wx includes
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2001-02-09  Gilles Depeyrotupdated CodeWarrior projects for latest wxMac commits
2000-12-18  Vadim Zeitlinfixed compilation problems (mismatch between header...
2000-12-16  Robert Roebling Applied colour patch for better 8-bit support,
2000-12-10  Vadim Zeitlinmerged in the small changes from the 2.2 branch
2000-10-11  Vadim Zeitlincreate dialog with !NULL parent
2000-10-10  Vadim Zeitlinfixed MDI accel bug, more tests for it in the sample
2000-08-25  Jouk Jansen Committing in .
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-23  Vadim Zeitlinmore MDI features tested
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-11  Julian SmartCorrected thread.h inline problem. Set WXWIN_COMPATIBIL...
1998-12-15  Julian SmartUpdated frame style
1998-11-08  Julian SmartOGL fixes for wxMotif; added Set/GetClientData to wxMen...
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-19  Julian SmartMore Motif additions: mdi and sashtest samples now...
1998-09-04  Robert Roebling Corrected wxWindow::GetExtent
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-31  Julian SmartSome manual updates; in MDI sample, child frames now...
1998-07-27  Robert Roeblingwarning msgs
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-22  Robert Roeblingmdi private menus
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-05-27  Julian SmartMisc changes for DOS compatibility, plus added wxApp...
1998-05-20  Karsten BallüderInitial revision