Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk / radiobut.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-06-30  Paul Cornettsupport for GTK3
2012-04-04  Vadim ZeitlinFix wxRadioButtons without explicit wxRB_GROUP styles...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-27  Vadim ZeitlinDon't call base class SetLabel() from GTKSetLabelForLab...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-08-18  Robert RoeblingGTK+ just won't let you uncheck any radiobutton that...
2010-08-16  Robert RoeblingUncheck radiobutton when calling ::SetValue(false)...
2009-12-05  Paul Cornettsimplify Enable()
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2008-10-09  Robert RoeblingUse g_signal_connect_after for wxRadioButton as well
2008-10-09  Robert RoeblingBlind guess fix for wxRB_SINGLE
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-08-25  Vadim ZeitlinMany changes:
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-04  Mart RaudseppGTK2: gtk_radio_button_group -> _set_group; A missed...
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2005-12-18  Vadim Zeitlin1. changed wxControl::GetLabel() to return the original...
2005-12-08  David Surovellapplied patch 1376506 - remove unneeded member variable...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-08-15  Václav Slavíkmore GetDefaultAttributesFromGTKWidget fixes
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-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-03-04  Václav Slavíkadded support for GTK2 label mnemonics (patch #689573)
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
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-11-08  Robert Roebling wxListBox mouse events now report coords relative
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-06  Robert Roebling Themes again.
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-11-28  Robert Roebling ?kjashdf?aksj
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-27  Robert Roebling Small distrib updates,
1999-07-25  Robert Roebling Distrib things
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
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-04-27  Robert Roebling New idle handling. Only that.
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-18  Robert Roebling Tried to add sorting to wxTreeCtrl
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-14  Robert Roebling Now even wxRadioButton works
1998-12-12  Robert Roebling More colour finetuning
1998-12-10  Robert Roebling Fix for radiobutton
1998-11-09  Robert Roebling Yes, two more bugs killed.
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-27  Robert Roebling Added background colour again
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-09-06  Robert Roebling Fillid in many more missing functions (such as Enable())
1998-09-06  Robert Roebling SetFont() the second
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-05-20  Karsten BallüderInitial revision