Age | Commit message (Expand) | Author |
2018-05-01 | Fix possible integer overflows in CFX_RTFBreak. | Henrique Nakashima |
2018-05-01 | Add struct CJBig2_GRDProc::ProgressiveArithDecodeState. | Lei Zhang |
2018-05-01 | Clean up CJBig2_Image compose methods. | Lei Zhang |
2018-04-30 | Reorganize Unicode_GetNormalization() some more. | Lei Zhang |
2018-04-30 | Add CPDF_TextPage::GetPrevCharInfo() helper method. | Lei Zhang |
2018-04-30 | Change out parameter of CFGAS_GEFont::GetCharWidth to pointer.chromium/3416 | Henrique Nakashima |
2018-04-30 | Fix more possible integer overflows in CFX_TxtBreak. | Henrique Nakashima |
2018-04-30 | Simplify Unicode_GetNormalization() and caller. | Lei Zhang |
2018-04-30 | Fix some nits in CPDF_TextPage. | Lei Zhang |
2018-04-30 | Saner memory managment in cttfontdesc, part 1. | Tom Sepez |
2018-04-30 | Fix Integer-overflow in CFX_TxtBreak::AppendChar_Others | Henrique Nakashima |
2018-04-30 | Optimize yet another piece of barcode code | Ryan Harrison |
2018-04-30 | Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document. | Tom Sepez |
2018-04-27 | Tidy cfx_gif.h.chromium/3415chromium/3414chromium/3413 | Tom Sepez |
2018-04-27 | Remove an obsolete TODO. | Lei Zhang |
2018-04-27 | Fix illegal cast in core/fxge/win32/fx_win32_gdipext.cpp | Tom Sepez |
2018-04-27 | Remove CJBig2_HuffmanTable::InitCodes(). | Lei Zhang |
2018-04-27 | Replace void* with CFX_GifPalette* in fxcodec | Tom Sepez |
2018-04-27 | Fix focused day disappears in XFA MonthCalendar. | Henrique Nakashima |
2018-04-27 | Update caret after changes that could move lines in XFA edit. | Henrique Nakashima |
2018-04-27 | Change CJBig2_HuffmanTable to use struct JBig2HuffmanCode. | Lei Zhang |
2018-04-27 | Adjust CJBig2_Context::HuffmanAssignCode(). | Lei Zhang |
2018-04-27 | Remove arguments from CPDFSDK_FormFillEnvironment methods (part 2) | Tom Sepez |
2018-04-27 | Simplify CJBig2_Context::DecodeSymbolIDHuffmanTable(). | Lei Zhang |
2018-04-27 | Use std::function in CJBig2_GRDProc. | Lei Zhang |
2018-04-27 | Fix backspace on 1st character of a line erases the line break. | Henrique Nakashima |
2018-04-27 | Disambiguate methods in CJBig2_GRDProc. | Lei Zhang |
2018-04-27 | Simplify CJBig2_Context::FindReferredSegmentByTypeAndIndex(). | Lei Zhang |
2018-04-27 | Avoid potential duplicate unique_ptr to CPDF_Document from CPDFXA_Context. | Tom Sepez |
2018-04-27 | Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPage | Tom Sepez |
2018-04-27 | Add DEPS include_rules for xfa/fwl. | Lei Zhang |
2018-04-27 | Fix undefined behavior in AGG. | Lei Zhang |
2018-04-27 | Do validation earlier in CPDF_SampledFunc::v_Init(). (try 2) | Lei Zhang |
2018-04-27 | Fix style for many jbig2 methods.chromium/3412 | Lei Zhang |
2018-04-27 | Add CJBig2_Image::IsValidImageSize() helper method. | Lei Zhang |
2018-04-27 | Sanitize another image size in CJBig2_Context::parseHalftoneRegion(). | Lei Zhang |
2018-04-27 | Updated libtiff 4.0.8->4.0.9 | Ryan Harrison |
2018-04-27 | Sanitize the SBNUMINSTANCES value in the JBIG2 decoder. | Lei Zhang |
2018-04-27 | Roll DEPS for ICU to e4194dc7chromium/3411 | Lei Zhang |
2018-04-27 | Roll DEPS for build and buildtools. | Lei Zhang |
2018-04-27 | Roll DEPS for Clang to abe5e4f9. | Lei Zhang |
2018-04-26 | Reset entity start when clearing textchromium/3410 | Dan Sinclair |
2018-04-26 | Fix caret moving to next line upon click on line break in XFA edit. | Henrique Nakashima |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-04-26 | Enter key inserts a line break correctly in XFA edits. | Henrique Nakashima |
2018-04-26 | Improve diffing and regeneration of expected pngs. | Henrique Nakashima |
2018-04-26 | Optionally optimize PNGs with optipng in make_expected.sh. | Lei Zhang |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-25 | Make XFA Caret become immediately visible when moved. | Henrique Nakashima |
2018-04-25 | Use local for return value in factory method | Ryan Harrison |