Commit graph

393 commits

Author SHA1 Message Date
a148b3bedf wayland: use mutexes to ensure that MwLLDestroyImpl never conflicts with wayland events. 2026-01-03 18:27:34 -07:00
bed668b84a wayland: fix misc. crashes on the destruction of widgets 2026-01-02 14:19:48 -07:00
6946c1eaf3 wayland: opengl support 2025-12-30 22:26:19 -07:00
a03065ae52 wayland: forgot to commit .h 2025-12-30 19:16:01 -07:00
67bd6029af wayland: finish clipboard 2025-12-30 17:12:12 -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
823c865791
handle WM_DELETE_WINDOW better 2025-12-31 00:48:44 +09:00
c80987ffe4
better 2025-12-25 04:18:12 +09:00
c8e7f58230
wrong 2025-12-23 22:11:22 +09:00
9ea54b4f88
format 2025-12-23 22:08:55 +09:00
55f82e4fbc
update 2025-12-23 22:08:49 +09:00
c7c8f236b0
yes 2025-12-21 23:03:33 +09:00
bdc67d6369
text shadow 2025-12-21 23:02:02 +09:00
2304b493d1
add MwNlength 2025-12-21 15:17:00 +09:00
91d9677bf7
add seven segment 2025-12-21 14:38:07 +09:00
f09960195f
submenu 2025-12-21 12:08:08 +09:00
604ff72d6e
add MwNbitmapFont 2025-12-19 22:35:35 +09:00
6123fd1304 wayland: implement tool windows. add destructors for protocols 2025-12-18 23:32:51 -07:00
b7488b9440 wayland: seperate MwLLPending and MwLLNextEvent 2025-12-18 19:59:40 -07:00
18511dec2f wayland: remove a few unused fields 2025-12-18 18:27:44 -07:00
59ff6f1008 wayland: add icon support 2025-12-18 18:21:57 -07:00
a27a01ce41 wayland: MwLLGetClipboardImpl. 2025-12-18 17:46:23 -07:00
8d4e845e7c wayland: MwLLGetScreenSize 2025-12-18 13:43:45 -07:00
d8c08f80d6 wayland: cursor support 2025-12-18 13:15:03 -07:00
c6e7421b31 wayland: key modifiers 2025-12-18 11:36:04 -07:00
e3b3363e42 Merge branch 'master' of ssh://gitea.nishi.boats:2222/pyrite-dev/milsko 2025-12-18 11:29:12 -07:00
a815998ace wayland: fix pointer 2025-12-18 11:26:51 -07:00
c9c3a00ed3
unrelated changes 2025-12-19 02:55:30 +09:00
012650f06f
tiny change 2025-12-19 01:37:02 +09:00
724b008220 impl resizing in wayland 2025-12-17 19:41:05 -07:00
320de34ce8 remove opengl from wayland in favor of cairo 2025-12-17 19:14:54 -07:00
3e4001e4f1
more proper term 2025-12-15 15:41:19 +09:00
02c21233ae
use more proper term 2025-12-15 15:27:04 +09:00
a5cd1974e4
add MwNouterPadding 2025-12-15 15:05:36 +09:00
a1ce1b56e4
fix prop and add MwNfixedSize 2025-12-15 14:30:59 +09:00
50f11b1c69
introduce box widget 2025-12-15 14:09:30 +09:00
1e74356db7
method name consistency 2025-12-15 07:05:42 +09:00
cf4fdc531a
update color things 2025-12-15 06:48:40 +09:00
e57f3fd910
update 2025-12-11 00:50:50 +09:00
82f9330bef
add MwNfillArea 2025-12-10 13:26:19 +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
6f331d613d
make cursor related functions public 2025-12-08 14:42:16 +09:00
b239dd3819
some useful function 2025-12-08 14:38:01 +09:00
218f8fa9cf
remove MwLLSetBackground 2025-12-07 10:40:40 +09:00
71cb96b06e
make gdi rendering a little bit faster 2025-12-07 07:10:20 +09:00
a0b3ecb697
add MwNborderWidth 2025-12-07 05:33:22 +09:00
2782277d06
add MwGetName 2025-12-07 04:14:02 +09:00