1680 Commits (1f8efd4a97ebb222ec797ae788dba1d8b1c7bd0f)
 

Author SHA1 Message Date
Vladimír Vondruš 1f8efd4a97 Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 297d102200 Math: ability to convert Vector types from/to external types. 13 years ago
Vladimír Vondruš 231f3277ab Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 3251660f81 Physics: doc++ 13 years ago
Vladimír Vondruš e9efd87e12 Text: off-by-one mistake. 13 years ago
Vladimír Vondruš 2afda6f34d Text: split out HarfBuzz layouting into new HarfBuzzFont class. 13 years ago
Vladimír Vondruš 9525dfd51b Text: abstract base for fonts and layouters. 13 years ago
Vladimír Vondruš c864fefb95 Text: moved FontRenderer into Font header. 13 years ago
Vladimír Vondruš b4950b59ac Text: moved TextLayouter from TextRenderer internals to Font header. 13 years ago
Vladimír Vondruš 2944a4e205 Text: non-templated base for TextRenderer. 13 years ago
Vladimír Vondruš 0d7baef932 Text: no need to explicitly specify Z coordinate in 3D text. 13 years ago
Vladimír Vondruš 195ec4e9b2 Text: synchronized function parameter naming with documentation. 13 years ago
Vladimír Vondruš 2d98dadb0a Shaders: first DistanceFieldVectorShader implementation. 13 years ago
Vladimír Vondruš 549558b502 Shaders: doc++ 13 years ago
Vladimír Vondruš d256d7a0c4 Shaders: missing virtual keyword. 13 years ago
Vladimír Vondruš e891bd9b31 Shaders: use Int instead of GLint. 13 years ago
Vladimír Vondruš 3c31519133 Shaders: cleanup of VectorShader. 13 years ago
Vladimír Vondruš 5a374dd73e Shaders: support alpha in VectorShader::setColor(). 13 years ago
Vladimír Vondruš b6caae10b0 Shaders: vertex VectorShader is implementation independent. 13 years ago
Vladimír Vondruš 91f0d302c2 Shaders: renamed TextShader to VectorShader. 13 years ago
Vladimír Vondruš 31582ce2f8 Todo++ 13 years ago
Vladimír Vondruš 7a99a4b326 Shortened (texture) filtering types to comply with OpenGL naming. 13 years ago
Vladimír Vondruš 12f719f177 Text: prerendering Font for use with distance-field rendering. 13 years ago
Vladimír Vondruš babc850102 Text: minor code cleanup. 13 years ago
Vladimír Vondruš a9f62e3f1c TextureTools: support padding in atlas(). 13 years ago
Vladimír Vondruš f07957a37f A little bit of const fascism. 13 years ago
Vladimír Vondruš 79d29ea947 TextureTools: proper function name in assert. 13 years ago
Vladimír Vondruš b1a97ed134 TextureTools: initial rude implementation of distance field computation. 13 years ago
Vladimír Vondruš 7ae405b360 Introductory documentation about method chaining. 13 years ago
Vladimír Vondruš 23ba74c8c3 Added missing method chaining to framebuffer configuration functions. 13 years ago
Vladimír Vondruš 3929a6225a Properly delete arrays. 13 years ago
Vladimír Vondruš f6ab8cfec2 Guidelines for builtin type aliases in coding style documentation. 13 years ago
Vladimír Vondruš 5eb98494b3 Doc++ 13 years ago
Vladimír Vondruš 677aa8485e Math: properly test constexpr in all Matrix classes. 13 years ago
Vladimír Vondruš fc538c3a57 Math: properly test constexpr in all Vector classes. 13 years ago
Vladimír Vondruš 181cf2cf11 GCC 4.6 compatibility: std::array<Vector2> can't be constexpr. 13 years ago
Vladimír Vondruš 7f951ee39c GCC 4.6 compatibility: {} can't be used as default function parameter. 13 years ago
Vladimír Vondruš 99062ed248 GCC 4.6 compatibility: no delegating ctr in Math::RectangularMatrix. 13 years ago
Vladimír Vondruš deb54fc92f GCC 4.6 compatibility: no inheriting constructors in Math::Vector. 13 years ago
Vladimír Vondruš 0e34eeda58 GCC 4.6 compatibility: no delegating constructors in Math::BoolVector. 13 years ago
Vladimír Vondruš 3c407f2226 GCC 4.6 compatibility: fix warning about injected-class-name. 13 years ago
Vladimír Vondruš 2cdb159cbd GCC 4.6 compatibility: no user-defined literals. 13 years ago
Vladimír Vondruš a75ed22d4e Updated portability tips documentation. 13 years ago
Vladimír Vondruš 618b556381 Math: crosslinked documentation with missing type aliases. 13 years ago
Vladimír Vondruš 1693c772ad Moved OpenGL includes out from Magnum.h. 13 years ago
Vladimír Vondruš c707370f30 Removed unneeded includes. 13 years ago
Vladimír Vondruš b5c1052c96 DebugTools: using new type aliases in whole DebugTools namespace. 13 years ago
Vladimír Vondruš 006dbf417a Platform: using new type aliases in whole Platform namespace. 13 years ago
Vladimír Vondruš a7a4d3eeb8 Text: using new type aliases in whole Text namespace. 13 years ago
Vladimír Vondruš 5f049c50b8 Physics: using new type aliases in whole Physics namespace. 13 years ago