Commit graph

86 commits

Author SHA1 Message Date
a00d4ba144 configure updates, new 'tiny config' option
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-31 16:54:01 -07:00
252490e2cf Wayland pointer lock fixes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 17:15:59 -07:00
4d694bba49 several wayland fixes, new util function MwIsUTF8 so that both backends can consistently check if something is a valid utf8
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 15:14:19 -07:00
78ee4033b5 wayland: MwLLShowImpl 2026-03-26 23:32:24 -07:00
f1c4a12cf3
implement MwLLGetClipboard for X11
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 14:40:07 +09:00
2a2fdf55bc wayland: double buffering 2026-03-26 21:07:59 -05:00
8d7016367e experimental rounded corners idea 2026-03-26 21:07:59 -05:00
82999d716a apple: move all event stuff into callback system, fix cmake support for apple, add gl/vk examples to cmake
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-25 17:49:50 -07:00
4b2bf63889 wayland: support pointer locking
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-25 00:31:23 -07:00
f4e2ec8fa9 h 2026-03-24 23:44:30 -07:00
9757623d3c make always_render a global variable, MwWaylandAlwaysRender
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-24 23:24:20 -07:00
195cccd65a perfect MwLLDetach
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-24 22:40:36 -07:00
47746ff30e dynamically load wayland and its dependencies, fix warnings 2026-03-24 17:38:21 -07:00
ea2d62f2e1 more wayland fixes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-23 14:28:49 -07:00
6d7fe3271f
fix cursor thing for x11/gdi, also format
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-24 04:26:36 +09:00
9d65e9c6bf Wayland improvements
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-23 12:05:32 -07:00
09441380b5 wayland: fallback if selected_cairo is null
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-22 16:15:50 -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
3cf94f6651 wayland: malicious compliance with gnome's CSD rule 2026-03-19 19:43:57 -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
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
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
c64d7778cd mac: convert child windows to subviews 2026-03-16 16:08:25 -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
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
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
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
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
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
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
306f791641 mac: apple doesn't give us a reliable way to check if events are pending but we have to do the nextEventMatching trick anyways because the alternating pending implementation breaks opengl.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-05 22:52:25 -07:00
ea046f3a52 mac: fix memory leaks somewhat.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-05 22:41:09 -07:00
9d7a75394c mac: implement clipboard (At the cost of making the pending function a crime against god)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-05 21:58:22 -07:00
e2bcd7b9e9 mac: keyboard events and other nice refactors. they get sent to the opengl window but the callback isn't fired for some reason
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-05 19:29:43 -07:00
db577bb01f mac opengl support. proper coordinate flipping
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-04 22:56:04 -07:00
f700e90d23 did some code cleanup
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-04 20:47:55 -07:00
b585ad69b7 code cleanup
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-04 20:44:25 -07:00
943500a7ec mac: got a bunch of events handled. failed to get resizing working though
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-04 19:34:19 -07:00
efa43456c1 significant macos progress, now compiles/runs on monetery
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-03 23:24:28 -07:00
8b28b3e1b0 might be functional 2026-01-27 17:34:25 +09:00
04f1a94cb5 cocoa: attempted drawing 2026-01-14 17:13:12 -07:00
a710967115 cocoa: move interfaces to header (guarded by ifdef __OBJC__) 2026-01-14 13:47:49 -07:00
3dec3ff0da
format 2026-01-15 05:16:47 +09:00
32f09a9af2 wayland: don't do parent draws on every event when we do'nt need to 2026-01-12 19:21:32 -07:00
69c95d5752 wayland: more fix 2026-01-12 18:18:05 -07:00