Commit graph

1,462 commits

Author SHA1 Message Date
43c66417c7 use pkg-config for dbus includes
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 14:03:48 -07:00
12703d451e use pkg-config for dbus includes
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-04-15 14:02:22 -07:00
6257376b1f Merge branch 'master' into clipboard 2026-04-15 14:00:17 -07:00
a0c864d85b fix wayland crash by having MwLLDestroy flush before actually destroying handle
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-04-15 13:58:50 -07:00
64930db2fc color picker example: have button match the background
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-04-15 13:03:24 -07:00
d05e31b154 wayland: don't poll for dark theme, that doesn't work
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-04-15 13:00:59 -07:00
a3bbcf30b2 wayland: dark theme detection
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-04-15 12:25:51 -07:00
f7eb9840de milsko.xml: MwClipboardType should be marked as an enum for MwGetClipboard 2026-04-15 11:19:10 -07:00
e77eb5e08a add clipboard stuff to milsko.xml 2026-04-15 11:14:13 -07:00
b641a03bae clipboard refactoring
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 10:58:46 -07:00
5c386e7665 Update examples/basic/colorpicker.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 03:08:55 -05:00
6ff6b22644 border around color picker wheel
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 01:05:51 -07:00
5cb9b5cab9 have color picker check for dark theme
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 00:54:47 -07:00
0c822d5bfa some wayland fixes curtosey of valgrind
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 23:49:04 -07:00
4ab846ad51 fix fpe in text drawing code
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 22:53:20 -07:00
fc8330f477 uninitialized
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 00:29:16 -05:00
714842461c Update examples/vkdemos/CMakeLists.txt
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 23:04:59 -05:00
aac2b410c0 gl cmake doesnt need win32
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 23:04:39 -05:00
83f5f7a820 examples cmake doesnt need win32
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 23:04:13 -05:00
391f5a6924 remove endian related error
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-15 12:23:54 +09:00
28f6d6ac56 cocoa: untested vulkan code
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 20:08:45 -07:00
065b0d824c cocoa: untested vulkan code
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
2026-04-14 20:03:59 -07:00
32f99b62b6 have MwStringIsKeyUTF8 not use ub
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 19:51:52 -07:00
4d7b33741f fix mac os memleak, maybe fix stringisutf8 idk
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 19:38:52 -07:00
a01e1a9514 milsko.xml: remove roundness
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 20:54:05 -05:00
a7d790698f mac: getXYImpl should also flip whatever is given to it
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 18:28:44 -07:00
6e5057f8c6 cocoa: no more flickering
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 18:04:00 -07:00
d597dc9411 new drawing system now works properly-ish
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 16:58:28 -07:00
bfc6d8e9af mac: ditch the image rep shit and try switching to a draw commands system
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 15:52:11 -07:00
1d59488927 wayland: fix several places where we don't attach buffer if not configured
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 13:45:47 -07:00
f22f45d5bf give up on rounded borders
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 13:34:49 -07:00
0e2e3a1901 some gnustep fixes, probably close to giving up on this ngl
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-14 13:13:17 -07:00
fe72bc92bf mac: actually dispatch close event. reorganize code slightly more now that less is in objective-c methods
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 22:30:25 -07:00
c0d7cb3fbc mac: add a few comments
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 21:50:10 -07:00
554e5cd5dd mac: merge all the MilskoCocoa* functions into the C Milsko functions that call them, cleaning up the codebase
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 21:36:17 -07:00
522f32cfcd mac: revert back to what i had before with drawing, i still don't know how to fix this but it's better then nothing
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 21:19:09 -07:00
9283455cb9 links to gnustep but doesn't run
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 20:07:00 -07:00
7d85a784f5 i think we're now linking to gnustep properly
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 18:39:21 -07:00
a4c61b0e38 gnustep support?
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 17:44:27 -07:00
bb876b9620 mac: only recreate rep if width/height is different. also untested but i'm confident in this
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 16:45:20 -07:00
b661face26 mac: more untested changes but its just removing dead comments so i know this won't break anything 2026-04-13 16:43:31 -07:00
f44a70d4ec mac: untested code but i'll fall asleep at night with this in the codebase compared to the other thing
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 16:21:30 -07:00
14e908488c mac
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 16:09:28 -07:00
728983b92c fix builds on osx 10.4
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 13:46:25 -07:00
0ab497ca88 oops prioritize wayland
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-13 11:28:54 -07:00
c4f6d1eb14 Update src/core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-11 18:30:00 -05:00
2a7cf2de83 x11: allow apple.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-11 18:26:15 -05:00
d1f351a7ef
fix cmake
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-12 07:27:07 +09:00
3852646ce3
fix warning
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-12 07:12:59 +09:00
00397f17ea
update milsko.xml
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
2026-04-12 06:44:35 +09:00