Commit graph

434 commits

Author SHA1 Message Date
DreamMaoMao
0182e24bc5 deprecate: not need dwl ipc anymore 2026-07-04 09:54:16 +08:00
DreamMaoMao
a55c10f005 feat: shield for layershell 2026-07-01 14:56:15 +08:00
DreamMaoMao
186259cf44 opt: Optimize some function names 2026-07-01 11:58:03 +08:00
DreamMaoMao
d3cf4319cd fix: fix shield and blur node offset 2026-07-01 08:30:55 +08:00
DreamMaoMao
4ddc713881 opt: simplified group code 2026-07-01 07:45:33 +08:00
DreamMaoMao
3aa2206821 fix: fix swallow conflict group 2026-06-29 17:23:10 +08:00
DreamMaoMao
eafe63815c opt: logic hide client not need draw frame 2026-06-29 13:51:40 +08:00
DreamMaoMao
53c634dcb4 fix: groupbar hide judgement 2026-06-29 13:45:47 +08:00
DreamMaoMao
e914d76acd opt: optimize swallow in ipc action 2026-06-29 12:16:09 +08:00
DreamMaoMao
3b3170ef7d opt: Ensure that the client remains in the linked list until it is destroyed 2026-06-29 09:58:13 +08:00
DreamMaoMao
b73cd4ef90 opt: Adopt a more flexible way to control window hiding 2026-06-29 09:27:50 +08:00
DreamMaoMao
5686bdc95c opt: optimize dmps state 2026-06-27 19:07:59 +08:00
DreamMaoMao
43f3678eb6 opt: optimize monitorrule setting 2026-06-27 17:28:42 +08:00
DreamMaoMao
b0326d710c feat: distinguish dpms dispatch and disable dispatch in monitor 2026-06-27 16:59:29 +08:00
DreamMaoMao
171d859cb5 feat: add disable option to monitor rule 2026-06-27 16:45:57 +08:00
DreamMaoMao
2f77be7e69 opt: opt group data set when reload config 2026-06-27 11:30:33 +08:00
DreamMaoMao
1a667b22b3 fix: hdr miss add color mangaer mgr 2026-06-26 10:14:54 +08:00
DreamMaoMao
9e5a5f3a42 fix: headless output must config before add to output layout 2026-06-25 14:09:54 +08:00
DreamMaoMao
ed16b1da55 opt: make env can set for wlroots 2026-06-25 13:18:48 +08:00
DreamMaoMao
09e241121e opt: Reconstruct the output commit logic 2026-06-25 13:15:54 +08:00
DreamMaoMao
5639b0728a opt: disable vrr when focus empty tag if not global enable vrr 2026-06-24 21:29:02 +08:00
DreamMaoMao
041a06e659 opt: blur and shield node mount in root scene of client 2026-06-24 21:29:02 +08:00
DreamMaoMao
fc2c5ae49f feat: hdr support 2026-06-24 21:29:02 +08:00
DreamMaoMao
94d89bdefc fix: fix fullscreen tearing only 2026-06-24 07:47:46 +08:00
DreamMaoMao
b472fa11d1 feat: add windowrule option vrr_only_fullscreen 2026-06-23 14:45:06 +08:00
DreamMaoMao
68ac770281 fix: miss reparent client node backto scene_surface node after replace client 2026-06-23 14:01:46 +08:00
DreamMaoMao
d0645e5c30 opt: Remove redundant code 2026-06-23 10:43:16 +08:00
DreamMaoMao
38393873f3 opt: optimize text draw for hidpi 2026-06-23 09:30:28 +08:00
DreamMaoMao
c385106370 fix: fix group cross monitor 2026-06-22 20:58:10 +08:00
DreamMaoMao
95b0724cff opt: add common for struct type
It must be placed first; otherwise, after the xytonode's null pointer is
forcibly converted, the reading type will encounter an incorrect address
2026-06-22 14:33:00 +08:00
DreamMaoMao
b8ca3a3c34 opt: optmize structruing\ 2026-06-22 14:27:56 +08:00
DreamMaoMao
06eed8cd2e opt: make groupbar same layer with its client 2026-06-22 09:31:23 +08:00
DreamMaoMao
060b0a0c7d opt: optimize layer cover of floating group bar 2026-06-21 23:44:46 +08:00
DreamMaoMao
5a57198c1d opt: optimize size per set when setfloating 2026-06-21 22:37:09 +08:00
DreamMaoMao
38f2ecf30b opt: optimize layer cover when setfloating 2026-06-21 22:32:53 +08:00
DreamMaoMao
5e9a28ec79 opt: allow floating window show group bar 2026-06-21 22:26:58 +08:00
DreamMaoMao
e05bea855e opt: optimize layer cover 2026-06-21 19:36:38 +08:00
DreamMaoMao
d1cab2c4b7 feat: support group 2026-06-21 15:06:42 +08:00
DreamMaoMao
0fc7559c3c version: chase wlroots 0.20 2026-06-19 19:40:19 +08:00
DreamMaoMao
adc1239075 opt: ov_tab_mode not conflict ov_jump_mode 2026-06-19 11:04:44 +08:00
DreamMaoMao
da89e2401a opt: dont override float geom setting when customsize in ono-floating state 2026-06-19 09:56:24 +08:00
DreamMaoMao
fbd0863b61 opt: make sure the node init to null 2026-06-18 11:52:16 +08:00
DreamMaoMao
a5d44d7347 opt: tab_bar_decorate and jump_label_decorate config separate 2026-06-18 10:28:58 +08:00
DreamMaoMao
5a60f39064 feat: monocle layout support title tab 2026-06-17 21:25:30 +08:00
DreamMaoMao
a7acc7f5f3 opt: Reduce unnecessary text drawing 2026-06-17 08:35:44 +08:00
DreamMaoMao
a515ad9b91 feat: add overview jump mode
Some checks are pending
Sync website / sync-website (push) Waiting to run
Sync wiki / sync-wiki (push) Waiting to run
2026-06-16 23:08:01 +08:00
DreamMaoMao
ce1879d417 fix: scroller proportion option miss apply in windowrule 2026-06-16 08:07:54 +08:00
DreamMaoMao
d81ca73ea1 opt: optimzie dir find logic
Some checks are pending
Sync website / sync-website (push) Waiting to run
Sync wiki / sync-wiki (push) Waiting to run
2026-06-16 00:06:49 +08:00
DreamMaoMao
b0fb99b95e feat: add scroller property to tagrule 2026-06-15 16:49:42 +08:00
DreamMaoMao
8ca013e6c3 opt: avoid arrange when restore from overview 2026-06-15 13:33:46 +08:00