Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / cocoa / combobox.mm
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2006-06-07  Włodzimierz SkibaInclude wx/combobox.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
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...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-26  David ElliottMoved #if wxUSE_COMBOBOX after real wx/wxprec.h include.
2005-03-23  David ElliottComment out extraneous include wx/wxprec.h (part of...
2005-02-17  Ryan NortonComboBox for cocoa
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2004-05-23  Julian SmartMore name change
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-08-13  David ElliottMake appropriate use of MakeDefaultNSRect and SetInitia...
2003-07-15  David ElliottSetStringSelection: wxString& should be const
2003-07-14  David ElliottAdded wxUSE_COMBOBOX guard
2003-07-14  David ElliottFixed file header
2003-07-14  David ElliottwxCocoa: Added basic (i.e. not working) implementation...