Skip to content

PDFeverything v1.3.12 β€” Liquid Glass Icon + Reader Perf

Choose a tag to compare

@Lezheng2333 Lezheng2333 released this 27 Jun 04:57

PDFeverything v1.3.12

🎨 Liquid Glass Icon (1024px)

  • Directional bevel with hard diagonal mask + gradient at TR/BL rounded corners
  • White highlight (top-left) + dark shadow (bottom-right) for 3D depth
  • PDF 240px Helvetica Bold + everything 192px SignPainter
  • Flat version backup in resources/app_icon_flat_1024/

πŸ“– Reader Performance

  • Lazy render: only visible range (Β±2 pages) on zoom, not all pages
  • Two-pass zoom: instant pixel scaling (<5ms) + deferred real render (40ms)
  • Dual-timer page tracking: throttle 30ms (rough) + debounce 150ms (bisect)
  • LRU cache with memory tracking (250MB cap, pinned fit keys)

πŸ› Bug Fixes

  • Dock icon white border β€” restored setWindowIcon(QIcon) for correct alpha
  • Page flicker on slow scroll β€” throttle only fires on >1 page jumps
  • Pinch false-positive on overscroll β€” phase detection + pixelDelta==0 check
  • Mixed portrait/landscape PDF alignment β€” per-page individual centering
  • Empty reader toolbar state β€” filename and βœ• hidden, 0/0 default page
  • Tooltips unreadable β€” bright global stylesheet + above-button positioning

πŸ“₯ Download

Platform File
🍎 macOS PDFeverything_macOS_v1.3.12.zip

πŸͺŸ Windows: Pull latest source and run python build_windows.py