You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
ed9f82fad0
Platform: SDL disables power-saving when running. That's stupid, don't.
...
I'm getting kinda pissed at the strange defaults. Should I be using a
different toolkit altogether because SDL IS FOR GAMES ONLY? Given how
many bugreports and complaints there is about "Dosbox blocking
screensaver" I'm beginning to think it's SDL's fault, not mine.
Let the users control what they want, ffs, don't enable problematic
features like blocking powersave or disabling compositor by default.
Those should be a runtime option anyway, similarly to how video players
block powersaving only when *an actual video is playing*.
4 years ago
..
Implementation
Don't rely on __GNUC__ being always 4 on Clang.
4 years ago
Test
Account for __EMSCRIPTEN_major__ etc. not being implicit on 3.1.23+.
4 years ago
AbstractXApplication.cpp
Platform: port *XApplication away from std::string.
4 years ago
AbstractXApplication.h
Platform: port *XApplication away from std::string.
4 years ago
AndroidApplication.cpp
Updated copyright year.
4 years ago
AndroidApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
CMakeLists.txt
Platform: don't attempt to link GLX apps to EGL.
4 years ago
EmscriptenApplication.cpp
Platform: use StringView in *Application::Text*Event.
4 years ago
EmscriptenApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
EmscriptenApplication.js
Updated copyright year.
4 years ago
GLContext.h
Use const char* const* for argv consistently.
4 years ago
GlfwApplication.cpp
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
GlfwApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
GlxApplication.cpp
Updated copyright year.
4 years ago
GlxApplication.h
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
MacOSXBundleInfo.plist.in
Split the OpenGL layer out, pt 7: renamed magnum-info to magnum-gl-info.
8 years ago
Platform.h
Updated copyright year.
4 years ago
Screen.h
Updated copyright year.
4 years ago
ScreenedApplication.h
Updated copyright year.
4 years ago
ScreenedApplication.hpp
Updated copyright year.
4 years ago
Sdl2Application.cpp
Platform: SDL disables power-saving when running. That's stupid, don't.
4 years ago
Sdl2Application.h
Platform: SDL disables power-saving when running. That's stupid, don't.
4 years ago
WebApplication.css
Updated copyright year.
4 years ago
WindowlessCglApplication.cpp
Updated copyright year.
4 years ago
WindowlessCglApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
WindowlessEglApplication.cpp
Account for __EMSCRIPTEN_major__ etc. not being implicit on 3.1.23+.
4 years ago
WindowlessEglApplication.h
Platform: merge WindowlessWindowsEglApplication into EglApp and remove.
4 years ago
WindowlessEmscriptenApplication.js
Updated copyright year.
4 years ago
WindowlessGlxApplication.cpp
Updated copyright year.
4 years ago
WindowlessGlxApplication.h
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
WindowlessIosApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
WindowlessIosApplication.mm
external,Platform: suppress GL deprecation warnigs on iOS as well.
4 years ago
WindowlessWglApplication.cpp
Updated copyright year.
4 years ago
WindowlessWglApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
XEglApplication.cpp
Updated copyright year.
4 years ago
XEglApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
gl-info.cpp
Account for __EMSCRIPTEN_major__ etc. not being implicit on 3.1.23+.
4 years ago
gl-info.html
Platform: use new CSS classes in gl-info
6 years ago