Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / radiobox.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
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...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-03-25  Vadim Zeitlinmake wxNO_BORDER work with wxRadioBox (patch 1525406)
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
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-11-30  Vadim Zeitlin1. derive wxGTK wxRadioBox from wxRadioBoxBase now...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-02-28  Robert Roebling Minimal layout change.
2005-02-28  Robert Roebling Implemented wxRadioBox using a GtkTable.
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-01-06  Włodzimierz SkibaOld API clearly deprecated. Source cleaning.
2004-12-13  Vadim Zeitlin1. derived wxMSW radio box from static box because...
2004-08-17  Robert Roebling Applied Andreas patch for applying the widget style
2004-08-15  Václav Slavíkmore GetDefaultAttributesFromGTKWidget fixes
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-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-04-01  Vadim Zeitlinimplemented GetBestSize()
2004-02-22  Robert Roebling Small correction to radio box look.
2004-02-22  Robert Roebling Fixed some probs in wxRadioBox
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
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-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
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...
2002-02-17  Vadim Zeitlincompilation fixes after the last commit
2002-02-17  Vadim Zeitlinadded SetString(), deprecated SetLabel()
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-11-25  Vadim Zeitlinfixed majorDim == 0 problem in wxGTK::wxRadioBox
2000-09-26  Julian SmartRemoved assert complaining about out-focus without...
2000-07-19  Ove KaavenUse GTK_OBJECT_GET_CLASS macro.
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-04  Robert Roebling Some more drawing things,
2000-02-15  Václav Slavíkfixed radiobox layouting: asks GTK for best size, does...
2000-01-06  Robert Roebling Minor resize probs solved.
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-11-26  Robert Roebling Minor changes.
1999-11-21  Robert Roebling Added speed-up for font-loading (a bit simplistic),
1999-11-13  Robert Roebling Compile fix in dialup,
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-24  Robert Roebling wxFrame::Set/GetClientSize() uses toolbar area again,
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-26  Robert Roebling Next take at radioboxes
1999-07-26  Vadim Zeitlinno more \& in radio buttons labels
1999-07-23  Ove KaavenAdd more _T() in asserts...
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-09  Vadim Zeitlinadded wxUSE_FS_INET/ZIP
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-07  Robert Roebling a bit of debug code
1999-05-05  Robert Roebling added wxStaticLine used in wxMessageBox
1999-05-05  Robert Roebling Added scrolling of widgets and sample
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-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-02-11  Robert Roebling Solaris compilation patches
1999-02-09  Robert Roebling radiobox optical changes
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-19  Robert Roebling wxPython updates (SWIG really works, cannot believe it)
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
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-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
next