Daniel Kochmanski

Results 126 comments of Daniel Kochmanski

It looks like a very appealing feature. How Genera handles situation, where two application frames have commands waiting for the argument of the same type? Also, I'm not 100% sure...

```org This is just a sketch of an idea. We plan to introduce a term of a "focused sheet", that is a sheet, which receives keyboard events. This concept may...

there is set-stream-input-focus (and `with-input-focus`) for the programmatic part. As of window reactions, please see: - https://github.com/McCLIM/McCLIM/wiki/Input-focus-proposal - https://github.com/McCLIM/McCLIM/tree/improve-click-to-focus (https://github.com/McCLIM/McCLIM/pull/851)

Since it is also relevant to the email exchange, I've created a hacky PoC how zooming could be done (using medium transformation). This partial implementation may produce glitches, because repaint...

This is only a PoC code, not a proposed solution. My point is that sheet-transformation is important when we display things - recorded output has its coordinates already transformed as...

hey, I've finally found time to re-read things again and I think that I agree with your interpretation. I'm currently thinking about an unified protocol for specifying coordinates and lengths...

It is part of a bigger comment which describes the protocol. 101 means "a basic introduction"[1]. 1. Right, I will add it there 2. Please see "12.7 Graphics Protocols"[2] ,...

by handicap I've meant advantage, I've clearly used the word in a wrong way.

medium-transformation, when bound to the sheet, is "+identity-transformation+" unless the user changes it. They may change it either by passing `:transformation` option to the drawing function or by wrapping the...

Since this issue is already reported, I'm going to pick up from here. Here are some notes I've made regarding sheet geometry: https://gist.github.com/dkochmanski/41063e5fc0c01a9a698a4b0973d197a2. Regarding sheet-{native,device}-region there are some issues (as...