110 Commits (3ea97a242f42c8dde060a87cbc4ff7f47b2ddee3)

Author SHA1 Message Date
Vladimír Vondruš 3ea97a242f [wip] Platform: respond to DPI change events in Sdl and GlfwApp. 6 years ago
Vladimír Vondruš f7e41d6e96 Platform: add search aliases to have things discoverable betters. 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š 31a7c4f66e Platform: check for presence of GLFW cursor defines instead of a version. 6 years ago
Vladimír Vondruš c94c462187 Doc++, updated changelog. 6 years ago
Marco Melorio 1b1c12a56f GlfwApplication: added new GLFW 3.4 resizing cursors. 6 years ago
Vladimír Vondruš c1f43709fd doc: sweeping update of CMake usage instructions. 6 years ago
Vladimír Vondruš d6718aaa1d doc: use PRIVATE in target_link_libraries() CMake snippets. 6 years ago
Vladimír Vondruš e67526abf0 Platform: ability to set window size in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 5e9d1476ba Platform: oh, right, Doxygen's "smart" quotes visited here. 7 years ago
Vladimír Vondruš 3379051ed5 Platform: added a bunch of missing keys. 7 years ago
Vladimír Vondruš a920722839 doc: label deprecated APIs and stuff new since 2019.10 with version info. 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
Konstantinos Chatzilygeroudis 756c1242ad GlfwApplication: add mainLoopIteration similar to Sdl2Application 7 years ago
Vladimír Vondruš 8d9d247573 Platform: deprecate badly designed & useless GlfwApp setCursorMode(). 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š 89d4a754d5 Platform: add MouseMoveEvent::relativePosition() to Glfw and Emscripten. 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš 37996e12b7 doc: improve docs about external CMake modules. 7 years ago
Vladimír Vondruš 544f30b52f Platform: make Application and other conditional aliases searchable. 7 years ago
Vladimír Vondruš df6582d948 Platform: ask for debug context if --magnum-gpu-validation is enabled. 7 years ago
Vladimír Vondruš a14be9b154 Adapt to (breaking) Corrade changes. 7 years ago
Vladimír Vondruš ed564b525e Platform: doc++ 7 years ago
Vladimír Vondruš 1bd78f9bdf Platform: move friends into privates. 7 years ago
Vladimír Vondruš 6521e1b9be Platform: properly zero-initialize the exit code. 7 years ago
Vladimír Vondruš dc1cf5e9d4 Platform: missing enum operators for GlfwApp::MouseMoveEvent::Buttons. 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š 90577d5bfc Platform: removed deprecated Application constructors taking nullptr. 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š 053f406b7d Platform: make SDL2 and GLFW apps buildable without TARGET_GL again. 7 years ago
Vladimír Vondruš 1346573798 Platform: document that GlfwApplication::swapInterval() doesn't exist. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš d4c1785dc0 Platform: make ViewportEvent non-copyable, mark internals as const. 7 years ago
Vladimír Vondruš b9342665b2 Platform: don't group special events together with screen events. 7 years ago
Vladimír Vondruš 0479360072 Platform: deprecate typo'd key name in GlfwApplication. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 6cc7d2e3a5 Doxygen: extract private virtuals. 7 years ago
Vladimír Vondruš 3ca13dbc1b Platform: implement {Glfw,Sdl2}Application::exitEvent(). 7 years ago
Vladimír Vondruš 1e0d3d3727 Platform: proper feature parity for GlfwApplication::ViewportEvent. 7 years ago
Vladimír Vondruš 86d0d37c30 Platform: remove deprecated GlfwApplication WindowFlag::Resizeable. 7 years ago
Vladimír Vondruš 8f55880b6b Platform: remove deprecated wheel-reported-as-button events. 7 years ago
Vladimír Vondruš e080f2150a Platform: doc++ 8 years ago
Vladimír Vondruš 80422e74e6 Moved credits into the documentation. 8 years ago
Vladimír Vondruš 9a11b7d23a Platform: make all useful Application APIs public, not protected. 8 years ago