2960 Commits (e17b9702088dab39f93a0567eaae2ee1e5280575)
 

Author SHA1 Message Date
Vladimír Vondruš e17b970208 GCC 4.4 compatibility: no std::unordered_map::reserve(). 13 years ago
Vladimír Vondruš d163ac4929 external: update std::optional with linker fixes for GCC 4.5. 13 years ago
Vladimír Vondruš 9398692455 GCC 4.5 compatibility: some explicit typing needed. 13 years ago
Vladimír Vondruš 715630b375 GCC 4.5 compatibility: nullptr-related issues. 13 years ago
Vladimír Vondruš ff08203694 GCC 4.5 compatibility: no range-based for. 13 years ago
Vladimír Vondruš ea142aa0f4 Fix multiple definition error. 13 years ago
Vladimír Vondruš 070d0358d8 GCC 4.5 compatibility: no nullptr here. 13 years ago
Vladimír Vondruš 2ea41f4f4f GCC 4.5 compatibility: no forward enum declarations. 13 years ago
Vladimír Vondruš 52b36a78e9 Enable everything possible also in GCC4.4/4.5 PKGBUILDs. 13 years ago
Vladimír Vondruš 0acd8941c5 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 3bc858777c Platform: deinline also all ScreenedApplication {con,de}structors. 13 years ago
Vladimír Vondruš bfac19ceef Platform: I was drunk also when writing this. 13 years ago
Vladimír Vondruš b744943c98 Platform: deinline also these destructors. 13 years ago
Vladimír Vondruš 5a9ab4eb2c Platform: this documentation block is superfluous. 13 years ago
Vladimír Vondruš 2f87fd5fbe Platform: make all constructors implicitly explicit. 13 years ago
Vladimír Vondruš 39714e7df3 Text: I was probably drunk or something. 13 years ago
Vladimír Vondruš 97f6275bec Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 77fbed450e GCC 4.6 compatibility: apparently can't list-initialize a structure. 13 years ago
Vladimír Vondruš 4048071895 GCC 4.6 compatibility: no std::unordered_map::emplace(). 13 years ago
Vladimír Vondruš 1fcbf01288 Enable everything possible in development PKGBUILDs. 13 years ago
Vladimír Vondruš d24a965c4b Unbreak non-ES compatibility build. 13 years ago
Vladimír Vondruš 537ff433d4 Added GCC4.4/4.5 development PKGBUILDs. 13 years ago
Vladimír Vondruš 17b0c6a915 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 695c287e11 Add development PKGBUILDs for GCC4.6/4.7. 13 years ago
Vladimír Vondruš db1f68d1e8 Use ninja also in all other development PKGBUILDs. 13 years ago
Vladimír Vondruš b2b6eb0c92 MinGW32's linker issues _are only_ MinGW32's fault. 13 years ago
Vladimír Vondruš 573e18eabd Broken std::u32string is also only MinGW32's fault. 13 years ago
Vladimír Vondruš 41ee03c5c5 Missing std::to_string() is MinGW32's fault, not Windows fault. 13 years ago
Vladimír Vondruš 3183f613b5 Fix: inexistent -> nonexistent. 13 years ago
Vladimír Vondruš 4fea3efbd3 Text: fixed alignment. 13 years ago
Vladimír Vondruš 5f07906aba Text: support for multi-line text rendering. 13 years ago
Vladimír Vondruš 3562985cf9 Text: clean RendererGLTest up. 13 years ago
Vladimír Vondruš b3f2a7900e Text: de-duplicated rendering code in Renderer. 13 years ago
Vladimír Vondruš 3003cbea2e Text: moved common glyph render code into AbstractLayouter::renderGlyph(). 13 years ago
Vladimír Vondruš ba8489f054 Math: added Geometry::Rectangle::translated(). 13 years ago
Vladimír Vondruš 8392990794 MagnumFont[Converter]: support for line height. 13 years ago
Vladimír Vondruš 858c9787f0 Text: initial support for line height in AbstractFont. 13 years ago
Vladimír Vondruš 446b48bbb7 Text: doc++ 13 years ago
Vladimír Vondruš f92e21e5c7 doc: improve shader backporting documentation. 13 years ago
Vladimír Vondruš b9161482bc Updated glLoadGen-generated files. 13 years ago
Vladimír Vondruš f10f2d8726 Math: added modulo operations for Vector. 13 years ago
Vladimír Vondruš 29c2f16399 SceneGraph: instantiate also integer TranslationTransformation. 13 years ago
Vladimír Vondruš aa566e9da8 Text: no need to have base class constructor public and documented. 13 years ago
Vladimír Vondruš ccc31f8105 Text: support for aligning rendered text. 13 years ago
Vladimír Vondruš 1571a9121b Text: added TODO, minor cleanup. 13 years ago
Vladimír Vondruš f009e5c47f Math: added rounding functions. 13 years ago
Vladimír Vondruš d6586fa1fc Math: reduce code duplication in Functions.h. 13 years ago
Vladimír Vondruš 31dae6ef33 Text: renamed Text::TextRenderer to Text::Renderer. 13 years ago
Vladimír Vondruš 05167c36fd SceneGraph: add Drawable::drawables() function. 13 years ago
Vladimír Vondruš 61eb7fcfe3 SceneGraph: renamed Animable::group() to Animable::animables(). 13 years ago