28 Commits (3e025f6d5b281906abf30d350c58fd527c559bf6)

Author SHA1 Message Date
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