46 Commits (67d0122c798b8f101c840fee2b697393f1ceab09)

Author SHA1 Message Date
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš 14a7ecaf7f Platform: move Modifier and Key enums directly to the Application class. 2 years ago
Vladimír Vondruš 3981bcf2f4 Platform: replace MouseScrollEvent with a ScrollEvent with float position. 2 years ago
Vladimír Vondruš 4b76918c36 Platform: replace mouse events with pointer events in XApplication. 2 years ago
Vladimír Vondruš 1e9d9cfd0f Platform: add proper mouseScrollEvent() to XApplication. 2 years ago
Vladimír Vondruš e19dab0a65 Platform: don't leak XApplication modifiers into buttons and vice versa. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 59989fa3ea Platform: port *XApplication away from std::string. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš b37df09892 Platform: clean up leftovers after old deprecated viewportEvent(). 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš 6dafbd0c14 Platform: since we #include the Context anyway, no need to PIMPL it. 5 years ago
Vladimír Vondruš 5d05acbf1f Platform: explicitly destroy GL::Context before the GL context. 5 years ago
Vladimír Vondruš fd1492f56b GL: introduce Context::Configuration mirroring --magnum-* arguments. 5 years ago
Vladimír Vondruš 64433315a1 Doc++, updated credits and changelog. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš cd48c59cab Remove remaining APIs deprecated in 2018.10. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 2149e78f82 Platform: make *Application::exit() exit right after constructor ends. 6 years ago
Vladimír Vondruš 492ba412f0 Platform: cleanup X11 stuff only if it's there. 6 years ago
Vladimír Vondruš 1a4179be70 Platform: minor. 7 years ago
Vladimír Vondruš 39ba1583e1 Platform: ability to specify exit code in AbstractXApplication. 7 years ago
Konstantinos Chatzilygeroudis 432aca900d AbstractXApplication: add mainLoopIteration similar to Sdl2Application 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš ed0a719da2 Platform: pass a class to viewportEvent(). 8 years ago
Vladimír Vondruš c0125fa469 Platform: expose window/framebuffer size in *XApplication classes. 8 years ago
Vladimír Vondruš 2fc9f0a13e Platform: forgotten implementations of GLConfiguration. 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š 9b744250cf Don't use deprecated Corrade functionality. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš e7383d88fc Initial support for passing arguments directly to the engine. 11 years ago
Vladimír Vondruš 277828ea44 Ability to do GL context creation fallbacks even from Context constructor. 11 years ago
Vladimír Vondruš 22d1a5c34e Platform: AbstractXApplication cleanup. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6c766df568 Move function pointer loading into platform-specific class. 12 years ago
Vladimír Vondruš 7f38ccaf63 Using delegating constructors where apropriate. 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š 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš a3d4fc0042 Platform: forgot to initialize variable. 13 years ago
Vladimír Vondruš cadaed853e Platform: ability to request context version in *X*Application. 13 years ago
Vladimír Vondruš 2dd61a4dcd Platform: fixed assertions. 13 years ago
Vladimír Vondruš 8bc1793cab Platform: make viewportEvent() only optional. 13 years ago