Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk / combobox.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-21  Vadim ZeitlinAdd IM and full wxEVT_CHAR support to wxTextCtrl and...
2012-11-25  Paul Cornettfix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENT...
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-10-21  Vadim ZeitlinRemove unnecessary SetInitialSize() from wxGTK wxComboB...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-06-30  Paul Cornettsupport for GTK3
2012-04-29  Vadim ZeitlinPreserve wxComboBox selection when modifying the select...
2012-03-11  Vadim ZeitlinUpdate the text part of combobox when changing text...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-08-18  Robert Roeblingmake wxChoice and wxComboBox sort in a case insensitive...
2010-08-16  Robert RoeblingIgnore non-existant string selection in wxComboBox...
2010-08-15  Vadim ZeitlinRevert "Make wxComboBox::Popup() and ::Dismiss() emit...
2010-08-15  Robert RoeblingMake wxComboBox::Popup() and ::Dismiss() emit events...
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-12-05  Paul Cornettminor cleanup
2009-04-15  Vadim Zeitlincorrect GTK+ version check added by r59603
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-06  Vadim Zeitlindon't allow setting readonly combobox value to a string...
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
next