48 Commits (a4fbea42d0ddf8c7ba4325a93ce88e1680360b68)

Author SHA1 Message Date
Vladimír Vondruš 8d3fb52a7f Platform: split text input rect setup into separate function. 10 years ago
Vladimír Vondruš d3b18e145b Platform: oops, committed too fast. 10 years ago
Vladimír Vondruš 1398ffd24c Platform: text input support for Sdl2Application. 10 years ago
Vladimír Vondruš 082e02a013 Platform: minor code reordering. 10 years ago
Vladimír Vondruš 0078f7a035 Platform: fix Sdl2Application build on Emscripten. 10 years ago
Vladimír Vondruš 8469beec3b Platform: destroy SDL2 window also if Magnum context creation fails. 10 years ago
Vladimír Vondruš 29081acc94 Platform: avoid window blinking with multiple context creation attempts. 10 years ago
Vladimír Vondruš 4bcb79c315 Platform: properly handle SDL2 context creation failure on Emscripten. 10 years ago
Vladimír Vondruš fedf84a871 Platform: remove unneeded flag fiddling in Sdl2Application. 10 years ago
Vladimír Vondruš a771b60af6 Platform: use zero window size on iOS and let SDL2 autodetect. 10 years ago
Vladimír Vondruš e70cb8bfdc Platform: no point in having SDL2 window title on iOS. 10 years ago
Vladimír Vondruš 18bb3fccfc Platform: fix iOS display orientation events in Sdl2Application. 10 years ago
Vladimír Vondruš 2a62e6772e Platform: fix viewport initialization on iOS. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 3bbb67c3f9 Platform: leave Sdl2Application window positioning on the system. 11 years ago
Vladimír Vondruš 9696bebaeb Platform: ability to request sRGB-capable framebuffer in Sdl2Application. 11 years ago
Vladimír Vondruš 508ca2e99f Platform: don't overwrite user-specified context flags in Sdl2Application. 11 years ago
Vladimír Vondruš 8c4756a9e4 Platform: use amd-nv-no-forward-compatible-core-context only when needed. 11 years ago
Vladimír Vondruš cbf3e427a1 Recognizing `amd-nv-no-forward-compatible-core-context` workaround. 11 years ago
Vladimír Vondruš e7383d88fc Initial support for passing arguments directly to the engine. 11 years ago
Vladimír Vondruš 81f227bae1 Platform: do the core context workaround also for AMD. 11 years ago
Vladimír Vondruš 277828ea44 Ability to do GL context creation fallbacks even from Context constructor. 11 years ago
Vladimír Vondruš dc533eba25 Platform: request forward-compatible core context in Sdl2Application. 11 years ago
Vladimír Vondruš 7e82eb215c Platform: finally properly create core contexts in Sdl2Application. 11 years ago
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