Age | Commit message (Expand) | Author |
2017-01-12 | Don't put timers with ID == 0 into the global timer map. | tsepez |
2017-01-12 | Custom toString() methods may delete annots. | tsepez |
2017-01-12 | Add postscript path | rbpotter |
2017-01-12 | Remove unused CJS_Object::ExitInstance() method | tsepez |
2017-01-11 | Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979 | tsepez |
2017-01-11 | Annotation deleted while retrieving it in JS | tsepez |
2017-01-09 | Remove CFX_ArrayTemplate from CPWL_Wnd. | tsepez |
2017-01-04 | Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow | tsepez |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2016-12-16 | Return unique_ptr<> from IPDF_StructTree | tsepez |
2016-12-14 | Return unique_ptr from CXFA_FFApp::CreateDoc. | tsepez |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-14 | Verify precision length before converting to string. | dsinclair |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
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 |