]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/combobox.h
Factor out text measurement from wxDC and wxWindow into wxTextMeasure.
[wxWidgets.git] / include / wx / gtk / combobox.h
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-03-11  Vadim ZeitlinUpdate the text part of combobox when changing text...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-21  Vadim ZeitlinReplace wxComboBox::IsEmpty() with Is{List,Text}Empty().
2010-08-16  Robert RoeblingIgnore non-existant string selection in wxComboBox...
2010-07-12  Vadim ZeitlinFix text updated event generation in wxGTK wxComboBox.
2010-05-30  Robert RoeblingUse GTKXXX notation for some more wxGTK specific method...
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-30  Paul Cornettheader includes cleanup
2006-08-25  Vadim ZeitlinMany changes:
2006-04-29  Mart RaudseppAdd virtual keyword where applicable.
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-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-17  Vadim Zeitlinadded GetCurrentSelection(); made GetSelection() behave...
2005-08-02  Michael WetherellAdd import/export attributes
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-12-09  Julian SmartCombobox corrections
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-08  Robert Roebling Corrected wxComboBox::GetValue() after a
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-04-27  Robin DunnChange SetStringSelection to return bool like in other...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-08-30  Vadim Zeitlinreturn the index of the inserted/appended item
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim ZeitlinGetClientData(int n) should be const (part of patch...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-03-01  Robert Roebling Added wxComboBox::SetString patch
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-11  Robert Roebling added SpinCtrl,
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-03-14  Vadim Zeitlincompilation fix (forgot to check in this one)
1999-01-09  Karsten BallüderwxComboBox included (removed dependency on wxUSE_COMBOB...
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-07  Robert Roebling Tries unsuccesfully to cure a few more problems
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-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-06-22  Karsten Ballüderfixed #pragma
1998-06-03  Robert Roebling GTK
1998-05-30  Robert Roebling Same as last one..
1998-05-20  Karsten BallüderInitial revision