Commit graph

1,159 commits

Author SHA1 Message Date
1f4fddfa67 fix color leak 2026-07-05 06:30:54 +09:00
541499f43c add RESIZE_ON_TICK and fix CMake
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-07-05 05:24:03 +09:00
7d40eff3e5 fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
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
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
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
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-24 22:54:50 -07:00
e8a4e266b3 wayland: do keyboard repeat
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-24 22:51:10 -07:00
3c1bd9956f wayland: 'focused' widgets should also have key events sent
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-24 22:18:29 -07:00
3727c9f587 fix wayland csd
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-23 23:34:38 -07:00
6ecbe998f8 fix wayland csd
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-23 23:32:43 -07:00
314cc0da85 format
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-23 06:15:20 +09:00
add02b695b make label respect alignment
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-23 06:14:37 +09:00
3dac44ed92 use proper method
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-23 03:53:13 +09:00
f7df6df342 better fix
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-05-23 03:49:47 +09:00
732b47a300 fix
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-05-23 03:47:09 +09:00
143167761c fix warning
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-05-23 03:42:23 +09:00
149f99622a add disabled widgets
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-05-22 11:41:17 -07:00
9e165b71d4 add MwNiconPixmap to frame and MwTabFocus
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-23 03:16:37 +09:00
3d6e08541a fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-22 14:17:40 +09:00
e7506922d2 finalize tab fix a bit more
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-21 18:21:50 -07:00
262019b1d4 fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-22 09:19:19 +09:00
2e2833f57b color
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-21 10:56:12 +09:00
1fe971e1df fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-21 08:43:45 +09:00
9ee96a71c4 wayland: overhaul CSD, functions/looks much better.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-20 16:29:43 -07:00
632f63dee8 backport fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-21 06:04:04 +09:00
6f204af3e6 wayland: fix comment
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-20 14:02:41 -07:00
637015e4d5 rename MwWaylandAlwaysRender to MwWaylandVulkan
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-20 02:43:22 -07:00
b8229c3ee8 wayland/opengl: revert "instead of just breaking, select the one with the lowest visual ID"
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-20 04:09:47 -05:00
ddca432762 wayland/opengl: instead of just breaking, select the one with the lowest visual ID specifically
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-20 04:07:44 -05:00
86286a0420 wayland/opengl: break after first config match, amidst other c89 fixes.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-20 04:03:12 -05:00
b7415dd240 fix calling convention stuff
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-15 01:32:29 +09:00
276a9eeec5 fix warnings and sigsegv
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-15 00:25:24 +09:00
35e8e819e1
fix
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-05-14 21:12:47 +09:00
32266c7656
add table widget
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-05-14 21:10:22 +09:00
0628250631 draw func for label should be set per widget oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-13 00:37:22 -07:00
501e32375e label: oops, put the function for setting draw_seven_segment in the correct place
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-13 00:16:17 -07:00
b258f1e05d label: replace giant if/else block in draw, just change the draw handler function when MwSetSevenSegment is called
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-13 00:05:06 -07:00
e448a8ed4e fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-13 14:41:35 +09:00
90128dc6b2 fix some stuff
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-13 14:23:02 +09:00
21dcb02428
fix warning
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-13 06:18:00 +09:00
5ff8d9a6f1 fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-12 10:57:51 +09:00
56544212b1 add MwTreeViewGetOpened
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-12 09:49:06 +09:00
b38c146ddf
remove debug message
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-11 03:55:42 +09:00
416bdaf25e
use MwStringPrintIntoBuffer
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-09 02:43:32 +09:00
e929efb461
tab
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-08 19:00:32 +09:00
d0a4d1f1af
1.2a
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-08 01:54:29 +09:00
582582379b fix rendering 2026-05-08 00:35:51 +09:00
d1143a68ac
smoother tab
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-07 22:59:54 +09:00
37c3f9cbdc
1.2
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-07 19:50:10 +09:00
8cb40ce2d4 also works on wayland now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-07 19:47:09 +09:00
059b287a09
fix separator
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-05-07 19:45:14 +09:00