22 Commits (02afa105dbaa161bd4a1c4e3f1bf15073c49ac61)

Author SHA1 Message Date
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š 798d6667e7 Platform: deinline default event handlers. 13 years ago
Vladimír Vondruš 4fcd57fb31 Platform: hide those ugly *ContextHandlers into Implementation namespace. 13 years ago
Vladimír Vondruš 5013c1817a Platform: don't call viewportEvent() on initialization. 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š 231aaeb4aa Platform: documentation updates. 13 years ago
Vladimír Vondruš 4222d8a297 Platform: pass application configuration via reference, not pointer. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš e69693e87f Use `std::` prefix everywhere. 13 years ago
Vladimír Vondruš fe0f5dc438 Use `nullptr` instead of `0`. 13 years ago
Vladimír Vondruš dfdec44b01 Platform: portable application arguments specification. 13 years ago
Vladimír Vondruš b55dba8168 Platform: forgot to initialize variable. 13 years ago
Vladimír Vondruš cdcb37cd0c Platform: better way to specify application configuration. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš d0def6a763 Platform: reworked *XApplication events to mimic other implementations. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš 43f6dbc72d Using integer vector aliases all over the place. 14 years ago
Vladimír Vondruš 891cc6606e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš e1cd13021b Platform/Application renaming. 14 years ago
Vladimír Vondruš 141b20a612 Renamed Contexts::*Context to *ContextHandler. 14 years ago
Vladimír Vondruš 4927be44cf Context class must be instantiated after initializing extensions. 14 years ago
Vladimír Vondruš a5ab6253b7 Contexts refactoring. 14 years ago
Vladimír Vondruš dd5635a3ab AbstractXContext: added support for mouse motion event. 14 years ago
Vladimír Vondruš c83de594c2 AbstractXContext: ability to exit from main loop, added Esc key. 14 years ago
Vladimír Vondruš 8f3abe9dad AbstractXContext: added modifiers to key and mouse events. 14 years ago
Vladimír Vondruš fa50c8fe78 AbstractXContext: store viewport size in the right vector type. 14 years ago
Vladimír Vondruš 0ca0f03f1c Implemented AbstractXContext::redraw(). 14 years ago
Vladimír Vondruš 436c07a706 Removed done @todo. 14 years ago
Vladimír Vondruš a3bc29a000 Separate class for extension wrangler initialization. 14 years ago
Vladimír Vondruš e372a71636 Decoupled EGL interface from XEglContext. 14 years ago
Vladimír Vondruš 442c9629ae Code reorganization. 14 years ago
Vladimír Vondruš 61cac0f1b3 Renamed EglContext to XEglContext. 14 years ago
Vladimír Vondruš 9ea8efe73b EglContext: Handle window closing. 14 years ago
Vladimír Vondruš 6c964d703c EglContext: Handle window resizing. 14 years ago
Vladimír Vondruš d92df0777e EglContext: Not sure what this did, but this doesn't affect anything. 14 years ago
Vladimír Vondruš ceb116c41c EglContext: keyboard and mouse handling. 14 years ago
Vladimír Vondruš b7df327466 EglContext: Show window on exec(), make the context current only once. 14 years ago
Vladimír Vondruš 54f3dc3d99 Small cleanup, fixed small typo. 14 years ago
Vladimír Vondruš 5bef02f46b Fixed compiler warnings for EglContext. 14 years ago
Vladimír Vondruš 92aab9753d Fixed compilation of EglContext. 14 years ago
Vladimír Vondruš 6b55ca96f3 Barebone X/EGL context. 14 years ago