Commit Graph

994 Commits

Author SHA1 Message Date
Jakub Melka 73024fbe99 Issue #76: Modify document, when bookmarks are changed 2023-10-07 16:21:26 +02:00
Jakub Melka bf53e7419b Issue #76: Drag and drop 2023-10-07 15:40:45 +02:00
Jakub Melka be0d02bb5c Issue #76: Basic functionality of outline editing 2023-10-01 17:35:42 +02:00
Jakub Melka bf4ed862e5 Linux compilation fix 2023-09-30 14:16:49 +02:00
Jakub Melka a29a35e029 Issue #83: Is it possible to specify a default font for a pdf when the font is not load or recognize? 2023-09-29 18:09:07 +02:00
Jakub Melka c2c03a358f Issue #94: Update of deb package file 2023-09-23 19:32:11 +02:00
Jakub Melka 9b33b3a4a5 Issue #94: New directory structure 2023-09-23 18:07:38 +02:00
Jakub Melka 07c2a476a0 Revert "Flatpak test"
This reverts commit 0aec1a7358.
2023-09-22 19:45:38 +02:00
Jakub Melka 0aec1a7358 Flatpak test 2023-09-20 20:01:53 +02:00
Jakub Melka 6f3c2faba2 Directory fix 2023-09-17 18:47:05 +02:00
Jakub Melka 9b503045bc Fix build system for plugins 2023-09-17 18:20:11 +02:00
Jakub Melka 41fb94e4e8 Fix of destination of the icons 2023-09-17 17:49:30 +02:00
Jakub Melka f8455d5ea4 New 128x128 application icons for linux 2023-09-16 18:35:54 +02:00
Jakub Melka ac53c50ec6 Fix filenames for flatpak again 2023-09-16 16:43:46 +02:00
Jakub Melka c867d78d88 Update screenshot destination 2023-09-14 20:36:28 +02:00
Jakub Melka c74fd99318 Update of desktop files 2023-09-14 20:23:23 +02:00
Jakub Melka 36b9d031fc Invalid parsing of CMAP for some fonts 2023-09-08 17:07:07 +02:00
Jakub Melka 4c55478311 Release of version 1.3.5 2023-09-08 16:26:49 +02:00
Jakub Melka 638502cb0c Update of release info 2023-09-08 16:24:49 +02:00
Jakub Melka 17abb360ed tbb library included in vcpkg 2023-09-08 16:08:07 +02:00
Jakub Melka 278d385968 Issue #65: Text2Speech doesn't work on Linux 2023-09-03 16:09:14 +02:00
Jakub Melka b9786cc3fa Initialization of variable. 2023-09-03 15:18:24 +02:00
Jakub Melka ae6c6eb76b Issue #72: Cannot select text 2023-09-02 15:51:29 +02:00
Jakub Melka 7eb2f2a465 Issue #82: Hot reload function 2023-09-01 17:33:45 +02:00
Jakub Melka 7a77bd796a Issue #80: Optimizer is slow on large PDF files 2023-08-21 20:53:03 +02:00
Jakub Melka 16c35d5f01 Issue #77: Document read error 2023-08-06 17:10:03 +02:00
Jakub Melka c9d528a075 Issue #78: Errror decompressing stream 2023-08-06 16:04:11 +02:00
Jakub Melka 67a84bfc3c Release of version 1.3.4 2023-08-03 20:30:44 +02:00
Jakub Melka df7454580e Linux installation scripts, some adjustments 2023-07-30 16:44:40 +02:00
Jakub Melka 91c9315900 Fix thumbnail images - they have too low resolution 2023-07-28 15:13:33 +02:00
Jakub Melka 29ea799c20 Issue #75: Redesign of sidebar widget 2023-07-28 14:54:21 +02:00
Jakub Melka 28c6145459 Update of copyright year 2023-07-28 12:03:39 +02:00
Jakub Melka 81f67a8f4d Issue #68: Add alternative VCPKG file with dependency on Qt 2023-07-28 10:47:45 +02:00
Jakub Melka 196904c04f Issue #74: Highlighting text opens the sidebar every time 2023-07-28 10:30:19 +02:00
Jakub Melka 44ae998a88 Issue #73: Minor GUI issues 2023-07-27 14:52:28 +02:00
Jakub Melka 51181bd30b Issue #71: Pages are "mirrored" 2023-07-27 12:46:58 +02:00
Raffaele Mancuso 1dcd6c3db1 Improve README
- Use official environment variable name for VCPKG root (see:
  https://learn.microsoft.com/en-us/vcpkg/users/config-environment#vcpkg_root)
- Document parallel build
- Document uninstallation process
2023-07-26 09:52:53 +02:00
Jakub Melka 06e1ed1f47 Issue #69: Dashed Line not rendered as expected 2023-07-25 18:26:57 +02:00
Jakub Melka 2daf1a6d53 Issue #59: Set physical dimensions of images in the rasterizer 2023-07-16 18:56:50 +02:00
Jakub Melka fe1bf16597 Issue #59: Use optionally logical pixels when zooming 2023-07-13 20:14:52 +02:00
Raffaele Mancuso aec5483690 Improve README
Wrote instructions to install binaries.

Wrote instructions to configure a Debug build.
2023-07-08 17:18:07 +02:00
Raffaele Mancuso ad0ffd0619 Write instructions to compile from source in README.md 2023-07-06 13:39:16 +02:00
Raffaele Mancuso 21eeec6011 Add mimetypes in desktop files
This allows file managers to understand that this software can open this
mimetype, and propose the software in an "Open With" menu.
2023-07-06 13:38:21 +02:00
Raffaele Mancuso 9bb4472378 Desktop files should not count as deps 2023-07-06 13:37:42 +02:00
Jakub Melka ae3c43f066 Issue #59: Fix character font encoding - do not use (1, 0) Mac Roman table if (3, 1) unicode table is present (according to spec) 2023-07-05 15:38:31 +02:00
Jakub Melka 198b8a54db Fix compilation error on linux 2023-07-02 09:01:51 +02:00
Jakub Melka 478c62df31 Linux desktop icons 2023-06-23 20:54:51 +02:00
Jakub Melka 74b47f8b82 Add desktop files 2023-06-05 20:43:45 +02:00
Jakub Melka cd4ff6c033 Issue #50: Image mask fix 2023-05-07 19:13:03 +02:00
Jakub Melka 8acf688f0f Issue #50: Type3 font advance fix 2023-05-01 20:07:49 +02:00