Commit graph

356 commits

Author SHA1 Message Date
3c336b5e95
fix listbox
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-09 03:44:29 +09:00
a652514ab0
always use monospace for listbox
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-09 03:42:45 +09:00
0de09207a4
refactor font api
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-04-06 17:29:09 +09:00
b6b8f742d7 fix vulkan's usage of removed error primative
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-03-31 13:28:05 -07:00
9560c4fd92 merge conflict 2026-03-30 11:31:40 -07:00
32842ca160 document MwStringPrintIntoBuffer slightly better
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-03-30 11:19:15 -07:00
35d2b4bb76 MwStringPrintIntoBuffer
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-03-30 11:14:33 -07:00
e312b325c8
fix things
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-29 09:42:34 +09: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
7be0a72fca
optimize box later
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 16:41:32 +09:00
f6abf02486
wip
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 16:31:28 +09:00
251fc41020
fix hang
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 16:16:30 +09:00
a5186cc1e9 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-03-26 22:53:42 -07:00
414fde9b77 fix text positioning on entry 2026-03-26 22:53:20 -07:00
efe1ea076e
fix timing
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 14:49:10 +09: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
efbf90945a fix entry widget's use of clipboard
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-26 21:58:47 -07:00
fc18c86201 disable rounding on checkbox 2026-03-26 21:07:59 -05:00
e5acf07b38 disable rounding on combobox 2026-03-26 21:07:59 -05:00
6538f8e836 fix wayland csd, more doublebuffering fixes 2026-03-26 21:07:59 -05:00
8d7016367e experimental rounded corners idea 2026-03-26 21:07:59 -05:00
70f7f8f084
fix box bug
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 11:05:15 +09:00
c05843a04b
ugh
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-25 17:09:36 +09:00
aa6d1f43d3
fix
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-03-25 17:06:44 +09:00
fa9ad8b984 enable wayland by default on linux builds
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-03-25 00:43:35 -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
47746ff30e dynamically load wayland and its dependencies, fix warnings 2026-03-24 17:38:21 -07:00
5e823b5a25 wayland: gl improvements
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-23 19:30:21 -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
c3d25e6b7d wayland: don't do draw dispatch on forceRender anymore, merely update the buffer
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-22 16:32:36 -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
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
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
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
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
11fec984cf
fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-02-06 22:05:13 +09:00
5413332506
introduce MwWidget->berserk 2026-01-23 15:29:32 +09:00
d3751c0bf9 submenu: just don't adjust if there's no global coordinates, there's not much of another way 2026-01-04 18:25:33 -07:00
54cdd85015 coords 2026-01-04 13:06:36 -07:00
d784770ca9 wayland: popup positioning 2026-01-04 13:01:50 -07:00
8cdffa12ae wayland/opengl: fix o->egl_window_native warning 2026-01-04 11:13:59 -07:00
933b5198c7 wayland/vulkan: quickly get that going 2026-01-04 11:12:57 -07:00
30a100fd28 wayland/opengl: set EGL_DEPTH_SIZE to 24 2026-01-03 19:21:03 -07:00
f3683dece3 undo HAS_OPENGL stuff 2025-12-30 22:38:01 -07:00
6946c1eaf3 wayland: opengl support 2025-12-30 22:26:19 -07:00
72820e87f1
rename clipboard_received to clipboard 2025-12-31 04:35:10 +09:00
d3147ac087
format 2025-12-31 04:29:27 +09:00