2012-09-30 |
Paul Cornett | make wxWindowGTK::Init() private, it is not meant to... |
blob | commitdiff | raw |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Vadim Zeitlin | don't fix the columns number to 1 by default in ctors... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Julian Smart | Border corrections |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | Many changes: |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Vadim Zeitlin | wxRadioBoxButtonsInfoList should be exported (should... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Vadim Zeitlin | make it possible to associate context help text with... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | implemented SetItemToolTip() |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | renamed m_boxes to m_buttons because, well, it contains... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Włodzimierz Skiba | IsValid() is now in base class. |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | support mnemonics for wxStatic/RadioBox and made it... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | 1. derive wxGTK wxRadioBox from wxRadioBoxBase now... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Robert Roebling | Implemented wxRadioBox using a GtkTable. |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Włodzimierz Skiba | Linup API of wxRadioBox::Show on all ports. Move wxRadi... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Włodzimierz Skiba | Consistent wxWindow::Enable with wxRadioBox::Enable... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Włodzimierz Skiba | Old API clearly deprecated. Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Vadim Zeitlin | 1. derived wxMSW radio box from static box because... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Get(Class)DefaultAttributes() for wxGTK controls |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | implemented GetBestSize() |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Vadim Zeitlin | added default parameter values to the overloaded Show... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Vadim Zeitlin | compilation fixes after the last commit |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Vadim Zeitlin | added SetString(), deprecated SetLabel() |
blob | commitdiff | raw | diff to current |
2001-11-09 |
Robert Roebling | Removed unused variable. |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Robert Roebling | Minor changes. |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Robert Roebling | Changed time of sending the wxSizeEvent and assorted... |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Robert Roebling | Corrected wxlistBox, wxRadioBox, wxComboBox and |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-05-12 |
Robert Roebling | Fixes a few SGI compiler warnings.. |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Robert Roebling | Added scrolling of widgets and sample |
blob | commitdiff | raw | diff to current |
1998-12-19 |
Robert Roebling | wxPython updates (SWIG really works, cannot believe it) |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Robert Roebling | I've put live into Vadim's wxNavigationKeyEvent idea |
blob | commitdiff | raw | diff to current |
1998-10-29 |
Robert Roebling | Big color update with the newest information |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Robert Roebling | Did much work on colors. It doesn't work and I guess |
blob | commitdiff | raw | diff to current |
1998-09-08 |
Robert Roebling | Rewrote wxRadioBox (recompile) |
blob | commitdiff | raw | diff to current |
1998-09-07 |
Robert Roebling | Much more aggressive for intercepting events and |
blob | commitdiff | raw | diff to current |
1998-09-06 |
Robert Roebling | Fillid in many more missing functions (such as Enable()) |
blob | commitdiff | raw | diff to current |
1998-09-06 |
Robert Roebling | SetFont() the second |
blob | commitdiff | raw | diff to current |
1998-09-06 |
Robert Roebling | Added SetFont to most controls and controls sample |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-14 |
Robert Roebling | Added wxRadioButton (not tested) |
blob | commitdiff | raw | diff to current |
1998-07-31 |
Robert Roebling | Added bitmaps and icons to samples |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|