Commit graph

1,894 commits

Author SHA1 Message Date
6051c32f50 prepare 2.0a 2026-09-27 12:49:26 +09:00
8b7a11b714 fix example
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 12:43:02 +09:00
ec197c1a1b win32 key_released fix 2026-09-27 12:43:02 +09:00
52dc62c4a2 wayland: get_relative_pointer should use topmost_parent's cursor
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 19:59:55 -07:00
0bb760b918 fix missing underscore
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 11:38:34 +09:00
72a24e935c fix typos in 2.0
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
v2.0
2026-09-27 11:35:24 +09:00
28a0853fd6 forgot a part of 2.0 changelog. oops.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 19:20:49 -07:00
59e1faaef2 Merge branch 'master' of ssh://forgejo.nishi.boats:2222/pyrite-dev/milsko
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 19:18:37 -07:00
8e019efed9 2.0 2026-09-26 19:18:26 -07:00
7efdde3b15 respect theme_override
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 11:13:16 +09:00
c7ec3b8023 update env doc
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 19:12:28 -07:00
e8137f0a81 update bindings docs
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 19:09:35 -07:00
aa46dea301 2.0 changelog
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 19:03:34 -07:00
4d5a253a83 fix csd again, again
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 18:44:27 -07:00
59d9e3dc6e impl showimpl when we don't use subsurfaces anymore
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 18:16:15 -07:00
33ea649d18 fix csd
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 17:35:50 -07:00
647b86fd7d fix popup positions
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 17:24:56 -07:00
bcc99b00ba wslg check should do && actually
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 17:11:08 -07:00
202085858b Merge branch 'master' of ssh://forgejo.nishi.boats:2222/pyrite-dev/milsko
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 17:09:34 -07:00
5d0606c9a2 simply do not support wslg 2026-09-26 17:09:21 -07:00
30ece76ff4 fix warning
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 07:57:26 +09:00
a71d5529d7 wayland fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 07:49:49 +09:00
56acbaa787 d3d9 header
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 07:23:42 +09:00
50171cf92e fix wayland
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 06:37:24 +09:00
8d91a97dad some migration
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 06:30:16 +09:00
845be77805 MwSetVoid/MwGetVoid to Pointer
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 06:15:29 +09:00
e591577801 use MwPolygon/MwLine instead of lowlevel ones
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 06:09:21 +09:00
6e6233edc8 migrate MwLLColor and MwLLPixmap
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-27 05:50:47 +09:00
e1824cffa0 z-index system for wayland
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
fixes clicks penetrating to widgets behind one another and allows MwLLRaiseImpl to be implemented
2026-09-27 05:46:28 +09:00
af472c625c ok
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
2026-09-26 18:36:17 +09:00
42faa5691a ok
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-09-26 18:34:07 +09:00
0320cd64eb better alpha blending
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-09-26 18:32:30 +09:00
122fbd949d ok
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-26 17:46:01 +09:00
0d27c78b02 fix
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-09-26 17:43:41 +09:00
e2da02f2c9 resizing works partly
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-09-26 17:41:38 +09:00
c9dbca2cc8 go against modern advice and set RLIMIT_NOFILE to 65536.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
We're otherwise really leniant with our fd usage but since Wayland uses fds to allocate buffers, wanting to create more then 1024 widgets causes a crash, justifying this.
2026-09-25 13:06:02 -07:00
6de65dfe87 show an actual error if we ever run out of FDs (thanks rob pike)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-25 13:02:34 -07:00
bd97cc23da size hints fixes
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
2026-09-23 23:09:24 -07:00
46bc51076c fix line
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
2026-09-22 11:47:44 +09:00
179853c6c8 hte w
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-21 19:45:06 -07:00
941f7f0075 fix line
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-22 11:41:23 +09:00
61529b7520 update header
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-22 11:20:06 +09:00
75b42a2467 add header
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-22 11:18:15 +09:00
4e2c270908 ok
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
2026-09-22 11:16:12 +09:00
cdf7657b19 ok 2026-09-22 11:16:12 +09:00
7d2b5a17a4 o 2026-09-22 11:16:12 +09:00
9bdd80b421 fix watcom 2026-09-22 11:16:12 +09:00
dfa8c22f1a fix 2026-09-22 11:16:12 +09:00
21911dd899 Update examples/dxdemos/CMakeLists.txt 2026-09-22 11:16:12 +09:00
e7dc38175f experiment with cmake not trying to find directx 2026-09-22 11:16:12 +09:00