Hold a reference on m_widget for the life of the associated wxWindow object.
[wxWidgets.git] / src / gtk / combobox.cpp
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-04-21  Robert Roebling[ 1907169 ] GTK - trunk - dialog default button, part...
2008-04-18  Robert RoeblingImprove default size calc of wxComboBox
2008-03-15  Vadim Zeitlinrefactored code reused in several different places...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-02-26  Robert Roeblingrestore wxComboBox's behaviour of reacting to <ENTER>
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-17  Robert RoeblingUnsuccesfully tries to remove border from wxComboBox
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-04  Vadim Zeitlinonly generate wxEVT_COMMAND_TEXT_ENTER if the combobox...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-14  Paul Cornetttypo fix
2007-06-14  Václav Slavíkfixed wxComboBox::Replace() to correctly use UTF-8...
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-19  Paul CornettReorganize idle system code.
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-12-12  Robert Roebling Moved allocate size correction code from combobox
2006-12-12  Robert Roebling Add hack for correct height of wxComboBox in
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-13  Robert Roebling Prevent bogus event which GTK 2.4 sends after
2006-08-25  Vadim ZeitlinMany changes:
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-05-15  Mart RaudseppNo cast necessary for g_object_set first arg (it takes...
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-20  Vadim Zeitlinfixed Clear() for GTK+ 2.4+
2006-03-14  Robin DunnFix compilation error
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-22  Robert Roebling Correcteded wxComboBox::Clear
2006-02-22  Mart Raudseppundef GTK_DISABLE_DEPRECATED for any gtk+ version,...
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-02-20  Robert Roebling Make use of GTK 2.4 GtkComboBox if it is available,
2006-02-20  Robert Roebling Rename gtk_ callbacls to gtkcombo_ callbacks
2006-02-03  Mart RaudseppGTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
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.
next