Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / cocoa / notebook.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-02-11  David ElliottWhen Cocoa sends [tabView:didSelectTabViewItem:] create...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-08-08  David ElliottIn wxNotebook::Create setTabViewType based off of wxNB_...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2005-09-20  David ElliottCall [super dealloc] from overridden dealloc methods.
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2004-10-30  David ElliottCodeWarrior (8.3 mwcc) thinks that it cannot compare...
2004-06-01  David Elliottwx/notebook.h is not included from wx/wx.h
2004-05-23  Julian SmartMore name change
2004-05-12  David ElliottWrap within #if wxUSE_NOTEBOOK
2004-04-11  David ElliottAdd wxAutoNSAutoreleasePool to SetSelection()
2004-04-09  David ElliottAdded files for wxNotebook and wxCocoaNSTabView