54 Commits (141b20a612565bf83d8be65ea2c81fc458de60a9)

Author SHA1 Message Date
Vladimír Vondruš 141b20a612 Renamed Contexts::*Context to *ContextHandler. 14 years ago
Vladimír Vondruš 07df630b24 Modified Sdl2WindowContext for source compatibility with others. 14 years ago
Vladimír Vondruš ad19b2734b More renaming: Context -> WindowContext. 14 years ago
Vladimír Vondruš 4927be44cf Context class must be instantiated after initializing extensions. 14 years ago
Vladimír Vondruš 13bb600c3e Creating Context instance in all *Context classes. 14 years ago
Vladimír Vondruš c2949d6b59 More Xlib workarounds... 14 years ago
Vladimír Vondruš a5ab6253b7 Contexts refactoring. 14 years ago
Vladimír Vondruš 08c8696978 Doc++, added missing inline. 14 years ago
Vladimír Vondruš fe62f547de Reduced #includes in headers. 14 years ago
Vladimír Vondruš a386a5ed35 OpenGL ES compilation fixes. 14 years ago
Vladimír Vondruš dd5635a3ab AbstractXContext: added support for mouse motion event. 14 years ago
Vladimír Vondruš f35a71a974 Doc++ 14 years ago
Vladimír Vondruš c83de594c2 AbstractXContext: ability to exit from main loop, added Esc key. 14 years ago
Vladimír Vondruš 1a6037ff5d Adapted to Corrade changes, added operators for enum sets. 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š 9d63f35279 Sdl2Context: split mouseEvent to mousePressEvent and mouseReleaseEvent. 14 years ago
Vladimír Vondruš b3a5e36c73 Doc++, code cleanup. 14 years ago
Vladimír Vondruš 0ca0f03f1c Implemented AbstractXContext::redraw(). 14 years ago
Vladimír Vondruš 070c5ba706 Sdl2Context: calling redraw() in drawEvent() didn't have any effect. 14 years ago
Vladimír Vondruš 436c07a706 Removed done @todo. 14 years ago
Vladimír Vondruš 31e4e8d95e Added GLX context. 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š 0f579efe85 Undef some more Xlib nonsense. 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š 794f9bdec5 Minor cleanup. 14 years ago
Vladimír Vondruš d03fe4d41d Limited static polymorphism of EglContext and GlutContext. 14 years ago
Vladimír Vondruš c74551e5c7 Doc++ 14 years ago
Vladimír Vondruš 63f5637c1b EglContext: MOAR keys! 14 years ago
Vladimír Vondruš 7669271b56 EglContext: forgot to revert this back. 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š 45d1cb1225 Anonymized unused function parameters. 14 years ago
Vladimír Vondruš 7e62a19401 Don't try to find OpenGL ES more times than necessary. 14 years ago
Vladimír Vondruš 6bd43a9f95 Modularization of building and installation process. 14 years ago
Vladimír Vondruš 92aab9753d Fixed compilation of EglContext. 14 years ago
Vladimír Vondruš 59ca55abe0 Undefine None from Xlib.h to avoid conflicts (e.g. in Framebuffer). 14 years ago
Vladimír Vondruš 6b55ca96f3 Barebone X/EGL context. 14 years ago
Vladimír Vondruš c7bb153d0a Port to OpenGL ES 2. 14 years ago
Vladimír Vondruš 0ac52b1c8b Doc++ 14 years ago
Vladimír Vondruš acb8029a93 SDL2 context: keyboard handling for basic keys. 14 years ago
Vladimír Vondruš 9cb0846718 Sdl2Context: mouse handling. 14 years ago
Vladimír Vondruš 39a313a357 Brought debug facilities from Corrade::Utility to Magnum namespace. 14 years ago