Benoit Pierre
                                            Benoit Pierre
                                        
                                    > > draw the box outline with the same dimensions. Which I imagine would look like the 2nd situation screenshoted above. > > You mean this ?!:  I'm quite...
Yes (will conflict in `thirdparty/mupdf/CMakeLists.txt`).
Up to you, I have the MuPDF update and the leptonica+tesseract+libk2pfopt updates ready.
I mean, this can be merged without waiting, but wait for a nightly or 2 before the proper updates?
Welp, it did not take long: https://gitlab.com/koreader/nightly-builds/-/jobs/6973852572.
OK, fix incoming (need to remove `-ffile-prefix-map=/home/ko/koreader-base/=` like pocketbook).
I don't know, but the fact that the page number come first in the page selection is a bug IMHO. Compare with xpdf or evince: https://github.com/user-attachments/assets/408b6634-3fef-4459-9565-7a4f82038c81 https://github.com/user-attachments/assets/c87bf723-593a-4f59-bfe8-cbda4de543ea https://github.com/user-attachments/assets/f41d48fd-0bbb-4b63-9f81-6d5a32d27801 https://github.com/user-attachments/assets/7746f20b-512c-4840-baa7-04456e57aedb And...
The default values for empty rectangles with the MuPDF update that followed: ```c const fz_rect fz_empty_rect = { FZ_MAX_INF_RECT, FZ_MAX_INF_RECT, FZ_MIN_INF_RECT, FZ_MIN_INF_RECT }; ``` contrary to what the C documentation...
As for the weird behavior when moving around the selection start point, the problem is the gesture detector's pan threshold of 35 pixels, which does not make sense with a...
For the deployment target? From my experience on another project, this determine the oldest supported macos version if you want to distribute the resulting binaries.