Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / cocoa / app.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-02-15  Francesco MontorsiwxApp::DoYield => wxGUIEventLoop::YieldFor (part of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-11-19  David ElliottDon't initialize argv member of wxApp in unicode mode...
2007-10-25  David ElliottLook for and remove any "-NSKey" "value" types of optio...
2007-10-19  David ElliottAdd ProcessPendingEvents to wxApp::Yield which makes...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-05-18  David Elliott* Add public wxApp::sm_isEmbedded flag like on wxMac...
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2007-05-14  David ElliottRework idle handling so that NSApplication does not...
2007-04-19  Vadim Zeitlinremoved obsolete wxUSE_WX_RESOURCES check
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2004-10-19  Ryan NortonRework comment a bit to accurately reflect situation...
2004-10-19  David ElliottFixed incorrect comment about [NSDate distantPast]...
2004-10-07  Ryan Norton1. Yet another unit test for new stirng stuff
2004-10-07  Ryan Nortonrevert badly screwed up commit :\
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-06-22  David ElliottObserve NSControlTintDidChangeNotification in the appli...
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