linux-wallpaperengine/src/WallpaperEngine
Pasalc ca3c73740c
Basic support for web wallpapers (#196)
* Updated gitignore

* Basic Web support

* Basic Cmake(not working)

* Working CEF

* Clean up Render/CWeb

* Download CEF in CMAKE

* Fixed compile error(excesive comma)

* Fixed CWeb compile error(scaling mode)

* Commented flag in CEF flag(-fno-rtti) which disabled dynamic cast

* Commented CEF compiler flags for MacOS

* Added third_party to gitignore

* Fixed libvulkan.so.1 error (deleted file entirely)

* Removed cefsimple, CefShutdown in signal, cleaned up cmake a bit

* Updated .gitignore

* Get render function to previous version

* Fixed typo in coment

* Fixed tab

* Removed shaders too

* Fix codefactor issues
2024-05-05 23:44:26 +02:00
..
Application fix: default background is not necessary 2023-12-24 17:06:19 +01:00
Assets chore: clang-format and code formatting done with an extra of code cleanup 2023-12-14 02:20:34 +01:00
Audio feat: add option to disable audio processing 2023-12-14 03:21:06 +01:00
Core Basic support for web wallpapers (#196) 2024-05-05 23:44:26 +02:00
FileSystem chore: clang-format and code formatting done with an extra of code cleanup 2023-12-14 02:20:34 +01:00
Input chore: clang-format and code formatting done with an extra of code cleanup 2023-12-14 02:20:34 +01:00
Logging chore: clang-format and code formatting done with an extra of code cleanup 2023-12-14 02:20:34 +01:00
Render Basic support for web wallpapers (#196) 2024-05-05 23:44:26 +02:00