STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / gtk1 / tbargtk.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim ZeitlinGTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have...
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-01-31  Robert Roebling Corrected GTK2 creation of default font.
2003-01-26  Robert Roebling Font work.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-06  Vadim Zeitlinfix for creating radio items in a toolbar with non...
2002-09-05  Robin DunnAllow wxGTK's wxToolbar to catch the standard window...
2002-08-20  Robert Roebling Added scrolling of widgets to GTK 2.0.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-03-26  Vadim Zeitlinradio toolbar buttons finally work
2002-03-25  Vadim Zeitlinimplemented (but it doesn't work yet) the radio buttons...
2002-03-24  Václav Slavíkcompilation fix for WXWIN_COMPATIBILITY_2_2
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2001-11-17  Robert Roebling More changes to various controls for more reliably
2001-09-23  Mattia Barbon* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER...
2001-05-03  Vadim Zeitlinfix InsertSeparator() (patch 420987)
2000-12-16  Robert Roebling Applied colour patch for better 8-bit support,
2000-11-24  Vadim Zeitlin1. added wxGTK::wxToolBar::SetToolShortHelp() and test...
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-09-15  Robert Roebling Minor corrections to new theme code.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-08-10  Jouk Jansen Committing in .
2000-07-19  Ove KaavenUse GTK_OBJECT_GET_CLASS macro.
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-07  Jouk Jansen Committing in .
1999-12-27  Robert Roebling Added mono bitmap to image conversion.
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-12-20  Robert Roebling Minor optical changes to toolbar and the help frame's
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-12  Robert Roebling Some doc updates.
1999-12-07  Robert Roebling Minor optical changes to toolbar and wxHelpFrame.
1999-12-05  Václav Slavík[gtk] fixed bug that caused segfaults in wxYield when...
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-12  Vadim Zeitlincompilation fix (float => wxCoord)
1999-10-31  Robert Roebling Distrib corrections,
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-05  Robert Roebling Updated configure (not only configure.in)
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Robert Roebling Applied a few old patches,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-01  Robert Roebling New way to grey out disabled toolbar icons.
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-03  Karsten Ballüderfix for gtk 1.0.x
1999-05-03  Robert Roebling Implemented flat toolbars
1999-05-02  Robert Roebling mini-bugs in wxMenu (it now converts / to \ in
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-15  Ove KaavenOK, while I wait for the non-Unicode build to compile...
1999-04-15  Robert Roebling added update UI event code to toolbar, could
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-02-16  Robert Roebling Applied Russel's changes to wxToolBarBase
1999-02-11  Robert Roebling Added CTRL-TAB navigation to notebook
1999-02-10  Robert Roebling distribution things
1999-01-13  Robert Roebling Better disabling of toolbars and menubars
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-16  Robert Roebling Added wxTolBar::etMargins
1998-12-13  Robert Roebling Added wxList:Nth check again
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-09-07  Robert Roebling wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
1998-09-02  Robert Roebling Fixed event handling for DialogEd
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Robert Roebling Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave
1998-08-14  Robert Roebling Added validation support
1998-08-13  Robert Roebling Added ToogleTool from Markus
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
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