Bananymous
  • Joined on 2023-09-10
Bananymous pushed to poll at Bananymous/xbanan 2026-06-04 00:33:23 +00:00
d0f2b5e8a6 quick hack to replace epoll with poll
a6a581347e Fix X-Resource debug printing
Compare 2 commits »
Bananymous pushed to poll at Bananymous/xbanan 2026-06-04 00:32:04 +00:00
f5a6fe4497 quick hack to replace epoll with poll
Bananymous pushed to poll at Bananymous/xbanan 2026-06-04 00:27:35 +00:00
ba6db1b703 quick hack to replace epoll with poll
Bananymous created branch poll in Bananymous/xbanan 2026-06-04 00:27:35 +00:00
Bananymous pushed to main at Bananymous/xbanan 2026-06-04 00:27:26 +00:00
a6a581347e Fix X-Resource debug printing
Bananymous pushed to main at Bananymous/xbanan 2026-06-03 23:26:34 +00:00
e843be0a1c Cleanup the build system and add porting instructions
Bananymous pushed to main at Bananymous/xbanan 2026-06-03 23:26:02 +00:00
1568e0fdda Cleanup the build system and add porting instructions
Bananymous deleted branch portable from Bananymous/xbanan 2026-06-03 23:07:31 +00:00
Bananymous pushed to main at Bananymous/xbanan 2026-06-03 23:07:18 +00:00
c0832cf240 Cleanup the build system and add porting instructions
421e0a6897 Add very basic X-Resource extension
e4bbc31c7b Keep track of client's pid
a1f00aa443 Use 12 bits for client id and 20 bits for resource ids
d0606a1939 Remove banan-os's LibInput dependency
Compare 20 commits »
Bananymous pushed to portable at Bananymous/xbanan 2026-06-03 16:50:52 +00:00
d0606a1939 Remove banan-os's LibInput dependency
Bananymous pushed to portable at Bananymous/xbanan 2026-06-03 16:50:41 +00:00
1e7d761d7d Remove banan-os's LibInput dependency
Bananymous pushed to portable at Bananymous/xbanan 2026-06-01 22:45:36 +00:00
aa70815f5f Implement very basic grab pointer
19f043744a Allow querying global cursor position
af2132315d Implement WarpPointer
83af554e8c Add support for global window position
b41d979dcb Port to SDL3 instead of SDL2
Compare 9 commits »
Bananymous pushed to portable at Bananymous/xbanan 2026-06-01 02:02:22 +00:00
16d57d0194 Destroy client's windows on disconnect
f1a0738d13 Fix QueryPointer
b81ff29e00 Handle external window leave events
0dc88d09bf Don't create platform window for windows without WM_CLASS
97e82afd4d Optimize {,Shm}PutImage
Compare 10 commits »
Bananymous pushed to portable at Bananymous/xbanan 2026-05-30 13:09:02 +00:00
df2aa925cb Add support for system cursors
feb194f416 Allow sending enter/leave events between different native windows
62fc8c8a14 Add initial support for window types
c6d3e55e7b Start work on making xbanan portable
Compare 4 commits »
Bananymous created branch portable in Bananymous/xbanan 2026-05-30 13:09:02 +00:00
Bananymous pushed to main at Bananymous/banan-os 2026-05-20 14:52:26 +00:00
77796dd317 driver-install: implemented a simple installer
f1a72cc9da Kernel: Implemented banos - a WIP C driver API
718379ce3b Kernel: moved read/write_from_user out of Process
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2026-05-20 14:36:59 +00:00
f429e8c7bb driver-install: implemented a simple installer
cba2e8cfef Kernel: Implemented banos - a WIP C driver API
3ad67614aa Kernel: moved read/write_from_user out of Process
14aa28b043 Kernel: Handle TTY ioctls on all inodes not implementing it
6045726e41 Kernel: Optimize PageTable::unmap_range on x86_64
Compare 19 commits »
Bananymous pushed to main at Bananymous/banan-os 2026-05-19 10:58:27 +00:00
d52ad29afa Kernel: Add missing tr cmake file
Bananymous pushed to main at Bananymous/banan-os 2026-05-19 10:28:12 +00:00
1dc26d3c06 Kernel: Cleanup inode stat updating
a05fcdde8c Kernel: Move UTIME_OMIT handling to the syscall from inode
deb2f52a35 Kernel: Add support for named pipes
8224659c48 Kernel: Allow creating FIFOs in tmpfs
1922d78661 Kernel: Add support for mkfifo{,at} mkdir at
Compare 21 commits »
Bananymous pushed to main at Bananymous/banan-os 2026-05-15 18:38:36 +00:00
4ef7b8e71c Kernel: AFG reset return value