tynet-lichat/shirakumo - IRC Chatlog
Search
6:42:25
shinmera
I only have a script to pull all repos recursively: https://plaster.tymoon.eu/v/5Y8S5YLE2#3965
7:14:10
Colleen
The dist is good but I am frequently finding myself modifying code so better to just use git
7:14:10
zyd
The dist is good but I am frequently finding myself modifying code so better to just use git
11:47:25
Colleen
Shinmera: sorry if i forgot but did you mention which code causes the random scrolling of text input components? i would like to do some non-random scrolling and maybe copy from there
11:47:25
scymtym
Shinmera: sorry if i forgot but did you mention which code causes the random scrolling of text input components? i would like to do some non-random scrolling and maybe copy from there
11:53:07
shinmera
oh, uh, you might be talking about ENSURE-VISIBLE which is meant to, well, as it says on the tin, make sure the element is in view somehow
12:05:04
shinmera
ensure-visible is known to be broken when things are nested within multiple clip-views, but should be working fine as long as it is within one?
12:26:39
Colleen
Shinmera: yeah, sorry, found it in the meantime. the problem seems to be that scrolling happens if the element is larger than the view. because the element will never be "in view" then. i'm trying to tweak ensure-visible to prevent that
12:26:39
scymtym
Shinmera: yeah, sorry, found it in the meantime. the problem seems to be that scrolling happens if the element is larger than the view. because the element will never be "in view" then. i'm trying to tweak ensure-visible to prevent that
12:27:21
Colleen
i'm also adding methods for scolling to a point and an extent so that i can scroll to the text cursor location
12:27:21
scymtym
i'm also adding methods for scolling to a point and an extent so that i can scroll to the text cursor location
12:27:52
Colleen
for things like isearch or just simply keeping the cursor from moving out of the view
12:27:52
scymtym
for things like isearch or just simply keeping the cursor from moving out of the view
12:45:22
shinmera
I'm also once again reminded of how nice it would be to have the standard dockable layout thing that Qt and GTK have
12:53:35
shinmera
ok. do you want me to do that or would you prefer me not to muck about in your files?
12:54:41
Colleen
please do. i think the earlier we start some sort of integration, the better. that said, would you add the actions in the branch?
12:54:41
scymtym
please do. i think the earlier we start some sort of integration, the better. that said, would you add the actions in the branch?
12:55:49
Colleen
keeping the cursor visible works. but the smooth scrolling gets confused somehow. if i generate extra events by e.g. pressing and releasing shift, it slowing converges to the location i want. without, it scrolls some amount but falls short
12:55:49
scymtym
keeping the cursor visible works. but the smooth scrolling gets confused somehow. if i generate extra events by e.g. pressing and releasing shift, it slowing converges to the location i want. without, it scrolls some amount but falls short
13:03:22
shinmera
iirc the way the smooth scroller works is that it remembers the last scroll position, then the new one it's set to, and then tries to interpolate