24 Commits (8f35ebaedf896eee09f2e13368832f600c1f0d45)

Author SHA1 Message Date
Vladimír Vondruš 8f35ebaedf Platform: actually create the fallback context in Sdl2Application. 11 years ago
Vladimír Vondruš d4ee9b7184 Revert "Platform: really properly fix context creation in Sdl2Application." 11 years ago
Vladimír Vondruš a7661d7076 Platform: really properly fix context creation in Sdl2Application. 11 years ago
Vladimír Vondruš d36b7acae3 Platform: fix compilation on Emscripten. 11 years ago
Vladimír Vondruš 155a484e67 Platform: added Sdl2Application::tickEvent(). 11 years ago
Vladimír Vondruš 16057eeaff Platform: ability to cap main loop period directly on Sdl2Application. 11 years ago
Vladimír Vondruš 5175805762 Common format for preprocessor #error messages. 11 years ago
Vladimír Vondruš 3060e1d1a2 Platform: finally add VSync support to Sdl2Application. 11 years ago
Vladimír Vondruš 59477d04f8 Platform: Sdl2Application cleanup. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 48e666e238 Platform: try to create core context in Sdl2Application on all platforms. 12 years ago
Vladimír Vondruš 97bc4e9181 Platform: cleanup. 12 years ago
Siim Kallas fca7facd6d Switched SDL2 application's wheel direction 12 years ago
Vladimír Vondruš 6c766df568 Move function pointer loading into platform-specific class. 12 years ago
Vladimír Vondruš c7b23a884f Be consistent and use our own platform definitions. 12 years ago
Vladimír Vondruš 7f38ccaf63 Using delegating constructors where apropriate. 12 years ago
Vladimír Vondruš 4573c357a2 Platform: default to non-resizable window in Sdl2Application. 12 years ago
Stefan Wasilewski 0ab546b32c fixed build on mac 12 years ago
Vladimír Vondruš b5017752a3 Platform: fix Emscripten build. 12 years ago
Vladimír Vondruš c275640ee0 Platform: ability to specify context flags in Sdl2Application. 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š 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 9418822d25 Platform: don't store useless variable on Emscripten. 13 years ago
Vladimír Vondruš 4395a1d21e Platform: rename Sdl2Application::Configuration::Flags to WindowFlags. 13 years ago
Vladimír Vondruš 00dec60d33 Platform: implement ES2 and ES3 support for SDL2 and X-based applications. 13 years ago
Vladimír Vondruš 3833478212 Platform: ability to request context version in Sdl2Application. 13 years ago
Vladimír Vondruš 63d4570f6a Platform: minor code deduplication, documentation and cleanup. 13 years ago
michael chung 5218fda6f8 Platform : This commit will allow failsafe core context creation on Mac OS X. 13 years ago
Vladimír Vondruš fc1a486f00 Platform: ignore Sdl2Application title in Emscripten. 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š 77677ff48d Platform: unified and cleaned up context creation. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš aa5b888bb2 Platform: added ScreenedApplication class. 13 years ago
Vladimír Vondruš 798d6667e7 Platform: deinline default event handlers. 13 years ago
Vladimír Vondruš a1163ed56d Platform: capture pressed buttons in Sdl2Application::MouseMoveEvent. 13 years ago
Vladimír Vondruš 9bc48af18d Platform: don't add fake resize event in Sdl2Application. 13 years ago
Vladimír Vondruš 37e4f9d6f7 Platform: ported Sdl2Application to Emscripten. 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š b85f50ffab Platform::Sdl2Application: properly handle SDL_QUIT. 13 years ago
Vladimír Vondruš 33ad4b0cff Platform::Sdl2Application: just wait for next event. 13 years ago
Vladimír Vondruš 6fd8dc86ad Platform: moved Sdl2Application event loop into separate function. 13 years ago
Vladimír Vondruš ef0efecc9c Platform: fixed Sdl2Application::tryCreateContext(). 13 years ago
Vladimír Vondruš bb39338008 Platform: better diagnostic in Sdl2Application::tryCreateContext(). 13 years ago
Vladimír Vondruš 5c89c89ff8 Platform: added window flags to Sdl2Application. 13 years ago
Vladimír Vondruš bda6202d42 Platform: ability to negotiate context in {Glut,NaCl,Sdl2}Application. 13 years ago