use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags...
[wxWidgets.git] / include / wx / gtk1 / frame.h
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Robert Roebling Applied patch for hiding statusbar.
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-09-19  Václav Slavíkfixes to client area origin handling
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-31  Vadim Zeitlinwe now send iconize events
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-03-06  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net>:
2000-02-05  Robert Roebling Fixed status bar probs,
1999-12-29  Robert Roebling Added wxWindow::DoMoveWindow(..)
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-10-16  Robert Roebling Restored wxSizeEvent code form last week -> wxGLCanvas
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-09  Robert Roebling Changed SetToolBar() to behave a bit smarter. Untested.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-27  Robert Roebling Color cubes now get created on 8-bit true-color
1999-05-22  Robert Roebling GTK 1.0 compilation (not tested)
1999-05-11  Robert Roebling wxFrame::GetClientSize -> DoGetClientSize
1999-04-14  Robert Roebling wxGTK's built-in dockable menu now give their
1999-04-14  Ove KaavenDeclared here too
1999-04-09  Robert Roebling Removed this Maximize() overridden bug
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-03-31  Robert Roebling added wxFrame::Command()
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-16  Robert Roebling MDI fixes
1999-02-05  Vadim Zeitlinmore wxCloseEvent changes: now the behaviour should...
1999-02-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-01-24  Robert Roebling Small doc corrections
1999-01-22  Robert Roebling The Image sample now does anti-aliasing, oh well.
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-26  Robert Roebling Makefile tweaks
1998-12-04  Robert Roebling Added wxMiniFrame
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
1998-11-11  Robert Roebling Still bit fiddling in wxImage.
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-10-15  Robin DunnAdded wxFrame::SetStatusBar
1998-09-02  Robert Roebling Fixed event handling for DialogEd
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-08-17  Robin DunnCorrected the signature for wxFrame::Maximize
1998-08-15  Vadim Zeitlinadded default values for ax size arguments of SetSizeHi...
1998-08-15  Robert Roebling See last changelog
1998-08-14  Robert Roebling Added validation support
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-08  Robert Roebling Correct the wxButton::Setlabel nonsense
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-27  Robert Roeblingwarning msgs
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-23  Vadim ZeitlinDoMenuUpdates()
1998-07-22  Robert Roeblingmdi private menus
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-12  Robert Roeblingstream compile fixes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision