Age | Commit message (Expand) | Author |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-11 | Fix a sign mismatch.chromium/2735 | 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 | Use bytestringC rather than raw ptr/len pairs in syntax parser | tsepez |
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-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-03 | Revert of Relax a couple checks to allow certain non-standard PDF files. (pat... | weili |
2016-04-29 | Relax a couple checks to allow certain non-standard PDF files. | weili |
2016-04-28 | Fix stack overflow from nested arrays. | thestig |
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 | Clean up CPDF_Page. | thestig |
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 | Remove CFX_ArrayTemplate from fpdf_parser_decode.cpp | tsepez |
2016-04-21 | Only call shading code with streams. | dsinclair |
2016-04-20 | Standalone GN build. | dsinclair |
2016-04-20 | Cleanups from prior CLs. | 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 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-13 | Add iterators and unit tests for CPDF_Array class | weili |
2016-04-13 | Re-enable warning 4701 for GN build and some cleanup | weili |
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair |
2016-04-12 | Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp | ochang |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-12 | flesh out gradient shaders | caryclark |
2016-04-11 | Remove CPDF_Object::GetConstString and overrides | tsepez |
2016-04-11 | fix infinite loops when rebuild the cross reference table | jinming_wang |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
2016-04-08 | Make converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf | tsepez |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |