97 Commits (2e7b9df8bf650d2e33b8fd9be4eef90c28dcad8b)

Author SHA1 Message Date
Vladimír Vondruš 856d9c835b Doc++ 12 months ago
Vladimír Vondruš 7eb520f77a Underscore private MAGNUM_* macros to not leak into autocompletion. 1 year ago
BerserkD f9d12435e9 add background to foreground mechanics 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš 7808658587 Platform: try to clarify what PointerMoveEvent::pointer() is for. 2 years ago
Vladimír Vondruš 69d02ad59b Platform: new TwoFingerGesture helper. 2 years ago
Vladimír Vondruš 8553c2313b Platform: ugh, documentation should not be an afterthought. 2 years ago
Vladimír Vondruš 005d4c224f Platform: handle (multi-)touch input in AndroidApplication. 2 years ago
Vladimír Vondruš 3981bcf2f4 Platform: replace MouseScrollEvent with a ScrollEvent with float position. 2 years ago
Vladimír Vondruš fc80172148 Platform: replace mouse events with pointer events in ScreenedApp. 2 years ago
Vladimír Vondruš b0abae88d1 Platform: replace mouse events with pointer events in AndroidApp. 2 years ago
Vladimír Vondruš 98a6ce2871 Platform: drop support for Android < 4.0. 2 years ago
Vladimír Vondruš 282f95d723 CMake: install and automatically use Find modules of dependencies. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš dc9897ff1e doc: fix various errors in Doxygen references. 2 years ago
Vladimír Vondruš c602b5190a Platform: clean up windowed *Application constructor overloads as well. 2 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Aaron Gokaslan ca677c69fe Fix typos 5 years ago
Vladimír Vondruš 45ccf50b47 GL: implement --magnum-gpu-validation no-error. 5 years ago
Vladimír Vondruš 46df57f6d5 GL,Platform: introduce GL::Context::Configuration::Flag::Windowless. 5 years ago
Vladimír Vondruš 1c66807e10 Platform: explicitly override Configuration::Flags in all apps. 5 years ago
Vladimír Vondruš 6dafbd0c14 Platform: since we #include the Context anyway, no need to PIMPL it. 5 years ago
Vladimír Vondruš e512afa31e Platform: this comment makes no sense here anymore. 5 years ago
Vladimír Vondruš fd1492f56b GL: introduce Context::Configuration mirroring --magnum-* arguments. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 2109c0b51e Platform: hide AndroidApplication::Flags from the header. 5 years ago
Vladimír Vondruš cd48c59cab Remove remaining APIs deprecated in 2018.10. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš e6dc5be1af Platform: default to 32-bit RGBA framebuffer instead of 24-bit RGB. 6 years ago
Vladimír Vondruš 081dd8981f Doxygen, FFS. 6 years ago
Vladimír Vondruš f7e41d6e96 Platform: add search aliases to have things discoverable betters. 6 years ago
Vladimír Vondruš c1f43709fd doc: sweeping update of CMake usage instructions. 6 years ago
Vladimír Vondruš d6718aaa1d doc: use PRIVATE in target_link_libraries() CMake snippets. 6 years ago
Vladimír Vondruš a920722839 doc: label deprecated APIs and stuff new since 2019.10 with version info. 7 years ago
Vladimír Vondruš 9fad16182e Platform: implement AndroidApplication::MouseMoveEvent::relativePosition(). 7 years ago
Vladimír Vondruš e08cdced88 Platform: make ScreenedApplication available for AndroidApplication. 7 years ago
Vladimír Vondruš 544f30b52f Platform: make Application and other conditional aliases searchable. 7 years ago
Vladimír Vondruš a14be9b154 Adapt to (breaking) Corrade changes. 7 years ago
Vladimír Vondruš 90577d5bfc Platform: removed deprecated Application constructors taking nullptr. 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš d4c1785dc0 Platform: make ViewportEvent non-copyable, mark internals as const. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 6cc7d2e3a5 Doxygen: extract private virtuals. 7 years ago
Vladimír Vondruš acf4dd3080 Platform: implemented handling of AndroidApplication::viewportEvent(). 8 years ago
Vladimír Vondruš d40e4f2dea Platform: added AndroidApplication::framebufferSize() and dpiScaling(). 8 years ago
Vladimír Vondruš 9a11b7d23a Platform: make all useful Application APIs public, not protected. 8 years ago
Vladimír Vondruš f94c65470a Platform: provide AndroidApplication::ViewportEvent::framebufferSize(). 8 years ago