don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / gtk / tbargtk.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkdon't use deprecated gtk_object_sink(), replace it...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-10  Paul Cornettadd control items from child inserter, so that correct...
2008-08-06  Paul Cornettuse "new" GtkToolbar API
2008-06-01  Paul Cornettfix tool referencing, remove dropdown element in DoDele...
2008-04-02  Julian SmartOnly update the toolbar buttons if the toolbar is visible
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-02-14  Paul Cornettremove gratuitous junk which had nothing to do with...
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-20  Paul Cornettuse a GtkAlignment to set size of toolbar controls...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-06-22  Vadim Zeitlinfix asserts for dropdown items
2007-06-20  Paul Cornettfix reparenting a control into wxToolBar
2007-05-26  Robert Roebling Compilo.
2007-05-25  Robert Roebling Really don't do anything (including not setting the
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-20  Václav Slavíkcompilation fix: wxcrt.h, not crt.h
2007-05-19  Robert Roebling Implemented dropdown items in wxToolBar for wxGTK.
2007-05-16  Robert Roebling [ 1718338 ] wxToolBarGTK: Implement tool right-click...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2006-12-12  Robert Roebling Moved allocate size correction code from combobox
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-29  Robert Roebling Remove left-over code.
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-10-14  Paul Cornettremove obsolete checks, minor cleanup
2006-10-14  Paul Cornettreplace use of deprecated GtkPixmap
2006-10-06  Robert Roebling Return toolbars "own" GdkWindow, required among
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-08-22  Robert Roebling Forgot this one.
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-29  Vadim Zeitlincall gtk_toolbar_set_tooltips() from GtkSetStyle()...
2006-05-28  Vadim Zeitlinadded wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-02-03  Mart RaudseppGTK2: gtk_toggle_button_set_state -> gtk_toggle_button_...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
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
next