From 50721638ae21394301875c38f693eac2124a3ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 5 Nov 2019 13:21:12 +0100 Subject: [PATCH] doc: updated changelog and credits. --- doc/changelog.dox | 11 +++++++++++ doc/credits.dox | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index f9b6b2c91..702d5543f 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -38,6 +38,17 @@ See also: @section changelog-latest Changes since 2019.10 +@subsection changelog-latest-new New features + +@subsubsection changelog-latest-new-platform Platform libraries + +- Cursor management using @ref Platform::Sdl2Application::setCursor() and + @ref Platform::GlfwApplication::setCursor() (see + [mosra/magnum#383](https://github.com/mosra/magnum/pull/383)) +- Added @ref Platform::GlfwApplication::warpCursor() to match the equivalent + API in @ref Platform::Sdl2Application (see + [mosra/magnum#383](https://github.com/mosra/magnum/pull/383)) + @subsection changelog-latest-changes Changes and improvements - The @ref PixelFormat and @ref CompressedPixelFormat enums can now be saved diff --git a/doc/credits.dox b/doc/credits.dox index 141c40512..3e3f9bb23 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -148,7 +148,8 @@ Are the below lists missing your name or something's wrong? - **Mandeep Singh Baines** ([\@msbaines](https://github.com/msbaines)) --- WebGL 2 build fixes - **Marco Melorio** ([\@Melix19](https://github.com/Melix19)) --- iOS test - updates and fixes + updates and fixes, cursor management in @ref Platform::Sdl2Application and + @ref Platform::GlfwApplication - **Max Schwarz** ([\@xqms](https://github.com/xqms)) --- `Any*` plugin improvements, fixes in the @ref GL library - **Michael Tao** ([\@mtao](https://github.com/mtao)) --- Gentoo build fixes