190 Commits (100527cd3d4841af0fb1aa3bc7e9bd22a6439005)

Author SHA1 Message Date
Vladimír Vondruš d4162a4160 Platform: add dummy title setting function to NaClApplication. 13 years ago
Vladimír Vondruš fc1a486f00 Platform: ignore Sdl2Application title in Emscripten. 13 years ago
Vladimír Vondruš 0204669735 Platform: add at least some support for wheel events to NaClApplication. 13 years ago
Vladimír Vondruš 4eaedf94eb Platform: fixed SDL link in documentation. 13 years ago
Vladimír Vondruš 2dd61a4dcd Platform: fixed assertions. 13 years ago
Vladimír Vondruš 09c2f7ffe2 Doc++ 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š ee045d261a Make some type conversions explicit. 13 years ago
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