Adjust x,y parameters by pizza scroll offset in DoSetSize
[wxWidgets.git] / src / gtk / bmpbuttn.cpp
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-06-28  Vadim Zeitlinremove obsolete comment moved to wxBitmapButtonBase
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2008-02-22  Václav Slavíkfixed wxBitmapButton to use focus and hover bitmaps...
2008-01-21  Václav Slavíkprefix implementation methods of wxBitmapButton with...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-06-22  Robert Roebling Upport: Always use GdkPixbuf in wxBitmapButton
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-24  Mart RaudseppTest commit
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-12-18  Vadim Zeitlinremoved GetLabel() which didn't do anything but forward...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-02-05  Robert Roebling _conncect_after() should be used for controls emitting
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
2004-08-21  Václav Slavík1. added support for bitmaps with alpha channel
2004-07-25  Vadim Zeitlindon't assign the same normal value for all the other...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-03-16  Robin Dunnimplement wxBitmapButton::DoGetBestSize
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-05-04  Vadim Zeitlininitialize wxBitmapButton members
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-26  Robert Roebling Added Greg's wxBitmapButton patch, take 2.
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-11  Robert Roebling A few compile things.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-11  Robert Roebling Typos fixed.
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-08  Robert Roebling Corrected bmpbutton size
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-13  Ove KaavenThis is the way to go (well, close enough).
1999-02-10  Robert Roebling distribution things
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-05  Robert Roebling Fixed two small things in wxListCtrl
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-14  Robert Roebling Added validation support
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-04  Robert Roebling GTK
1998-05-28  Robert RoeblingGTK
1998-05-28  Robert RoeblingGTK wxBitmapButton added