7389 Commits (2ca8d0ebb2c8cd8ffeca680bbce93d25e939cc66)

Author SHA1 Message Date
Vladimír Vondruš a32498361c Camera::setClearColor() is now static. Removed getter. 14 years ago
Vladimír Vondruš acb8029a93 SDL2 context: keyboard handling for basic keys. 14 years ago
Vladimír Vondruš 9d39808a84 Better Camera clearing. 14 years ago
Vladimír Vondruš 16f8b9bbe6 Added stencil test to camera features. 14 years ago
Vladimír Vondruš 90fbc956cc More unique name for PhongShader resources. 14 years ago
Vladimír Vondruš 1aca6caf5f AbstractTexture: documented relation between loose and exact types. 14 years ago
Vladimír Vondruš f97a272fb6 Texture documentation reorganization. 14 years ago
Vladimír Vondruš e868d8e03c Deprecating AbstractShaderProgram::bind*Location(). 14 years ago
Vladimír Vondruš 5133861750 Links to required extensions in documentation. 14 years ago
Vladimír Vondruš a211db25c7 Added documentation TODO. 14 years ago
Vladimír Vondruš 18e9e7aa93 Adapted to Magnum changes. 14 years ago
Vladimír Vondruš 9cb0846718 Sdl2Context: mouse handling. 14 years ago
Vladimír Vondruš 83fd5df368 Disable instantiation of all Abstract* classes. 14 years ago
Vladimír Vondruš 39a313a357 Brought debug facilities from Corrade::Utility to Magnum namespace. 14 years ago
Vladimír Vondruš 831506d5f1 Removed forgotten debug output. 14 years ago
Vladimír Vondruš 426d1bc95e Renamed GLutContext::mouseMoveEvent() to mouseMotionEvent(). 14 years ago
Vladimír Vondruš e9a7a532bf Light::clean() cannot be hidden. 14 years ago
Vladimír Vondruš ef6d70c8ad First version of SDL2 context. 14 years ago
Vladimír Vondruš 73a515e0c0 Doc++, warning if GLUT is not found. 14 years ago
Vladimír Vondruš e527cfb226 Using enum instead of bool parameter antipattern. 14 years ago
Vladimír Vondruš 7d277b81e7 Hide static_assert from documentation. 14 years ago
Vladimír Vondruš 5824ecfe39 New library for OpenGL context creation using various toolkits. 14 years ago
Vladimír Vondruš 186adfbd73 Fixed plugin registration after recent object library changes. 14 years ago
Vladimír Vondruš 192fab0d6c Exclude visibility macros from documentation. 14 years ago
Vladimír Vondruš 010ee7429a Using more portable CMAKE_SHARED_LIBRARY_CXX_FLAGS instead of -fPIC. 14 years ago
Vladimír Vondruš 531bb74232 Using more portable CMAKE_SHARED_LIBRARY_CXX_FLAGS instead of -fPIC. 14 years ago
Vladimír Vondruš d7d6d6bff0 Reuse already compiled objects for unit test libraries. 14 years ago
Vladimír Vondruš e9f089259a Use target names directly instead of ${MAGNUM_*_LIBRARY} for linking. 14 years ago
Vladimír Vondruš 86b1aaa2af Reuse most of the already compiled objects for unit test libraries. 14 years ago
Vladimír Vondruš 3910f88219 Compiling with -fvisibility=hidden. 14 years ago
Vladimír Vondruš 952f8ebb27 Compiling with -fvisibility=hidden. 14 years ago
Vladimír Vondruš 7f6f81afc7 Math::Constants are now inline functions instead of static variables. 14 years ago
Vladimír Vondruš fa69b04dcb MathTypeTraits: part of the original reasons was true. 14 years ago
Vladimír Vondruš 0db46034d7 Removed superfluous semicolons. 14 years ago
Vladimír Vondruš 04a91303f9 Don't delete templated function when no other overload is possible. 14 years ago
Vladimír Vondruš 6762d3adcd Removed constexpr from non-constexpr constructors. 14 years ago
Vladimír Vondruš 1be7b8b9c2 Workarounds for Clang parsing issues. 14 years ago
Vladimír Vondruš a0941a674b Doc++ 14 years ago
Vladimír Vondruš 1ce0e68f0f Doc: better reason for functions in type traits. 14 years ago
Vladimír Vondruš 876254efcd Custom @collisionoperator command instead of hiding the functions. 14 years ago
Vladimír Vondruš 208b6ce93e Custom @debugoperator command instead of hiding the functions. 14 years ago
Vladimír Vondruš ce09e50e05 Doc: Using @relates for texture internal format operator|. 14 years ago
Vladimír Vondruš 5a42ee4e91 Doc: using @overload for const overloads of member functions. 14 years ago
Vladimír Vondruš 4cd1ee140e Removed Math::TypeTraits to MathTypeTraits to avoid name clash. 14 years ago
Vladimír Vondruš 38ccb3cbaf Documented directories containing namespaces. 14 years ago
Vladimír Vondruš 09acfa711f Documented directories containing various namespaces. 14 years ago
Vladimír Vondruš 05ed802975 Doxygen command @todoc for documentation-related todos. 14 years ago
Vladimír Vondruš 453aa4de99 glGenerateMipmap() requires OpenGL 3.0 / EXT_framebuffer_object. 14 years ago
Vladimír Vondruš 0689abeb12 Better way to "unhide" Camera::draw(). 14 years ago
Vladimír Vondruš 1c17bf3eed Doc++ 14 years ago