2874 Commits (8bc1793cab0a5c3acd7d9fa696d1df95de60f000)
 

Author SHA1 Message Date
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š 41abb78230 Advertise MSVC 2013 support. 13 years ago
Vladimír Vondruš 0743ab5b50 We don't need no GLEW. 13 years ago
Vladimír Vondruš b9b9c38371 SceneGraph: fix infinite recursion problems. 13 years ago
Vladimír Vondruš bdfab39a89 external: use GCC-specific flags only for GCC/Clang. 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š 6469427f97 Updated std::optional from Optional repository. 13 years ago
Vladimír Vondruš 545e07c85b Math: use proper suffixes for floating-point literals. 13 years ago
Vladimír Vondruš aa04443d01 package: updated URL in development PKGBUILDs. 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
Vladimír Vondruš 8cafb555dc MeshTools: code cleanup. 13 years ago
Vladimír Vondruš 2c97326d8d std::fstream accepts filename as std::string in C++11. 13 years ago
Vladimír Vondruš 3df67b370f SceneGraph: fix TranslationTransformationTest on Windows. 13 years ago
Vladimír Vondruš 1d0bc114a6 SceneGraph: allow creating TranslationTransformation only from Object. 13 years ago