677 Commits (d209d496bcc1952fa4d55dfa2cb4fe6336bddd95)

Author SHA1 Message Date
Vladimír Vondruš 446b63f11c doc: updated credits and changelog. 6 years ago
Squareys d04a9c780c Platform: Fix compilation of EmscriptenApplication on Emscripten 1.38.26+ 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š 3de507594d Platform: doc++ 6 years ago
Vladimír Vondruš 492ba412f0 Platform: cleanup X11 stuff only if it's there. 6 years ago
Vladimír Vondruš b04aa48c03 Platform: do at least something in the test draw event. 6 years ago
Vladimír Vondruš 5c4a00512b Platform: reorder test code for consistency. 6 years ago
Vladimír Vondruš 8af1f6a91e Platform: delay GLFW event callback setup to first main loop iteration. 6 years ago
Vladimír Vondruš ad9b9f5a3d Platform: ensure Sdl2Application has a window opened in the main loop. 6 years ago
Vladimír Vondruš ce0efd1aeb Platform: move a window creation asset to a better place in GlfwApp. 6 years ago
Vladimír Vondruš c98635842f Platform: allow engine-specific options in GlfwApplicationTest. 6 years ago
Vladimír Vondruš 2c10e09148 Platform: add context getters to all windowless apps. 6 years ago
Stéphane Brard 4d1203d66e Platform: added shared context support to windowless applications. 6 years ago
Vladimír Vondruš 8d4fa320a6 Platform: fix a comment. 6 years ago
Vladimír Vondruš 081dd8981f Doxygen, FFS. 6 years ago
Konstantinos Chatzilygeroudis 1c3e386e35 Undef xlib nonsense to avoid conflicts 6 years ago
Vladimír Vondruš dd07145fa2 GL: add a GL::AbstractShaderProgram::maxGeometryOutputVertices() query. 6 years ago
Vladimír Vondruš c17f5a0340 Platform: avoid GlfwApplication::viewportEvent() being fired too soon. 6 years ago
Vladimír Vondruš 241cde706f GL: new Mesh::maxVertexAttributeStride() query. 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š 444b925b2a Platform: implement virtual DPI scaling in GlfwApp on Windows. 6 years ago
Vladimír Vondruš cc401b2b3c GL: implemented missing Renderer::setPatch*() for tessellation shaders. 6 years ago
Vladimír Vondruš 5cbd6bdf85 Platform: use an Optional for lazy-loaded event properties in Sdl2App. 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š 88b515ba15 Platform: assume HiDPI is on by default on macOS 10.13+ and iOS 13+. 6 years ago
Vladimír Vondruš de49453199 Platform: make a macOS bundle also for GlfwApplication test. 6 years ago
Vladimír Vondruš 8d9514148c Platform: no need, GlfwApplication isn't ported to Emscripten anyway. 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š 631032749d Platform: clarify a comment so I don't waste time here again. 6 years ago
Vladimír Vondruš 9d5064c857 Platform: fix Sdl2Application::setSwapInterval(0) + setMinLoopPeriod(). 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š 5a3288154b Platform: properly include SDL_main.h for iOS. 6 years ago
Vladimír Vondruš d64a67ab63 Platform: this error message was beyond useless. 6 years ago
Vladimír Vondruš 7ced4740fd Silence a bunch of macOS-specific warnings. 6 years ago
Vladimír Vondruš e603771cef Platform: fix EmscriptenApplication mouse events with Emscripten master. 6 years ago
Vladimír Vondruš 32eb99890e Platform: silence clang-cl warnings from internal SDL headers. 6 years ago
Vladimír Vondruš 4e5ed76dce Audio,Platform: put Emscripten boilerplate to correct location. 6 years ago
Vladimír Vondruš d33bbd1c7e Platform: apparently I forgot to finish this sentence a year ago. 6 years ago
Vladimír Vondruš e67526abf0 Platform: ability to set window size in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 314cad0d89 Platform: document how to calculate content scaling in a x-platform way. 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