linux-wallpaperengine/src/WallpaperEngine/Render
Phantasm ee499b06e2 Fix crash when 2+ screens are connected but not all are active in X11
When not all connected screens are active XRRGetCrtcInfo returns NULL
for the inactive screens resulting in a SIGSEGV when trying to push it
to the screens vector.
2023-09-23 18:04:37 +02:00
..
Drivers Fix crash when 2+ screens are connected but not all are active in X11 2023-09-23 18:04:37 +02:00
Helpers Separated X11 fullscreen code detection from the output driver as they don't have to work at the same time 2023-03-23 23:38:23 +01:00
Objects Fix for #161, texture priorities were not being properly taken into account 2023-05-07 18:54:01 +02:00
Shaders Added basic support for audio processing so backgrounds can react to sound playing in the system 2023-03-26 18:18:21 +02:00
CCamera.cpp More code cleanups 2023-02-08 18:48:19 +01:00
CCamera.h More code cleanups 2023-02-08 18:48:19 +01:00
CFBO.cpp Upgraded to shader version 330 2023-02-11 03:21:45 +01:00
CFBO.h Added support for running multiple X11 backgrounds off the same instance 2023-03-21 07:07:36 +01:00
CObject.cpp Separated X11 fullscreen code detection from the output driver as they don't have to work at the same time 2023-03-23 23:38:23 +01:00
CObject.h Separated X11 fullscreen code detection from the output driver as they don't have to work at the same time 2023-03-23 23:38:23 +01:00
CRenderContext.cpp Output rendering is now responsibility of the drivers (as it should be) instead of being handled by the CRenderContext 2023-04-23 00:12:23 +02:00
CRenderContext.h Output rendering is now responsibility of the drivers (as it should be) instead of being handled by the CRenderContext 2023-04-23 00:12:23 +02:00
CScene.cpp split mouse input by backend 2023-04-21 00:17:55 +01:00
CScene.h Small code cleanups 2023-02-08 14:27:41 +01:00
CTextureCache.cpp Catch readTexture exceptions on CTextureCache::resolve so multi-background setups can properly lookup files... 2023-04-21 03:09:18 +02:00
CTextureCache.h Fixed identation problems 2023-03-23 01:42:01 +01:00
CVideo.cpp Fixed oversight on Video backgrounds not working on X11 2023-04-22 12:57:47 +02:00
CVideo.h More code cleanups 2023-02-08 18:48:19 +01:00
CWallpaper.cpp Output rendering is now responsibility of the drivers (as it should be) instead of being handled by the CRenderContext 2023-04-23 00:12:23 +02:00
CWallpaper.h Output rendering is now responsibility of the drivers (as it should be) instead of being handled by the CRenderContext 2023-04-23 00:12:23 +02:00