Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk1 / radiobut.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
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