]> git.saurik.com Git - wxWidgets.git/history - src/gtk/tbargtk.cpp
Reorganize idle system code.
[wxWidgets.git] / src / gtk / tbargtk.cpp
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
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...
next