3496 Commits (66af4edd7f2a73d4eeb552aae1e18c9b92db8638)
 

Author SHA1 Message Date
Vladimír Vondruš 66af4edd7f Text: actually make use of plugin-dir parameter in fontconverter utility. 12 years ago
Vladimír Vondruš 41b892296b Text: unified help message for plugin names for all utilities. 12 years ago
Vladimír Vondruš a97d7bbdae Text: renamed configure.h.cmake to fontconverterConfigure.h.cmake. 12 years ago
Vladimír Vondruš 48bb59626b Oh Doxygen you so predictable. 12 years ago
Vladimír Vondruš 4a44d3b875 Shaders: fix compilation of MeshVisualizer on WebGL and ANGLE. 12 years ago
Vladimír Vondruš fcea05e316 Detecting whether ANGLE is used as GLES2 implementation. 12 years ago
Vladimír Vondruš 7f4a986c38 Added Context::detectedDriver(). 12 years ago
Vladimír Vondruš 16eb32740b Math: added Range::data(). 12 years ago
Vladimír Vondruš bbef61a4f7 package: adapted Emscripten PKGBUILD to emscripten-git AUR package. 12 years ago
Vladimír Vondruš 86d23ddcaa Updated toolchains submodule. 12 years ago
Vladimír Vondruš 2848d1d37c DebugTools: defaulted destructor implementation in source files. 12 years ago
Vladimír Vondruš 68016dbee3 Provide MAGNUM_TARGET_WEBGL also in CMake. 12 years ago
Vladimír Vondruš 795da389c8 Doc++ 12 years ago
Vladimír Vondruš d5f58b025f Code reorganization. 12 years ago
Vladimír Vondruš 3037e2c889 doc: mention the need to use compatibility version of FindCorrade.cmake. 12 years ago
Vladimír Vondruš ac8d9df962 doc: mention all windowless applications in platform documentation. 12 years ago
Vladimír Vondruš e4f7d0bb52 Doc++ 12 years ago
Vladimír Vondruš c7b23a884f Be consistent and use our own platform definitions. 12 years ago
Vladimír Vondruš e41f4c4fb9 modules: expose separate plugin directories for debug and release builds. 12 years ago
Vladimír Vondruš 7e2cdf3136 modules: updated FindCorrade.cmake. 12 years ago
Vladimír Vondruš 4275f0ce9d package: added MinGW-w64 Jenkins CI configuration. 12 years ago
Vladimír Vondruš dcd89bac0a Math: no need to use class here. 12 years ago
Vladimír Vondruš b475389cc9 Math: make the constructors in test also constexpr. 12 years ago
Vladimír Vondruš 098132f869 Platform: use delegating constructors. 12 years ago
Vladimír Vondruš df05a2d8a5 Properly credit all contributors. 12 years ago
Vladimír Vondruš 181eefd8f8 Mention WindowlessCglApplication in FindMagnum.cmake. 12 years ago
Travis Watkins eb6eddd5d1 Don't link unneeded libraries in commands. 12 years ago
Vladimír Vondruš 7ea1996566 Enable command-line utilities on OSX. 12 years ago
Vladimír Vondruš b491bbcd5a package: deleted MinGW32 PKGBUILD. 12 years ago
Travis Watkins 96d9327a83 Build fontconverter and distancefieldconverter on windowless OS X. 12 years ago
Travis Watkins f845884a6e Add support for windowless applications on OS X. 12 years ago
Vladimír Vondruš 757ca6d1ad Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Vladimír Vondruš 5a020abb5f Added VectorTypeFor and MatrixTypeFor aliases to DimensionTraits. 12 years ago
Vladimír Vondruš 4a4768a12a Use template aliases where possible. 12 years ago
Vladimír Vondruš 7f38ccaf63 Using delegating constructors where apropriate. 12 years ago
Vladimír Vondruš cbe63c7a04 Removed superfluous template parameter from EnumSet typedefs. 12 years ago
Vladimír Vondruš a9a5ead13d Dropped GCC 4.6 support. 12 years ago
Vladimír Vondruš fcde0b67f7 modules: updated FindCorrade.cmake. 12 years ago
Vladimír Vondruš f6fb14c30c Fixed build on OpenGL ES. 12 years ago
Vladimír Vondruš 9935e138aa SceneGraph: doc++ 12 years ago
Vladimír Vondruš a27c61c38e Math: doc++ 12 years ago
Vladimír Vondruš 71db38cb2f Math: use Vector::max() instead of custom ugly solution. 12 years ago
Vladimír Vondruš c537cda31e Math: remove superfluous namespace scoping from test. 12 years ago
Vladimír Vondruš a8199340fb Math: fixed confusing naming. 12 years ago
Vladimír Vondruš 0b13f94a65 Use std::reference_wrapper instead of raw pointer for non-null reference. 12 years ago
Vladimír Vondruš ea23f4b0a4 package: enable everything possible in MinGW-w64 PKGBUILD. 12 years ago
Vladimír Vondruš 598b456eb7 Implemented ARB_vertex_type_10f_11f_11f_rev (GL 4.4). 12 years ago
Vladimír Vondruš 85f35f7cd9 Cleanup of AbstractShaderProgram::Attribute::DataOption enum operators. 12 years ago
Vladimír Vondruš c621886f72 Minor color/texture format fixes. 12 years ago
Vladimír Vondruš 5998f46e12 Added support for glMultiDrawArrays()/glMultiDrawElements(). 12 years ago