destructor for wxMenu deletes menu now
[wxWidgets.git] / src / gtk1 / menu.cpp
1999-07-26  Karsten Ballüderdestructor for wxMenu deletes menu now
1999-07-19  Vadim Zeitlincompilation fixes
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-07  Vadim Zeitlincompilation fixes for wxGTK
1999-07-07  Karsten BallüderMade tearoff menus work for gtk :-)
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-06-17  Robert Roebling Made the RTTI thing an option.
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-06-01  Robert Roebling Hotkey fix for submenus.
1999-05-22  Robert Roebling GTK 1.0 compilation (not tested)
1999-05-13  Karsten BallüderFixed a minor bug in hotKey handling.
1999-05-05  Robert Roebling fix for menu separator
1999-05-02  Robert Roebling mini-bugs in wxMenu (it now converts / to \ in
1999-04-30  Robert Roebling Added hotkeys to menus "E&xit\tAlt-X" and such.
1999-04-29  Robert Roebling Compile fixes for SGI
1999-04-28  Karsten BallüderFixed gtk 1.0.6 corruped menu entry names.
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-25  Robert Roebling Backgrounds work again
1999-04-15  Ove KaavenCompiler warning in non-Unicode mode fixed.
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
1999-04-14  Robert Roebling wxGTK's built-in dockable menu now give their
1999-04-14  Robert Roebling added wxCB_READONLY
1999-04-09  Robert Roebling Here it comes:
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-10  Robert Roebling distribution things
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Robert Roebling libjpeg not used by default (it didn't even link)
1999-02-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-13  Robert Roebling Better disabling of toolbars and menubars
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-06  Robert Roebling Compilation fixes
1999-01-03  Robert Roebling Proofed that iostreams break threads
1999-01-03  Robert Roebling new cursors
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-12  Vadim Zeitlinsome very minor changes
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-09  Robert Roebling Clipboard update
1998-11-16  Robert Roebling Fixed resizing of wxTextCtrl
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-11-02  Robert Roebling DnD fixes
1998-10-27  Robert Roebling Added background colour again
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-09-06  Robert Roebling wxMenu doesn't anylonger call the callback if the
1998-09-03  Robert Roebling It's possible now to save to a PNG. OK, I still
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Guilhem Lavaux* wxThread: new functions: wxThread::Pause/Resume,...
1998-08-15  Robert Roebling Added graying out of menus and buttons
1998-08-15  Robert Roebling See last changelog
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-08  Denis PershinDP:
1998-08-05  Robert Roebling Removed /install/gtk/configure from cvs
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-23  Vadim Zeitlinmade the code more wxMSW compatible
1998-07-22  Robert Roeblingmdi private menus
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision