60 Commits (195ec4e9b203f723bbacab46821afbd8bb8b52bf)

Author SHA1 Message Date
Vladimír Vondruš 31582ce2f8 Todo++ 13 years ago
Vladimír Vondruš 1693c772ad Moved OpenGL includes out from Magnum.h. 13 years ago
Vladimír Vondruš 006dbf417a Platform: using new type aliases in whole Platform namespace. 13 years ago
Vladimír Vondruš 792198ae89 Platform: undefine another conflicting macro. 13 years ago
Vladimír Vondruš 9464e805e1 Use {} instead of "". 13 years ago
Vladimír Vondruš b54f53743e Platform: expose MAGNUM_USE_HARFBUZZ in magnum-info utility. 13 years ago
Vladimír Vondruš 027df55637 Platform: doc++ 13 years ago
Vladimír Vondruš d8629fee09 Platform: don't allow SDL2 to redefine main(). 13 years ago
Vladimír Vondruš bc48107d5a magnum-info: indent with 4, not 3 spaces. 13 years ago
Vladimír Vondruš c113598845 Platform: added Sdl2Application::exit(). 13 years ago
Vladimír Vondruš 0dea0d8aff Platform: cleaned-up AbstractXApplication header. 13 years ago
Vladimír Vondruš 3c347441e6 Ability to build Magnum for OpenGL ES emulated with desktop OpenGL. 14 years ago
Vladimír Vondruš 29a07c7d62 GCC 4.6 compilation fixes. 14 years ago
Vladimír Vondruš d0def6a763 Platform: reworked *XApplication events to mimic other implementations. 14 years ago
Vladimír Vondruš 10de569755 Doc++ 14 years ago
Vladimír Vondruš 6b4a833d6e Minor code cleanup. 14 years ago
Vladimír Vondruš d552a658c0 Platform: reworked GlutApplication events to mimic SDL and NaClApplication. 14 years ago
Vladimír Vondruš 4b2551bbb5 No trailing whitespace in magnum-info utility. 14 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš 3b37dfa6b8 Deleted constructors of classes with only static members. 14 years ago
Vladimír Vondruš dc1ab80cda Doc++ 14 years ago
Vladimír Vondruš 14a5f1a864 Platform: added magnum-info utility. 14 years ago
Vladimír Vondruš 8e947fbabb Platform: Added WindowlessGlxApplication. 14 years ago
Vladimír Vondruš ef75989178 Platform: don't require any specific OpenGL version. 14 years ago
Vladimír Vondruš f0764cac4e Doc++ 14 years ago
Vladimír Vondruš 9f20c8bca4 Platform: forgot to rename *WindowContext -> *Application in some places. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 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š 891cc6606e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 6793a30701 NaClApplication: implemented mouse locking. 14 years ago
Vladimír Vondruš 331b027fb8 Minor cleanup. 14 years ago
Vladimír Vondruš 78e9c7add1 NaClApplication: schedule one more redraw after fullscreen switch. 14 years ago
Vladimír Vondruš 97383b8a62 NaClApplication: fullscreen switching support. 14 years ago
Vladimír Vondruš 152eb4e4b4 NaClApplication: fixed boolean fuckup. 14 years ago
Vladimír Vondruš c488d8f2d0 Minor #include cleanup. 14 years ago
Vladimír Vondruš 757ca13514 Sdl2Application: don't request specific OpenGL version. 14 years ago
Vladimír Vondruš 985b28cf07 Sdl2Application: fix modifiers everywhere, not only for key press. 14 years ago
Vladimír Vondruš cf0ca06d39 NaClApplication: relative position in MouseMoveEvent. 14 years ago
Vladimír Vondruš b013c0d26e Sdl2Application: proper implementation of event accepting/rejecting. 14 years ago
Vladimír Vondruš 7cdbad0557 Sdl2Application: also lock cursor to window when locking mouse. 14 years ago
Vladimír Vondruš ddc0652272 Sdl2Application: make mouse locking functions public. 14 years ago
Vladimír Vondruš fabbb99722 NaClApplication: fix improper assertion. 14 years ago
Vladimír Vondruš 858661fa7e Sdl2Application: support for mouse locking. 14 years ago
Vladimír Vondruš 5b16dbb550 Sdl2Application: support for relative position in mouse move event. 14 years ago
Vladimír Vondruš 2ad7fea174 Sdl2Application: support for modifiers also in mouse events. 14 years ago
Vladimír Vondruš 3b3a164212 Doc++ 14 years ago
Vladimír Vondruš 0200ffe74c NaClApplication: using special classes for input events. 14 years ago
Vladimír Vondruš 5354396af6 Sdl2Application: using special classes for input events. 14 years ago