Commit graph

1,088 commits

Author SHA1 Message Date
0527d376b7 add function for forcing the client to be configured before doing any xdg stuff (in a way Both all compositors like)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-20 20:23:02 -07:00
69076f2893 fix menus on csd
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-20 19:42:30 -07:00
dee940161e clip: only apply extra clipping when haves decorations
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-20 19:33:12 -07:00
52d676e54f csd and clipping
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-20 19:28:18 -07:00
4e70de98e9 merge conflict
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-19 19:46:58 -07:00
3cf94f6651 wayland: malicious compliance with gnome's CSD rule 2026-03-19 19:43:57 -07:00
22fe52c4a3 ugh
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-20 09:59:07 +09:00
3eeace0963 don't use wl_dispatch_pending_timeout appearently debian still doesn't ship with it
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-19 17:32:36 -07:00
f78e5e620f wayland: image clipping attempt
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-19 17:06:48 -07:00
f44f98b8aa wayland: don't update buffer if we haven't configured
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-19 16:35:56 -07:00
04eb28b617 revert the removal of MwLLBeginDraw/EndDraw, turns out the newer system still doesn't please weston and likely other compositors
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-19 16:05:44 -07:00
42db5889db wayland c89
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-19 16:01:32 -07:00
5f53236c91 remove unused test parameter added to common lowLevel
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-19 15:59:44 -07:00
91c05b670d wayland: working viewport, subsurface input region
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-03-19 15:57:20 -07:00
5960823801 wayland: don't early return from pointer_button, it causes a deadlock
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-18 23:07:16 -07:00
0a62467760 correct mouse clicks
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-18 23:01:39 -07:00
9309b5fe83 remove old hacks from wayland code, including MwLLBeginDraw and MwLLEndDraw which was really only ever needed for wayland and not anymore
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-18 19:24:51 -07:00
fc7896b5ce wayland: improve event loop
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-17 22:17:05 -07:00
eb0919333a wayland: fix several examples
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-17 20:39:37 -07:00
1cb8fb6c53 wayland: SEVERAL fixes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-17 20:28:58 -07:00
d14c17b86e wayland fixes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-17 17:43:22 -07:00
98eb529c6f Merge branch 'master' of ssh://gitea.nishi.boats:2222/pyrite-dev/milsko
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-16 16:09:01 -07:00
c64d7778cd mac: convert child windows to subviews 2026-03-16 16:08:25 -07:00
3260643ada
i wonder if this works
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-14 05:21:53 +09:00
8f04ccdb68
cleanup
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-14 05:16:27 +09:00
43dd61ffbe
clean old things
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-14 05:10:16 +09:00
db5f0ed40a mac: some fixes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-12 01:10:45 -07:00
96528ca433 mac: don't set the xywh of parent windows twice
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-11 20:27:51 -07:00
13320dce78 proper event handling
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-11 15:49:14 -07:00
02faed2f04 reduce cpu usage on event loop
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-11 13:13:16 -07:00
6c53df0fc5 correct pixmap updating (sadly memcpy'ing is not enough)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-10 20:09:37 -07:00
d9ee157ee8 mac: support delayed creation of the view's context, for anything whose size starts at 0x0
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-10 17:10:47 -07:00
d3c30bf6d3 mac: mouse fixing, somewwhat. also just always send events for a bit
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-10 16:31:29 -07:00
8f379e9751 add comment clarifying pending
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-10 15:46:46 -07:00
9f1b455341 mac: new event pumping architecture that sucks and i hate it but apple is happy with it so we're happy with it 2026-03-10 15:33:20 -07:00
a0e2ec7f57 undo sending mouse event to both the parent and widget itself, forgot that that's exactly something we don't want to do
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-09 16:40:30 -07:00
4ca11145f1 some 10.4 fixes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-09 16:35:09 -07:00
3f84b0f868 mac: document MilskoFakePointer
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-09 16:19:12 -07:00
dd67e42054 mac: remove debug prints 2026-03-09 16:14:48 -07:00
dccc402b3d mac: send mouse/key to both event itself and window, evidently
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-09 16:13:49 -07:00
128a1ec524 mac: 'implement' tool windows
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-09 15:07:46 -07:00
65afd85439 mac: most window functions now implemented (save for makeToolWindow)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-09 14:01:57 -07:00
9eda46d981 mac: remove accidental includes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 23:38:57 -05:00
21d5625ec7 fix forceRender, at the cost of breaking the rotate example
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 20:03:47 -07:00
75c9af91d1 mac: try and fix positioning for child windows
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 19:15:17 -07:00
c20da369e8 try and fail to have the app be activated without setting the activation policy
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 18:30:37 -07:00
3b78872ce8 mac: took a detour and got it working in 10.4, before accidentally fixing the remaining memory leak I think
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 18:04:37 -07:00
4549e4f75b mac: remove nscolor release call after realizing it's likely UB and crashes high sierra
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 17:07:48 -07:00
4319ea25b5 mac: fix a bunch of memory leaks
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 16:05:57 -07:00
0fde05fa03 fix some parts
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-08 07:06:12 +09:00