166 Commits (c279a161dbe58d66988ee47368c6f49fac685a11)

Author SHA1 Message Date
Vladimír Vondruš c279a161db Removed annoying Doxygen workaround for #undef. 13 years ago
Vladimír Vondruš 13d5e2a50f Removed enum-referencing Doxygen workarounds. 13 years ago
Vladimír Vondruš d8a5695a28 Shapes: added infinite cylinder shape. 13 years ago
Vladimír Vondruš 75fbe4ac84 Fixed typo in documentation. 13 years ago
Vladimír Vondruš c381572cff Better links to Getting Started Guide. 13 years ago
Vladimír Vondruš 81844d1092 Updated ArchLinux building documentation. 13 years ago
Vladimír Vondruš 20148585c2 Finally proper Getting Started Guide in documentation. 13 years ago
Vladimír Vondruš 866ee0594b Link with other projects' building and usage documentation. 13 years ago
Vladimír Vondruš 99ffc440b2 Properly document building on Windows. 13 years ago
Vladimír Vondruš 95bb40ef52 Reword features in building documentation a bit. 13 years ago
Vladimír Vondruš 2b32625921 Bootstrap Audio library. 13 years ago
Vladimír Vondruš 6db322062f Add performance recommendations for Intel Graphics on Linux. 13 years ago
Vladimír Vondruš f8066b9a95 Oh hey, I have Twitter! 13 years ago
Vladimír Vondruš 3f6dcc40e9 Mention that GL 4.4 is supported. 13 years ago
Vladimír Vondruš a4bd5b8aa8 Added thoughts about unit tests to Coding Style. 13 years ago
Vladimír Vondruš 2287e3d73e Doc++ 13 years ago
Vladimír Vondruš 141a3df456 Reducing pointer chasings, part 3e: less pointer passing in DebugTools. 13 years ago
Vladimír Vondruš 0d3bfd4044 Reducing pointer chasings, part 3c: less pointer passing in SceneGraph. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš c3a5c77f1c Documentation clarification and fixes. 13 years ago
Vladimír Vondruš 450975be51 Added Tegra best practices to documentation. 13 years ago
Vladimír Vondruš f94a53fee0 Workaround Doxygen misparse. 13 years ago
Vladimír Vondruš 99c72ed99b Initial support for OpenGL 4.4. 13 years ago
Vladimír Vondruš 231aaeb4aa Platform: documentation updates. 13 years ago
Vladimír Vondruš 4c1f226544 Warn about improper Buffer target hint in NaCl. 13 years ago
Vladimír Vondruš c3de32e55f Getting rid of <>, part 7: documentation. 13 years ago
Vladimír Vondruš f0db90c8ef Added ES2-only support for GL_LUMINANCE{,_ALPHA}. 13 years ago
Vladimír Vondruš 8453d01ffe Added section for ES2-compatibility-only features into documentation. 13 years ago
Vladimír Vondruš f7aa2c05a6 Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Vladimír Vondruš d3c37a3962 SceneGraph: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš 7de45c98b1 Moved texture and image formats out of the classes. 13 years ago
Vladimír Vondruš 06d707f25c Shape rework #8: updated documentation. 13 years ago
Vladimír Vondruš 6d8639cc76 Physics shape rework #7: renamed Physics namespace to Shapes. 13 years ago
Vladimír Vondruš 961cc58d56 Fixed platform documentation. 13 years ago
Vladimír Vondruš fd4ada4fc1 Method chaining in Shader. 13 years ago
Vladimír Vondruš 1eb5e8c966 Updated NaCl-related documentation and stuff. 13 years ago
Vladimír Vondruš 82ca09a4ed Minor documentation fixes. 13 years ago
Vladimír Vondruš b885a49d80 Mention support of both `glibc` and `newlib` NaCl toolchains. 13 years ago
Vladimír Vondruš 78ab75c72e Explicitly mention supported platforms in README and documentation. 13 years ago
Vladimír Vondruš bda6202d42 Platform: ability to negotiate context in {Glut,NaCl,Sdl2}Application. 13 years ago
Vladimír Vondruš dfdec44b01 Platform: portable application arguments specification. 13 years ago
Vladimír Vondruš 8c75f6e8c2 Expose MAGNUM_BUILD_STATIC in magnumConfigure.h. 13 years ago
Vladimír Vondruš 36bedb3f5a NaCl target system is now handled with CORRADE_TARGET_NACL. 13 years ago
Vladimír Vondruš 92c4a5a2ed Text: turned AbstractFont into plugin interface. 13 years ago
Vladimír Vondruš cda51f3dd5 Text: moved FreeType and HarfBuzz fonts into plugins. 13 years ago
Vladimír Vondruš f18297ab2b Define MAGNUM_TARGET_GLES3 if targetting ES and not ES2. 13 years ago
Vladimír Vondruš 9121902c73 Minor documentation fixes. 13 years ago
Vladimír Vondruš cdcb37cd0c Platform: better way to specify application configuration. 13 years ago
Vladimír Vondruš ecccbcc1bf Documented CMake usage and preprocessor variables. 13 years ago
Vladimír Vondruš 2040e34dd6 Documented also CMake side of platform portability. 13 years ago