Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / osx / core /
2013-09-21  Václav SlavíkFix wxOSX warnings about int-to-void* casts.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-14  Stefan Csomorsupport for @2x notation for wxBITMAP_TYPE_PNG (non...
2013-07-06  Vadim ZeitlinForbid creation of wxStandardPaths object directly.
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2013-07-03  Vadim ZeitlinUse CFSocket instead of CFFileDescriptor in wxCFEventLo...
2013-07-03  Vadim ZeitlinMake wxEventLoop::AddSourceForFD() static.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2013-07-03  Vadim ZeitlinAdd "OSX" prefix to wxCFEventLoop::DoRun() and DoStop...
2013-06-28  Stefan Csomorsupport getting device resolution on all osx ports
2013-06-28  Stefan Csomornew method for contentScaleFactor on main screen
2013-06-27  Stefan Csomornative bitmap scaling codes
2013-06-25  Stefan Csomorsupport for scaled bitmaps in wxMemoryDC
2013-06-25  Stefan Csomornative scaling support for bitmap
2013-06-19  Stefan Csomorfixing iPhone build
2013-06-15  Stefan Csomoradding new constructor for best dc-compatibility of...
2013-06-13  Stefan Csomorslight adaption, shorter max wait
2013-06-11  Stefan Csomorbetter support for ui action simulation
2013-06-03  Stefan Csomormake sure we don't execute pending deletes either when...
2013-02-28  Václav SlavíkAdd wxBitmap(NSImage*) ctor to wxOSX.
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2012-12-29  Vadim ZeitlinSpelling fixes in comments in wxOSX.
2012-12-28  Vadim ZeitlinNo changes, just remove an unused variable.
2012-11-04  Vadim ZeitlinEnsure that paths used inside wxOSX are always in NFC...
2012-11-04  Vadim ZeitlinAdd wxCFStringRef::AsStringWithNormalizationFormC(...
2012-11-04  Vadim ZeitlinRevert "Fix the pages range in the print dialog in...
2012-11-02  Stefan Csomorfixing class
2012-10-28  Vadim ZeitlinFix the pages range in the print dialog in wxOSX.
2012-09-19  Stefan Csomorcompleting the removal of PICT
2012-09-19  Stefan Csomorbracing 10.7+ constant
2012-09-19  Stefan Csomorworkaround for non-standard icon sizes under 64 bit
2012-09-13  Vadim ZeitlinAdd wxBitmap::NewFromPNGData() for creating bitmaps...
2012-08-25  Stefan Csomorsimpler implementation that also works over remote...
2012-08-01  Vadim ZeitlinNo changes, just fix typos in comments in wxOSX files.
2012-07-23  Vadim ZeitlinFix compilation of wxOSX event loop without wxUSE_EVENT...
2012-07-01  Stefan Csomorcommon code for normalization
2012-06-28  Stefan Csomorunconditionally include coretext-replacement function...
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
2012-06-15  Stefan Csomoroffer suppression of idle processing (delayed destructi...
2012-06-14  Stefan Csomorcleanup for 10.5 minimum
2012-06-14  Stefan Csomorguarding agains NULL
2012-06-14  Stefan CsomorCoreText font enumeration support for iOS
2012-06-14  Stefan Csomoras we always have CoreText available under 10.5+, we...
2012-06-13  Robin DunnFix for compilo on non-PCH builds
2012-05-18  Stefan Csomorfixing c++11 build
2012-04-28  Vadim ZeitlinHandle kCGImageAlphaNoneSkipFirst correctly in wxOSX...
2012-04-05  Vadim ZeitlinNo real changes, just remove wxIsDebuggerRunning()...
2012-03-12  Stefan Csomorremove 10.4 compatibility code
2012-02-28  Stefan Csomorremoving Quickdraw call
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-26  Vadim ZeitlinRetrieve paper size from page setup dialog in wxOSX...
2012-02-20  Vadim ZeitlinUse wxPageSetupDialogData instead of old wxPageSetupDat...
2012-02-03  Vadim ZeitlinEnable callbacks for wxFileSystemWatcher FD under OS X.
2012-01-19  Stefan Csomorfixing m_axe access indices
2012-01-19  Stefan Csomorguard against invalid color ref
2012-01-18  Stefan Csomorfixing RTTI
2012-01-03  Stefan Csomoradapting to new raw_control constants, see #13695
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-05  Vadim ZeitlinImplement wxFileType::GetOpenCommand() in wxOSX.
2011-08-03  Julian SmartReturn sensible major and minor version numbers for...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-04  Vadim ZeitlinSuppress some harmless warnings about unused parameters...
2011-06-09  Stefan Csomorguard against nullptr
2011-06-08  Stefan Csomoradding fallback
2011-06-06  Stefan Csomorreverting to idle handling
2011-05-11  Stefan Csomorseparating observers for default mode (outer 'normal...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-09  Stefan Csomorfixing configure builds for iphone
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-16  Stefan Csomorcalling explicit base class constructor from copy const...
2011-02-05  Vadim ZeitlinImplement restoring default video mode under OS X.
2011-01-25  Stefan Csomorsupporting a null cgimage so that we don't get exceptio...
2011-01-25  Stefan Csomoradding constructor from CGImageRef
2011-01-23  Stefan Csomorloading png and jpg from resource bundle
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2011-01-02  Vadim ZeitlinUse correct delete[] for a buffer allocated with new[].
2010-11-09  Vadim ZeitlinFix preprocessor definitions for wxBase build under...
2010-11-09  Vadim ZeitlinFix crash in wxCFEventLoop::AddSourceForFD().
2010-11-05  Vadim ZeitlinEnsure that strings returned by wxMBConv_cf are in...
2010-11-05  Vadim ZeitlinAssume sizeof(wchar_t) is always 4 under OS X.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-09-06  Stefan Csomorusing non-sleep version for GUI mutex, solves #12411
2010-07-23  Stefan Csomorfixes #12258
2010-07-05  Stefan Csomorusing backwards compatible implementation
2010-06-21  Stefan Csomoradding mimetype patch, closes #12072
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Stefan Csomorno trailing slash for OSX_CARBON
2010-05-20  Stefan Csomordef include was missing
2010-05-20  Stefan Csomorsupport compiling for iphone
2010-05-20  Stefan Csomorutils_osx isn't part of base but of core, moving wxMacW...
2010-05-19  Stefan Csomorsplitting methods
2010-05-19  Stefan Csomorcommon wxMacWakeUp code across all platforms
next