updating docs for min system

This commit is contained in:
Stefan Csomor
2020-07-04 21:28:13 +02:00
parent 89761300c8
commit 6cab9052b8
8 changed files with 12 additions and 15 deletions

View File

@@ -755,8 +755,7 @@ public:
std::locale::global(std::locale(""));
@endcode
but be warned that locale support in C++ standard library can be poor
or worse under some platforms, e.g. the above line results in an
immediate crash under OS X up to the version 10.8.2.
or worse under some platforms.
@since 2.9.5
*/

View File

@@ -85,7 +85,7 @@ public:
Additionally a file mask can be specified to include only files
matching that particular mask.
This method is implemented efficiently on MSW and OS X >= 10.7, but
This method is implemented efficiently on MSW and OS X, but
should be used with care on other platforms for directories with lots
of children (e.g. the root directory) as it calls Add() for each
subdirectory, potentially creating a lot of watches and taking a long

View File

@@ -274,7 +274,7 @@ public:
/**
Return the name if available or empty string otherwise.
This is currently only implemented for macOS 10.9 or later and returns
This is currently only implemented for macOS and returns
a not necessarily user-readable string such as "NSAppearanceNameAqua"
there and an empty string under all the other platforms.
*/

View File

@@ -646,9 +646,8 @@ public:
under another OS.
@note Having the button is also required to let ShowFullScreen()
make use of the full screen API available since OS X 10.7: a full
screen window gets its own space and entering and exiting the mode
is animated.
make use of the full screen API: a full screen window gets its own space
and entering and exiting the mode is animated.
If the button is not present the old way of switching to full screen
is used.