142 Commits (d3f22357598840319524e5e66fd3836c8d1bdef2)

Author SHA1 Message Date
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 6 years ago
Vladimír Vondruš e6dc5be1af Platform: default to 32-bit RGBA framebuffer instead of 24-bit RGB. 6 years ago
Vladimír Vondruš 2149e78f82 Platform: make *Application::exit() exit right after constructor ends. 6 years ago
Vladimír Vondruš ad9b9f5a3d Platform: ensure Sdl2Application has a window opened in the main loop. 6 years ago
Vladimír Vondruš 65743b5647 Platform: make it possible to override DPI scaling from the app. 6 years ago
Vladimír Vondruš c3878c9bf1 Platform: implement physical DPI scaling in Sdl2App on Windows. 6 years ago
Vladimír Vondruš 5cbd6bdf85 Platform: use an Optional for lazy-loaded event properties in Sdl2App. 6 years ago
Vladimír Vondruš 750544e2c2 Platform: update copyright in headers. 6 years ago
Vladimír Vondruš 7d37647897 Platform: print the "HiDPI not enabled" warning at most once on macOS. 6 years ago
Vladimír Vondruš bbc6102320 Platform: hide internal {Glfw,Sdl2}Application flags from the header. 6 years ago
Vladimír Vondruš 9d5064c857 Platform: fix Sdl2Application::setSwapInterval(0) + setMinLoopPeriod(). 6 years ago
Vladimír Vondruš d64a67ab63 Platform: this error message was beyond useless. 6 years ago
Vladimír Vondruš 32eb99890e Platform: silence clang-cl warnings from internal SDL headers. 6 years ago
Vladimír Vondruš e67526abf0 Platform: ability to set window size in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 86c7486402 Platform: fix non-deprecated build. 7 years ago
Vladimír Vondruš 090c6bb4a7 Platform: window icon management in Glfw and Sdl2Application. 7 years ago
Vladimír Vondruš 51e65aaae0 Platform: respect DPI in setMin/MaxWindowSize(). 7 years ago
Vladimír Vondruš 322a57e88c Platform: properly fire Sdl2Application::viewportEvent() in all cases. 7 years ago
Vladimír Vondruš c4e3e3c045 Platform: deprecate Sdl2Application::setMouseLocked(). 7 years ago
Vladimír Vondruš 04827d3743 Platform: Emscripten support for cursors in Sdl2Application. 7 years ago
Vladimír Vondruš a1bca4d8f4 Platform: minor cleanup, doc++, make cursor LUTs file-local. 7 years ago
Marco Melorio 40bfa7ae91 Plaftorm: Add cursor management support 7 years ago
Vladimír Vondruš 35bf229ed5 Platform: add Sdl2Application::Configuration::WindowFlag::{OpenGL,Vulkan}. 7 years ago
Vladimír Vondruš 82f53862e1 Platform: Sdl2Application::mainLoopIteration() now returns a bool. 7 years ago
Vladimír Vondruš 6ba9bf529a Platform: doc++ 7 years ago
Vladimír Vondruš 64ad4a566a Platform: fix Sdl2Application on Emscripten with TARGET_GL disabled. 7 years ago
Vladimír Vondruš a61e258d88 Platform: fix {Sdl2,Glfw}Application startup on GL-less builds. 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš df6582d948 Platform: ask for debug context if --magnum-gpu-validation is enabled. 7 years ago
Vladimír Vondruš 50902e72d7 Platform: check for non-null GL_VENDOR before comparing it. 7 years ago
Vladimír Vondruš f383959fb0 Platform: fix SDL2/GLFW viewportEvent() on Retina-aware {i,mac}OS apps. 7 years ago
Guillaume Jacquemin b4dac78ef3 Platform: improve {Glfw,Sdl2}Application. 7 years ago
Guillaume Jacquemin f4b6130ab0 Platform: improve {Glfw,Sdl2}Application::exit(). 7 years ago
Vladimír Vondruš 64bc7f9c8e Math: moved configuration value parsers to a dedicated header. 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš 2253987531 Platform: HiDPI support for SDL2 and GLFW on Windows. 7 years ago
Vladimír Vondruš d98efb241d Platform: deduplicate DPI handling code. 7 years ago
Vladimír Vondruš 39678dac09 Platforms: update Emscripten markup for 1.38.27 and up. 7 years ago
Vladimír Vondruš 80f37d5262 Platforms: Pointer_stringify() is no more. 7 years ago
Vladimír Vondruš 9005b3c9aa Platform: expose also window events via Sdl2Application::anyEvent(). 7 years ago
Vladimír Vondruš 053f406b7d Platform: make SDL2 and GLFW apps buildable without TARGET_GL again. 7 years ago
Vladimír Vondruš d7d65db884 Platform: hint SDL what GLES library we want to use. 7 years ago
Vladimír Vondruš 20a55b16aa Platform: implement Sdl2Application::anyEvent(), expose SDL_Event. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 3ca13dbc1b Platform: implement {Glfw,Sdl2}Application::exitEvent(). 7 years ago
Vladimír Vondruš 40c0576918 Platform: set SDL hints before SDL_Init(). 7 years ago
Vladimír Vondruš 8f55880b6b Platform: remove deprecated wheel-reported-as-button events. 8 years ago
Vladimír Vondruš b73b9cb408 Platform: remove 50 000 lines from Sdl2Application header. 8 years ago
Vladimír Vondruš c579060922 Platform: ability to override GL forward compatibility in SDL and GLFW. 8 years ago
Vladimír Vondruš 3828e6b9a3 Platform: don't disable compositing in Sdl2App. 8 years ago