Frode Solheim

Results 106 comments of Frode Solheim

Ideally, yes, but I don't know of any easy way to do this with autoconf/automake.

Thanks for the testcase, I haven't tried it yet, but a testcase such as this is very valuable to fix the problem :) Some background information regarding deterministic=1 - in...

Hi, I did not notice this pull request until now! As a first draft, the scrolling looks fine (it should probably use constants to define the max visible items etc,...

I agree that the functionality is not obvious, because users are not told what is happening. It is a useful feature in many cases, but has been mentioned here, can...

Possibly relevant SDL issue: https://github.com/libsdl-org/SDL/issues/4823

Like on of the comments in https://github.com/libsdl-org/SDL/issues/4823 suggests, it seems to be related to dpi scaling. Problem does not occur with 100% scale in Windows settings.

There seems to a problem yes, but the pull request does not look correct either. I've made a short test C program with code from the AmiTCP header files: ```...

Comparing with src/od-fs/bsdocket_posix.cpp, it looks like `FIOGETOWN` is incorrect and should be `0x4004667B` while it is `0x8004667B` in the source code, currently.

I'm not entirely sure about the fixes for FIOSETOWN and FIOGETDOWN; they do look wrong, but the fix looks wrong as well. I'm trying to find some proof of what...