Jelmer van Arnhem
Jelmer van Arnhem
I'm also running into this issue, but in my case I do not get the Gnome notification at all, and the workaround doesn't work either, as I'm using the Cinnamon...
I agree that it's not fast, but I also don't see how I can speedup the canvas drawing. If you do think it can be improved, feel free to do...
That would be a great addition to F2Utility, it makes sense for this to be added. Though I must mention that I haven't programmed Java in ages, and don't expect...
That's a nice suggestion that can definitely give UniCam a new use case. Though I do think I need to mention that I haven't programmed anything with Java for the...
These are actually 2 issues, only 1 of which can be solved, allow me to explain them 1 by 1. The first issue is not Windows specific, but it's just...
I managed to get [page title caching working](https://github.com/Jelmerro/Vieb/commit/fc5d9666e2ecf0bbbde15ec225c042a80cc5d229), so while the first search could be a bit slower, any subsequent search will use this cache and thus be faster. Let...
After some performance tests I decided to make a new release, which includes this fix, feel free to test it with that. It's a bit slower the first time, but...
Just to be clear, the history is already stored in memory once it's loaded, the only thing that is significantly slower on windows is opening new tabs. If it's still...
Which issue are you referring to? In the latest release both urls and title simplifications are cached after generating them once, so the first search might be slower, but later...
Right, there are 3 issues in the original issue indeed. I am still working on a solution for the 2nd one and the 3rd backspace issue. I consider the first...