Age | Commit message (Expand) | Author |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-06 | re-enable skia cachingchromium/2944 | caryclark |
2016-12-06 | Fix FPDF_GetPageLabel API typo. | dsinclair |
2016-12-02 | Make concrete stream classes private to .cpp, part 4. | tsepez |
2016-12-01 | Make more concrete stream classes private to .cpp files | tsepez |
2016-12-01 | Protect against unexpected library create/destroy | 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-23 | Add FPDF_RenderPageBitmapWithMatrix API. | thestig |
2016-11-23 | Add APIs for limited use of document tagged code. | thestig |
2016-11-23 | Add API for getting page labels. | thestig |
2016-11-22 | Rename IFWL_App to CFWL_App | dsinclair |
2016-11-22 | Rename IFWL_Timer and IFWL_TimerInfo | dsinclair |
2016-11-22 | handle antialiased rendering as premultiplied | caryclark |
2016-11-21 | Add a regression test for rasterizing PDFs. | thestig |
2016-11-21 | Remove iCompress parameter to CPDF_Image::SetImage(). | thestig |
2016-11-21 | Make CPDF_ImageObject::m_Matrix private. | thestig |
2016-11-21 | Make CPDF_Stream() take unique_ptr's to its dictionary. | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-21 | Split fwl/core class pt I. | dsinclair |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Replace fcvt with std::stringstream in AFNumber_Format | npm |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-14 | Fix nits in CPDF_PageOrganizer. | thestig |
2016-11-14 | Invalidate a slightly larger rect when updating popup annotations. | thestig |
2016-11-14 | Cleanup remaining IFWL files for visiblity and usage. | dsinclair |
2016-11-11 | Fix unique ptrs in fpdfppo.cpp | tsepez |
2016-11-11 | Add fpdfppo_embeddertest.cpp. | tsepez |
2016-11-11 | Fix sevg above CPDF_PageContentGenerator::ProcessImage() | tsepez |
2016-11-10 | Free the FPDF_SYSFONTINFO_DEFAULT instead of delete | npm |
2016-11-09 | Do not load main cross ref table for first page in linearized pdf. | art-snake |
2016-11-09 | Tidy fpdfsdk/fpdf_flatten.cppchromium/2915 | tsepez |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-08 | Fix regression in annotation key event handling. | thestig |
2016-11-08 | Fix abort above FPDFPage_Flatten | tsepez |
2016-11-08 | Add FPDF_FreeDefaultSystemFontInfo API | npm |
2016-11-08 | Fix CPDFSDK_FormFillEnvironment destruction order | tsepez |
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-04 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |
2016-11-04 | Revert: Only create widgets if really needed | dsinclair |
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-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Rename CPDFXFA_Document to CPDFXFA_Context | dsinclair |
2016-11-02 | Merge CPDFXFA_App into CPDFXFA_Document. | dsinclair |
2016-11-01 | Reland: Make the CPDFXFA_App non-globalchromium/2907 | dsinclair |