Commit graph

1,869 commits

Author SHA1 Message Date
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
7f361b9d15 correct names 2026-09-22 11:16:12 +09:00
ec45c8828d rename 2026-09-22 11:16:12 +09:00
83eb8c8dc4 ok 2026-09-22 11:16:12 +09:00
c5330cc184 direct3d9 2026-09-22 11:16:11 +09:00
12b89aab9b Update Jenkinsfile 2026-09-22 11:15:58 +09:00
e967523063 Update pl/rules.pl 2026-09-22 11:15:58 +09:00
aef5fe03a9 Update configure 2026-09-22 11:15:58 +09:00
a0da41210a Update configure 2026-09-22 11:15:58 +09:00
fb9919de2a oh wait the jenkinsfile can at least use enable-d3d 2026-09-22 11:15:58 +09:00
a18ca58f18 xml 2026-09-22 11:15:57 +09:00
f89eaf6901 put nul in gitignore for watcom cross compile 2026-09-22 11:15:01 +09:00
2f3b8f2417 error handling for d3d8 and d3d9 2026-09-22 11:15:01 +09:00
5872c43539 have watcom check for d3d8.h/d3d9.h 2026-09-22 11:15:01 +09:00
2a19c5e5cf genmk 2026-09-22 11:15:01 +09:00
87cbb582f7 perl 2026-09-22 11:15:01 +09:00
47c9f8df4e d3d8 too 2026-09-22 11:15:00 +09:00
bc326491b5 dx9 2026-09-22 11:15:00 +09:00
960db8d3e3 some fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-22 10:13:08 +09:00
c2f8fb3f82 wayland: actual subsurface type for the one widget that needs it (vulkan)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-21 17:22:15 -07:00
e43a5291f5 combobox fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-21 16:55:27 -07:00
58027c095f snapshot previous buffer so that we don't have ghosting anymore on rotate (this also makes resizing A Bit better)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-21 16:51:46 -07:00
cb5efd9224 wayland: got resizing looking good enough
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-21 15:49:01 -07:00
954a4a8e15 disable dnd on X11 for now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-21 14:27:03 -07:00
9420878b93 oops! fix csd not working
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
2026-09-21 12:01:23 -07:00
e8d692f05a remove the unneeded 'wayland event start/end' macros
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-09-21 11:54:07 -07:00