Gregory Haerr

Results 674 comments of Gregory Haerr

Also, tuxchess requires opening several .gif files for the board and chess pieces. I've just added them to be copied to demos/images/*.gif in Makefile_nr, and also enabled -DHAVE_GIF_SUPPORT=1, which was...

Thanks, on the mouse, that works. The color is still not correct - I'm using the unmodified pixel format in Makefile_nr: `SCREEN_PIXTYPE = MWPF_TRUECOLORARGB`. I changed that to BGRA and...

> TUXCHESS still hangs at start. And every FLTK demo I tried hangs on exit. But nothing has outright blown up! Yes, I can't get tuxchess to display anything. I...

Hello @sduensin, Ok, finally I have dosbox-x working. It required an upgrade to version 0.83.25 on macOS to fix the color issue, which luckily was just fixed 18 days ago....

I've fixed tuxchess, turns out the load image `open` function didn't have O_BINARY set, required for DOS. Tracking that done, found that GrError/GdError from Nano-X hung programs trying to write...

Hello @mik1234mc, Thank you for your interest in MIcrowindows. I would suggest using kbd_event.c and moving it out of the deprecated/ folder and see whether it works for you unmodified,...

> This seems unsafe. You might want to check your input before attempting to open it. > Isn't this sufficient check? I think @lpsantil was referring to the potential security...

Hello @Ellis2781, There hasn't been much new development, but I try to help with any requests for information, how to do something, or get compiles to work on various platforms....

Hello @Flygrounder, Thank you for using Nano-X. Your code looks fine. I'm pretty sure the reason for the problem is that the window border draw output is not being included...

> I've chosen to stay away from reparenting because in tiling window manager you don't really need those widgets as you are doing everything with keybindings. For example popular X11...