46 Commits (ea7e8c9aaf32a52dbf37ed711352d5d4bd5aaa7c)

Author SHA1 Message Date
Vladimír Vondruš 8f55880b6b Platform: remove deprecated wheel-reported-as-button events. 8 years ago
Vladimír Vondruš c579060922 Platform: ability to override GL forward compatibility in SDL and GLFW. 8 years ago
Vladimír Vondruš e1e4dbd4c4 Platform: properly fall back to physical DPI scaling. 8 years ago
Vladimír Vondruš 5319e6bb1c Platform: properly initialize a value. 8 years ago
Vladimír Vondruš 674a740da5 Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
Vladimír Vondruš dba35bac7a Platform: initial HiDPI support in GlfwApplication. 8 years ago
Vladimír Vondruš d21c05f6f3 Platform: disallow calling framebufferSize() / windowSize() w/o a window. 8 years ago
Squareys f832c8df51 Platform: gracefully fail GlfwApplication::exec() if no window was opened 8 years ago
Vladimír Vondruš 47ade4ef53 Platform: make it possible to get scroll position in Glfw and Sdl2App. 8 years ago
Vladimír Vondruš ed0a719da2 Platform: pass a class to viewportEvent(). 8 years ago
Vladimír Vondruš 25d0bb8768 Platform: {Android,Glfw}Application: consistent windowSize() with SDL. 8 years ago
Vladimír Vondruš 24b91e40c2 Platform: ability to specify color/depth/stencil buffer sizes. 8 years ago
Vladimír Vondruš b48b0c1296 Platform: properly redraw GlfwApplication restored from minimize. 8 years ago
Vladimír Vondruš 1b5e6812fb Platform: setup GlfwApplication callbacks in a central place. 8 years ago
Vladimír Vondruš 80e682d046 Platform: implemented GlfwApplication::MouseMoveEvent::buttons(). 8 years ago
Vladimír Vondruš 84ab1d7dad Platform: lazy-load modifiers in GlfwApplication mouse move/scroll event. 8 years ago
Vladimír Vondruš 0e2b251e39 Platform: GLFW doesn't allow to create GL 3.1 core contexts. 8 years ago
Vladimír Vondruš f30ca8929e Platform: prefer core GL contexts in GlfwApplication as well. 8 years ago
Vladimír Vondruš 3e025f6d5b Platform: no need to store a global window instance pointer. 8 years ago
Vladimír Vondruš 606811735c Platform: minor cleanup. 8 years ago
Vladimír Vondruš d5a0516f8a Split the OpenGL layer out, pt 29: SDL2 and GLFW apps w/o GL. 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š 4955e1e320 Platform: text input in GlfwApplication. 9 years ago
Vladimír Vondruš 11d664efef Platform: provide position in GlfwApplication::MouseEvent. 9 years ago
Vladimír Vondruš 9aa4e69db0 Platform: added GlfwApplication::windowSize(). 9 years ago
Vladimír Vondruš 455dc26840 Platform: properly set minimized and cursor window options for GLFW. 9 years ago
Vladimír Vondruš f64ebc6219 Platform: use Flag::Redraw instead of a boolean in GlfwApplication. 9 years ago
Vladimír Vondruš a7c7323673 Platform: make WindowFlag::Resizable consistent between GLFW and SDL2 app. 9 years ago
Vladimír Vondruš 6a8c121c81 Platform: glfwGetKeyName() is since 3.2. 10 years ago
Vladimír Vondruš 8e632130b8 Platform: added *Application::KeyEvent::keyName(). 10 years ago
Vladimír Vondruš 7c631d714a Platform: expose key repeat in *Application::KeyEvent::isRepeated(). 10 years ago
Elliot Saba c5e22ae560 Platform: send GLFW_REPEAT events through `keyPressEvent()` 10 years ago
Vladimír Vondruš 0c52d79707 Platform: oops. 10 years ago
Vladimír Vondruš 2a77856df2 Platform: first-class MouseScrollEvent for SDL2 and NaCl application. 10 years ago
Vladimír Vondruš 563888e02e Platform: fix copypaste error in GLFW application. 10 years ago
Vladimír Vondruš 44e1851809 Updated credits. 10 years ago
Vladimír Vondruš 5061d29926 Platform: don't set swap inteval implicitly in GlfwApplication. 10 years ago
Vladimír Vondruš dc41cbbdb2 Platform: minor formatting updates. 10 years ago
Vladimír Vondruš 9a20dc2a70 Platform: backport GlfwApplication to GLFW 3.1. 10 years ago
Squareys 725e726c1e Platform: Implement modifiers for GlfwApplication 10 years ago
Squareys accf8380f0 Platform: Implement WheelUp/Down analog to Sdl2Application 10 years ago
Squareys e451b6dfdb Platform: Add GlfwApplication 10 years ago