Commit graph

181 commits

Author SHA1 Message Date
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
4bdda59693 better api for clipboard 2025-12-31 04:29:13 +09:00
3f9125d1ae
fix 2025-12-30 23:54:30 +09:00
0ca7f6ed8a
dispatch children_update 2025-12-28 17:41:11 +09:00
a67a0c11f8
fix 2025-12-19 23:31:05 +09:00
604ff72d6e
add MwNbitmapFont 2025-12-19 22:35:35 +09:00
19f52488b8
fancy things 2025-12-19 03:57:45 +09:00
50f11b1c69
introduce box widget 2025-12-15 14:09:30 +09:00
0c787264c6
fix some stuff 2025-12-10 11:15:52 +09:00
9a4c74ad93 Unfinished Wayland PR (#1)
moved from the github repo.

current progress:

<img width="389" alt="image.png" src="attachments/6a2cb365-7348-44b4-8fa7-9980df965a67">

Other notes:

- took the opportunity to remove MwLLSetBackground which I was told was deprecated
- Updated .gitignore to more accurately cover/remove example binaries
- Uses OpenGL as the backend.
- New LL function for swapping buffers, MwLLEndDraw
- [TODO] Uses weak linking for all libraries so that systems that don't support Wayland or even have it installed can launch without it.

Reviewed-on: https://gitea.nishi.boats/pyrite-dev/milsko/pulls/1
Co-authored-by: IoIxD <alphaproject217@gmail.com>
Co-committed-by: IoIxD <alphaproject217@gmail.com>
2025-12-09 20:11:01 -06:00
218f8fa9cf
remove MwLLSetBackground 2025-12-07 10:40:40 +09:00
c2e960fe59
make destroyed 1 on child widgets too 2025-12-07 06:34:16 +09:00
a0b3ecb697
add MwNborderWidth 2025-12-07 05:33:22 +09:00
14cf131528
finally fix 2025-12-07 05:26:16 +09:00
ce80f70332
idk 2025-12-07 05:25:08 +09:00
498a76facd
idk 2025-12-07 05:24:23 +09:00
0e183f64f2
oops 2025-12-07 05:23:16 +09:00
d4887f4940
allow null value 2025-12-07 05:22:52 +09:00
d5336dd38c
allow null value 2025-12-07 05:21:22 +09:00
2782277d06
add MwGetName 2025-12-07 04:14:02 +09:00
2a268c56f1
remove svn keywords 2025-12-05 07:43:04 +09:00
58d88f00a4 now that's better
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@829 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-29 22:04:23 +00:00
77ea00f047 ok
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@828 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-29 21:17:15 +00:00
77ec32ef42 fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@827 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-29 14:59:41 +00:00
27226ed28a MwNdrawHandler
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@826 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-29 13:14:08 +00:00
47f25a93e0 add get screen size
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@825 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-28 17:11:21 +00:00