Fred Kiefer

Results 64 comments of Fred Kiefer

It would really help, if somebody could detail the behaviour of these settings on macOS and more specifically on different versions of macOS. How do these two values (plus verticalScroller)...

Yes, at the moment NSShadow is missing most of the real drawing code. If I remember correctly, it would be really hard to implement this as it requires a different...

The difference between an enhancement and a bug used to be that in the later case we are surprised by something not working as expected. whereas in the first case...

Just to clarify a few points: - GNUstep has an implementation for layers, but this only works together with the opal drawing backend. This was implemented some years ago by...

The best information I could find for this format is here https://dkimitsa.github.io/2018/02/13/wl-tech-details-2-robovm/

I do understand what problem you are trying to address here. And accessing an object after it was released is not just annoying but also very dangerous. On the other...

I would not put the blame on application code, although this is always an option. There are cases where I could see that the current GNUstep code for NSTab might...

Just addressing the comments I already made would be fine.

I don't understand what you mean by `Most importantly TIFF is ignoring the flag`. The documentation says otherwise or at least I read it differently. But it is really questionable...

Please move all the private functions out of the public headers. Otherwise we won't be able to merge this.