Age | Commit message (Expand) | Author |
2018-05-24 | Do some variable cleanup in CJBig2_Context | Nicolas Pena |
2018-05-24 | Mark some pointers as non-const in CPDF_NameTree. | Lei Zhang |
2018-05-24 | Improve constness for more CPDF_Objects pointers. | Lei Zhang |
2018-05-23 | Remove GetBits32(). | Lei Zhang |
2018-05-23 | Avoid repeated calculations in CFX_BitStream::GetBits(). | Lei Zhang |
2018-05-23 | Add unit test for CFX_BitStream. | Lei Zhang |
2018-05-23 | [xfa] Skip text length check for empty text fieldschromium/3439 | Dan Sinclair |
2018-05-23 | Fix linking errors in fuzzer targets. | Lei Zhang |
2018-05-23 | Move SkFloatToDecimal pow10 inside anonymous namespace | Dan Sinclair |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Fix nits in fxjs. | Lei Zhang |
2018-05-22 | Simplify CPDF_ShadingPattern::Validate(). | Lei Zhang |
2018-05-22 | Remove useless CPDFSDK_Widget::SetDefaultValue().chromium/3438 | Lei Zhang |
2018-05-22 | Fix a regression with missing text. | Lei Zhang |
2018-05-22 | Add test case for a font substitution regression. | Lei Zhang |
2018-05-22 | Order CHKs in alphabetical order within each file | Nicolas Pena |
2018-05-22 | Remove JBIG2_memcpy() and JBIG2_memset(). | Lei Zhang |
2018-05-22 | Remove return value from CJBig2_Image::SetPixel(). | Lei Zhang |
2018-05-22 | Fix method style in JBig2_Image. | Lei Zhang |
2018-05-22 | Add FPDFPageObj_GetStrokeWidth() API | Miklos Vajna |
2018-05-22 | Remove useless CPWL_ListBox::KillFocus(). | Lei Zhang |
2018-05-22 | Fix spaces too wide in XFA Dropdown. | Henrique Nakashima |
2018-05-22 | Declare some variables closer to when used in CFX_FontMapper. | Lei Zhang |
2018-05-21 | Avoid indexing into std::vector inside a tight loop.chromium/3437 | Lei Zhang |
2018-05-18 | Fix small typo in common.pychromium/3436chromium/3435 | Ryan Harrison |
2018-05-18 | Fix issues with XFA font loading | Ryan Harrison |
2018-05-17 | Add check that --font-dir is actually a directorychromium/3434 | Ryan Harrison |
2018-05-17 | More overflow checks in bidi code | Dan Sinclair |
2018-05-17 | Deprecate several Path/Text APIs. | Nicolas Pena |
2018-05-17 | Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView | Dan Sinclair |
2018-05-17 | Roll third_party/freetype/src/ 2157d8fa6..9e345c911 (9 commits) | Lei Zhang |
2018-05-17 | Annotate CFX_ImageTransformer with LIKELY(). | Lei Zhang |
2018-05-17 | Add comment about cleaning binding nodes | Dan Sinclair |
2018-05-17 | Expose CJBig2_Image::ComposeTo() as a public method. | Lei Zhang |
2018-05-17 | Avoid fmodf() in CFX_BilinearMatrix. | Lei Zhang |
2018-05-17 | Consolidate identical code in CJBig2_TRDProc. | Lei Zhang |
2018-05-17 | Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> | Dan Sinclair |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-16 | Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp | Nicolas Pena |
2018-05-16 | Add support for PartionRealloc to return nullptr | Ryan Harrison |
2018-05-16 | Update third_party/base/bits.h. | Lei Zhang |
2018-05-16 | Remove some more unused #defines | Tom Sepez |
2018-05-16 | Move FX_LBUN shorthand codes from .h to .cpp file | Tom Sepez |
2018-05-16 | Do more optimizations to make FindBit() faster.chromium/3433 | Lei Zhang |
2018-05-16 | Use pdfium::span<> in cpdf_crypto_handler.h | Tom Sepez |
2018-05-16 | Avoid a memset() in FindBit() in the fax codec. | Lei Zhang |
2018-05-16 | Remove two unused #defines in cjs_globaldata.cpp. | Tom Sepez |
2018-05-16 | Convert CJX_Object::Set* methods to return void | Dan Sinclair |
2018-05-16 | Use pdfium::span<> in cpdf_creator. | Tom Sepez |
2018-05-16 | core: allow building against system icu-uc | Miklos Vajna |