Commit Graph

  • d56117647b 2022.11.0-alpha1 MarcinZiabek 2022-11-01 21:51:45 +01:00
  • 117913693c Fixed build (missing file) MarcinZiabek 2022-11-01 21:49:58 +01:00
  • 2ba716a5ba Text: fixed alignment when in RTL mode, added support for default alignment MarcinZiabek 2022-11-01 21:49:46 +01:00
  • be2108f6fe Inlined: fixed alignment when in RTL mode MarcinZiabek 2022-11-01 21:49:26 +01:00
  • c08bb963a6 Improved tests for alignment for Text and Inlined elements MarcinZiabek 2022-11-01 21:49:07 +01:00
  • 8ed8897fd1 Improved: the Inlined element should display children aligned to right (by default) when in RTL mode MarcinZiabek 2022-11-01 21:32:37 +01:00
  • 2a0e91af68 Fixed: the Decoration element is not aligned to right when in RTL mode MarcinZiabek 2022-11-01 21:32:04 +01:00
  • f647b79a0a Fixed: the Column element incorrectly displays children when in RTL mode MarcinZiabek 2022-11-01 21:31:46 +01:00
  • b1286bb536 Improved LTR and RTL tests MarcinZiabek 2022-11-01 21:26:47 +01:00
  • 43d1a55df0 Fixed: positioning elements in RTL mode in the Column element MarcinZiabek 2022-11-01 12:55:32 +01:00
  • d1cd7b06db Fixed: Page.Size should use points instead of inches (API consistency) MarcinZiabek 2022-11-01 12:55:13 +01:00
  • 7bce01d6e6 Fixed: table rendering in the RTL mode MarcinZiabek 2022-10-29 00:40:36 +02:00
  • e3ff2960e1 Fixed: table initialization process MarcinZiabek 2022-10-29 00:39:07 +02:00
  • 5d9e6f327b Version adjustments MarcinZiabek 2022-10-28 23:36:15 +02:00
  • b895931eb9 2022.11.0-alpha0 MarcinZiabek 2022-10-28 23:30:23 +02:00
  • 86a35b7cd3 Deprecated the Grid element MarcinZiabek 2022-10-28 23:25:10 +02:00
  • 09e642295f Repeat content experiment repeat-content-experiment MarcinZiabek 2022-10-28 23:22:11 +02:00
  • 65990ebf59 Added the WordWrappingStability test MarcinZiabek 2022-10-21 12:05:45 +02:00
  • 5cc0397acb Added more examples for the Shrink element relative MarcinZiabek 2022-10-19 23:20:19 +02:00
  • c348106b3f Page fluent: added possibility to select content direction MarcinZiabek 2022-10-19 21:45:16 +02:00
  • 73448f483c Extended and renamed the MinimalBox element MarcinZiabek 2022-10-19 21:37:10 +02:00
  • 9d86e9efd3 DynamicImage: simplified implementation MarcinZiabek 2022-10-19 20:08:35 +02:00
  • 9770575f9a Column: added content direction support MarcinZiabek 2022-10-19 20:04:31 +02:00
  • e6e6febf8b Inlined: added content direction support MarcinZiabek 2022-10-19 20:04:24 +02:00
  • 5cbacc7ea1 Update readme.md Marcin Ziąbek 2022-10-19 19:15:25 +02:00
  • 8214a8429d 2022.9.1 MarcinZiabek 2022-10-15 23:03:25 +02:00
  • 389b8ce304 Inlined: improved behaviour predictability MarcinZiabek 2022-10-15 22:49:50 +02:00
  • e1f7cff4aa Fix: performance regression of the Table element #320 MarcinZiabek 2022-10-11 23:19:13 +02:00
  • 6801425082 Fix: cells with RowSpan are not always displayed properly #320 MarcinZiabek 2022-10-11 22:39:31 +02:00
  • ec31c9b063 Fix: CheckIfAllTextGlyphsAreAvailable and Fallback break hyperlinks MarcinZiabek 2022-10-11 10:31:31 +02:00
  • 8a57dceb9d Replace type parameter text for Text Rustam Sayfutdinov 2022-10-08 09:07:03 +03:00
  • 6c8867e1b3 Added test: ReusingTheSameImageFileShouldBePossible MarcinZiabek 2022-10-06 23:20:12 +02:00
  • 20d86cbfde Update readme.md Marcin Ziąbek 2022-10-05 22:49:03 +02:00
  • 16a164e5b8 Example: achieve proportional height division MarcinZiabek 2022-10-05 01:15:30 +02:00
  • 7b7fac07b3 Relative padding implementation MarcinZiabek 2022-10-05 00:58:00 +02:00
  • 759655059d Renaming MarcinZiabek 2022-10-04 22:47:18 +02:00
  • fa3d912e41 RelativeSize, RelativePosition MarcinZiabek 2022-10-04 22:26:25 +02:00
  • 261f087b46 Update readme.md Marcin Ziąbek 2022-10-04 12:30:36 +02:00
  • c876350b05 Merge pull request #354 from CollinAlpert/fix_broken_links Marcin Ziąbek 2022-10-03 22:10:19 +02:00
  • 58f3932241 Update readme.md Collin Alpert 2022-10-03 15:28:48 +02:00
  • 350abc2838 Improved RTL, fixed line breaking algorithm MarcinZiabek 2022-10-02 19:50:50 +02:00
  • 5d4c9a5dd2 Added example for RTL text MarcinZiabek 2022-10-01 00:18:31 +02:00
  • b31d097b61 Added possibility to force text direction MarcinZiabek 2022-09-30 20:45:28 +02:00
  • 9f6c091706 RTL: text MarcinZiabek 2022-09-30 20:33:36 +02:00
  • af2229eabe Fixed unit tests MarcinZiabek 2022-09-29 23:27:45 +02:00
  • b86946b396 Removed the Initialize method MarcinZiabek 2022-09-29 22:50:08 +02:00
  • e1ae97d3ca RTL: grid (example) MarcinZiabek 2022-09-29 21:31:21 +02:00
  • a7ac747776 RTL: dynamic MarcinZiabek 2022-09-29 21:28:22 +02:00
  • fab0f5bfe1 RTL: constrained MarcinZiabek 2022-09-29 21:21:25 +02:00
  • f5f90bd235 RTL: aspect ratio (fix) MarcinZiabek 2022-09-29 21:21:17 +02:00
  • 603dc13d0f RTL: aspect ratio MarcinZiabek 2022-09-29 21:12:46 +02:00
  • e277c6a8dc RTL: table, decoration, minimal box MarcinZiabek 2022-09-29 14:46:56 +02:00
  • 5ff9d03f20 Prototype for the RTL mode MarcinZiabek 2022-09-29 14:14:00 +02:00
  • 704256510e Implemented experiment experiment-canvas-caching MarcinZiabek 2022-09-26 22:40:12 +02:00
  • 9ce9ca85be Added GenerationBenchmark to test async performance MarcinZiabek 2022-09-22 22:37:15 +02:00
  • b658344a46 Experimental version of controlling content repeatability repeat-content MarcinZiabek 2022-09-21 19:15:11 +02:00
  • 553c8ab719 2022.9.1 2022.9 MarcinZiabek 2022-09-19 12:05:36 +02:00
  • e768e9b06d Update readme.md Marcin Ziąbek 2022-09-19 00:58:55 +02:00
  • fd913a777c Update readme.md Marcin Ziąbek 2022-09-19 00:57:32 +02:00
  • ed9e6daec5 2022.9.0 MarcinZiabek 2022-09-19 00:45:14 +02:00
  • ee6249a658 Merge pull request #341 from QuestPDF/2022.9 Marcin Ziąbek 2022-09-19 00:43:29 +02:00
  • b307304f46 Fixed typo 2022.9 MarcinZiabek 2022-09-18 20:15:41 +02:00
  • f028f82e11 Removed unsued file MarcinZiabek 2022-09-17 20:42:14 +02:00
  • 719a3385f6 Updated Previewer to 2022.9 MarcinZiabek 2022-09-16 19:52:10 +02:00
  • 2adff11400 2022.9.0-alpha1 MarcinZiabek 2022-09-16 19:46:32 +02:00
  • 34fed6d547 Settings.CheckIfAllTextGlyphsAreAvailable improvements MarcinZiabek 2022-09-16 16:08:02 +02:00
  • db2df75624 Text example: fixed visuals MarcinZiabek 2022-09-15 22:19:28 +02:00
  • 6b535752df Fixed formatting page numbers MarcinZiabek 2022-09-15 22:12:06 +02:00
  • 556f87ff25 Settings renaming MarcinZiabek 2022-09-15 21:20:25 +02:00
  • fbebbd85eb Fixed build, adapted fallback process for cached TextStyle MarcinZiabek 2022-09-15 15:09:30 +02:00
  • 4650c2a4ea Merge branch 'font-fallback' into 2022.9 MarcinZiabek 2022-09-14 23:28:50 +02:00
  • 4743768e23 Implemented simple object cache, and updated some fluent api invocations experimental-reuse-objects-cache MarcinZiabek 2022-09-12 17:09:07 +02:00
  • 5390fc3f1b Implemented font-fallback as required configuration font-fallback MarcinZiabek 2022-09-10 23:27:27 +02:00
  • 1ba01a1cf5 Fixed override value text-style-manager MarcinZiabek 2022-09-09 11:32:05 +02:00
  • d4448437ac Reduced creation of DefaultTextStyle objects MarcinZiabek 2022-09-08 17:29:52 +02:00
  • bc853f48fc Implemented TextStyleManager to reduce memory usage MarcinZiabek 2022-09-08 16:49:28 +02:00
  • 0468dd5f02 Font-fallback implementation MarcinZiabek 2022-09-08 13:23:59 +02:00
  • 3ba09ea826 Optimization: do not apply column element when text contains only one paragraph MarcinZiabek 2022-09-07 13:41:46 +02:00
  • 92abd32aae Updated dependencies MarcinZiabek 2022-09-07 13:03:30 +02:00
  • e17867d1f3 Added checking if all text glyphs are available in specified font MarcinZiabek 2022-09-07 00:54:26 +02:00
  • bd71f30c78 Merge pull request #326 from Bebo-Maker/fix-documentation-link-in-previewer Marcin Ziąbek 2022-09-06 16:09:38 +02:00
  • 6a78a4ebdb Moved document rendering flags to QuestPDF.Settings class MarcinZiabek 2022-09-06 13:45:48 +02:00
  • 9fc721d66b Fix documentation link for previewer Bennet Bo Fenner 2022-08-22 13:23:44 +02:00
  • 7d62dead86 2022.8.2 Version type MarcinZiabek 2022-08-21 20:14:16 +02:00
  • cbaebdd670 Rendering text paragraphs without the Column element (not fully working) text-paragraphs-without-column MarcinZiabek 2022-08-20 19:35:24 +02:00
  • 52ad0f5c24 2202.8.2 MarcinZiabek 2022-08-20 18:22:06 +02:00
  • 53107073a6 Merge pull request #322 from emanueleguastella/main Marcin Ziąbek 2022-08-20 18:14:08 +02:00
  • c71bb3ea59 Fix DocumentLayoutException when creating a document with more than one page Emanuele Guastella 2022-08-20 14:17:52 +02:00
  • 6cced3c143 Update readme.md Marcin Ziąbek 2022-08-19 14:45:26 +02:00
  • 425ea59cfe 2022.8.1 2022.8.1 MarcinZiabek 2022-08-19 14:40:49 +02:00
  • 4d326496c6 Optimization for the Column element: do not measure child when available height is negative MarcinZiabek 2022-08-17 15:14:38 +02:00
  • b7b6488d16 Updated stability of rendering elements when negative space MarcinZiabek 2022-08-17 15:13:06 +02:00
  • f0ba5fc32d Fixed: page breaking rendering does not work in very specific corner cases MarcinZiabek 2022-08-16 23:59:05 +02:00
  • 04da32e0e7 Stability improvements for text wrapping MarcinZiabek 2022-08-16 16:32:53 +02:00
  • 5bdb338996 Fixed: default text style does not always work MarcinZiabek 2022-08-16 16:25:39 +02:00
  • 06b30f2ad6 2022.8.0 2022.8 2002.8 MarcinZiabek 2022-08-15 12:58:09 +02:00
  • d39f68a974 Fixed memory leak, issue #306 MarcinZiabek 2022-08-13 20:06:23 +02:00
  • db9d8b5fcf Updated logo MarcinZiabek 2022-08-11 12:55:35 +02:00
  • a31a588b24 Update readme.md Marcin Ziąbek 2022-08-01 23:58:48 +02:00
  • cb2a3c6363 Previewer: added support for linux / macos MarcinZiabek 2022-07-31 23:24:45 +02:00