Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / cocoa / toplevel.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2008-02-08  David ElliottAdd wxGCSafeRetain/wxGCSafeRelease to the vast majority...
2008-01-31  David ElliottAllow wxTopLevelWindowCocoa::SetDefaultItem(NULL)
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-08-14  David ElliottFix the top-level window client size setting code such...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-08-09  David ElliottAdd Objective-C uniquifying to WXNSWindow and WXNSPanel
2007-07-20  David ElliottwxCocoa: Implement wxTopLevelWindow::SetDefaultItem
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-04-20  David ElliottRemove Objective-C class posing for everything except...
2007-03-18  David ElliottwxTopLevelWindowCocoa::SetTitle title parameter is...
2007-03-15  Stefan Csomorreverting one line
2007-03-14  Vadim Zeitlinimplement Set/GetTitle() (last part of patch 1679337)
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2005-11-08  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxCocoa part).
2004-10-05  Ryan Nortondefault pos/size cleanup
2004-06-23  David ElliottRemove SendDestroyEvent() call from SetNSView() and...
2004-05-23  Julian SmartMore name change
2004-04-10  David ElliottAdded missing wxT()
2004-02-27  David ElliottMake wxMenuItemAction: and validateMenuItem: delegate...
2004-02-20  David ElliottImplement wxMenuItemAction: and validateMenuItem: deleg...
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2003-12-15  David ElliottImproved idle event processing.
2003-11-13  David ElliottAdded a mechanism allowing a toplevel window to delay...
2003-11-13  David ElliottVery lame fix for windows with -1 for a component of...
2003-11-13  David ElliottFix file header and remove unused include "wx/cocoa...
2003-11-06  David ElliottAdd wxCocoaNSWindow* parameter to GetAppMenuBar so...
2003-11-06  David ElliottDon't pass notifications to wxMenuBarManager. It will...
2003-11-06  David ElliottwxMenuBarManager::InstallMenuBarForWindow no longer...
2003-10-06  David ElliottUse NSWindow delegate notification windowWillClose...
2003-09-08  David Elliott* Added NSWindowStyleForWxStyle static method
2003-09-05  David ElliottSet the window's title
2003-09-04  David Elliott* Added virtual GetAppMenuBar() which returns the app...
2003-09-02  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-02  David ElliottSet the m_isShown flag appopriately
2003-08-29  David ElliottRename some of the Cocoa methods to reflect that they...
2003-08-28  David ElliottSend all menu item actions to a dedicated target. ...
2003-08-26  David ElliottSend activate/deactivate events for become/resign key
2003-08-22  David ElliottShow(): Send a wxWindows size event just before calling...
2003-08-17  David ElliottHandle setting of client size for all types of windows
2003-08-14  David ElliottImplemented toolbar/statusbar positioning
2003-08-05  David ElliottIn destructor: DestroyChildren() and make sure m_cocoaN...
2003-07-14  David ElliottPut wxAutoNSAutoreleasePool in methods that may be...
2003-07-14  David ElliottIn destructor, pass the NSView ownership to the base...
2003-03-24  David Elliott- Remove wxTopLevelWindowCocoa from the wxRTTI class...
2003-03-21  David ElliottAdded original works and stubs to CVS repository