27 Commits (7f7c8c933faf4972dcd6e6edd153219fe59ee459)

Author SHA1 Message Date
Vladimír Vondruš 2149e78f82 Platform: make *Application::exit() exit right after constructor ends. 6 years ago
Vladimír Vondruš 492ba412f0 Platform: cleanup X11 stuff only if it's there. 6 years ago
Vladimír Vondruš 1a4179be70 Platform: minor. 7 years ago
Vladimír Vondruš 39ba1583e1 Platform: ability to specify exit code in AbstractXApplication. 7 years ago
Konstantinos Chatzilygeroudis 432aca900d AbstractXApplication: add mainLoopIteration similar to Sdl2Application 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš ed0a719da2 Platform: pass a class to viewportEvent(). 8 years ago
Vladimír Vondruš c0125fa469 Platform: expose window/framebuffer size in *XApplication classes. 8 years ago
Vladimír Vondruš 2fc9f0a13e Platform: forgotten implementations of GLConfiguration. 8 years ago
Vladimír Vondruš 675c49e79e Split the OpenGL layer out, pt 28: non-GL-centric Platform::*Application. 8 years ago
Vladimír Vondruš 298e7c20a7 Split the OpenGL layer out, pt 23: adapted Platform. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš eeba2ac848 Platform: proper NoCreate constructors for windowed classes. 9 years ago
Vladimír Vondruš 9b744250cf Don't use deprecated Corrade functionality. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš e7383d88fc Initial support for passing arguments directly to the engine. 11 years ago
Vladimír Vondruš 277828ea44 Ability to do GL context creation fallbacks even from Context constructor. 11 years ago
Vladimír Vondruš 22d1a5c34e Platform: AbstractXApplication cleanup. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6c766df568 Move function pointer loading into platform-specific class. 12 years ago
Vladimír Vondruš 7f38ccaf63 Using delegating constructors where apropriate. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš a3d4fc0042 Platform: forgot to initialize variable. 13 years ago
Vladimír Vondruš cadaed853e Platform: ability to request context version in *X*Application. 13 years ago
Vladimír Vondruš 2dd61a4dcd Platform: fixed assertions. 13 years ago
Vladimír Vondruš 8bc1793cab Platform: make viewportEvent() only optional. 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š 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