Age | Commit message (Expand) | Author |
2017-06-19 | Consistently pass FPDF handles by value. | Lei Zhang |
2017-06-19 | Converting CFX_ByteTextBuf to ostringstream in SAX. | Henrique Nakashima |
2017-06-19 | Converting CFX_ByteTextBuf to ostringstream in cxml_parser.cpp. | Henrique Nakashima |
2017-06-19 | Mark more CPDFSDK_FormFillEnvironment methods as const. | Lei Zhang |
2017-06-19 | Move JS time conversion code into an anonymous namespace. | Lei Zhang |
2017-06-16 | Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133 | Lei Zhang |
2017-06-16 | Simplify code in the JS printf/printd implementations. | Lei Zhang |
2017-06-15 | Change some CFFL classes to use early returns.chromium/3132 | Lei Zhang |
2017-06-15 | Improve ObserverPtr usage in CFFL_InteractiveFormFiller. | Lei Zhang |
2017-06-15 | Check for destroyed annotations in CPDFSDK_WidgetHandler::OnLoad(). | Lei Zhang |
2017-06-15 | Add more checks for destroyed annotations in CFFL_FormFiller. | Lei Zhang |
2017-06-15 | Remove unused BMP compressing code | Nicolas Pena |
2017-06-14 | Cleanup fx_bmp part 1 | Nicolas Pena |
2017-06-14 | Reenabled a flaky testchromium/3131 | Jane Liu |
2017-06-14 | Fix crash when inserting empty path | Nicolas Pena |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-06-14 | Fix a buffer overflow in FPDFPage_Flatten(). | Lei Zhang |
2017-06-14 | Fix some nits in CFFL_InteractiveFormFiller. | Lei Zhang |
2017-06-14 | Remove deprecated FPDPage_HasFormFieldAtPoint(). | Lei Zhang |
2017-06-14 | Fix bad format string in CXFA_FM2JSContext. | Lei Zhang |
2017-06-13 | Allow zero length streams when parsing.chromium/3130 | Dan Sinclair |
2017-06-13 | Check validity of color indices in bmp_decode_rgb | Nicolas Pena |
2017-06-13 | Implement CPWL_ComboBox::OnDestroy() to manage unowned pointers. | Lei Zhang |
2017-06-13 | Add CFGAS_FormatString helper to extract digits. | Dan Sinclair |
2017-06-13 | Converting CFX_ByteTextBuf to ostringstream in cpdf_pagecontentgenerator. | Henrique Nakashima |
2017-06-13 | Converting CFX_ByteTextBuf to ostringstream in cpdf_syntax_parser.cpp. | Henrique Nakashima |
2017-06-13 | Fix FPDFAction_GetFilePath() documentation error. | Lei Zhang |
2017-06-12 | Trimming brackets and quotes outside URLs.chromium/3129 | Henrique Nakashima |
2017-06-09 | Fix types for FT_ULong chars in fpdfedittextchromium/3128chromium/3127 | Nicolas Pena |
2017-06-09 | Converting CFX_ByteTextBuf to ostringstream in fdpf_parser_decode.cpp.chromium/3126 | Henrique Nakashima |
2017-06-09 | Minor changes/addons for annotation APIs | Jane Liu |
2017-06-09 | Simplify CPDF_Array::RemoveAt(index, size). | Lei Zhang |
2017-06-09 | Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostrin... | Henrique Nakashima |
2017-06-09 | Disable a new flaky test | Jane Liu |
2017-06-08 | Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream." | Henrique Nakashima |
2017-06-08 | Adding constructor of CFX_ByteString that takes a std::ostringstream. | Henrique Nakashima |
2017-06-08 | Guard against undefined shifting in JPX decoder | Dan Sinclair |
2017-06-08 | Replacing CFX_ByteTextBuf with stringstream in cpdf_streamparser.cpp. | Henrique Nakashima |
2017-06-08 | Fixing click area for links with a URL with prepended text.chromium/3125 | Henrique Nakashima |
2017-06-08 | CFGAS_FormatString use helper to convert char to int | Dan Sinclair |
2017-06-08 | Add CFGAS_FormatString Number to String helper | Dan Sinclair |
2017-06-08 | Combine more CFGAS_FormatString code | Dan Sinclair |
2017-06-07 | Remove use of FXBSTR_ID from CFGAS_FormatStringchromium/3124 | Dan Sinclair |
2017-06-07 | Simplify some CFGAS_FormatString methods | Dan Sinclair |
2017-06-07 | Fix some CFGAS_FormatString issues | Dan Sinclair |
2017-06-07 | Fixing FPDFPage_TransformAnnots | Jane Liu |
2017-06-07 | Basic APIs and tests for creating annotations | Jane Liu |
2017-06-07 | Even more CFGAS_FormatString tests. | Dan Sinclair |
2017-06-07 | Fix EmptyCreation test | Nicolas Pena |
2017-06-06 | Convert CFGAS_FormatString to pointer out parameterschromium/3123 | Dan Sinclair |