Age | Commit message (Expand) | Author |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Prevent duplicate parses of same data, in the same recursive descent | Ryan Harrison |
2017-08-31 | Use vector instead of pointer in CJBig2_Segment | Nicolas Pena |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-31 | Fix code style. | Artem Strygin |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-30 | Split CFX_FixedBufGrow out of fx_basicchromium/3201 | Dan Sinclair |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Move CFX_BinaryBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Move CFX_UTF8Decoder out of fx_basic | Dan Sinclair |
2017-08-30 | Move CFX_UTF8Encoder out of fx_basic | Dan Sinclair |
2017-08-30 | Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTable | Nicolas Pena |
2017-08-30 | Split auto restorer from fx_basic | Dan Sinclair |
2017-08-30 | Move CFX_BitStream to its own file | Dan Sinclair |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-30 | Cleanup CFX_SeekableStreamProxy | Ryan Harrison |
2017-08-29 | Implement CPDF_ObjectAvail. | Artem Strygin |
2017-08-29 | Optimize receiving page, if it have not obj num. | Artem Strygin |
2017-08-29 | Make some CPDF_StreamContentParser methods static. | Lei Zhang |
2017-08-28 | Unify CPDF_DataAvail::CheckTrailer. | Artem Strygin |
2017-08-28 | Unify CPDF_DataAvail::LoadAllFile.chromium/3199 | Artem Strygin |
2017-08-28 | Unify CPDF_DataAvail::CheckCrossRef. | Artem Strygin |
2017-08-28 | Add a nullptr check in ReplaceIndirectObjectIfHigherGeneration(). | Lei Zhang |
2017-08-28 | Remove unused / rarely used CFX_PTemplate methods. | Lei Zhang |
2017-08-28 | Convert find markers to Optionals in CPDF_TextPageFind | Ryan Harrison |
2017-08-28 | Add helper methods in CJBig2_GRRDProc. | Lei Zhang |
2017-08-28 | Move replaced indirect objects to the orphans list. | Lei Zhang |
2017-08-28 | Change DrawAppearance() methods to take CFX_Matrix by const-ref. | Lei Zhang |
2017-08-28 | Skip decoding of excessively large JBIG2 images. | Lei Zhang |
2017-08-28 | Unify CPDF_SyntaxParser::GetObjectXXX methods. | Artem Strygin |
2017-08-25 | Add help IsValid* methods to string classeschromium/3198chromium/3197 | Ryan Harrison |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-23 | Remove useless code. | Artem Strygin |
2017-08-23 | Unify CPDF_DataAvail::CheckEnd. | Artem Strygin |
2017-08-23 | Unify CPDF_DataAvail::CheckHeader. | Artem Strygin |
2017-08-23 | Simplify Trailers usage in CPDF_Parser. | Artem Strygin |
2017-08-23 | Verify image returned from AddImage | Dan Sinclair |
2017-08-22 | Bypass asserts in string [] operator for empty stringschromium/3194 | Ryan Harrison |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-22 | Check length in CFX_Win32FontInfo::AddInstalledFont | Nicolas Pena |
2017-08-22 | Avoid an ASSERT failure in CFX_SeekableStreamProxy. | Lei Zhang |
2017-08-21 | Unify cross ref item check.chromium/3193 | Artem Strygin |
2017-08-21 | Avoid annotation popups to be clipped at page edges | Jane Liu |
2017-08-21 | Remove useless code. | Artem Strygin |
2017-08-21 | Converted CFX_FloatRect::{Init|Update}Rect() to take point objects | Jane Liu |
2017-08-21 | Converted DrawCosmeticLine() to take point objects | Jane Liu |
2017-08-17 | Roll build_revision to bff6ee8. | Lei Zhang |
2017-08-17 | Fix some issues with individual image mask rendering | rbpotter |
2017-08-16 | Fix another unguarded string element access | Ryan Harrison |