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š
e835432629
Platform: fix Sdl2Application::setWindowIcon() on SDL 2.23+.
...
I was abusing the API and passing a negative pitch there to not have to
invert the image by hand. It stopped working in 2.23 when they hardened
the argument checking and, while working correctly, this feature was
accidental and undocumented.
Unfortunately it broke silently, because the API returned nullptr and
SDL_SetWindowIcon(..., nullptr) is then resetting an icon to nothing. So
I'm adding an internal assertion there now. Hopefully it doesn't start
blowing up for some reason again, heh.
3 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
Link all magnum-* utilities to Corrade::Main.
3 years ago
EmscriptenApplication.cpp
Platform: don't crash EmscriptenApplication on a WebGL-less build.
3 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
Platform: don't crash EmscriptenApplication on a WebGL-less build.
3 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: fix Sdl2Application::setWindowIcon() on SDL 2.23+.
3 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
Platform: improve WindowlessEglApp error with a not found CUDA device.
3 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
gl-info: what, I'm still using std::vector here?!
3 years ago
gl-info.html
Platform: use new CSS classes in gl-info
6 years ago