2587 Commits (5d9490c73bc99a5b24b9fcdd37c716d122aed1ea)

Author SHA1 Message Date
Vladimír Vondruš 5d9490c73b Extracted Primitive enum from Mesh to MeshPrimitive. 13 years ago
Vladimír Vondruš 2dd61a4dcd Platform: fixed assertions. 13 years ago
Vladimír Vondruš d945395800 Using Corrade::Utility::Directory::{read,write}() where possible. 13 years ago
Vladimír Vondruš ef83211c46 Shaders: fix textured Flat on systems w/o ARB_explicit_attribute_location. 13 years ago
Vladimír Vondruš 686e215725 GCC 4.6 compatibility: can't use both constexpr and const. 13 years ago
Vladimír Vondruš 8d01723084 Fixed static build. 13 years ago
Vladimír Vondruš 79ff9e1ca4 Marking deprecated functions and types with CORRADE_DEPRECATED(). 13 years ago
Vladimír Vondruš 09c2f7ffe2 Doc++ 13 years ago
Vladimír Vondruš 80332478b6 MeshTools: be more explicit in what needs to be done on mesh afterwards. 13 years ago
Vladimír Vondruš 8bc1793cab Platform: make viewportEvent() only optional. 13 years ago
Vladimír Vondruš 02afa105db Doc++ 13 years ago
Vladimír Vondruš f0eaf04e36 Platform: make virtual functions private, rendering protected, other public. 13 years ago
Vladimír Vondruš fbc9277b12 Platform: publicly document copy/move inability of Event classes. 13 years ago
Vladimír Vondruš 698b150c90 Platform: disable copy/move of Application classes. 13 years ago
Vladimír Vondruš da049642cf Platform: WindolessGlxApplication::Configuration can be a POD. 13 years ago
Vladimír Vondruš b406404969 Platform: there is no point in disabling copy/move of Configuration. 13 years ago
Vladimír Vondruš 5c0747359a Platform: add default argument to createContext(). 13 years ago
Vladimír Vondruš a2dbe53c7d Platform: no need to have convenience overload of internal constructor. 13 years ago
Vladimír Vondruš 77677ff48d Platform: unified and cleaned up context creation. 13 years ago
Vladimír Vondruš fea61e60f7 Platform: cleaned up unneeded includes. 13 years ago
Vladimír Vondruš 75ac846df1 Platform: documentation updates. 13 years ago
Vladimír Vondruš af3ecdc126 Platform: no need to have GlutApplication::redraw() virtual. 13 years ago
Vladimír Vondruš 5ae723c8d1 Added release() function to Image and Trade::ImageData. 13 years ago
Vladimír Vondruš 1c928424ae Documentation updates for Image classes. 13 years ago
Vladimír Vondruš fb1a8490ea Disallow conversion of const {Image,Trade::ImageData}&& to ImageReference. 13 years ago
Vladimír Vondruš 3b03da5d5e Made ImageReference data pointer constant. 13 years ago
Vladimír Vondruš cf3ae0eee7 Revert "Math: don't allow *::data() to be called on rvalues." 13 years ago
Vladimír Vondruš 2e21577254 Math: really install deprecated headers. 13 years ago
Vladimír Vondruš b9b9c38371 SceneGraph: fix infinite recursion problems. 13 years ago
Vladimír Vondruš 14ea7dd072 DebugTools: fix linking on Windows. 13 years ago
Vladimír Vondruš c2a2ca88e4 SceneGraph: fix assertion expression. 13 years ago
Vladimír Vondruš e3bf8070b5 Don't return after std::abort(). 13 years ago
Vladimír Vondruš 219429aeba No need to have const members in AbstractShaderProgram::Attribute. 13 years ago
Vladimír Vondruš e4cf804ec4 Use proper numeric literals. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 25c8c87c1f SceneGraph: fixed floating-point literals in test. 13 years ago
Vladimír Vondruš 4e0f8ff097 SceneGraph: remove integer TranslationTransformation template instance. 13 years ago
Vladimír Vondruš e38be052a0 SceneGraph: need to mark the instances with extern template on Windows. 13 years ago
Vladimír Vondruš 6a3103e03e SceneGraph: no need to mark the templates with export macros. 13 years ago
Vladimír Vondruš 3b666d85f4 SceneGraph: instantiate everything consistently on one place. 13 years ago
Vladimír Vondruš 9cb3d17ad9 SceneGraph: fix function signature. 13 years ago
Vladimír Vondruš ddc466a796 SceneGraph: use proper library for tests where graceful assert is wanted. 13 years ago
Vladimír Vondruš eb877b31ba SceneGraph: removed *Transformation::move(). 13 years ago
Vladimír Vondruš 13351f9371 Install all *TestLib libraries on Windows. 13 years ago
Vladimír Vondruš 658839446c No need to explicitly specify default template parameter. 13 years ago
Vladimír Vondruš 8f12f2a844 Math: simplified internal Vector constructor. 13 years ago
Vladimír Vondruš 545e07c85b Math: use proper suffixes for floating-point literals. 13 years ago
Vladimír Vondruš d00aa0c560 doc: thoroughly explained plugin usage. 13 years ago
Vladimír Vondruš fff5950253 MagnumFontConverter: use Range::padded(). 13 years ago
Vladimír Vondruš fd987c9e4e Text: clean up GlyphCache::insert(). 13 years ago