Re: Improved and Fixed Screen Math For Parity With Mac OS and Squashing Bugs

2023-09-06 Thread dr_clow
So I read the code again, and I just wasn't able to find where I was dividing twice. I set a rule that I only preformed division at the NSEvent construction site (to ensure that all the math that happens up until that point was surly in pixels. Would you mind showing me the line. I assume it

Re: NSImage caching bug?

2023-09-06 Thread Marco Cawthorne
On 2023-09-04 14:03:57 -0700 Riccardo Mottola wrote: Hi Marco, Marco Cawthorne wrote: I went into libs-gui/Source/NSImageRep.m and inside imageRepsWithContentsOfURL set the argument of resourceDataUsingCache from YES to NO which fixes the problem I was having. So my assumptions about the

Re: Improved and Fixed Screen Math For Parity With Mac OS and Squashing Bugs

2023-09-06 Thread Fred Kiefer
This looks a lot better, though I only looked at the back part. There are a few typos and at one place (mouse events) you are doing the division twice. Cheers, Fred On the road > Am 06.09.2023 um 04:31 schrieb dr_c...@me.com: > > Hello All, > > I just finished rebasing my code on the