2277 Commits (69200da5d63ebdf2683169a3c6b32c94d679ca7d)

Author SHA1 Message Date
Vladimír Vondruš 016c190607 Shaders: doc++ 13 years ago
Vladimír Vondruš d943562745 GCC 4.6 compatibility: no template aliases. 13 years ago
Vladimír Vondruš 80cc7de91d GCC 4.6 compatibility: proper constexpr workaround in test. 13 years ago
Vladimír Vondruš 2426a08c7a GCC 4.6 compatibility: can't use both constexpr and const. 13 years ago
Vladimír Vondruš bb7f414a69 Platform: don't try to install what isn't there anymore. 13 years ago
Vladimír Vondruš 40e2c88b29 GCC 4.6 compatibility: no template aliases here. 13 years ago
Vladimír Vondruš 1c10a5f595 More documentation crosslinking and fixes. 13 years ago
Vladimír Vondruš 46ce7b0347 Thoroughly documented also building and CMake usage of all other libs. 13 years ago
Vladimír Vondruš 3295e7e920 Platform: thoroughly documented building and usage with CMake. 13 years ago
Vladimír Vondruš 4fcd57fb31 Platform: hide those ugly *ContextHandlers into Implementation namespace. 13 years ago
Vladimír Vondruš 4815df2aca Platform: removed unneeded include. 13 years ago
Vladimír Vondruš 8ec71661ee Test: fixed std::array construction. 13 years ago
Vladimír Vondruš dd89cf1169 Platform: missing `const` in getter. 13 years ago
Vladimír Vondruš ebbefadf6c Audio: work around issue with different typedef for ALbyte on OSX. 13 years ago
Vladimír Vondruš f130ce5891 Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Vladimír Vondruš 7f9d0d1752 Math: added convenience MatrixNxN aliases for RectangularMatrix. 13 years ago
Vladimír Vondruš e60236a3ff SceneGraph: move Implementation::Transformation declaration to SceneGraph.h. 13 years ago
Vladimír Vondruš 7f23ca3fd2 Platform: print {CORRADE,MAGNUM}_BUILD_DEPRECATED flags in magnum-info. 13 years ago
Vladimír Vondruš 68b36c8c86 Deprecate swizzle() in favor of Math::swizzle(). 13 years ago
Vladimír Vondruš b4253abd79 Math: document include in test. 13 years ago
Vladimír Vondruš a2d31ef8d3 Moved RGB(A) accessors from swizzle() to Math::swizzle(). 13 years ago
Vladimír Vondruš f7a776d397 Moved RGB(A) accessors from Color to Vector. 13 years ago
Vladimír Vondruš 5a8d654433 Fix build without MAGNUM_BUILD_DEPRECATED. 13 years ago
Vladimír Vondruš bddf01c3b9 Disable deprecated API if MAGNUM_BUILD_DEPRECATED is set. 13 years ago
Vladimír Vondruš a6831da902 Initial support for ability to disable building of deprecated APIs. 13 years ago
Vladimír Vondruš 4e8022b3ff Doc++ 13 years ago
Vladimír Vondruš d380e07ac5 Separated deprecated API and deprecated GL API in the docs. 13 years ago
Vladimír Vondruš 60d8d1af16 Shaders: textured version of Flat shader. 13 years ago
Vladimír Vondruš 593864be5c Shaders: doc++ 13 years ago
Vladimír Vondruš 0f9b0e8130 Text: ported TextRenderer to not require buffer mapping in Emscripten. 13 years ago
Vladimír Vondruš 06b6bc967d Use Corrade's Containers::ArrayReference for Buffer::set*Data(). 13 years ago
Vladimír Vondruš 3fe2852cde Platform: fix console output in Emscripten. 13 years ago
Vladimír Vondruš 5013c1817a Platform: don't call viewportEvent() on initialization. 13 years ago
Vladimír Vondruš 0dd531b978 Math: added utility function Vector2::aspectRatio(). 13 years ago
Vladimír Vondruš 2304f437ee Doc++ 13 years ago
Vladimír Vondruš f15609bc3d Platform: implement fake GlutApplication::MouseMoveEvent::buttons(). 13 years ago
Vladimír Vondruš 85974d8123 Platform: separate mouse buttons from keyboard modifiers. 13 years ago
Vladimír Vondruš a1163ed56d Platform: capture pressed buttons in Sdl2Application::MouseMoveEvent. 13 years ago
Vladimír Vondruš 79052f0e9b Platform: don't use magic constants in Sdl2Application. 13 years ago
Vladimír Vondruš 9bc48af18d Platform: don't add fake resize event in Sdl2Application. 13 years ago
Vladimír Vondruš 37e4f9d6f7 Platform: ported Sdl2Application to Emscripten. 13 years ago
Vladimír Vondruš 15cc649b27 Platform: markup improvements for web applications. 13 years ago
Vladimír Vondruš b8f2e345df Removed forward declaration of std::hash. 13 years ago
Vladimír Vondruš 0d49a7bb92 Platform: don't use absolute include path. 13 years ago
Vladimír Vondruš a7f77f41b9 SceneGraph: new TranslationTransformation class. 13 years ago
Vladimír Vondruš 732d7e057e SceneGraph: new AbstractTranslation transformation interface. 13 years ago
Vladimír Vondruš 00c3283ab3 SceneGraph: test assert in DualQuaternionTransformation::fromMatrix(). 13 years ago
Vladimír Vondruš 541fa592e0 SceneGraph: clean up includes. 13 years ago
Vladimír Vondruš 4e7c7925a7 SceneGraph: clean up the code a bit. 13 years ago
Vladimír Vondruš de39a9540d SceneGraph: doc++ 13 years ago