Vinogradov Daniil

Results 215 comments of Vinogradov Daniil

I thought a lot about scrolling by wheel but I cannot realise how could I do that without any problem for users of Borealis... The main idea is to allow...

I've added mouse scrolling, tried to use as less code as possible. Review it please.

As you could guess, I'm using ios and macos as reference. Apple's UIKit has auto adaptation of its gesture recognizers for touch and mouse, so I can use the same...

You could test it, it works perfectly fine now, like it should work on PC. Tap works the same on touch and mouse click, Pan also works the same like...

I'd like to make horizontal scroll view and use it inside vertical scroll view, i.e. bunch of screenshots in horizontal scroll inside vertical with another info (any AppStore\Google Play\eShop page)....

Where I can post a video?...

https://user-images.githubusercontent.com/9553519/108274344-d1d63e80-7185-11eb-9517-758c4d6b6d43.mov Oh, I can do it here...

There was the same problem when I tried to implement horizontal scrolling, as root view it worked fine.

I've made horizontal scrolling and it also have the same problem. That happens cause doublenested view don't count primary scrollview's detachedOrigin and renders it only in place where it was...

I don't think I can add any kind of protocol by my self, iTorrent uses libTorrent as core, it also uses by qBitTorrent and I tried to replicate all settings...