Commit graph

206 commits

Author SHA1 Message Date
1fd86732f5 add props_change, closes #20
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-20 16:22:06 +09:00
4423c318e8 fix for -O3
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-20 15:51:51 +09:00
e62db26db2 Update src/core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-19 19:40:41 -05:00
315638ba3f Update src/core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-19 19:31:35 -05:00
98a6559215 Update src/core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-19 19:25:20 -05:00
b4df1ab241 Update src/core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-19 19:19:26 -05:00
5d0c84d748
introduce early props
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-20 09:00:28 +09:00
a59154d5f1
remove MwMessageBoxDestroy, introduce destroy_inject
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-20 02:04:43 +09:00
bc942153fe cmacos: working?
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-16 22:58:16 -07:00
570f05540e
many things changed
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-17 01:36:34 +09:00
79efc31c55
dbus should work on netbsd now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
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
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-16 09:35:53 +09:00
b641a03bae clipboard refactoring
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 10:58:46 -07:00
6e5057f8c6 cocoa: no more flickering
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 18:04:00 -07:00
d597dc9411 new drawing system now works properly-ish
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 16:58:28 -07:00
f22f45d5bf give up on rounded borders
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 13:34:49 -07:00
0ab497ca88 oops prioritize wayland
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 11:28:54 -07:00
c4f6d1eb14 Update src/core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-11 18:30:00 -05:00
291bb09047
disable XIM for now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-09 00:35:04 +09:00
8a5a2f0f02
nvm
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-07 22:59:16 +09:00
6af4c73905
introduce MwAfterStep, breaking change
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-07 22:56:18 +09:00
1531f89ef0
better rendering
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-07 22:42:19 +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
d4f6ca14e2 allow x11 backend to be disabled (on by default) (i doubt people will do this)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-31 13:54:12 -07:00
2e2a97e4a8 replace MwPrintIntoBuffer w MwStringPrintIntoBuffer in core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-31 13:30:34 -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
dac94c78e1
huh
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-28 02:39:30 +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
6cc3925282
add MwNdarkTheme
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-27 11:25:53 +09:00
00e44bec32 MwNisRounded 2026-03-26 21:07:59 -05:00
22fe52c4a3 ugh
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-03-20 09:59:07 +09: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
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
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
e09eccbf5f refactor font.c into an MwFL section (#9)
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Reviewed-on: https://gitea.nishi.boats/pyrite-dev/milsko/pulls/9
Co-authored-by: IoIxD <alphaproject217@gmail.com>
Co-committed-by: IoIxD <alphaproject217@gmail.com>
2026-03-04 13:59:28 -06:00
bbb20f081e
add MwNdarkThemeHandler 2026-01-27 18:51:57 +09:00
626294c95f
format 2026-01-27 18:50:03 +09:00
9544404f7c
fix warning 2026-01-27 18:46:12 +09:00
64c3cdb4a5 MwSetDarkTheme instead of MwToggleDarkTheme 2026-01-27 18:03:16 +09:00
8b28b3e1b0 might be functional 2026-01-27 17:34:25 +09:00
5413332506
introduce MwWidget->berserk 2026-01-23 15:29:32 +09:00
85994d42f1
fix issue #5 2026-01-15 05:16:27 +09:00
a0d1bada8f
probably left debug code 2026-01-12 18:50:55 +09:00
e73964882e renamed appkit backend to cocoa and got something that compiles 2026-01-09 21:35:23 -07:00
85df90ceaf
what did i even change? 2026-01-06 00:54:00 +09:00
e2aecbf9d4
this should be more correct 2026-01-05 23:27:18 +09:00
54cdd85015 coords 2026-01-04 13:06:36 -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