Added wxWakeUpIdle() to wxGTK,
[wxWidgets.git] / src / gtk / tbargtk.cpp
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