Jaakko Keränen

Results 240 comments of Jaakko Keränen

It would be possible to add that, yes. May I ask why aren't you using the "Subscribe to Page" action for this, though? It does the same thing, i.e., adds...

This is already doable using MIME hooks that look for preformatted blocks containing source code (the detection of those is an exercise left for the reader) and insert suitable ANSI...

> And add a button or option to check all links in current page and mark as broken the non working ones and cache the ones that work This could...

The correct behavior here would be that tabs with a Titan URI are never restored (reloaded) at launch, because they are upload operations. A similar issue can occur when navigating...

I think this would be feasible to implement, and would actually be useful also in a regular Android TV kind of setup. I can't comment specifically about Batocera because I'm...

@argenkiwi Glad to hear it's somewhat usable. For proper link navigation, we either need a way to move the keyboard focus onto a visible link, or add a new link...

My concern with removing that condition is about performance: wheel events occur frequently, at least once per frame, so it is disadvantegeous to offer them to widgets that we already...

If using `ev->wheel.mouseX`/`Y` solves the issue, that would be an ideal fix. These were added in SDL 2.26, which I suppose is good enough here. I'll incorporate this into v1.18...

@shurizzle Ah, right you are, sorry for the confusion.

There already exists the MIME hooks feature, which allows running arbitrary external programs to parse and modify the contents of received requests. While I do intend to improve the configurability...