Age | Commit message (Expand) | Author |
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 |
2016-04-21 | Make CFX_BasicArray non-copyable. | tsepez |
2016-04-21 | Remove CFX_ArrayTemplate from fpdf_parser_decode.cpp | tsepez |
2016-04-21 | Assert that CFX_ strings are pointer-size. | tsepez |
2016-04-21 | Only call shading code with streams. | dsinclair |
2016-04-21 | Remove CFX_ArrayTemplate from CPDF_LinkExtract | tsepez |
2016-04-20 | Inline CFX_WideString::c_str. | dsinclair |
2016-04-20 | Standalone GN build. | dsinclair |
2016-04-20 | Cleanups from prior CLs. | dsinclair |
2016-04-19 | Re-enable warning 4701 for GN (re-land) | weili |
2016-04-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-19 | Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. | dsinclair |
2016-04-19 | Remove IPDF_CryptoHandler and IPDF_SecurityHandler. | dsinclair |
2016-04-15 | Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree | tsepez |
2016-04-15 | Prevent a potential OOB read in TranslateImageLine. | ochang |
2016-04-14 | Explicity use CFX_ByteStrings in a couple of places | tsepez |
2016-04-14 | Avoid string allocs for CMap_GetString() return value. | tsepez |
2016-04-14 | Still more comments about strings | tsepez |
2016-04-14 | Update comments about string constructors | tsepez |
2016-04-14 | Avoid needless construction of CFX_ByteStrings during string building | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Make CPDF_ApSettings take CFX_ByteString args. | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |