added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward...
[wxWidgets.git] / include / wx / gtk1 / mdi.h
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2006-09-14  Paul Cornettremove redundant declarations of wxFrameNameStr
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-20  Vadim Zeitlinoops, removed duplicate SetIcons[s]() added in last...
2005-03-20  Vadim ZeitlinwxMDIChildFrame::Maximize() should have default value...
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-02  Robert Roebling Overrode wxMDIChildFrame's DoSetSize to not misplace
2002-03-26  Mattia BarbonwxIconBundle implementation.
2001-07-02  Vadim Zeitlinadded default values for SetSizeHints() arguments,...
2000-08-10  Vadim ZeitlinwxMDIFrames define DoGetClientSize() and not GetClientS...
2000-08-10  Vadim Zeitlinsrc/gtk/mdi.cpp
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Vadim Zeitlinvirtual functionsignature corrected
1999-08-16  Robert Roebling compile fixes for EMX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-04-14  Ove KaavenDeclared here too
1999-04-11  Robert Roebling Rewrote MDI system
1999-04-09  Robert Roebling Removed this Maximize() overridden bug
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-17  Julian SmartAdded missing const to wxGTK's wxMDIChildFrame::GetTool...
1999-02-16  Robert Roebling MDI fixes
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Robert Roebling See last changelog
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-27  Robert Roeblingwarning msgs
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-22  Robert Roeblingmdi private menus
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision