976 Commits (356166bb384a7007566ddc86f24bdeb28c1da79a)

Author SHA1 Message Date
Vladimír Vondruš 2ea43a8c5e Adapt to moving CORRADE_DEPRECATED*() macros to a dedicated header. 7 months ago
Vladimír Vondruš a297dd63e9 Platform: missing semicolons in a CSS file? Outrageous! 8 months ago
Vladimír Vondruš 381568a11a Platform: more -Wcast-function-type suppressions for Clang 13+. 10 months ago
Vladimír Vondruš 0109548149 Use https for links. 10 months ago
Vladimír Vondruš 235db64cf6 Platform: expand -Wcast-function-type warning suppression to Clang 13+. 11 months ago
Vladimír Vondruš 20f66ff0b4 Platform: delete EmscriptenApplication WebGL context only if there is. 1 year ago
Vladimír Vondruš 968b9a59dc Platform: add a TODO. 1 year ago
Vladimír Vondruš ac9780f65b Platform: add test for creating contextless EmscriptenApplication. 1 year ago
Vladimír Vondruš cf1ebf2133 Platform: ensure GLX configs are freed even in case of an error. 1 year ago
Vladimír Vondruš 50ceeda103 Platform: silence a useless deprecation warning. 1 year ago
Vladimír Vondruš 188c981003 Doc++ 1 year ago
Vladimír Vondruš be38d5e2bb Platform: prefix error messages coming from SDL2 and GLFW. 1 year ago
Vladimír Vondruš c877983893 Platform: add clipboard handling to Sdl2 and GlfwApplication. 1 year ago
Vladimír Vondruš 990e2a4386 Platform: random comment whitespace fixes. 1 year ago
Vladimír Vondruš 489ce15fb8 Platform: warning suppression in deprecated code using deprecated code. 1 year ago
Vladimír Vondruš 7558bc71ba Platform: add focusEvent() and blurEvent() to Application implementations. 1 year ago
Vladimír Vondruš 856d9c835b Doc++ 1 year ago
Vladimír Vondruš 70b0d76fcb Platform: add {Sdl2,Glfw}Application::isKeyPressed(). 1 year ago
Vladimír Vondruš 7eb520f77a Underscore private MAGNUM_* macros to not leak into autocompletion. 1 year ago
Vladimír Vondruš 02a0960d12 Convert all argument / return SFINAE into template argument SFINAE. 1 year ago
Vladimír Vondruš 5457aff1fe gl-info: the class was still named from back when this was magnum-info. 1 year ago
Vladimír Vondruš e9ee55dbbf gl-info: wrap the Application class in an anonymous namespace. 1 year ago
Vladimír Vondruš 1281576c63 doc: updated credits and changelog. 2 years ago
hsdk123 2219abd835 Platform: use non-deprecated ALooper_pollOnce() in AndroidApplication. 2 years ago
Vladimír Vondruš ac93c511d1 Platform: update SDK versions for AndroidApplicationTest. 2 years ago
Vladimír Vondruš 13d953313f Platform: use scroll event properties new since SDL 2.0.18 and 26. 2 years ago
Vladimír Vondruš e9dcaf9532 Remove Doxygen workarounds from *.cpp files. 2 years ago
Vladimír Vondruš d40ef7ae55 Platform: add some more sizes and a 16:10 ratio to WebApplication.css. 2 years ago
Vladimír Vondruš 07f717c354 Remove enums values containing typos that were deprecated in 2019.10. 2 years ago
Vladimír Vondruš 60fd42b505 Here we go again. 2 years ago
Vladimír Vondruš fb2dc562e3 Platform: suppress useless deprecation warnings on older GCCs. 2 years ago
Vladimír Vondruš 1d2a1c1b3e Platform: more unused variable warning fixes on macOS. 2 years ago
Vladimír Vondruš cb568c09e5 Platform: fix unused variable warnings in {Glfw,Sdl2}Application on macOS. 2 years ago
Vladimír Vondruš d50dbe4e0c Exclude namespaces from forward declaration header docs. 2 years ago
Vladimír Vondruš cac1767914 Platform: haha, Doxygen Markdown parser is broken here, haha! 2 years ago
Vladimír Vondruš 2c6f9963fb Platform: deprecate Sdl2Application MultiGestureEvent. 2 years 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š 7300be7f3f Platform: looks like I forgot how to C++ here. 2 years ago
Vladimír Vondruš a1ff473be1 Platform: don't install GLContext.h on GL-less builds. 2 years ago
Vladimír Vondruš 8553c2313b Platform: ugh, documentation should not be an afterthought. 2 years ago
Vladimír Vondruš 049a3f8fce Platform: document why tickEvent() isn't private. 2 years ago
Vladimír Vondruš 414a65f9db Platform: expose key scan codes and related APIs. 2 years ago
Vladimír Vondruš 14a7ecaf7f Platform: move Modifier and Key enums directly to the Application class. 2 years ago
Vladimír Vondruš 3547203233 Platform: these aren't TODOs, mere notes. 2 years ago
Vladimír Vondruš 5894beaeb2 Platform: mark GLFW 3.2 as oldest supported, drop older workarounds. 2 years ago
Vladimír Vondruš 82e9c6e5ab Platform: make XApp, GlfwApp, ScreenedApp touch-compatible. 2 years ago
Vladimír Vondruš 005d4c224f Platform: handle (multi-)touch input in AndroidApplication. 2 years ago
Vladimír Vondruš 755a5519a8 Platform: handle (multi-)touch events in EmscriptenApplication. 2 years ago
Vladimír Vondruš fee6bed177 Platform: doc++, explicitly mention what SDL is used on Emscripten. 2 years ago