Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / cocoa / dialog.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2005-09-26  David ElliottAdd EndDialog helper which calls EndModal with the...
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-05-23  Julian SmartMore name change
2004-04-14  David ElliottwxASSERT_MSG instead of wxASSERT
2004-04-14  David ElliottRework modal dialog code to not depend on now obsolete...
2004-04-10  David ElliottHide (orderOut:) modal dialogs after stopping modal...
2004-02-09  David ElliottDon't close dialogs in ~wxDialog as it just hides other...
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-10-06  David ElliottUse NSWindow delegate notification windowWillClose...
2003-09-05  David Elliott* Set the window's title
2003-09-05  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-05  David ElliottWhen a modal dialog is shown and the app isn't running...
2003-09-02  David ElliottSupport precompiled headers
2003-09-02  David Elliott* Use wxTopLevelWindow::Show() for modeless dialogs
2003-07-14  David ElliottPut wxAutoNSAutoreleasePool in methods that may be...
2003-07-14  David ElliottIn the object destructor, Disassociate the object from...
2003-03-21  David ElliottAdded original works and stubs to CVS repository