4440 Commits (9aa4e69db0edf1141f3e71d0c3c763ee67203b69)

Author SHA1 Message Date
Vladimír Vondruš 9aa4e69db0 Platform: added GlfwApplication::windowSize(). 9 years ago
Vladimír Vondruš 455dc26840 Platform: properly set minimized and cursor window options for GLFW. 9 years ago
Vladimír Vondruš 57b36240c2 Platform: doc++ 9 years ago
Vladimír Vondruš 3a16ae6f46 Platform: use Flag::TextInputActive instead of a boolean in Sdl2Application. 9 years ago
Vladimír Vondruš f64ebc6219 Platform: use Flag::Redraw instead of a boolean in GlfwApplication. 9 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 9 years ago
Vladimír Vondruš a7c7323673 Platform: make WindowFlag::Resizable consistent between GLFW and SDL2 app. 9 years ago
Vladimír Vondruš 6ed4f6fe7f Sloppy Doxygen docs are sloppy. 9 years ago
Vladimír Vondruš f0cf36dea5 Added NoCreate {Compressed,}BufferImage constructors. 9 years ago
Vladimír Vondruš e0672f4867 Math: link to the Tau manifesto. 9 years ago
Vladimír Vondruš 44b2ae72bb Ability to create {Compressed,}BufferImage from an existing Buffer. 9 years ago
Vladimír Vondruš 876573fc6c Added {Compressed,}BufferImage::release(). 9 years ago
Vladimír Vondruš cd70bc8f1e DebugTools: fix assertion in ObjectRenderer. 9 years ago
Vladimír Vondruš bc1b8b0095 SceneGraph: fix deprecation warning message. 9 years ago
Vladimír Vondruš 9ab2a1553c Fix compilation on GCC 6.3. 9 years ago
Vladimír Vondruš a0eeecba4a Added GPU time benchmarking to OpenGLTester. 9 years ago
Vladimír Vondruš ee3afc1bbc Code simplification in plugin tests. 9 years ago
Vladimír Vondruš fb454d8a3f Made Test/AbstractOpenGLTester.h a public and documented API. 9 years ago
Vladimír Vondruš 772ae84062 Test: adapt AbstractOpenGLTester to changes in Corrade::TestSuite. 9 years ago
Vladimír Vondruš f31537d184 Clarify docs of Renderer::Feature::FramebufferSRGB. 9 years ago
Vladimír Vondruš fa0395bb9e Platform: improve docs of MAGNUM_*APPLICATION_MAIN() for consistency. 9 years ago
Vladimír Vondruš 100405ec89 DebugTools: GCC 4.7 can't handle raw strings inside macros. 9 years ago
Vladimír Vondruš c45472a0f0 DebugTools: initial implementation of CompareImage class. 9 years ago
Vladimír Vondruš bb69a88922 Math: fix double->float conversion warnings on MSVC. 9 years ago
Vladimír Vondruš c0ce10882f Fix misleading documentation of PixelStorage::dataProperties(). 9 years ago
Vladimír Vondruš f966644d83 DebugTools: include the tests only if the features are actually built. 9 years ago
Vladimír Vondruš 2ed3fba575 Adapted plugin constructor signatures to Corrade::PluginManager updates. 9 years ago
Vladimír Vondruš a960a3d8cd Math: initialize BoolVector to silence compiler warnings. 9 years ago
Vladimír Vondruš db3ef59ddc MeshTools: don't use deprecated functionality. 9 years ago
Vladimír Vondruš 9de8fb9a67 Math: expect minor sRGB monotonicity test failure on Emscripten -O3 build. 9 years ago
Vladimír Vondruš 5a0be1dfee Math: document the test repeats to avoid confusion. 9 years ago
Vladimír Vondruš 1f2af862dc Doc++ 9 years ago
Vladimír Vondruš bdb6daec82 Math: new Half literal class. 9 years ago
Vladimír Vondruš 16ef1ae0b6 Math: functions for half-float (un)packing. 9 years ago
Vladimír Vondruš c8cc1dc88e Math: expect failure in SVD test only on non-optimized Emscripten builds. 9 years ago
Vladimír Vondruš 9ebc1068cb Math: missing include after updates in Corrade::TestSuite. 9 years ago
Vladimír Vondruš 502d59c2a8 Math: ability to specify number of integer bits for {un,}pack(). 9 years ago
Vladimír Vondruš 996c707cbc Math: reduced code duplication in vector packing functions. 9 years ago
Vladimír Vondruš aaa38d3570 MeshTools: got rid of <limits> dependency in removeDuplicates(). 9 years ago
Vladimír Vondruš 54c7b8d775 Math: document why unpacking is done this way. 9 years ago
Vladimír Vondruš e5fe46949e Math: got rid of <limits> dependency in Constants.h. 9 years ago
Vladimír Vondruš 6944818cc6 Math: improved packing test with in-range values to verify rounding. 9 years ago
Vladimír Vondruš dd2058cee3 Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header. 9 years ago
Vladimír Vondruš 543782d78b Math: added Algorithms::kahanSum(). 9 years ago
Vladimír Vondruš 8679402f24 Equality comparison operators for PixelStorage. 9 years ago
Vladimír Vondruš 2148cd08aa CMake: make most of DebugTools dependencies conditional. 9 years ago
Vladimír Vondruš ce050888fd Math: function to convert RGB to XYZ color space. 10 years ago
Vladimír Vondruš 2b97e53360 Math: sRGB support in Color classes. 10 years ago
Vladimír Vondruš 8f88e0ea02 Math: improve Color::red() etc. test. 10 years ago
Vladimír Vondruš a61f0f47f4 Math: reduce literal scope in Color test. 10 years ago