Compare commits

..

15 commits

Author SHA1 Message Date
b1bdb2154a +2 -> +3 2026-03-26 19:05:11 -07:00
0dd8fddbe0
update xml 2026-03-27 10:58:17 +09:00
d498c8ecab
epic 2026-03-27 10:46:27 +09:00
3b04f43366
better 2026-03-27 10:40:44 +09:00
dbe9310d2b disable rounding on checkbox 2026-03-26 18:37:47 -07:00
080d960f54 disable rounding on combobox 2026-03-26 18:36:35 -07:00
fcc7bf7679 only do backing box draw if backend doesn't do transparency 2026-03-26 18:34:08 -07:00
dd16b1bcaf
let ioixd do the job 2026-03-27 10:28:21 +09:00
96bcb32ddb slightly stronger gradient on modern theme
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-26 18:12:45 -07:00
4f76aac6a6 MwNisRounded
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-26 18:02:48 -07:00
4696bf1bc4 fix wayland csd, more doublebuffering fixes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-26 17:48:22 -07:00
19407d445e wayland: double buffering 2026-03-26 16:54:40 -07:00
421a1ee0c0 increase smoothness
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-26 15:56:27 -07:00
6efa202db3 r
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-26 15:17:01 -07:00
1562cde8c1 experimental rounded corners idea
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-26 14:40:21 -07:00

View file

@ -53,7 +53,6 @@ static void layout(MwWidget handle) {
sz -= s + Margin;
} else {
sum += n;
sz -= Margin;
}
}