Age | Commit message (Expand) | Author |
2018-04-12 | Make CFX_Font take FX_RECT out params by pointer. | Lei Zhang |
2017-10-21 | Fix a FPDF_GetMetaText() crash. | Lei Zhang |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-29 | Optimize receiving page, if it have not obj num. | Artem Strygin |
2017-06-19 | Fixing metadata not read from linearized file.chromium/3136 | Henrique Nakashima |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-19 | Rename array names to match codepage names | Dan Sinclair |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | RefCount CPDF_IccProfile all the time | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-21 | Pop when Pages is malformed and has no kids | Nicolas Pena |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-24 | Remove repeated flags from CPDF_Fontchromium/3023 | Nicolas Pena |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
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 |
2016-11-21 | Split fwl/core class pt II. | dsinclair |
2016-11-21 | Remove some WrapUnique() calls by returing unique_ptrs | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-17 | Move CPDF_DocRenderData from render_int | npm |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-16 | Move ByteStringPool from document to indirect object holder. | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-14 | Make CPDF_PageContentGenerator methods take object numbers | tsepez |
2016-11-09 | Fix receiving page, if it have not obj num. | art-snake |
2016-11-07 | Use unique_ptr return from CPDF_Parser::ParseIndirectObject() | tsepez |
2016-11-07 | Rename CPDF_Linearized to CPDF_LinearizedHeader | tsepez |
2016-11-07 | Reland of Unify some code | art-snake |
2016-11-04 | Revert of Unify some code (patchset #14 id:260001 of https://codereview.chrom...chromium/2912chromium/2911 | dsinclair |
2016-11-04 | Unify some code | art-snake |
2016-11-04 | Traverse PDF page tree only once in CPDF_Document Try 3 | npm |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-03 | Move CPDF_Document insert methods from namespace | npm |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-28 | Revert of Traverse PDF page tree only once in CPDF_Document Try 2 (patchset #... | npm |
2016-10-26 | Traverse PDF page tree only once in CPDF_Document | npm |