first pass of wxUniv merge - nothing works, most parts don't even compile
[wxWidgets.git] / src / gtk1 / radiobox.cpp
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
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-28  Robert Roebling DnD
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-11  Robert Roebling Updates to memcheck
1998-09-08  Robert Roebling Rewrote wxRadioBox (recompile)
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
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-15  Karsten Ballüderfixed GetSelection() inversion bug
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
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-05-20  Karsten BallüderInitial revision