Commit graph

1,668 commits

Author SHA1 Message Date
74a800b3ef fix reparent freeze 2026-07-20 09:07:41 +09:00
d056d1b7fb wayland: min width/height of 50 2026-07-19 15:06:10 -07:00
a30d306da0 fix perl files 2026-07-20 06:21:25 +09:00
ad8173d562 have cmake not prefix the library 2026-07-19 14:20:43 -07:00
1fe59521bf remove directwrite in favor of gdi 2026-07-19 14:16:14 -07:00
b7ed160614 generate makefile 2026-07-20 04:00:56 +09:00
8a6bfb62de work 2026-07-20 03:58:29 +09:00
d36c9190ec better timer 2026-07-20 03:45:50 +09:00
b285d1ba8d fix tick 2026-07-20 03:36:31 +09:00
09fc854aba fix memleak 2026-07-19 21:11:43 +09:00
84531e9be1 fix documentation 2026-07-19 21:06:32 +09:00
bc5fc10816 faster gdi text rendering 2026-07-19 21:04:33 +09:00
6bc00c6dca better naming 2026-07-19 20:39:31 +09:00
8ebc8108ed implement gdi text renderer 2026-07-19 20:37:04 +09:00
9a29682915 fix cmake 2026-07-19 17:53:30 +09:00
2c9d0c78e4 allow null for name 2026-07-17 22:15:33 -07:00
b20a54fb76 new function MwWindowShouldClose 2026-07-17 21:55:42 -07:00
f260c3c11e win32: missed a break under WM_CLOSE 2026-07-17 20:47:28 -07:00
42802313cb win32: migrate if/else chain to switch case 2026-07-17 20:45:50 -07:00
575b8eaee1 DirectWrite support (#28)
Reviewed-on: pyrite-dev/milsko#28
2026-07-18 11:39:52 +09:00
610c63228e have CMakeLists.txt install a pkgconfig file (+ other fixes for building with MSYS) (#27)
Reviewed-on: pyrite-dev/milsko#27
2026-07-17 07:48:06 +09:00
4b6eae99dc fixed some memleaks while also trying to fix popups not being destroyed correctly 2026-07-13 15:54:58 -07:00
a4d095cabf wayland: fix popup positioning when CSD is active. fix CSD stride 2026-07-13 14:00:32 -07:00
1a75d6cea1 wrongful stb_ds include 2026-07-09 21:54:46 -07:00
82b68c9c53 only do MwLibraryInit wayland/cairo if USE_WAYLAND 2026-07-09 21:51:21 -07:00
c2bb601311 seperate wayland's cairo functionality into a backend that can be used seperately 2026-07-09 21:45:30 -07:00
14d010f9a2 wayland: have MwLLEndStateChange use the right x/y when not detaching 2026-07-09 16:00:39 -07:00
53878b08ee fix cmake 2026-07-09 15:55:11 -07:00
070ee6025b fix wayland warnings 2026-07-09 15:34:59 -07:00
044b067f7f several fixes. layer surfaces now work 2026-07-09 15:19:25 -07:00
a16e48edd5 started on layer surface 2026-07-07 23:04:58 -07:00
7dad6806c3 allow tool windows without a parent; currently fake them, should use layer surfaces later 2026-07-07 20:47:32 -07:00
b860c26505 actually fix Borderless on wayland and confirm it working 2026-07-07 18:29:02 -07:00
5ea01c80c5 wayland: fix popup positioning 2026-07-07 18:22:59 -07:00
d3b0996561 wayland: fix MakeBorderless not working w CSD 2026-07-05 00:44:54 -07:00
0826afb334 fix color leak 2 2026-07-05 06:51:49 +09:00
1f4fddfa67 fix color leak 2026-07-05 06:30:54 +09:00
541499f43c add RESIZE_ON_TICK and fix CMake 2026-07-05 05:24:03 +09:00
7d40eff3e5 fix 2026-05-27 15:45:57 +09:00
884c05acb7 wayland: oops! we have MwTimeGetTick, we should use that (even though I'm not sure if that's consistent across platforms. but it will at least compile 2026-05-24 23:01:48 -07:00
052863dcfe wayland: set a default for keyboard_repeat/keyboard_rate in case a compostior doesn't send key_repeat_info 2026-05-24 22:54:50 -07:00
e8a4e266b3 wayland: do keyboard repeat 2026-05-24 22:51:10 -07:00
3c1bd9956f wayland: 'focused' widgets should also have key events sent 2026-05-24 22:18:29 -07:00
fcca66d1e4 cmake builds shouldn't be linking to libraries that we dynload 2026-05-24 14:13:02 -07:00
3727c9f587 fix wayland csd 2026-05-23 23:34:38 -07:00
6ecbe998f8 fix wayland csd 2026-05-23 23:32:43 -07:00
314cc0da85 format 2026-05-23 06:15:20 +09:00
add02b695b make label respect alignment 2026-05-23 06:14:37 +09:00
3dac44ed92 use proper method 2026-05-23 03:53:13 +09:00
f7df6df342 better fix 2026-05-23 03:49:47 +09:00