Marcin Ziąbek
|
b2cc7bbd36
|
Renamed Decoration element
|
2022-01-16 17:08:57 +01:00 |
|
Marcin Ziąbek
|
f8057a840c
|
Added: Line, Reimplemented: Column, Row and Decoration
|
2022-01-09 00:11:34 +01:00 |
|
Marcin Ziąbek
|
9524cc6eb1
|
2022.1.0-beta3 Renaming Box() to MinimalBox()
|
2022-01-06 19:57:22 +01:00 |
|
Marcin Ziąbek
|
9de87061e4
|
Merge branch 'main' into element-proxy
# Conflicts:
# QuestPDF.ReportSample/Layouts/PhotoTemplate.cs
# QuestPDF.ReportSample/Layouts/SectionTemplate.cs
# QuestPDF.ReportSample/Tests.cs
# QuestPDF/Drawing/DocumentGenerator.cs
# QuestPDF/Elements/Constrained.cs
# QuestPDF/Infrastructure/Position.cs
# QuestPDF/Infrastructure/Size.cs
|
2021-11-04 00:22:22 +01:00 |
|
Marcin Ziąbek
|
dadb8a5087
|
Improved test engine. Added more examples
|
2021-10-23 02:59:47 +02:00 |
|
Marcin Ziąbek
|
f3b75b43ac
|
Merge branch 'main' of https://github.com/QuestPDF/library into element-proxy
Conflicts:
QuestPDF.ReportSample/QuestPDF.ReportSample.csproj
QuestPDF.ReportSample/Tests.cs
QuestPDF.UnitTests/ShowOnceTest.cs
QuestPDF.UnitTests/StackTests.cs
QuestPDF.UnitTests/TestEngine/Operations/ChildMeasureOperation.cs
QuestPDF.UnitTests/TestEngine/SingleChildTests.cs
QuestPDF.UnitTests/TestEngine/TestPlan.cs
QuestPDF/Drawing/DocumentGenerator.cs
QuestPDF/Drawing/TextRender.cs
QuestPDF/Elements/PageBreak.cs
QuestPDF/Elements/PageNumber.cs
QuestPDF/Elements/Rotate.cs
QuestPDF/Elements/Row.cs
QuestPDF/Elements/Scale.cs
QuestPDF/Elements/SimpleRotate.cs
QuestPDF/Elements/Text.cs
QuestPDF/Elements/Unconstrained.cs
QuestPDF/Infrastructure/Element.cs
|
2021-10-01 02:20:21 +02:00 |
|
Marcin Ziąbek
|
391c5a6092
|
Merge branch 'main' into richtext
|
2021-09-30 22:04:47 +02:00 |
|
Marcin Ziąbek
|
e411554a29
|
Added tests for elements: Box, Layers, Rotate, Scale, SimpleRotate, Translate, Unconstrained
|
2021-09-18 01:03:58 +02:00 |
|
Marcin Ziąbek
|
a08a7b85c9
|
Example report fixes
|
2021-09-13 20:29:52 +02:00 |
|
Marcin Ziąbek
|
a124d23862
|
Code cleanup
|
2021-09-13 20:29:50 +02:00 |
|
Marcin Ziąbek
|
748b8f65f5
|
Initial text rendering improvements
|
2021-09-13 20:29:17 +02:00 |
|
Marcin Ziąbek
|
6a3bfd855e
|
Improved infinite layout debugging experience
|
2021-09-07 00:32:51 +02:00 |
|
Marcin Ziąbek
|
04af33fc31
|
Included examples for DSL and complex layouts
|
2021-08-23 23:51:42 +02:00 |
|
Marcin Ziąbek
|
adfce6204e
|
Improved testing environment by adding proper result files names, Added more code examples
|
2021-08-03 01:35:46 +02:00 |
|
Marcin Ziąbek
|
6d3c8d0708
|
Added elements: Rotate, Unconstrained
|
2021-08-01 21:09:16 +02:00 |
|
MarcinZiabek
|
239a042615
|
Fixed rendering for the "Rotate" element
|
2021-07-28 21:36:51 +02:00 |
|
Marcin Ziąbek
|
c79a4a0c08
|
Fixed rendering images
|
2021-07-26 11:59:48 +02:00 |
|
Marcin Ziąbek
|
14f11232be
|
New elements: rotate, scale, translate
|
2021-06-09 23:34:25 +02:00 |
|
Marcin Ziąbek
|
44d7538578
|
Examples to the documentation
|
2021-05-05 00:10:48 +02:00 |
|
Marcin Ziąbek
|
4423774648
|
Fixed Grid spacing. Adjusted performance test
|
2021-05-03 13:32:46 +02:00 |
|
Marcin Ziąbek
|
f792f6c749
|
Added tests for stack and row, project cleanup
|
2021-05-02 21:11:08 +02:00 |
|
Marcin Ziąbek
|
779245b260
|
Minor Fluent API changes
|
2021-05-01 22:46:37 +02:00 |
|
Marcin Ziąbek
|
388adc5ad1
|
Update ElementExamples.cs
|
2021-04-21 23:44:15 +02:00 |
|
MarcinZiabek
|
48f41db98b
|
Improved sample report styling
|
2021-04-20 12:55:07 +02:00 |
|
Marcin Ziąbek
|
f77d8baa63
|
Added Box element, Redesigned Debug element, Added image placeholder
|
2021-04-18 23:11:29 +02:00 |
|
MarcinZiabek
|
25b690fcca
|
Bug fix: maintain origin matrix after drawing the Canvas element
|
2021-04-17 21:51:17 +02:00 |
|
Marcin Ziąbek
|
3f0b500b1b
|
New elements: Grid, Canvas, EnsureSpace, Layers. Predefined colors and fonts.
|
2021-04-16 01:19:34 +02:00 |
|
Marcin Ziąbek
|
a83ebe2fed
|
Simplified implementation for Section and Page elements
|
2021-04-03 00:13:14 +02:00 |
|
Marcin Ziąbek
|
500cea1fbf
|
Simplified the layouting algorithm in the Stack element; Added a Spacing property to the Row element; Implemented new Grid element; Updated examples
|
2021-03-28 17:49:19 +02:00 |
|
Marcin Ziąbek
|
08126b2fa4
|
simplified AspectRatio code, better exception handling for QuestPdf.Examples, fixed Placeholder image
|
2021-03-23 14:43:03 +01:00 |
|
Marcin Ziąbek
|
8326446446
|
Library implementation
|
2021-01-16 01:31:39 +01:00 |
|