Commit graph

77 commits

Author SHA1 Message Date
d0a6bd892d add some impl comments to mac, fix a hypothetical bug 2026-04-18 11:02:44 -07:00
570f05540e
many things changed 2026-04-17 01:36:34 +09:00
79efc31c55
dbus should work on netbsd now 2026-04-16 23:40:29 +09:00
5136207bf1 Merge branch 'master' into clipboard 2026-04-15 23:42:47 -05:00
a2c1489ffb add MwLLSetDarkTheme 2026-04-16 09:35:53 +09:00
b641a03bae clipboard refactoring 2026-04-15 10:58:46 -07:00
065b0d824c cocoa: untested vulkan code 2026-04-14 20:03:59 -07:00
4d7b33741f fix mac os memleak, maybe fix stringisutf8 idk 2026-04-14 19:38:52 -07:00
a7d790698f mac: getXYImpl should also flip whatever is given to it 2026-04-14 18:28:44 -07:00
6e5057f8c6 cocoa: no more flickering 2026-04-14 18:04:00 -07:00
d597dc9411 new drawing system now works properly-ish 2026-04-14 16:58:28 -07:00
bfc6d8e9af mac: ditch the image rep shit and try switching to a draw commands system 2026-04-14 15:52:11 -07:00
0e2e3a1901 some gnustep fixes, probably close to giving up on this ngl 2026-04-14 13:13:17 -07:00
fe72bc92bf mac: actually dispatch close event. reorganize code slightly more now that less is in objective-c methods 2026-04-13 22:30:25 -07:00
c0d7cb3fbc mac: add a few comments 2026-04-13 21:50:10 -07:00
554e5cd5dd mac: merge all the MilskoCocoa* functions into the C Milsko functions that call them, cleaning up the codebase 2026-04-13 21:36:17 -07:00
522f32cfcd mac: revert back to what i had before with drawing, i still don't know how to fix this but it's better then nothing 2026-04-13 21:19:09 -07:00
9283455cb9 links to gnustep but doesn't run 2026-04-13 20:07:00 -07:00
7d85a784f5 i think we're now linking to gnustep properly 2026-04-13 18:39:21 -07:00
a4c61b0e38 gnustep support? 2026-04-13 17:44:27 -07:00
bb876b9620 mac: only recreate rep if width/height is different. also untested but i'm confident in this 2026-04-13 16:45:20 -07:00
b661face26 mac: more untested changes but its just removing dead comments so i know this won't break anything 2026-04-13 16:43:31 -07:00
f44a70d4ec mac: untested code but i'll fall asleep at night with this in the codebase compared to the other thing 2026-04-13 16:21:30 -07:00
14e908488c mac 2026-04-13 16:09:28 -07:00
728983b92c fix builds on osx 10.4 2026-04-13 13:46:25 -07:00
6ba77904d6 fix hitTest 2026-03-25 21:06:32 -07:00
90706b184f apple: assorted fixes 2026-03-25 19:09:01 -07:00
0bbbc51bb9 apple: fix polygon/pixmap coordinates, add line function 2026-03-25 18:53:13 -07:00
bcb108ae5f apple: 'more correct' polygons weren't correct at all 2026-03-25 18:47:58 -07:00
74779c8f42 apple: better polygons, revealing a bigger issue maybe 2026-03-25 18:21:27 -07:00
82999d716a apple: move all event stuff into callback system, fix cmake support for apple, add gl/vk examples to cmake 2026-03-25 17:49:50 -07:00
04eb28b617 revert the removal of MwLLBeginDraw/EndDraw, turns out the newer system still doesn't please weston and likely other compositors 2026-03-19 16:05:44 -07:00
9309b5fe83 remove old hacks from wayland code, including MwLLBeginDraw and MwLLEndDraw which was really only ever needed for wayland and not anymore 2026-03-18 19:24:51 -07:00
c64d7778cd mac: convert child windows to subviews 2026-03-16 16:08:25 -07:00
db5f0ed40a mac: some fixes 2026-03-12 01:10:45 -07:00
96528ca433 mac: don't set the xywh of parent windows twice 2026-03-11 20:27:51 -07:00
13320dce78 proper event handling 2026-03-11 15:49:14 -07:00
02faed2f04 reduce cpu usage on event loop 2026-03-11 13:13:16 -07:00
6c53df0fc5 correct pixmap updating (sadly memcpy'ing is not enough) 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 2026-03-10 17:10:47 -07:00
d3c30bf6d3 mac: mouse fixing, somewwhat. also just always send events for a bit 2026-03-10 16:31:29 -07:00
8f379e9751 add comment clarifying pending 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 2026-03-09 16:40:30 -07:00
4ca11145f1 some 10.4 fixes 2026-03-09 16:35:09 -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 2026-03-09 16:13:49 -07:00
128a1ec524 mac: 'implement' tool windows 2026-03-09 15:07:46 -07:00
65afd85439 mac: most window functions now implemented (save for makeToolWindow) 2026-03-09 14:01:57 -07:00
9eda46d981 mac: remove accidental includes 2026-03-08 23:38:57 -05:00