Commit Graph

8 Commits

Author SHA1 Message Date
Lu YaNing f50669edc6 refactor: implement atomic multi-output configuration
- Use WOutputRenderWindow interface for output configuration
- Complete output state management with all properties
- Ensure settings only saved when configuration succeeds
2025-10-30 10:51:03 +08:00
JiDe Zhang 2a0093ad46 refactor: merge qwlroots and waylib source code into treeland
Removed qwlroots and waylib from git submodules, and merged their
source code directly into the treeland repository. This change
reduces development overhead during the rapid iteration phase of
treeland, as frequent coordinated changes are required across
treeland, qwlroots, and waylib. By merging them now, we simplify
development and maintenance. In the future, when the project
stabilizes, we may consider splitting them back into independent
repositories.

To prepare for this possible future split, the original directory
structures and all files from qwlroots and waylib are preserved and
placed under separate subdirectories in treeland.

Original project commits at the time of merge:
- qwlroots: https://github.com/vioken/qwlroots(00b09f9047ac0eaf26757e8af3d31f35d22bbce3)
- waylib: https://github.com/vioken/waylib(9564027cc6c89dc5262c03d183f743b71a0e621e)

重构:将 qwlroots 和 waylib 项目代码合并到 treeland

将 qwlroots 和 waylib 从 git 子模块中移除,直接把它们的代码合并
到 treeland 项目中。这样做是为了在 treeland 快速迭代期间减少开发
成本,因为经常需要同时修改 treeland、waylib 和 qwlroots,合并后
开发会更方便,待项目稳定后再考虑重新拆分为独立项目。

为方便将来拆分,保留了原项目的目录结构和全部文件,并使用独立子
目录维护代码。

合并时原项目的提交信息如下:
- qwlroots: https://github.com/vioken/qwlroots(00b09f9047ac0eaf26757e8af3d31f35d22bbce3)
- waylib: https://github.com/vioken/waylib(9564027cc6c89dc5262c03d183f743b71a0e621e)
2025-07-23 15:27:52 +08:00
groveer ecdcb129cc chore: code review for dconfig and debian files
Log: 按 code review 遗留问题修改
2024-09-09 10:20:21 +08:00
Zhang Dingyuan 56fc061c7c refactor: reorganize directory structure
move protocol into a single module

Log:
2024-05-31 11:22:19 +08:00
lbwtw 8a9ba527c6 chore: update gitignore
Log:
2024-05-24 16:36:55 +08:00
zorowk 41bb3f5738 feat: added interface to set wallpaper
Log: added interface to set wallpaper
Signed-off-by: zorowk <near.kingzero@gmail.com>
2023-12-26 15:54:37 +08:00
rewine a973202ab3 Support nix build and better cmake 2023-11-08 11:03:17 +08:00
justforlxz d8580e7820 fork from sddm 2023-09-04 17:27:44 +08:00