Results 13 issues of Mikhail Gribanov

In my shaders, I want to use my variable names (instead of, for example, `in vec2 v_texcoord;` or `uniform vec2 u_mouse;`) and it's inconvenient for me to rename them every...

I want to achieve this behavior: https://github.com/saket/telephoto/assets/4838367/1d29b3d5-0e43-45fe-9b93-4af06923cf3b How can I do it? In [Subsampling Scale Image View](https://github.com/davemorrissey/subsampling-scale-image-view) I only have to `setPanLimit(SubsamplingScaleImageView.PAN_LIMIT_CENTER)` for this.

![autofocus](https://github.com/user-attachments/assets/68a470c8-a99a-4e10-b236-15a6ae9583a9) - Adding `autofocus` property. The control will attempt to automatically grab focus when it becomes visible. If multiple controls enable `autofocus` property, the last control to become visible will...

enhancement
topic:gui