Krzysztof Kowalczyk

Results 321 comments of Krzysztof Kowalczyk

There's no way to change the color (other than compiling the application from sources)

FYI: I've implemented `go to block` command (`Ctrl + B`) in my fork which looks like: ![image](https://github.com/heyman/heynote/assets/7935/7170cbe4-9c61-4412-85ab-9f1845fd6a65) It works well, in my opinion. Name of the block is derived from...

You can press `i` which inverts colors and will make document / text match the color. We don't do it by default because that's not what most people want.

I believe this issue is resolved by pressing `i` to invert colors to match the theme. If not, please open a new issue is describe what is happening and what...

We load and layout all the html files in an epub which is slow for large epub documents. This is because we use the old style numbering with pages. Mupdf...

There's a bug when synctex fails to parse .gz version of the file which I wasn't able to figure out and fix. Mostly because I don't use latex myself and...

Should be fixed in 15997 or later (you'll have to install so that new registry entries are written)

Thanks for the explanation. I did struggle writing this code. Would you mind writing a patch? I'll eventually get to trying that but right now I'm focusing on monitoring and...

Tried creating a a mask bitmap but it didn't fix how disabled version is shown and made non-disabled look worse (thicker lines).

I think I've implemented 0xAARRGGBB suggestion which fixes default theme but still not great for non-default themes (but better than before due to earlier change).