Age | Commit message (Expand) | Author |
2017-12-04 | Make CXFA_SimpleParser members const or Unowned. | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-12-01 | Check for success of decodes to avoid infinite loops | Nicolas Pena |
2017-12-01 | Add CFX_FloatRect::ToRoundedFxRect(). | Lei Zhang |
2017-12-01 | Add CFX_FloatRect::Scale(). | Lei Zhang |
2017-12-01 | Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint(). | Lei Zhang |
2017-12-01 | Remove unused CFX_FloatRect::Substract4(). | Lei Zhang |
2017-12-01 | Add some CFX_FloatRect unit tests. | Lei Zhang |
2017-12-01 | Remove unneded structs from CFX_CTTGSUBTable part 2 | Nicolas Pena |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |
2017-11-30 | Simplify XDP parsing code | Dan Sinclair |
2017-11-30 | Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum class | Dan Sinclair |
2017-11-30 | Move packet information into simple parser | Dan Sinclair |
2017-11-30 | Make parsers work off XFA_PacketType enum | Dan Sinclair |
2017-11-30 | A CXFA_Node can only be in one packet | Dan Sinclair |
2017-11-30 | Cleanup XFA packet code | Dan Sinclair |
2017-11-30 | Rewrite lower level details of extracting text from page | Ryan Harrison |
2017-11-30 | Create CXFA_Node::NameToAttributeEnum | Dan Sinclair |
2017-11-30 | Move setting of XML content back to specific set methods | Dan Sinclair |
2017-11-30 | Rename GetAttributeEnumById to CXFA_Node::AttributeEnumToName | Dan Sinclair |
2017-11-30 | Remove the packets from attribute data. | Dan Sinclair |
2017-11-30 | Generate XFA node attribute information | Dan Sinclair |
2017-11-30 | Fix GBK2K-H CMap usage. | Lei Zhang |
2017-11-30 | Use initializer list in CPDF_DataAvail ctor. | Lei Zhang |
2017-11-30 | Relax checks in CFX_FaceCache::LoadGlyphPath(). | Lei Zhang |
2017-11-30 | Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBuffer | Nicolas Pena |
2017-11-30 | Run clang-tidy google-readability-casting on //third_party/pdfium | Dan Sinclair |
2017-11-30 | Run clang-tidy modernize-use-nullptr on //third_party/pdfium | Dan Sinclair |
2017-11-30 | GCC build fix: access from global function to private methods in CJS_PublicMe... | José Dapena Paz |
2017-11-30 | Add LG Electronics to the AUTHORS | José Dapena Paz |
2017-11-30 | Run clang-tidy modernize-use-bool-literals on //third_party/pdfium | Dan Sinclair |
2017-11-30 | Run clang-tidy modernize-use-auto on //third_party/pdfium | Dan Sinclair |
2017-11-30 | Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium | Dan Sinclair |
2017-11-30 | Reduce memory limit of PDF XFA fuzzers | Nicolas Pena |
2017-11-29 | Allow building pdfium against the system version of libpng. | Andrew Weintraub |
2017-11-29 | Remove dead CBC_OneDimWriter code.chromium/3281 | Lei Zhang |
2017-11-29 | Remove CollectionSize from fx_bidi | Dan Sinclair |
2017-11-29 | Remove XFA_Unit::Angle | Dan Sinclair |
2017-11-29 | Read Skia gold json and compare to locally generated pngs. | Henrique Nakashima |
2017-11-29 | Fix some nits in FPDFText_GetText(). | Lei Zhang |
2017-11-29 | Remove static measurement data | Dan Sinclair |
2017-11-29 | Remove unneded structs from CFX_CTTGSUBTable part 1 | Nicolas Pena |
2017-11-29 | Revert "[CFI] Enable type generalization for LCMS" | dsinclair |
2017-11-29 | [CFI] Enable type generalization for LCMS | Vlad Tsyrklevich |
2017-11-28 | Remove CollectionSize from fpdfppo.chromium/3280 | Dan Sinclair |
2017-11-28 | Remove CollectionSize from fpdf_flatten. | Dan Sinclair |
2017-11-28 | Remove CollectionSize from string_view_template | Dan Sinclair |
2017-11-28 | Remove CollectionSize from JBig2_Context | Dan Sinclair |
2017-11-28 | Convert from character stream to visible text indices in GetText | Ryan Harrison |
2017-11-28 | [XFA] Use default values to optionals | Dan Sinclair |