170 Commits (c5d85166e0863254ca0d09f2d5803df2a7b2ce2a)

Author SHA1 Message Date
Vladimír Vondruš 1291626afc Fixed compilation with Clang's libc++. 13 years ago
Vladimír Vondruš db5618c325 OpenGL ES 2.0 and 3.0 share the same extension list. 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š 8582bee07a Platform: ability to access particular Application subclass from Screen. 13 years ago
Vladimír Vondruš 4cd489f233 Platform: implicitly call redraw() after screen swapping. 13 years ago
Vladimír Vondruš fa90558727 Handle WITH_* options for utilities better. 13 years ago
Vladimír Vondruš aa5b888bb2 Platform: added ScreenedApplication class. 13 years ago
Vladimír Vondruš 2ddcfcba52 Platform: document the intention better. 13 years ago
Vladimír Vondruš bf76cdfa81 Platform: added no-op GlutApplication::keyReleaseEvent(). 13 years ago
Vladimír Vondruš 798d6667e7 Platform: deinline default event handlers. 13 years ago
Vladimír Vondruš 380ef7013d Platform: fixed compilation of NaClApplication. 13 years ago
Vladimír Vondruš 18a50f784b Platform: update HTML markup documentation. 13 years ago
Vladimír Vondruš bb7f414a69 Platform: don't try to install what isn't there anymore. 13 years ago
Vladimír Vondruš 1c10a5f595 More documentation crosslinking and fixes. 13 years ago
Vladimír Vondruš 3295e7e920 Platform: thoroughly documented building and usage with CMake. 13 years ago
Vladimír Vondruš 4fcd57fb31 Platform: hide those ugly *ContextHandlers into Implementation namespace. 13 years ago
Vladimír Vondruš 4815df2aca Platform: removed unneeded include. 13 years ago
Vladimír Vondruš dd89cf1169 Platform: missing `const` in getter. 13 years ago
Vladimír Vondruš 7f23ca3fd2 Platform: print {CORRADE,MAGNUM}_BUILD_DEPRECATED flags in magnum-info. 13 years ago
Vladimír Vondruš bddf01c3b9 Disable deprecated API if MAGNUM_BUILD_DEPRECATED is set. 13 years ago
Vladimír Vondruš 3fe2852cde Platform: fix console output in Emscripten. 13 years ago
Vladimír Vondruš 5013c1817a Platform: don't call viewportEvent() on initialization. 13 years ago
Vladimír Vondruš f15609bc3d Platform: implement fake GlutApplication::MouseMoveEvent::buttons(). 13 years ago
Vladimír Vondruš 85974d8123 Platform: separate mouse buttons from keyboard modifiers. 13 years ago
Vladimír Vondruš a1163ed56d Platform: capture pressed buttons in Sdl2Application::MouseMoveEvent. 13 years ago
Vladimír Vondruš 79052f0e9b Platform: don't use magic constants in Sdl2Application. 13 years ago
Vladimír Vondruš 9bc48af18d Platform: don't add fake resize event in Sdl2Application. 13 years ago
Vladimír Vondruš 37e4f9d6f7 Platform: ported Sdl2Application to Emscripten. 13 years ago
Vladimír Vondruš 15cc649b27 Platform: markup improvements for web applications. 13 years ago
Vladimír Vondruš 0d49a7bb92 Platform: don't use absolute include path. 13 years ago
Vladimír Vondruš e4790eaec9 Fix installation dir for DLLs on Windows. 13 years ago
Vladimír Vondruš d690dcbb92 Platform: ability to not print all those implementation-defined values. 13 years ago
Vladimír Vondruš 6ee2745503 Texture-related limit queries. 13 years ago
Vladimír Vondruš 4a983566e6 Buffer-related limit queries. 13 years ago
Vladimír Vondruš eb24db9b5f Framebuffer-related limit queries. 13 years ago
Vladimír Vondruš c44681dbe1 Mesh-related limit queries. 13 years ago
Vladimír Vondruš a040b358ef Shader-related limit queries. 13 years ago
Vladimír Vondruš c65ac5aeb3 Platform: NaCl build workaround. 13 years ago
Vladimír Vondruš 100990cb0e Move extension loading into Magnum::Context. 13 years ago
Vladimír Vondruš 519f9f7c32 Use glLoadGen instead of GLEW. 13 years ago
Vladimír Vondruš f4ff04350e Platform: ability to show extensions also for fully supported versions. 13 years ago
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š 1b6ef7e0bd Platform: updated markup to be valid HTML5. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš 99c72ed99b Initial support for OpenGL 4.4. 13 years ago