Age | Commit message (Expand) | Author |
2017-02-21 | Convert more TransformPoint calls to Transform | Dan Sinclair |
2017-02-16 | Avoid a potential leak in CPDF_IndirectObjectHolder | Tom Sepez |
2017-02-16 | Convert fx_font points to CFX_Point{F}s | Dan Sinclair |
2017-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-16 | Convert CPDF_TextObject to CFX_PointF | Dan Sinclair |
2017-02-15 | Move generated graphics and font maps to CPDF_Page | Nicolas Pena |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Reland Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-14 | Add ProcessText supporting standard fonts | Nicolas Pena |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-14 | Revert "Cleanup CPDF_MeshStream" | dsinclair |
2017-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-02-13 | Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-13 | core: fix a few uninitialized members | Miklos Vajna |
2017-02-10 | Add line width option for stroking pathschromium/3011chromium/3010chromium/3009 | Nicolas Pena |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Add APIs for path construction and paintingchromium/3006 | Nicolas Pena |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-02-06 | Fix stream reading from pFile. | Graeme Connell |
2017-02-06 | Add support for fill and stroke RGBA in CPDF_PageContentGenerator | Nicolas Pena |
2017-02-02 | Add CPDF_PageContentGenerator::ProcessPath supporting path construction | Nicolas Pena |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2017-01-30 | Cleanup memory allocations in ttgsubtable.cpp | Tom Sepez |
2017-01-27 | Limit parsing recursion levels in CPDF_StreamParser | Nicolas Pena |
2017-01-24 | Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi. | tsepez |
2017-01-24 | Undefined shift in CPDF_PSEngine::DoOperator | tsepez |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-19 | use unique_ptr in fpdf_font_cid.cpp | tsepez |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |
2017-01-17 | Stop using Encoding array to get unicode from charcode in Type 3 fontschromium/2985 | npm |
2017-01-10 | Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoc | tsepez |
2017-01-09 | Do not parse references with invalid objnum | npm |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2017-01-05 | Remove two unused members in cpdf_streamcontentparser. | tsepez |
2017-01-05 | Remove unused CPDF_ImageCacheEntry::GetCachedBitmap | Nicolas Pena |
2017-01-04 | Kill render_int.hchromium/2973chromium/2972 | Nicolas Pena |
2017-01-03 | Force stop of page tree traversal when max level reached | Nicolas Pena |
2017-01-02 | Use vector of unique_ptrs for page node children. | tsepez |
2016-12-19 | Missing null initializer in CPDF_StreamParser::ReadInlineStreamchromium/2965chromium/2964chromium/2963chromium/2962chromium/2961chromium/2960chromium/2959chromium/2958 | tsepez |
2016-12-19 | Relax the EncryptMetadata check.chromium/2957 | tsepez |
2016-12-16 | Better tests for password protected documents.chromium/2954 | tsepez |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-14 | Remove some usage of |return XXX.release()| anti-pattern. | tsepez |