Age | Commit message (Expand) | Author |
2017-09-15 | Make static const char* arrays more const. | Lei Zhang |
2017-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-09-12 | Don't attempt to decrypt AES streams that are too shortchromium/3214 | Ryan Harrison |
2017-09-07 | Implement CPDF_SyntaxParser::PeekNextWord. | Artem Strygin |
2017-09-07 | Simplify CPDF_SyntaxParser::GetNextWordInternal. | Artem Strygin |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-05 | Rename fx_rand to fx_random | Dan Sinclair |
2017-09-05 | Remove redundant code. | Artem Strygin |
2017-09-05 | Split random code from fx_extension.h | Dan Sinclair |
2017-09-05 | Fix length field in dictionary on create stream | Artem Strygin |
2017-09-05 | Refactoring of CPDF_IndirectObjectHolder. | Artem Strygin |
2017-09-05 | Move Parsing of indirect object logic into CPDF_SyntaxParser. | Artem Strygin |
2017-09-01 | Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203 | Ryan Harrison |
2017-09-01 | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-01 | Fix integer overflow in Buffer_itoa when passing INT_MIN. | Henrique Nakashima |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |
2017-08-31 | Disable objects decryption if it is useless. | Artem Strygin |
2017-08-31 | Fix colorspace loading for mutually referencing colorspaces. | Henrique Nakashima |
2017-08-31 | Prevent FPDFAvail_IsDocAvail() from infinite looping. | Lei Zhang |
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 | 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 | 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-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 | Move replaced indirect objects to the orphans list. | Lei Zhang |
2017-08-28 | Unify CPDF_SyntaxParser::GetObjectXXX methods. | Artem Strygin |
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 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Unify cross ref item check.chromium/3193 | Artem Strygin |
2017-08-21 | Remove useless code. | Artem Strygin |
2017-08-21 | Converted CFX_FloatRect::{Init|Update}Rect() to take point objects | Jane Liu |