Re: Update to the proposal on enhancing MouseWheelEvent

2020-01-16 Thread Pavel Fatin
to the proposal on enhancing MouseWheelEvent >> To: Sergey Bylokhov >> Cc: Denis Konoplev , Pavel Fatin < >> pavel.fa...@jetbrains.com>, >> >> >> Hello Sergey, >> >> We’ve resumed our work on smooth scrolling. However, this time we started >&

Re: Update to the proposal on enhancing MouseWheelEvent

2020-01-13 Thread Pavel Fatin
Hi Sergey, You may take a look at https://pavelfatin.com/scrolling-with-pleasure and the comments (particularly, https://pavelfatin.com/scrolling-with-pleasure/#comment-68549) for related details. On Sun, Jan 12, 2020 at 1:22 AM Sergey Bylokhov wrote: > Hi, Pavel. > > On 1/5/17 8:21

Re: Fix for precise scrolling on Mac Sierra 10.12.2

2017-01-19 Thread Pavel Fatin
Hi Sergey, The provided list of numbers gives the impression that deltaY =~ SUM(0.1 * scrollingDeltaY) and then the code uses 0.1 as a fixed multiplier to translate between the values. However, tests show that it's not the case – in reality, there's no such a linear mapping between the two val

Re: Proposal on enhancing MouseWheelEvent to include absolute scrolling delta

2017-01-12 Thread Pavel Fatin
which I see here is that we have no strict definition of units which we use for scrolling(ticks, pixels, lines or 2-pixels on the retina etc). Hi All, Next follows a proposal on enhancingMouseWheelEventto include absolute scrolling delta. My name is Pavel Fatin, I work at JetBrains (Intelli

Update to the proposal on enhancing MouseWheelEvent

2017-01-05 Thread Pavel Fatin
Hi All, Here's an update to the proposal on adding absolute delta to MouseWheelEvent: it turns out, that Windows, since Windows 8, actually /does /offer Mac-like absolute scrolling deltas. That data is available for clie

Proposal on enhancing MouseWheelEvent to include absolute scrolling delta

2017-01-04 Thread Pavel Fatin
Proposal on enhancing MouseWheelEvent to include absolute scrolling delta Hi All, Next follows a proposal on enhancing MouseWheelEvent to include absolute scrolling delta. My name is Pavel Fatin, I work at JetBrains (IntelliJ IDEA). Although this is my first message here, I have been