declantsien

Results 75 comments of declantsien

David DeSimone ***@***.***> writes: >> David DeSimone ***@***.***> writes: > > My bad, I was a little too aggressive in my deletions, should be fixed now. > > -- >...

David DeSimone ***@***.***> writes: > The docs are going to need an update - I will work on that as well. For now, the most basic usage will look like...

David DeSimone ***@***.***> writes: > I also forgot - you need to call `(js-initialize)` first to start the deno env. That won't be in the final API, but is just...

If tao's keyboard input was working for you. You could always try winit [new-keyboard-v3 branch](https://github.com/rust-windowing/winit/pull/2662). As far as I know, [tao's initial fork is based on this branch](https://github.com/tauri-apps/tao/issues/470#issuecomment-1420976726). Not sure...

2e0byo ***@***.***> writes: > I saw that: there's a lot of work landing on winit all at once (an open PR for popup windows, for instance). But I think even...

Would you like to try out the master branch with `./configure --with-winit --with-webrender`. Turns out we don't event_loop related code. We just need to register io fd using `init_sigio`, and...

> it sends lots of resize events There used to be a recursive loop of resize in the code-base. I think I've fixed that in latest master. Can you confirm?...

> Resize events are fixed, thanks. There's still a problem---I *think* locking---with the event > loop though. E.g. if you mouse off the window it flickers and sometimes blanks entirely;...

2e0byo ***@***.***> writes: > > I do think this is the right way long term. It should also reduce memory/cpu usage on Emacs's size. But it will mean that non-vector...

2e0byo ***@***.***> writes: > the tao/glutin thing is indeed the cause of flickering. I've updated the docs and merged the PR since it was trivial, but feel free to edit....