diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d163cbfaca9be100c6be76b34a3adb58091a4506..0b71cc1c88a5b436bbf38f2498ad1fb6b0ce2235 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -4.0.3: bug fixes. +4.0.3 (October 18, 2018): bug fixes. 4.0.2 (September 26, 2018): added support for creating MED files with specific MED (minor) version; small bug fixes. diff --git a/Fltk/openglWindow.cpp b/Fltk/openglWindow.cpp index 9fb9000bc7f58461c8e2df130f5ab6f3984a8949..97e2d4b68101a82b79590b91570da9c47fd5d4de 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -96,11 +96,16 @@ openglWindow::~openglWindow() void openglWindow::show() { Fl_Gl_Window::show(); + /* You can uncomment this if you cannot use the very latest FLTK 1.4 version + patched for macOS mojave + #if defined(__APPLE__) && (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_14) Msg::Info("OpenGL hack for macOS 10.14: see http://www.fltk.org/str.php?L3496"); resize(x(), y(), w()+1, h()); resize(x(), y(), w()-1, h()); #endif + + */ } void openglWindow::_drawScreenMessage() diff --git a/doc/gmsh.html b/doc/gmsh.html index 63f6a27bb2d0783d1f59727f54d077dc28f8e603..4cb37ca5f63698bb24b52ae9249962a7939cf719 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -106,21 +106,21 @@ Public License (GPL)</a>: <ul> <li> <div class="highlight"> - Current stable release (version 4.0.2, 26 September 2018): + Current stable release (version 4.0.3, 18 September 2018): <ul> <li>Download Gmsh for - <a href="bin/Windows/gmsh-4.0.2-Windows64.zip">Windows 64-bit</a>, - <a href="bin/Windows/gmsh-4.0.2-Windows32.zip">Windows 32-bit</a>, - <a href="bin/Linux/gmsh-4.0.2-Linux64.tgz">Linux 64-bit</a>, - <a href="bin/Linux/gmsh-4.0.2-Linux32.tgz">Linux 32-bit</a> or - <a href="bin/MacOSX/gmsh-4.0.2-MacOSX.dmg">MacOS</a> - <li>Download the <a href="src/gmsh-4.0.2-source.tgz">source code</a> + <a href="bin/Windows/gmsh-4.0.3-Windows64.zip">Windows 64-bit</a>, + <a href="bin/Windows/gmsh-4.0.3-Windows32.zip">Windows 32-bit</a>, + <a href="bin/Linux/gmsh-4.0.3-Linux64.tgz">Linux 64-bit</a>, + <a href="bin/Linux/gmsh-4.0.3-Linux32.tgz">Linux 32-bit</a> or + <a href="bin/MacOSX/gmsh-4.0.3-MacOSX.dmg">MacOS</a> + <li>Download the <a href="src/gmsh-4.0.3-source.tgz">source code</a> <li>Download the Software Development Kit (SDK) for - <a href="bin/Windows/gmsh-4.0.2-Windows64-sdk.zip">Windows 64-bit</a>, - <a href="bin/Windows/gmsh-4.0.2-Windows32-sdk.zip">Windows 32-bit</a>, - <a href="bin/Linux/gmsh-4.0.2-Linux64-sdk.tgz">Linux 64-bit</a>, - <a href="bin/Linux/gmsh-4.0.2-Linux32-sdk.tgz">Linux 32-bit</a> or - <a href="bin/MacOSX/gmsh-4.0.2-MacOSX-sdk.tgz">MacOS</a> + <a href="bin/Windows/gmsh-4.0.3-Windows64-sdk.zip">Windows 64-bit</a>, + <a href="bin/Windows/gmsh-4.0.3-Windows32-sdk.zip">Windows 32-bit</a>, + <a href="bin/Linux/gmsh-4.0.3-Linux64-sdk.tgz">Linux 64-bit</a>, + <a href="bin/Linux/gmsh-4.0.3-Linux32-sdk.tgz">Linux 32-bit</a> or + <a href="bin/MacOSX/gmsh-4.0.3-MacOSX-sdk.tgz">MacOS</a> </ul> </div> <p>