Commit Graph

60 Commits

Author SHA1 Message Date
Jakub Melka
efc6ab98da Editor plugin: Refactoring 2024-06-07 18:27:33 +02:00
Jakub Melka
3a74e0c565 Editor plugin: Bugfixing 2024-06-06 21:00:57 +02:00
Jakub Melka
9222a60039 Editor plugin: Edit text 2024-06-02 16:57:47 +02:00
Jakub Melka
d83689cddb Editor Plugin: Save modified document 2024-05-26 20:12:44 +02:00
Jakub Melka
17b275c8b1 Editor plugin: Content stream builder 2024-05-19 20:13:57 +02:00
Jakub Melka
21ff8d45fc Editor plugin: Create content stream 2024-05-12 17:37:51 +02:00
Jakub Melka
70b7c2464f Editor plugin: Encoding content - text encoding 2024-05-08 17:27:27 +02:00
Jakub Melka
eeadf328b2 Editor plugin: Make content stream 2024-05-04 16:26:36 +02:00
Jakub Melka
a40faf855d Editor plugin: Building stream 2024-04-28 19:50:55 +02:00
Jakub Melka
75db2de2a0 Editor plugin: Kopírování a manipulace s elementy 2024-04-25 20:46:00 +02:00
Jakub Melka
d255e27fd3 Editor plugin: WIP 2024-04-20 19:41:14 +02:00
Jakub Melka
36b7a99deb Bugfixing 2024-04-01 18:05:18 +02:00
Jakub Melka
34f64c3a85 Refactoring, element rendering 2024-04-01 16:38:02 +02:00
Jakub Melka
1b6bb6086c Editor plugin: WIP 2024-03-21 16:12:59 +01:00
Jakub Melka
1e52c0c063 Issue #173: errors loading file Echoplex.pdf 2024-03-21 15:29:29 +01:00
Jakub Melka
8b832ccab9 Issue #172: access keys are missing from most menu items/action text strings 2024-03-21 13:16:52 +01:00
Jakub Melka
a70f45c8a9 Issue #168: When opening a PDF file or merging some PDF files, stamp will disappear. 2024-02-29 19:40:43 +01:00
Jakub Melka
344c341f65 Issue #163: Unable to render probably valid PDF 2024-02-27 19:58:33 +01:00
Jakub Melka
1c3eca3971 Issue #123: Added version of Blend2D 2024-02-25 15:47:39 +01:00
Jakub Melka
03cbde9690 Issue #123: Final bugfixing 2024-02-25 15:19:35 +01:00
Jakub Melka
89cfd1dd1f Issue #123: Compilation fix 2024-02-24 19:15:57 +01:00
Jakub Melka
2e38e41ce9 Issue #123: Clipping lines 2024-02-24 17:56:22 +01:00
Jakub Melka
6a477bdf04 Issue #123: Drawing clipped texts 2024-02-22 20:25:52 +01:00
Jakub Melka
54d093ab8c Issue #123: Clipping images 2024-02-22 19:43:43 +01:00
Jakub Melka
5eb5069173 Issue #123: Oprava klipování 2024-02-18 19:36:35 +01:00
Jakub Melka
7ad04b55ee Issue #123: Clipping 2024-02-17 17:48:50 +01:00
Jakub Melka
f80b7b059e Issue #123: Drawing texts, finishing painter 2024-02-11 13:58:07 +01:00
Jakub Melka
d1d0fe30d6 Issue #123: DPI scaling 2024-02-10 18:42:58 +01:00
Jakub Melka
f3e1a94e1c Issue #123: Blend2D painting implementation 2024-02-10 18:04:58 +01:00
Jakub Melka
d314683d38 Issue #123: Alternative software rendering backend 2024-02-04 18:05:38 +01:00
Nyall Dawson
4f1fca4b70 Remove unused member 2024-01-14 13:54:48 +01:00
Nyall Dawson
52ce99d466 Fix unused lambda capture warning 2024-01-14 13:54:48 +01:00
Nyall Dawson
eefde4edee Fix comparison of different signedness warning 2024-01-14 13:54:48 +01:00
Nyall Dawson
61f489dd70 Fix "type qualifiers ignored on cast result type" warning 2024-01-13 17:53:20 +01:00
Nyall Dawson
7ab77c582b Fix false positive uninintialized member warning 2024-01-13 17:53:20 +01:00
Nyall Dawson
577866aa2f Fix comparison of integer expressions of different signedness warnings 2024-01-13 17:53:20 +01:00
Nyall Dawson
bbecbf6311 Remove impossible < 0 checks for size_t 2024-01-13 17:53:20 +01:00
Nyall Dawson
6354e4cad1 Fix build failure using clang compiler 2024-01-13 17:50:41 +01:00
Nyall Dawson
3846c5187e Add extra includes to get build running for core lib only 2024-01-13 15:44:36 +01:00
Nyall Dawson
8c40e49801 Add missing break 2024-01-13 15:43:39 +01:00
Nyall Dawson
2ed31dcd2c Use QString reference instead of copy in loop 2024-01-13 15:42:42 +01:00
Jakub Melka
e4875c4050 Issue #137: Redaction - Cannot convert '#000000' to color value 2023-12-28 18:33:06 +01:00
Jakub Melka
89ea815696 Issue #128: Create list of markup annotations 2023-12-24 19:03:28 +01:00
Jakub Melka
53849f51e1 Issue #129: Cannot compile with lcms 2.16 2023-12-24 12:01:15 +01:00
Jakub Melka
e082f072f7 Issue #55: Oprava kompilace pro Windows 2023-12-23 17:32:12 +01:00
Jakub Melka
d974912b05 Issue #55: Fix signing documents using Windows Certificate Store 2023-12-23 17:13:24 +01:00
Jakub Melka
56f5c4abcf Issue #55: Windows implementation 2023-12-23 15:30:17 +01:00
Jakub Melka
17f94a102c Issue #55: Refactoring of certificates 2023-12-22 19:12:35 +01:00
Jakub Melka
9f624e5569 Issue #126: Remove <QtCore> include from main headers 2023-12-21 14:25:41 +01:00
Jakub Melka
e5e25a71a3 Remove <QtCore> include 2023-12-21 12:48:31 +01:00