Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / osx / nonownedwnd_osx.cpp
2013-09-21  Václav SlavíkMake public headers compatible with Objective-C++ with...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-16  Vadim ZeitlinFix harmless unused parameter warning in wxOSX.
2013-06-19  Stefan Csomorusing common GetContentScaleFactor throughout part 2/2
2013-06-17  Stefan Csomoradding magnification API into the wxWindow classes...
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2012-03-01  Julian SmartAdded MacInternalOnSize() to allow windows to resize...
2012-01-31  Stefan Csomorguarding Update() on OSX not to be issued faster than...
2011-10-19  Vadim ZeitlinMore fixes for PCH-less compilation.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2010-12-07  Stefan Csomorupdated comment was not saved in former commit
2010-12-07  Stefan Csomorreverting content area calculation for iphone as transl...
2010-11-05  Vadim ZeitlinImprove default position for new TLWs in wxOSX.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-09-07  Stefan Csomorresetting the wrapper flag later, otherwise the native...
2010-09-07  Stefan Csomormodeling subclassing along msw, unsubclassing filedialo...
2010-08-11  Vadim ZeitlinHandle wxDefaultSize correctly in wxNonOwnedWindow...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-20  Stefan Csomorwrap native TLWs so that they also appear in the tlw...
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-03  Stefan Csomorno special casing for iphone necessary
2010-01-03  Kevin OllivierDon't use a destroy event handler to disconnect the...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-11-08  Kevin OllivierMake wxSTAY_ON_TOP and other window styles toggleable...
2009-10-24  Stefan Csomorsupport for auto-rotate on iphone
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-10  Stefan Csomorfixing border drawing for toplevel controls on dialogs...
2009-03-23  Stefan Csomorfixing warnings in osx common code
2009-03-13  Stefan Csomorsolving inversion problem, because SetShape is redefine...
2009-02-01  Stefan Csomoradding explicit log.h include
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-09  Stefan Csomorguarding against calls through 'non-window' instances...
2008-09-02  Stefan Csomorosx new layout
2008-08-21  Stefan Csomornew common code files