MarcinZiabek
|
423c630a47
|
Previewer ConnectionService refactoring
|
2022-12-06 20:54:12 +01:00 |
|
MarcinZiabek
|
42c6c75862
|
Layout debugging fixes, minor code refactoring
|
2022-12-01 01:11:29 +01:00 |
|
MarcinZiabek
|
559de4520a
|
Improved debug pointers
|
2022-11-25 21:28:12 +01:00 |
|
MarcinZiabek
|
73e66c293b
|
Previewer: added presence notification
|
2022-11-25 21:28:03 +01:00 |
|
MarcinZiabek
|
164bdd76d8
|
Added detector that checks if code is being run via unit test
|
2022-11-24 22:44:31 +01:00 |
|
MarcinZiabek
|
d62cec4f66
|
Implemented gathering document hierarchy structure
|
2022-11-20 18:27:34 +01:00 |
|
MarcinZiabek
|
baa0feb5e6
|
Previewer: sending details about layout overflow exception
|
2022-11-20 15:28:56 +01:00 |
|
MarcinZiabek
|
57e68e293d
|
Communication is working, showing generic error, showing simple preview
|
2022-11-19 22:26:25 +01:00 |
|
MarcinZiabek
|
320a6e221d
|
Deleted old previewer
|
2022-11-19 11:48:45 +01:00 |
|
MarcinZiabek
|
d92231f5d4
|
Updated dependencies
|
2022-11-19 11:47:42 +01:00 |
|
MarcinZiabek
|
1060e4a44a
|
Updated QuestPDF.Previewer version to 2022.11.1
|
2022-11-11 13:02:43 +01:00 |
|
MarcinZiabek
|
983edd5f76
|
Added example for Arabic support
|
2022-11-07 12:44:00 +01:00 |
|
Marcin Ziąbek
|
5315165cf5
|
Update readme.md
2022.11
|
2022-11-07 12:31:41 +01:00 |
|
MarcinZiabek
|
ee3d87010e
|
Added example: forcing text direction
|
2022-11-07 12:22:38 +01:00 |
|
MarcinZiabek
|
3ac91c4971
|
Improved content-direction examples
|
2022-11-06 01:18:13 +01:00 |
|
MarcinZiabek
|
8e450934ab
|
2022.11.0
|
2022-11-06 00:26:33 +01:00 |
|
Marcin Ziąbek
|
bf193eec23
|
Update readme.md
|
2022-11-05 19:57:35 +01:00 |
|
Marcin Ziąbek
|
c9104540aa
|
Merge pull request #349 from QuestPDF/content-direction
Right-to-left content support
|
2022-11-05 19:54:41 +01:00 |
|
Marcin Ziąbek
|
af60d84abe
|
Merge branch 'main' into content-direction
|
2022-11-05 19:54:20 +01:00 |
|
MarcinZiabek
|
d56117647b
|
2022.11.0-alpha1
|
2022-11-01 21:51:45 +01:00 |
|
MarcinZiabek
|
117913693c
|
Fixed build (missing file)
|
2022-11-01 21:49:58 +01:00 |
|
MarcinZiabek
|
2ba716a5ba
|
Text: fixed alignment when in RTL mode, added support for default alignment
|
2022-11-01 21:49:46 +01:00 |
|
MarcinZiabek
|
be2108f6fe
|
Inlined: fixed alignment when in RTL mode
|
2022-11-01 21:49:26 +01:00 |
|
MarcinZiabek
|
c08bb963a6
|
Improved tests for alignment for Text and Inlined elements
|
2022-11-01 21:49:07 +01:00 |
|
MarcinZiabek
|
8ed8897fd1
|
Improved: the Inlined element should display children aligned to right (by default) when in RTL mode
|
2022-11-01 21:32:37 +01:00 |
|
MarcinZiabek
|
2a0e91af68
|
Fixed: the Decoration element is not aligned to right when in RTL mode
|
2022-11-01 21:32:04 +01:00 |
|
MarcinZiabek
|
f647b79a0a
|
Fixed: the Column element incorrectly displays children when in RTL mode
|
2022-11-01 21:31:46 +01:00 |
|
MarcinZiabek
|
b1286bb536
|
Improved LTR and RTL tests
|
2022-11-01 21:26:47 +01:00 |
|
MarcinZiabek
|
43d1a55df0
|
Fixed: positioning elements in RTL mode in the Column element
|
2022-11-01 12:55:32 +01:00 |
|
MarcinZiabek
|
d1cd7b06db
|
Fixed: Page.Size should use points instead of inches (API consistency)
|
2022-11-01 12:55:13 +01:00 |
|
MarcinZiabek
|
7bce01d6e6
|
Fixed: table rendering in the RTL mode
|
2022-10-29 00:40:36 +02:00 |
|
MarcinZiabek
|
e3ff2960e1
|
Fixed: table initialization process
|
2022-10-29 00:39:07 +02:00 |
|
MarcinZiabek
|
5d9e6f327b
|
Version adjustments
|
2022-10-28 23:36:15 +02:00 |
|
MarcinZiabek
|
b895931eb9
|
2022.11.0-alpha0
|
2022-10-28 23:30:23 +02:00 |
|
MarcinZiabek
|
86a35b7cd3
|
Deprecated the Grid element
|
2022-10-28 23:25:10 +02:00 |
|
MarcinZiabek
|
65990ebf59
|
Added the WordWrappingStability test
|
2022-10-21 12:05:45 +02:00 |
|
MarcinZiabek
|
c348106b3f
|
Page fluent: added possibility to select content direction
|
2022-10-19 21:45:16 +02:00 |
|
MarcinZiabek
|
9d86e9efd3
|
DynamicImage: simplified implementation
|
2022-10-19 20:08:41 +02:00 |
|
MarcinZiabek
|
9770575f9a
|
Column: added content direction support
|
2022-10-19 20:04:31 +02:00 |
|
MarcinZiabek
|
e6e6febf8b
|
Inlined: added content direction support
|
2022-10-19 20:04:24 +02:00 |
|
Marcin Ziąbek
|
5cbacc7ea1
|
Update readme.md
|
2022-10-19 19:15:25 +02:00 |
|
MarcinZiabek
|
8214a8429d
|
2022.9.1
|
2022-10-15 23:03:25 +02:00 |
|
MarcinZiabek
|
389b8ce304
|
Inlined: improved behaviour predictability
|
2022-10-15 22:49:50 +02:00 |
|
MarcinZiabek
|
e1f7cff4aa
|
Fix: performance regression of the Table element #320
|
2022-10-11 23:19:13 +02:00 |
|
MarcinZiabek
|
6801425082
|
Fix: cells with RowSpan are not always displayed properly #320
|
2022-10-11 22:39:31 +02:00 |
|
MarcinZiabek
|
ec31c9b063
|
Fix: CheckIfAllTextGlyphsAreAvailable and Fallback break hyperlinks
|
2022-10-11 10:31:31 +02:00 |
|
MarcinZiabek
|
6c8867e1b3
|
Added test: ReusingTheSameImageFileShouldBePossible
|
2022-10-06 23:20:17 +02:00 |
|
Marcin Ziąbek
|
20d86cbfde
|
Update readme.md
|
2022-10-05 22:49:03 +02:00 |
|
MarcinZiabek
|
16a164e5b8
|
Example: achieve proportional height division
|
2022-10-05 01:15:36 +02:00 |
|
Marcin Ziąbek
|
261f087b46
|
Update readme.md
|
2022-10-04 12:30:36 +02:00 |
|