971 Commits (b85f0c8dfeef12c209bfb2dfc4efd1d79cdd1c9e)

Author SHA1 Message Date
Vladimír Vondruš 20f66ff0b4 Platform: delete EmscriptenApplication WebGL context only if there is. 9 months ago
Vladimír Vondruš 968b9a59dc Platform: add a TODO. 9 months ago
Vladimír Vondruš ac9780f65b Platform: add test for creating contextless EmscriptenApplication. 9 months ago
Vladimír Vondruš cf1ebf2133 Platform: ensure GLX configs are freed even in case of an error. 10 months ago
Vladimír Vondruš 50ceeda103 Platform: silence a useless deprecation warning. 10 months ago
Vladimír Vondruš 188c981003 Doc++ 10 months ago
Vladimír Vondruš be38d5e2bb Platform: prefix error messages coming from SDL2 and GLFW. 11 months ago
Vladimír Vondruš c877983893 Platform: add clipboard handling to Sdl2 and GlfwApplication. 11 months ago
Vladimír Vondruš 990e2a4386 Platform: random comment whitespace fixes. 11 months ago
Vladimír Vondruš 489ce15fb8 Platform: warning suppression in deprecated code using deprecated code. 11 months ago
Vladimír Vondruš 7558bc71ba Platform: add focusEvent() and blurEvent() to Application implementations. 11 months ago
Vladimír Vondruš 856d9c835b Doc++ 12 months 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. 1 year ago
hsdk123 2219abd835 Platform: use non-deprecated ALooper_pollOnce() in AndroidApplication. 1 year ago
Vladimír Vondruš ac93c511d1 Platform: update SDK versions for AndroidApplicationTest. 1 year ago
Vladimír Vondruš 13d953313f Platform: use scroll event properties new since SDL 2.0.18 and 26. 1 year ago
Vladimír Vondruš e9dcaf9532 Remove Doxygen workarounds from *.cpp files. 1 year ago
Vladimír Vondruš d40ef7ae55 Platform: add some more sizes and a 16:10 ratio to WebApplication.css. 1 year ago
Vladimír Vondruš 07f717c354 Remove enums values containing typos that were deprecated in 2019.10. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš fb2dc562e3 Platform: suppress useless deprecation warnings on older GCCs. 1 year ago
Vladimír Vondruš 1d2a1c1b3e Platform: more unused variable warning fixes on macOS. 1 year 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
Vladimír Vondruš 3e0724e7ec Platform: mark SDL 2.0.6 as oldest supported, drop older workarounds. 2 years ago
Vladimír Vondruš a76b7646f0 Platform: handle (multi-)touch events in Sdl2Application. 2 years ago
Vladimír Vondruš 4773fc20a6 Platform: expose MouseButton4 and 5 in EmscriptenApplication. 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