Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / osx / core /
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
2010-04-12  Stefan Csomorname change to correctly reflect the autorelease nature...
2010-04-07  Stefan Csomorswitching loop mode for idle processing, fixes #11912...
2010-04-06  Vadim ZeitlinSuppress unused parameter warnings.
2010-04-03  Stefan Csomorfixing multilib build
2010-03-28  Vadim ZeitlinSuppress gcc warnings about double to int conversion.
2010-03-28  Vadim ZeitlinFix bug in wxMBConv_cf::FromWChar() in OS X.
2010-03-22  Vadim ZeitlinFix wxOSX compilation without PCH.
2010-03-17  Stefan Csomoradding proper removal of observer for stacked event...
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-15  Stefan Csomorstreamlining OSX event support second step, moving...
2010-03-15  Stefan Csomorstreamlining OSX event support first step, see #11805...
2010-03-04  Stefan Csomorno existing on iphone
2010-01-18  Stefan Csomormoving GetPageInfo to later stage, closes #11494
2010-01-18  Stefan Csomorfixing type for 64 bit, closes #11550
2010-01-14  Stefan Csomorfixing comments, making sure sound always gets the...
2009-12-30  Kevin OllivierTo support playing async sounds on the stack on Mac...
2009-12-17  Stefan Csomorsupporting sleep mode properly, see #11557
2009-12-05  Paul Cornettminor cleanup
2009-11-30  Stefan Csomorusing 64bit APIs, closes #10184
2009-10-31  Kevin OllivierAdding NSColor -> wxColour conversion.
2009-10-22  Vadim ZeitlinCompilation fix for PCH-less OS X build after wxFSW...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-10  Vadim ZeitlinDon't use vendor name by default in wxStandardPaths.
2009-10-03  Stefan Csomorcommenting never used code
2009-10-03  Paul Cornettrevert, checked in the wrong file
2009-10-03  Paul CornettRemove unused global bitmap, which caused crash on...
2009-09-30  Vadim ZeitlinFix harmless unused parameters warnings.
2009-09-24  Vadim ZeitlinDisplay correct minimal and maximal pages numbers under...
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-14  Stefan Csomoradded missing destructor
2009-09-14  Stefan Csomorfixing and completing iPhone sound
2009-09-14  Stefan CsomorLaunch Services are not available on iPhone
2009-09-13  Stefan Csomorsound implementation for AudioToolbox on 10.5 and iPhone
2009-08-28  Vadim ZeitlinCompilation fixes for wxUSE_FONTMAP==0.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-08-17  Vadim ZeitlinForce linking of src/osx/core/sockosx.cpp.
2009-08-16  Vadim ZeitlinFix hangups when using sockets under OS X.
2009-08-16  Vadim ZeitlinDon't forget to reset wxSocketImplMac members to NULL.
2009-08-16  Vadim ZeitlinUse CF socket manager in GUI OS X applications.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-12  Stefan Csomorbetter surviving 0 width / height bitmap sizes
2009-07-10  Stefan CsomoriPhone bitmap support
2009-07-03  Vadim Zeitlinsuppress harmless warning about unused variable
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-05-27  Stefan Csomorfixing non-unicode build
2009-04-15  Stefan Csomormake sure we treat partial conversions as failed
2009-04-14  Stefan Csomorfailed conversion shouldn't trigger an assert
2009-04-01  Stefan Csomorbringing back utf32 encoding for wchar, fixes #10666
2009-03-30  Vadim Zeitlincompilation fix after recent changes
2009-03-24  Stefan Csomorcorrecting inverted conditions of r59725
2009-03-23  Stefan Csomorfixing warning in osx core and carbon
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-15  Stefan Csomorchanges for embedded, applying patch, fixes #10359
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-01  Stefan Csomorfixing utf32 native conversion
2009-02-01  Stefan Csomoradding the GetEventHandler() indirection
2009-01-30  Stefan Csomoruse native conversions that are close to the native...
2009-01-23  Stefan Csomorfixing some warnings
2009-01-23  Stefan Csomorfixing 64 bit compile
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-17  Stefan Csomorstreamlining printing support, adding printing support...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
2008-12-27  Vadim Zeitlincompilation fix: use IsServer() instead of m_server...
2008-11-29  Vadim Zeitlincompilation fix after making wxSocketImpl derive from...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-13  Robert Roebling#10181: wxOSX: patch for proper wxPrintData to/from...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-13  Vadim Zeitlinno need to test that the pointer is non-NULL before...
2008-10-06  Stefan Csomorporting dcscreen blit from 2.8
2008-09-06  Stefan CsomorRGBColor is part of ApplicationServices also under...
2008-09-04  Kevin OllivierSplit utility functions into base (in utilsexc_base...
2008-09-02  Stefan Csomorosx new layout
2008-08-21  Stefan Csomormimetype common implementation
2008-08-03  Stefan Csomormoving osx files (rename will follow)
2008-07-31  Stefan CsomorOSXTimer for all variants (sorry Vaclav, should be...
2008-07-31  Stefan CsomorwxColour is implemented using CoreGraphics
2008-07-29  Stefan CsomorOSX regrouping
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Stefan Csomorrenaming