Update OpenVMS makefile
[wxWidgets.git] / src / cocoa / listbox.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2008-06-21  Vadim Zeitlindon't allow editing listbox entries; better handling...
2008-02-18  David ElliottLimit wxListBox best size to 100x100. Particularly...
2008-02-18  David ElliottRevert the 2.8 hacks from r51892 on the trunk.
2008-02-18  David ElliottEnsure that the NSTableColumn width is that of its...
2008-02-14  David ElliottBetter listbox scrollbar behavior.
2008-02-14  David ElliottHack: force a vertical scroller on wxListBox.
2008-02-14  David ElliottMore GC fixes.
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2006-06-01  Włodzimierz SkibaInclude wx/listbox.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-03-12  David ElliottAdded trailing newline.
2005-02-20  Ryan Nortonif wxUSE_XXX fixes
2005-02-16  Ryan Nortonimplement some missing methods
2005-02-13  Ryan Nortoncompilo
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2004-05-23  Julian SmartMore name change
2004-04-13  David Elliotts/m_clientData/m_itemClientData/ so it doesn't conflict...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-12-15  David ElliottWrap some functions with wxAutoNSAutoreleasePool
2003-09-02  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-02  David ElliottSupport precompiled headers
2003-08-19  David ElliottWrap NSTableView in an NSScrollView and disable the...
2003-08-18  David Elliottsome more wxListBox support
2003-03-24  David ElliottCreate an NSView in leiu of a real listbox
2003-03-22  David ElliottAdded more files containing original code and empty...