don't access m_clientDataItemsType directly
[wxWidgets.git] / src / mac / carbon / combobox.cpp
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2006-11-10  Stefan Csomorredirecting missing implementations to textctrl
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-09  Paul Cornettremove unused stuff
2006-08-10  Stefan Csomorusing newer API
2006-07-26  Jamie GaddPCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-06-21  Włodzimierz SkibaInclude wx/containr.h according to precompiled headers...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-04-08  Stefan Csomorallowing the suppression of SetValue event-triggering...
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-14  Kevin HockFix wxComboBox constructors after keyboard access commi...
2006-02-09  Stefan Csomorfull keyboard access support
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-04  David Surovellcleanup - reformat
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-19  Julian SmartMake sure text part of combobox is enabled/disabled too
2005-05-10  Stefan Csomorcleanup
2005-04-20  Robin Dunnforward the char, key and text events from the textctrl
2005-04-14  Stefan Csomoradding support for wxCB_SORT
2005-04-03  Robin DunnUse the validator given
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-02-18  Robin DunnSelect an item using the value passed to the ctor/Create
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-21  Kevin HockDo not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-09-27  Ryan Nortonfix non-void function not returning value warning
2004-09-26  Julian SmartApplied Kevin Hock's combobox patch for text update...
2004-08-18  Stefan CsomorSetValue is not adding a line if values does not exist
2004-08-07  Stefan Csomormoving popup-button closer to text
2004-08-07  Stefan Csomormaking the width of the popup button dependent from...
2004-07-11  Stefan Csomorcombobox and textctrl fixes
2004-06-24  Robin DunnSetSizeHints hacks are not needed any longer since...
2004-06-19  Julian SmartDoGetBestSize may be called before m_text and m_choice...
2004-06-17  Kevin OllivierFixing sizing problems on OS X.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  Robin DunnFix DoGetBestSize when wxCB_READONLY is used. The...
2004-05-16  Stefan Csomoradapting for dual implementation native and composited
2004-05-15  Stefan Csomorworaround latest sizer changes
2004-05-07  Robin DunnSetInitialBestSize changes for wxMac
2004-04-13  Stefan Csomorswitching to CreateXXX methods for Controls and to...
2004-03-27  Stefan Csomornew control based view architecture
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-17  Mattia Barbon Handle client data correctly.
2003-11-23  Mattia Barbon Avoid double free in wxComboBox::SetClientObject.
2003-06-07  Stefan Csomorchanging inheritance and delegation
2003-03-27  Stefan CsomorwxMac Unicode support
2003-02-28  Julian SmartTidied space and tabs in wxMac files
2003-02-28  Julian SmartTidied copyright and date for wxMac files
2003-02-27  Stefan Csomorfix for SetSize was missing
2003-02-27  Stefan CsomorSetValue can add values if not readonly
2003-02-02  Mattia Barbon Fix client data handling: delete client data for...
2003-01-14  Gilles Depeyrotupdated source to not use deprecated wxList methods
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-14  Stefan Csomorfix when not having precompiled headers
2002-08-14  Stefan Csomorattempt to bring event system in synch with MSW
2002-08-04  Gilles Depeyrotonly set focus on textctrl item if it exists (exists...
2002-08-02  Stefan Csomorcorrected scrolling problems for controls, switched...
2002-06-23  Gilles Depeyrotimproved memory liberation (explicitly set to NULL...
2002-05-23  Robert Roebling The combobox didn't like empty strings at all. It
2002-05-23  Robert Roebling Redirect wxComboBox::SetFocus to its text field Part I.
2002-05-20  Stefan CsomorDan 'Bud' Keith's implementation
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-19  Stefan CsomorGetMacXXXX renamed MacGetXXXX
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-10-21  Gilles Depeyrotadded missing type for static variable
2001-10-20  Stefan Csomorchanged menu creation for choice and combobox (unique...
2001-05-30  Stefan Csomorrewrite to avoid unnecessary redraws
2001-05-08  Stefan Csomormac fixes
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-08-09  Stefan Csomormerge with latest sources
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-01-01  Stefan Csomorstarted once again from stubs