Age | Commit message (Expand) | Author |
2018-05-31 | Handle image mask continuous loading correctly | Wei Li |
2018-05-31 | Remove uselesss code. | Artem Strygin |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-31 | Fix font regression in AdjustMMParams | Nicolas Pena |
2018-05-30 | Remove unused CFX_MemoryStream::{Attach,Detach}Buffer() methods | Tom Sepez |
2018-05-30 | Remove dead code in various write function. | Lei Zhang |
2018-05-30 | Exclude certain colorspace types for calculating transparency backdrop color. | Lei Zhang |
2018-05-30 | Make common page base class for XFA and non-XFA. | Tom Sepez |
2018-05-30 | Make CPDF_Document cache CPDF_Pages | Tom Sepez |
2018-05-30 | Implement handling --font-dir on Mac | Ryan Harrison |
2018-05-29 | Pass a CFX_Matrix by reference in font code.chromium/3445 | Lei Zhang |
2018-05-29 | Get rid of FXARGB_MAKE macro. | Lei Zhang |
2018-05-28 | Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444 | Nicolas Pena |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-25 | Make CPDF_Page retainable. | Tom Sepez |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). | Lei Zhang |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in action and bookmark code. | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in font code. | Lei Zhang |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441 | Lei Zhang |
2018-05-25 | Remove CPDF_FormField::{Insert,Clear}Option | Tom Sepez |
2018-05-25 | Mark CPDF_Object pointers in pattern code as const. | Lei Zhang |
2018-05-24 | CPDF_HintTables should not try to read 0 bits. | Lei Zhang |
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-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Simplify CPDF_ShadingPattern::Validate(). | Lei Zhang |
2018-05-22 | Fix a regression with missing text. | Lei Zhang |
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 | 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-17 | Annotate CFX_ImageTransformer with LIKELY(). | Lei Zhang |
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 | 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 | Remove some more unused #defines | 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 | Use pdfium::span<> in cpdf_creator. | Tom Sepez |