Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / cocoa / choice.mm
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
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-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
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-02-20  Ryan Nortonif wxUSE_XXX fixes
2005-02-15  Ryan Nortonfix CFDictionary/Number/String combo memory leak in...
2004-10-04  David ElliottAdded wxAutoNSAutoreleasePool where needed for controls...
2004-05-23  Julian SmartMore name change
2004-02-16  David ElliottRemove superfluous call to CocoaRemoveFromParent (it...
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-22  David ElliottUnicode build fixes
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2003-09-06  David ElliottImplement wxChoice including sorting and client data
2003-09-02  David ElliottSupport precompiled headers
2003-08-13  David ElliottCreate an NSPopUpButton and size it appropriately
2003-06-07  David ElliottAdded stub for the new pure virtual DoInsert method
2003-03-21  David ElliottAdded more original works and stubs