]> git.saurik.com Git - wxWidgets.git/history - src/cocoa/app.mm
More name change
[wxWidgets.git] / src / cocoa / app.mm
2004-05-23  Julian SmartMore name change
2004-04-11  David ElliottYield changes:
2004-03-02  David ElliottRemoved unncessary includes
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-27  David ElliottMoved @interface wxNSApplicationDelegate to new header
2004-01-22  David ElliottUnicode build fixes
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-14  David ElliottIsInAssert is only available (and only makes sense...
2003-12-15  David ElliottImproved idle event processing.
2003-11-13  David ElliottAdded a mechanism allowing a toplevel window to delay...
2003-11-06  David ElliottDon't call wxMenuBarManager::CocoaInternalIdle(). ...
2003-10-21  Gilles Depeyrotapplied SF patch # 826838 to fix removal of -psn_*...
2003-10-09  David ElliottAdded lengthy comment detailing the implications of...
2003-10-06  David ElliottMoved wxCocoa specific doIdle method to application...
2003-10-06  David ElliottUse an application delegate object
2003-10-06  David ElliottAlways return NO for applicationShouldTerminateAfterLas...
2003-10-03  David ElliottRemoved MainLoop, ExitMainLoop, Pending, and Dispatch
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  David ElliottCleaned up some comments, reorganized some code
2003-09-05  David ElliottImplement wxApp::Yield
2003-09-05  David ElliottAdd support for wxMenuBarManager
2003-08-13  David ElliottDon't send idle events while an assertion dialog is...
2003-08-06  David ElliottDon't install idle event handler in secondary threads.
2003-08-03  David ElliottRemoved wxTheApp = this from wxApp constructor
2003-07-14  David ElliottCommented out wxAutoNSAutoreleasePool in CallOnInit()
2003-07-14  David ElliottUse the new wx/cocoa/autorelease.h header.
2003-07-14  Julian SmartRationalised OnIdle
2003-07-14  David ElliottPut OnIdle() back. Without deleting pending objects...
2003-07-14  David ElliottCall -[NSApplication stop] instead of terminate. The...
2003-07-14  Vadim Zeitlinremoved OnIdle() which didn't compile any longer
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-06  David ElliottFixed some fields in the file header
2003-07-06  David ElliottRemove finishLaunching method which called wxTheApp...
2003-07-03  David ElliottProvide NSAutoreleasePool instances during initialization
2003-07-02  David ElliottRemoved Vadim's comment. Added comment explaining...
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-07  David Elliottinclude "wx/module.h" for wxModule
2003-04-19  David Elliott#include "wx/cocoa/ObjcPose.h" from the source in prepa...
2003-04-06  David ElliottReplace dc.cpp with dc.mm and dcclient.cpp with dc.mm
2003-03-21  David ElliottAdded original works and stubs to CVS repository