don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / gtk1 / tbargtk.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-03-25  Robin DunnFixed bug [ 1166937 ] Toolbar.DeleteToolByPos
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-07  Robert Roebling Use GtkPixmap instead of GtkImage as the latter incor...
2004-08-22  Václav Slavíkadded alpha channel support
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-14  Václav Slavíkrespect GTK+'s theme tooltip colour settings
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-08-23  Robin DunnInitialize default values for the tool button size
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-20  Mattia Barbon Always initialize variable.
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...
next