|
|
|
|
@ -101,6 +101,9 @@ See also:
|
|
|
|
|
- @ref Platform::Sdl2Application::viewportEvent() gets properly fired also |
|
|
|
|
when window size changes programmatically (such as through |
|
|
|
|
@ref Platform::Sdl2Application::setMinWindowSize() "setMinWindowSize()") |
|
|
|
|
- @ref Platform::GlfwApplication::setMinWindowSize() / |
|
|
|
|
@ref Platform::GlfwApplication::setMaxWindowSize() and equivalent APIs in |
|
|
|
|
@ref Platform::Sdl2Application now correctly take DPI scaling into account |
|
|
|
|
- The @ref Primitives::cylinderSolid() and @ref Primitives::coneSolid() |
|
|
|
|
primitives were missing a face when both caps and texture coordinates were |
|
|
|
|
enabled (see [mosra/magnum#386](https://github.com/mosra/magnum/issues/386)) |
|
|
|
|
@ -122,6 +125,11 @@ See also:
|
|
|
|
|
@ref Animation library was changed to allow mutable access to the keys & |
|
|
|
|
values it references. Existing code needs to be changed to say |
|
|
|
|
@cpp TrackView<const K, const V> @ce instead of @cpp TrackView<K, V> @ce. |
|
|
|
|
- @ref Platform::GlfwApplication::setMinWindowSize() / |
|
|
|
|
@ref Platform::GlfwApplication::setMaxWindowSize() and equivalent APIs in |
|
|
|
|
@ref Platform::Sdl2Application now premultiply the value with |
|
|
|
|
@ref Platform::GlfwApplication::dpiScaling() "dpiScaling()" to work |
|
|
|
|
independently on display DPI. This might break existing uses. |
|
|
|
|
|
|
|
|
|
@subsection changelog-latest-documentation Documentation |
|
|
|
|
|
|
|
|
|
|