7060 Commits (13b4bf8461a1f357fca6822a9a8e83ecaf78e0fa)
 

Author SHA1 Message Date
Vladimír Vondruš 13b4bf8461 Math: use __builtin_sincos for sincos() on GCC. 7 years ago
Vladimír Vondruš e9286421a1 Platform: improve the UX of windowless Emscripten apps. 7 years ago
Vladimír Vondruš f84a91ea06 DebugTools: improve CompareImage failure message. 7 years ago
Vladimír Vondruš 5ebd8394e8 DebugTools: doc++ 7 years ago
Vladimír Vondruš a0232e8506 DebugTools: CompareImage can now compare against pixel views. 7 years ago
Vladimír Vondruš 0ba050f15e Don't blow up in ImageView::pixels() if the image has empty data. 7 years ago
Vladimír Vondruš 069c81b9cb Deprecate passing nullptr to images. 7 years ago
Vladimír Vondruš c6737e1958 DebugTools: PIMPL all CompareImage's state. 7 years ago
Vladimír Vondruš f4fd8a0648 DebugTools: rewrite CompareImage guts to use StridedArrayView. 7 years ago
Vladimír Vondruš d0a02a2429 GL: allow reading of zero-size images. 7 years ago
Vladimír Vondruš e2610bff18 modules: updated FindCorrade.cmake. 7 years ago
Vladimír Vondruš 377ff068f3 Doc++ 7 years ago
Vladimír Vondruš 0fac99149d doc: add more stuff to Windows-specific docs. 7 years ago
Vladimír Vondruš 217ea0c7b4 Platform: clearer asserts for ScreenedApplication. 7 years ago
Vladimír Vondruš 206122b405 Platform: make it possible to create & add a Screen in one step. 7 years ago
Vladimír Vondruš 081f784836 Platform: improve ScreenedApplication docs. 7 years ago
Vladimír Vondruš f3e0a852d5 Platform: make Screen::{focus,blur}Event() optional to implement. 7 years ago
Vladimír Vondruš 67a5602967 Platform: make BasicScreen destructor virtual. 7 years ago
Vladimír Vondruš 466c3bb957 Platform: why the heck was this missing from EmscriptenApplication? 7 years ago
Vladimír Vondruš e08cdced88 Platform: make ScreenedApplication available for AndroidApplication. 7 years ago
Vladimír Vondruš d1b7e4ded4 Platform: make KeyEvent in the Screen also a mixin. 7 years ago
Vladimír Vondruš 2828548d7d Platform: expose mouseScrollEvent() and text*Event() in Screen APIs. 7 years ago
Vladimír Vondruš bb982a4089 Platform: overrideable functions in Screen can now be private. 7 years ago
Vladimír Vondruš 13d5ca04de package/ci: use an image that doesn't have crashy nodejs. 7 years ago
Vladimír Vondruš 37996e12b7 doc: improve docs about external CMake modules. 7 years ago
Vladimír Vondruš 544f30b52f Platform: make Application and other conditional aliases searchable. 7 years ago
Vladimír Vondruš 51ff5644f0 Platform: minor cosmetic changes. 7 years ago
Vladimír Vondruš 10c8bd7516 Platform: group Screen members the same way as in Applications. 7 years ago
Vladimír Vondruš ed6cde9536 DebugTools: support --save-diagnostic in CompareImage. 7 years ago
Vladimír Vondruš 4f55a17316 DebugTools: well, yes, isn't that obvious? 7 years ago
Vladimír Vondruš f102b86645 DebugTools: prepare CompareImage for more than one plugin manager. 7 years ago
Vladimír Vondruš bc0e45fb95 DebugTools: clearer name for a define. 7 years ago
Vladimír Vondruš 9e0b24fa5b DebugTools: doc++, minor cleanup. 7 years ago
Vladimír Vondruš 5d9fb386f5 DebugTools: make CompareImage work correctly with NaNs and infinities. 7 years ago
Vladimír Vondruš ab4b9f9600 Doc++ 7 years ago
Vladimír Vondruš a28e14491c Math: verify that TypeTraits work correctly for signed infinities. 7 years ago
Vladimír Vondruš 3cf9dbf409 Math: added component-wise equal()/notEqual() for vectors. 7 years ago
Vladimír Vondruš c158cfa2dd Math: you need to know this. 7 years ago
Vladimír Vondruš c0a206d5f4 GL: minor code reordering, doc++. 7 years ago
Vladimír Vondruš 0d71c1d1cc Search plugins relative to library DLLs on Windows. 7 years ago
Vladimír Vondruš e1b246fc70 modules: mark EGL/GLES *_LIBRARY and *_INCLUDE_DIR vars as advanced. 7 years ago
Vladimír Vondruš 249459d710 doc: work around another EGL include issue by including less. 7 years ago
Vladimír Vondruš 48c904cd86 MagnumFont: and this is a direct consequence of not including ES headers. 7 years ago
Vladimír Vondruš f6503d52d9 modules: we don't need GL(ES) include files. 7 years ago
Vladimír Vondruš fa50929c78 modules: explicitly link to Emscripten GL and OpenAL libraries. 7 years ago
Vladimír Vondruš bc95e35328 Platform: UGH DOXYGEN. 7 years ago
Vladimír Vondruš 38ef891682 Doc++ 7 years ago
Vladimír Vondruš df6582d948 Platform: ask for debug context if --magnum-gpu-validation is enabled. 7 years ago
Vladimír Vondruš 0f14a8d997 Platform: hmm, this header doesn't exist anymore. 7 years ago
Vladimír Vondruš b1abf4d507 doc: unify this line with other projects. 7 years ago