Age | Commit message (Expand) | Author |
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-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Upgrade to FreeType 2.7.1. | Lei Zhang |
2017-03-27 | Guard against lengths greater then input size | Dan Sinclair |
2017-03-27 | Remove old test expectations after the Mac 10.12 upgrade. | Lei Zhang |
2017-03-23 | Fix two CloneNonCycle issues | Wei Li |
2017-03-22 | Return errors after validation instead of ASSERT in CPDF_DataAvail | Nicolas Pena |
2017-03-22 | Fix ASSERT in CPDF_Data_Avail | Nicolas Pena |
2017-03-21 | Pop when Pages is malformed and has no kids | Nicolas Pena |
2017-03-16 | Remove some nested statements in CPDF_DataAvail. | Lei Zhang |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-02-27 | Remove some pointless checks and assignments. | Lei Zhang |
2017-02-26 | core: fix two more uninitialized memberschromium/3025chromium/3024 | Miklos Vajna |
2017-02-24 | Remove repeated flags from CPDF_Fontchromium/3023 | Nicolas Pena |
2017-02-24 | Fix a wrong variable usage in PDF_EncodeText(). | Lei Zhang |
2017-02-16 | Avoid a potential leak in CPDF_IndirectObjectHolder | Tom Sepez |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-06 | Fix stream reading from pFile. | Graeme Connell |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |
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-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 | 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 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-08 | Remove last usage of CFX_ObjectArray. | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-12-01 | Kill some friends in fpdfapi. | tsepez |
2016-11-30 | Convert loose FX_Create* functions into static methods | tsepez |
2016-11-28 | Make FDF document creation return unique_ptrs | tsepez |
2016-11-28 | Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936 | tsepez |
2016-11-28 | Fix leak in cpdf_document_unittest | npm |
2016-11-22 | Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929 | tsepez |
2016-11-21 | Split fwl/core class pt II. | dsinclair |
2016-11-21 | Remove some WrapUnique() calls by returing unique_ptrs | tsepez |