Age | Commit message (Expand) | Author |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-21 | Fix CPDFImage::IsInline(). | thestig |
2016-11-21 | Continue splitting up render_int | npm |
2016-11-21 | Clean up CPDF_PageContentGenerator. | thestig |
2016-11-21 | use skia text | caryclark |
2016-11-20 | Provide perfect-forwarding in CPDF_Object templates. | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-18 | Add unit test for CXFA_FileRead. | tsepez |
2016-11-17 | fix corpus tests | caryclark |
2016-11-17 | Move CPDF_RenderStatus from render_int | npm |
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-16 | Create a subset of skia support for paths only | caryclark |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-15 | Revert of Create a subset of skia support for paths only (patchset #10 id:180... | dsinclair |
2016-11-15 | Create a subset of skia support for paths only | caryclark |
2016-11-14 | Make CPDF_PageContentGenerator methods take object numbers | tsepez |
2016-11-14 | Properly release caches in CPDF_DocRenderData | npm |
2016-11-11 | Relax colorspace checks in CPDF_DIBSource::CreateDecoder().chromium/2917 | thestig |
2016-11-11 | Fix sevg above CPDF_PageContentGenerator::ProcessImage() | tsepez |
2016-11-10 | Use more unique_ptrs for CPDF_Annot and friends. | thestig |
2016-11-10 | Use more unique_ptrs in CPVT_GenerateAP. | thestig |
2016-11-09 | Do not load main cross ref table for first page in linearized pdf. | art-snake |
2016-11-09 | Add early returns in CJBig2_TRDProc::decode_Arith when decode fails. | npm |
2016-11-09 | Fix receiving page, if it have not obj num. | art-snake |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-09 | Revert of Clean up fx_codec_icc.cpp (patchset #1 id:1 of https://codereview.c... | kcwu |
2016-11-08 | Define IsFloatEqual macro properly. | thestig |
2016-11-08 | Cleanup CPDF_DeviceCS and friends.chromium/2914 | thestig |
2016-11-08 | Add FPDFDest_GetLocationInPage API | dsinclair |
2016-11-07 | Force compiler to deduce src type for checked_cast<dst, src>. | tsepez |
2016-11-07 | Hold trailers via unique_ptrs. | tsepez |
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 | Remove unused CFX_QuartzDevice(Driver) classes.chromium/2913 | npm |
2016-11-07 | Clean up fpdf_page_parsers | npm |
2016-11-07 | Reland of Unify some code | art-snake |
2016-11-07 | Clean up fx_codec_icc.cpp | kcwu |
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 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |
2016-11-04 | Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr. | tsepez |
2016-11-04 | CHECK for re-addition of indirect objects | tsepez |
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 | Assert objnum non-zero in ReplaceIndirectObjectIfHigherGeneration() | 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 |