MarcinZiabek
|
662a55e21c
|
Implemented text shaping prototype
|
2022-03-01 23:22:14 +01:00 |
|
MarcinZiabek
|
7d825d123b
|
Created text measuring algorithm for shaped text via HarfBuzz
|
2022-02-28 23:31:51 +01:00 |
|
MarcinZiabek
|
054e7a5f20
|
Added minimal API example
|
2022-02-28 15:41:10 +01:00 |
|
MarcinZiabek
|
8db283d559
|
Code refactorization + added support for multi typeface font types
|
2022-02-25 23:02:42 +01:00 |
|
MarcinZiabek
|
d73c694452
|
Added minimal API
|
2022-02-20 16:17:43 +01:00 |
|
Marcin Ziąbek
|
e0de408821
|
2022.2.2 Fixed regression: exception when Column/Row have no items
|
2022-02-01 23:39:43 +01:00 |
|
Marcin Ziąbek
|
1c70b20028
|
Added examples for execution order
|
2022-01-31 00:15:10 +01:00 |
|
Marcin Ziąbek
|
3649607bd9
|
Merge remote-tracking branch 'origin/2022.02'
# Conflicts:
# QuestPDF.Examples/RowExamples.cs
# QuestPDF.UnitTests/RowTests.cs
# QuestPDF/Elements/Row.cs
# QuestPDF/Fluent/RowExtensions.cs
# QuestPDF/QuestPDF.csproj
# QuestPDF/Resources/ReleaseNotes.txt
|
2022-01-30 23:44:20 +01:00 |
|
Marcin Ziąbek
|
9a6b11ab85
|
Updated examples and readme
|
2022-01-30 22:52:56 +01:00 |
|
Marcin Ziąbek
|
5424d9f0a0
|
2022.2.0-beta1
|
2022-01-24 14:53:01 +01:00 |
|
Marcin Ziąbek
|
272b0fc11a
|
Added support for unit types
|
2022-01-18 23:14:57 +01:00 |
|
Marcin Ziąbek
|
b2cc7bbd36
|
Renamed Decoration element
|
2022-01-16 17:08:57 +01:00 |
|
Marcin Ziąbek
|
e3ce194fd1
|
Simple SVG example
|
2022-01-16 17:03:01 +01:00 |
|
Marcin Ziąbek
|
c9833d410d
|
2022.1.0-beta6
|
2022-01-09 03:08:18 +01:00 |
|
Marcin Ziąbek
|
f8057a840c
|
Added: Line, Reimplemented: Column, Row and Decoration
|
2022-01-09 00:11:34 +01:00 |
|
Marcin Ziąbek
|
763fdfac0f
|
Row: fixed paging behavior, Table: improved paging behavior for already rendered elements
|
2022-01-07 13:15:27 +01:00 |
|
Marcin Ziąbek
|
ba8b35b1c0
|
Implemented ScaleToFit element
|
2022-01-07 00:09:25 +01:00 |
|
Marcin Ziąbek
|
630d3389d3
|
Table: added support for headers and footers
|
2022-01-06 21:36:27 +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
|
4152b67679
|
Table: row height fixes for overlapping cells. Added code examples
|
2022-01-06 19:57:22 +01:00 |
|
Marcin Ziąbek
|
8020cb30cb
|
Table: improved repeating+paging support, added example
|
2022-01-06 19:57:22 +01:00 |
|
Marcin Ziąbek
|
9358fb8937
|
Fixed: traversing elements graph
|
2022-01-06 19:57:21 +01:00 |
|
Marcin Ziąbek
|
7f651932b9
|
Table: added default style, fixed bugs, added examples
|
2022-01-06 19:57:21 +01:00 |
|
Marcin Ziąbek
|
caaae5fa1c
|
Table: fixed cross-cell size adjusting
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
ea92655ef5
|
Typo fixes
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
3f8463e9b7
|
2022.1.0-beta0
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
02e25b193d
|
2022.1.0-alpha0
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
7cc272ff9e
|
Border radius: added example
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
b8ea30be23
|
Improved readibility of the table layout algorithm
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
ed73c5b82d
|
Table: layouting improvements for paging
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
96732b5856
|
Fixed: corner cases of paging support
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
c7008ad940
|
Improved wrapping support
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
940616cd3e
|
Table: optimized rendering performance
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
01a80032b0
|
Table: minor optimizations + performance test
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
3e5e3843d2
|
Rendering algorithm partially working
|
2022-01-06 19:57:21 +01:00 |
|
MarcinZiabek
|
d3911d5687
|
Table: refactorization, cell placement algorithm
|
2022-01-06 19:57:21 +01:00 |
|
Marcin Ziąbek
|
82e4dd36f0
|
Improved table paging support
|
2022-01-06 19:57:21 +01:00 |
|
Marcin Ziąbek
|
59b77e55d4
|
Improved Row element stability
|
2022-01-06 19:57:20 +01:00 |
|
Marcin Ziąbek
|
5f636beb9d
|
Added missing assertions to test that are supposed to throw an exception
|
2021-12-09 17:10:45 +01:00 |
|
Marcin Ziąbek
|
10683776bb
|
2021.12.0
|
2021-12-06 09:28:02 +01:00 |
|
Marcin Ziąbek
|
f2c47c4fd3
|
2021.12.0-alpha1
|
2021-11-30 00:34:04 +01:00 |
|
Marcin Ziąbek
|
5235ada66f
|
Merge branch 'main' into element-proxy
# Conflicts:
# QuestPDF/Drawing/PdfCanvas.cs
# QuestPDF/QuestPDF.csproj
|
2021-11-19 00:46:46 +01:00 |
|
Marcin Ziąbek
|
7c7d461c4b
|
Merge pull request #53 from donmurta/main
Add simple chart example
|
2021-11-14 23:09:27 +01:00 |
|
Marcin Ziąbek
|
63af713935
|
2021.11.4 - Fixed measuring the Inlined element
|
2021-11-14 23:03:22 +01:00 |
|
Don Murta
|
2419a25cbd
|
Add simple chart example
|
2021-11-09 10:26:46 -07:00 |
|
Marcin Ziąbek
|
c64754241d
|
Updated base to 2021.11
|
2021-11-04 01:02:44 +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
|
520bfc840c
|
Improved code benchmarking (removed an unnecessary cost of image placeholder generation)
|
2021-11-03 21:22:08 +01:00 |
|
Marcin Ziąbek
|
011668fb4c
|
Image: added support for common overloads
|
2021-10-29 01:24:56 +02:00 |
|
Marcin Ziąbek
|
dadb8a5087
|
Improved test engine. Added more examples
|
2021-10-23 02:59:47 +02:00 |
|