Use wxString's empty() when checking if the string is (non-)empty throughout wx.
[wxWidgets.git] / src / gtk1 / combobox.cpp
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-03-03  Vadim Zeitlinfix wxGTK1 compilation after wxTextEntry DoGetValue...
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-09-26  Vadim Zeitlincompilation fixes for wxGTK1 after wxTextEntry changes...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
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...
2006-01-16  Vadim Zeitlinreset g_SelectionBeforePopup sooner in gtk_popup_hide_c...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-10-10  Kevin HockFor consistency with other ports, send TEXT event after...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-17  Vadim Zeitlinadded GetCurrentSelection(); made GetSelection() behave...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-02-28  Robert Roebling Apply combobox patch II.
2005-02-15  Robert Roebling Better resizing code fro wxComboBox.
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-05  Robert Roebling _conncect_after() should be used for controls emitting
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-08  Robert Roebling Compile fixes for GTK 1.2
2005-01-08  Robert Roebling Applied wxNO_BORDER patch for text control and combo...
2005-01-06  Robert Roebling Applied patched for combo box SELECTED events (no
2004-12-15  Jouk Jansen Committing in .
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-10-23  Václav Slavíkfixing sizing bug inside wxWizard
2004-10-23  Václav Slavíkadded InvalidateBestSize calls when combobox's content...
2004-10-20  Julian SmartWorked around font setting problem for GTK+1 on some
2004-10-05  Robert Roebling Make wxComboBox spit out a bit fewer surplis
2004-09-05  Ron LeeGTK Combobox and Listbox aren't realized until actually
2004-06-24  Robin Dunn* Implemented BestSize cache
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-27  Robin DunnChange SetStringSelection to return bool like in other...
2004-04-03  Robin Dunnm_font may not have been set yet. Default to letting...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-17  Mattia Barbon Handle client data correctly.
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-08-30  Vadim Zeitlincompilation fix
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-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Vadim ZeitlinGetClientData(int n) should be const (part of patch...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-03-02  Robert Roebling Up-ported wxBusyCursor fix and wxCombBov default...
2003-03-01  Robert Roebling Upported combobox changes and another fix.
2003-02-18  Robert Roebling Applied John's patch.
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-05  Robert Roebling Removed usage of GetInternalFont.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Robert Roebling The old fix for combobox doesn't seem to be needed
2002-08-15  Robert Roebling Further UNicode fixes.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-06-02  Robert Roebling Updates to (behaviour of) wxComboBox and wxSpinCtrl.
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-19  Robert Roebling Added test for default action (button normally)
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-22  Vadim Zeitlinfixed wrong return value of wxComboBox::GetClientObject
2001-11-13  Robert RoeblingPatch to make wxComboBox work in Toolbars.
2001-08-19  Robert Roebling Various changes for simplification of focus event
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-06  Robert Roebling Themes again.
2000-01-06  Vadim Zeitlincorrected wxComboBox::GetBestSize()
2000-01-04  Robert Roebling New colour, font, theme and size code..
2000-01-01  Robert Roebling Some Resize/GetBestSize() changes.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
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-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-22  Robert Roebling wxMenu compile fix
1999-07-13  Robert Roebling New attempt at getting constraints work
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
next