Age | Commit message (Expand) | Author |
2016-05-13 | allow Skia to be the default graphics engine | caryclark |
2016-05-12 | Fix some misc nits. | thestig |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-12 | Fix comment in fx_string.h | tsepez |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-12 | put change to CFX_ImageStretcher in Skia as well | caryclark |
2016-05-11 | Fix a sign mismatch.chromium/2735 | thestig |
2016-05-11 | Clean up CFX_ImageStretcher. | thestig |
2016-05-11 | Revert "Reland of relax a couple checks to allow certain non-standard PDF fil... | weili |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-11 | Remove c_str() from fpdf_font.cpp | tsepez |
2016-05-11 | Fix a divide by zero in CFX_ImageStretcher. | thestig |
2016-05-11 | Use bytestringC rather than raw ptr/len pairs in syntax parser | tsepez |
2016-05-11 | Remove CPVT_Size and CPVT_FloatRange.chromium/2734 | thestig |
2016-05-11 | CPDF_VariableText::GetIterator() never returns NULL. | thestig |
2016-05-11 | Clean up CPDF_Color and some related code. | thestig |
2016-05-11 | Fix a potential UAF with FPDFAvail_IsLinearized(). | thestig |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-05-10 | Remove some dead code. | thestig |
2016-05-09 | fix linux warnings | caryclark |
2016-05-06 | CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730 | tsepez |
2016-05-04 | More define cleanup. | dsinclair |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-05-04 | Reland of lax a couple checks to allow certain non-standard PDF files. (patch... | weili |
2016-05-04 | Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://cod...chromium/2729chromium/2728chromium/2727chromium/2726chromium/2725 | dsinclair |
2016-05-03 | Revert of Relax a couple checks to allow certain non-standard PDF files. (pat... | weili |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 | tsepez |
2016-05-02 | Remove unneeded CPVT classes. | thestig |
2016-04-29 | Subtract instead of adding the negation. | thestig |
2016-04-29 | Relax a couple checks to allow certain non-standard PDF files. | weili |
2016-04-29 | Avoid nullptr dereferences in sycc444_to_rgb(). | thestig |
2016-04-28 | Fix stack overflow from nested arrays. | thestig |
2016-04-27 | More IFX_ interface cleanup. | dsinclair |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | CPDF_Document::LoadPattern() and friends always have a valid matrix. | thestig |
2016-04-26 | Move CPDF_Document code into cpdf_document.cpp. | thestig |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | CFX_ByteString::Reserve(), ReleaseBuffer() fixes. | tsepez |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-25 | Fix incorrect offset computation. | etienneb |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-22 | Change the code to avoid three unit test failures on release build | weili |
2016-04-22 | Add a simple check for V4 cross reference table | weili |
2016-04-22 | Remove #ifdef platform which is always true. | tsepez |
2016-04-21 | Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp | tsepez |
2016-04-21 | Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp | tsepez |
2016-04-21 | Remove one warning from PDFium compilation in Cros | weili |
2016-04-21 | Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream | tsepez |
2016-04-21 | Add a missing initialisation for CPDF_ContentMarkItem.chromium/2717chromium/2716chromium/2715 | ochang |
2016-04-21 | Replace CFX_RectArray with std::vector<CFX_FloatRect> | tsepez |