Browse Source

doc: updated credits and changelog.

pull/690/head
Vladimír Vondruš 3 months ago
parent
commit
e281bcf64e
  1. 3
      doc/changelog.dox
  2. 2
      doc/credits.dox
  3. 1
      doc/snippets/Platform.cpp

3
doc/changelog.dox

@ -2149,7 +2149,8 @@ See also:
[mosra/magnum#521](https://github.com/mosra/magnum/pull/521), [mosra/magnum#521](https://github.com/mosra/magnum/pull/521),
[mosra/magnum#563](https://github.com/mosra/magnum/pull/563), [mosra/magnum#563](https://github.com/mosra/magnum/pull/563),
[mosra/magnum#564](https://github.com/mosra/magnum/pull/564), [mosra/magnum#564](https://github.com/mosra/magnum/pull/564),
[mosra/magnum#680](https://github.com/mosra/magnum/pull/680)) [mosra/magnum#680](https://github.com/mosra/magnum/pull/680),
[mosra/magnum#686](https://github.com/mosra/magnum/pull/686))
- @ref Corrade::Utility::Debug and friends were always brought to the - @ref Corrade::Utility::Debug and friends were always brought to the
@ref Magnum namespace via a @cpp using @ce directive, but this was never @ref Magnum namespace via a @cpp using @ce directive, but this was never
reflected in the docs and thus hidden from users. Now it's shown in the reflected in the docs and thus hidden from users. Now it's shown in the

2
doc/credits.dox

@ -240,6 +240,8 @@ Are the below lists missing your name or something's wrong?
improvements improvements
- **Stéphane Brard** ([\@aspioupiou](https://github.com/aspioupiou)) --- - **Stéphane Brard** ([\@aspioupiou](https://github.com/aspioupiou)) ---
shared context support in windowless applications shared context support in windowless applications
- **[\@ThePixelMoon](https://github.com/ThePixelMoon)** --- documentation
fixes
- **Thibault Jochem** ([\@Tryum](https://github.com/Tryum)) --- - **Thibault Jochem** ([\@Tryum](https://github.com/Tryum)) ---
@ref Platform::GlfwApplication improvements @ref Platform::GlfwApplication improvements
- **Thomas Tissot-Dupont** ([\@dolphineye](https://github.com/dolphineye)) - **Thomas Tissot-Dupont** ([\@dolphineye](https://github.com/dolphineye))

1
doc/snippets/Platform.cpp

@ -4,6 +4,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025, 2026 2020, 2021, 2022, 2023, 2024, 2025, 2026
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2026 ThePixelMoon <yourlocalmoon7@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save