• Joined on 2020-02-23
julian pushed to master at julian/music-reader 2023-11-22 20:48:24 +00:00
5659707132 Make render-caching work!!!
b98ca6c9f6 Managed to render to png, still only proof of concept
Compare 2 commits »
julian created branch png-rendering in julian/music-reader 2023-11-22 20:47:51 +00:00
julian pushed to png-rendering at julian/music-reader 2023-11-22 20:47:51 +00:00
5659707132 Make render-caching work!!!
b98ca6c9f6 Managed to render to png, still only proof of concept
Compare 2 commits »
julian pushed to master at julian/music-reader 2023-11-22 12:34:41 +00:00
1db3c212ba Clean up flake, remove pdfium dependency
julian pushed to master at julian/music-reader 2023-11-21 19:16:59 +00:00
c6d8eb4a59 Drawing code and performance improvements
21ea774a00 Taking time for drawing and caching
2c524625c1 Clean up draw function arguments
99e03d21a2 Remove unnecessary drawing context
Compare 4 commits »
julian pushed to master at julian/music-reader 2023-11-21 17:30:10 +00:00
2ff15bbce0 Fix clippy warnings
874120108b Remove commented code
a9729005ff Fix cargo warnings
Compare 3 commits »
julian pushed to master at julian/music-reader 2023-11-21 17:12:25 +00:00
4feecffb9b Move drawing to separate code file
julian pushed to master at julian/music-reader 2023-11-21 11:58:07 +00:00
cea989f194 Managed to make async pdf loading work
julian pushed to master at julian/music-reader 2023-11-20 23:45:38 +00:00
d71a2dab66 Tried implementing real async loading, using libpdfium instead of libpoppler
julian pushed to master at julian/music-reader 2023-11-08 18:39:57 +00:00
ca4d5fc899 First try in implementing page caching
julian pushed to master at julian/music-reader 2023-11-08 16:42:23 +00:00
11627c8726 Make page turning two at once possible
julian pushed to master at julian/music-reader 2023-10-21 13:52:34 +00:00
bc0ce2f934 Implement fullscreen
julian pushed to master at julian/music-reader 2023-10-21 13:42:12 +00:00
ddb04f1e20 Speed up by loading pages from document only when necessary
julian pushed to master at julian/music-reader 2023-10-21 13:16:17 +00:00
65543ce205 Enable navigation with left- and rightclick
julian pushed to master at julian/music-reader 2023-10-10 08:08:10 +00:00
c3928880fb Implement two page drawing
julian pushed to master at julian/music-reader 2023-10-10 06:18:33 +00:00
f8c9cfe8f6 Implement clippy fixes
julian pushed to master at julian/music-reader 2023-10-10 06:13:44 +00:00
0c1260e6fc Move ui code to separate code file
julian pushed to master at julian/music-reader 2023-10-09 21:40:00 +00:00
97fabb674f Init all ui before loading file
julian pushed to master at julian/music-reader 2023-10-09 19:37:42 +00:00
91b588bf01 Refactor code by moving closures into functions
julian pushed to master at julian/music-reader 2023-10-09 18:51:02 +00:00
a5a3783029 Use newer dependency versions and different poppler library