14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Nov 26, 2024 — Nov 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update docs More... over 10 years ago
Added tests for DEV-1371. More... over 10 years ago
Removed deprecated logic of saving and restoring color for tagged pdf documents in PdfContentByte class (DEV-1371). More... over 10 years ago
Added missed files. More... over 10 years ago
DEV-1379: Fixed bug (There were no Bevel join in the Clipper library. There is square join instead, which adds extra delta (linewidth / 2) at each convex edge) More... over 10 years ago
Merge branch 'develop' of gitlab.itextsupport.com:itextsharp/itextsharp into develop More... over 10 years ago
Fixed bug (wrong PDF operator was written into content stream instead of fill color operator) More... over 10 years ago
first version of contribution guidelines More... over 10 years ago
Ported javadocs. More... over 10 years ago
Merge branch 'develop' of gitlab.itextsupport.com:itextsharp/itextsharp into develop More... over 10 years ago
Refactored some code a bit. More... over 10 years ago
Merge branch 'develop' of http://gitlab.itextsupport.com/itextsharp/itextsharp into develop More... over 10 years ago
C# port (DEV-1395) More... over 10 years ago
Ported rev. 1ab0fdb6cd8c ( (DEV-1377) Fixed PdfPTable.setKeepTogether() when using a tagged writer ). More... over 10 years ago
Port xmlworker rev. b2c5c7a5a (DEV-1389) More... over 10 years ago
Merge branch 'develop' of http://gitlab.itextsupport.com/itextsharp/itextsharp into develop More... over 10 years ago
PORT Stamping PDF with identical Contents array (DEV-1384) More... over 10 years ago
Ported itext/itextpdf rev. cca9f78b44 (Eliminated double entries in Nums entry of ParentTree. DEV-1359). More... over 10 years ago
DEV-1374: Redesigned CleanUp Render-Filter architecture so that now there is only one filter responsible for all areas to be cleaned from a document. More... over 10 years ago
DEV-1380: Fixed incorrect processing of closed dashed subpaths (the effects of line join between the last and the first segment of a subpath was lost) More... over 10 years ago
Merge branch 'develop' of gitlab.itextsupport.com:itextsharp/itextsharp into develop More... over 10 years ago
DEV-1325: Fixed CleanUp tool behavior when a clipping path is being completely removed. Starting from this moment, all the content, which was invisible due to a clipping path, won't be written to the resultant document, if the clipping path is completely cleaned. More... over 10 years ago
Changed matrix initialization into more fast way, added caching for font matrix in DocumentFont, created separate methods for decoding single character PdfStrings. More... over 10 years ago
Merge branch 'develop' of gitlab.itextsupport.com:itextsharp/itextsharp into develop More... over 10 years ago
Merge branch 'feature/stroke-to-fill' into develop More... over 10 years ago
Fixed CleanUp tests, added new ones. More... over 10 years ago
Fixed bugs (transformation of annotation's rect, EndType value when doing offsetting for path using Clipper library, clipping rule, stroke to fill color), refactored code. More... over 10 years ago
Added static field to PdfCleanUpProcessor, allowing to prevent cleaned area from being filled (it's quite convinient for testing purposes) More... over 10 years ago
Replaced PdfCleanUpGraphicsState with existing GraphicsState from itext.pdf.parser package, added missing parameters into the latter More... over 10 years ago
Added processing for line dash pattern (closed path is processed a bit incorrect now) More... over 10 years ago