]> git.saurik.com Git - wxWidgets.git/history - src/gtk/combobox.cpp
more changes to make wx compile without implicit wxString->char* conversion (for...
[wxWidgets.git] / src / gtk / combobox.cpp
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.
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()
next