a00d4ba144
configure updates, new 'tiny config' option
2026-03-31 16:54:01 -07:00
252490e2cf
Wayland pointer lock fixes
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
2026-03-27 15:14:19 -07:00
78ee4033b5
wayland: MwLLShowImpl
2026-03-26 23:32:24 -07: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
4b2bf63889
wayland: support pointer locking
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
2026-03-24 23:24:20 -07:00
195cccd65a
perfect MwLLDetach
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
2026-03-23 14:28:49 -07:00
9d65e9c6bf
Wayland improvements
2026-03-23 12:05:32 -07:00
09441380b5
wayland: fallback if selected_cairo is null
2026-03-22 16:15:50 -07:00
52d676e54f
csd and clipping
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
2026-03-19 15:57:20 -07:00
0a62467760
correct mouse clicks
2026-03-18 23:01:39 -07:00
1cb8fb6c53
wayland: SEVERAL fixes
2026-03-17 20:28:58 -07:00
d14c17b86e
wayland fixes
2026-03-17 17:43:22 -07: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
d784770ca9
wayland: popup positioning
2026-01-04 13:01:50 -07:00
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
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
a815998ace
wayland: fix pointer
2025-12-18 11:26:51 -07: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
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