|
|
c93e78bbd6
|
feat(core+backend/X11): 完成快捷键绑定和触发功能
|
2026-04-27 01:09:23 +08:00 |
|
|
|
a749fc3c6c
|
feat(core/policy): 添加 unmanage/focus/kill 命令处理
|
2026-04-23 04:49:43 +08:00 |
|
|
|
d4c03fcfbd
|
feat(core/policy): 完善 manage_window 和 switch_workspace 命令处理
|
2026-04-22 19:40:09 +08:00 |
|
|
|
af4a45a342
|
refactor(core/policy): 将接口返回类型从 bool 调整为 void
policy_route_event/policy_apply_command 两个函数的 out 参数中已经能包
含返回值所代表的意义了,因此直接将这两个函数的返回类型改为 void
|
2026-04-22 19:36:50 +08:00 |
|
|
|
413e68f572
|
refactor(core/plan): 使用 need_relayout 简化 dirty_flags
|
2026-04-22 19:09:21 +08:00 |
|
|
|
fd843dc826
|
refactor(core): 提取 window 相关类型和操作到独立模块
|
2026-04-20 00:20:04 +08:00 |
|
|
|
a7225836e4
|
feat(core/policy): 实现 policy_apply_command 命令分发功能
|
2026-04-19 23:38:43 +08:00 |
|
|
|
38d2a28438
|
refactor(core/policy): 从 policy_context_t 中提取 event 为独立参数
policy_context_t 应该只包含所有 policy 相关接口都需要用到的参数,而
event 只是 policy_route_event 接口需要的参数,故应该将其从
policy_context_t 中剔除
|
2026-04-18 22:24:03 +08:00 |
|
|
|
2fc4b33359
|
style: 更新 .clang-format 规则并重新格式化所有源文件
- 重构模块使用新的代码风格
- 老代码 (src 目录下的代码) 继续使用之前的代码风格
通过在需要不同代码风格的目录下放对应 .clang-format 配置文件实现
|
2026-04-14 01:52:53 +08:00 |
|
|
|
6561b16be0
|
feat(core): 引入 plan/effect 执行骨架
新增 plan/effect 数据结构与基础操作
在 runtime 中接入 event -> command_buffer -> plan -> backend 流程
补齐 policy/backend 接口并同步更新测试构建
|
2026-04-13 05:56:31 +08:00 |
|
|
|
637f658318
|
feat(core/policy): map_request 事件命令转换
|
2026-04-13 05:35:13 +08:00 |
|
|
|
90a25fb120
|
core: 添加窗口所属层级判定
|
2026-03-31 18:02:38 +08:00 |
|