Results 115 comments of David Keijser

IIRC what the event manager sends is only a opaque command string which we make no attempt at understanding. I don't like the idea of making it understand the full...

Started hacking a bit on the event manager to try to fix this got the on_event bit to resolve internally without the roundtrip and nothing broke terribly from a quick...

So with the section from #351 and after adding a bit of ```for(i=0;i

Hi @fakedrake The plug_mode refers to [GtkPlug](https://developer.gnome.org/gtk3/stable/GtkPlug.html) aka XEmbed which is a way of embedding a window into another, it's a very X specific thing. And also what uzbl-tabbed uses...

That looks to be an issue somewhere in webkitgtk. If you can reproduce it with the MiniBrowser it would bo worth reporting it with them. It might be installed in...

Hey @atkinsmc Scroll command is implemented if you're using the next branch so that should work. However I have not tried that in about a year at this point and...

There's no development of uzbl going on anymore, maybe it's salvageable but to be honest you are better looking for other options. I'm surprised it builds at all today.

There is a pypy3 these days I think

toggle works by looking at the current value and from that figuring out the next value. The problem with proxy_url is that it normalises the urls when set so we...

I think that's a bug in implementation of the proxy_url variable. I can't get it to work with a simple `set` either