31 Commits (798d6667e77c6fb5d9b99990a0bae03b50cebd46)

Author SHA1 Message Date
Vladimír Vondruš 798d6667e7 Platform: deinline default event handlers. 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š bddf01c3b9 Disable deprecated API if MAGNUM_BUILD_DEPRECATED is set. 13 years ago
Vladimír Vondruš 85974d8123 Platform: separate mouse buttons from keyboard modifiers. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš 231aaeb4aa Platform: documentation updates. 13 years ago
Vladimír Vondruš 883600e373 Platform: make Configuration constructors explicit. 13 years ago
Vladimír Vondruš 4222d8a297 Platform: pass application configuration via reference, not pointer. 13 years ago
Vladimír Vondruš f0e9871f10 Platform: #undef another mess from Xorg headers. 13 years ago
Vladimír Vondruš 72e83c4f49 Platform: inline/virtual optimizations. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš 11b3150a31 Support for ARB_robustness. 13 years ago
Vladimír Vondruš f0958647c1 Platform: more intuitive argc/argv Arguments structure. 13 years ago
Vladimír Vondruš dfdec44b01 Platform: portable application arguments specification. 13 years ago
Vladimír Vondruš cdcb37cd0c Platform: better way to specify application configuration. 13 years ago
Vladimír Vondruš 508dd4d94d Platform: have special MAGNUM_*APPLICATION_MAIN() for each class. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 0dea0d8aff Platform: cleaned-up AbstractXApplication header. 13 years ago
Vladimír Vondruš d0def6a763 Platform: reworked *XApplication events to mimic other implementations. 14 years ago
Vladimír Vondruš d552a658c0 Platform: reworked GlutApplication events to mimic SDL and NaClApplication. 14 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš f0764cac4e Doc++ 14 years ago
Vladimír Vondruš 43f6dbc72d Using integer vector aliases all over the place. 14 years ago
Vladimír Vondruš 6c5d96d645 Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 9505e0b3c1 Sdl2Application: added missing keys. 14 years ago
Vladimír Vondruš 4f9e13b2cb Sdl2Application: implemented modifiers. 14 years ago
Vladimír Vondruš 8789c31dec Platform: macros for easier creation of application entry points. 14 years ago
Vladimír Vondruš 9cf48eee56 Platform: removed unneeded AbstractApplication base. 14 years ago
Vladimír Vondruš e1cd13021b Platform/Application renaming. 14 years ago
Vladimír Vondruš e9329745e8 Using `override` keyword in all places I can think of at this time. 14 years ago
Vladimír Vondruš 0646a6a12e Contexts: updated default window names. 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š fe62f547de Reduced #includes in headers. 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š b3a5e36c73 Doc++, code cleanup. 14 years ago
Vladimír Vondruš 0ca0f03f1c Implemented AbstractXContext::redraw(). 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š 61cac0f1b3 Renamed EglContext to XEglContext. 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