Age | Commit message (Expand) | Author |
2018-08-20 | Remove refcounting from CFPF_SkiaFont.chromium/3529 | Lei Zhang |
2018-08-17 | Ger rid of some #defines in Android font code.chromium/3528chromium/3527 | Lei Zhang |
2018-08-17 | Get rid of CFPF_SkiaFont::InitFont(). | Lei Zhang |
2018-08-17 | Encapsulate CFPF_SkiaPathFont members. | Lei Zhang |
2018-08-17 | Use more UnownedPtr<> in cpdf_renderstatus.h.chromium/3526 | Tom Sepez |
2018-08-17 | Change CFPF_SkiaFontMgr::m_FontFaces to store unique_ptrs. | Lei Zhang |
2018-08-17 | Remove CFPF_SkiaFontDescriptor. | Lei Zhang |
2018-08-17 | Add FPDFText_GetFontInfo | Nicolas Pena |
2018-08-17 | Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont. | Lei Zhang |
2018-08-17 | Remove default arguments from CFPF_SkiaFontMgr. | Lei Zhang |
2018-08-16 | Remove optional bool bType from GetFillArgb() | Tom Sepez |
2018-08-16 | Replace optional bool bNotify with enum type. | Tom Sepez |
2018-08-16 | Remove default arg from CFX_BinaryBuf::EstimateSize(). | Tom Sepez |
2018-08-16 | Remove more optional args in core/ | Tom Sepez |
2018-08-15 | Remove optional prepend argument from matrix transformations. | Tom Sepez |
2018-08-15 | Make CPDF_RenderStatus::Initialize() saner. | Tom Sepez |
2018-08-15 | Make CFX_MemoryStream always consecutive.chromium/3524 | Lei Zhang |
2018-08-14 | Remove default args from CPDF_DIBSource::StartLoadDIBSource(). | Tom Sepez |
2018-08-14 | Remove unreachable vertical text code in CPDF_Document. | Lei Zhang |
2018-08-14 | Remove default level from FPDF_GetFieldAttr(). | Tom Sepez |
2018-08-14 | Remove unused form/args of AddWindowsFont() | Tom Sepez |
2018-08-14 | Add CPDF_Type1Font::IsBase14Font() to replace GetBase14Font(). | Lei Zhang |
2018-08-14 | Remove CFX_BufferSeekableReadStream. | Lei Zhang |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-08-14 | Remove |bTakeOver| parameter from CFX_MemoryStream ctor. | Lei Zhang |
2018-08-13 | Make CFX_ReadOnlyMemoryStream take a span. | Lei Zhang |
2018-08-13 | Change CFDF_Document::ParseMemory() to use pdfium::span. | Lei Zhang |
2018-08-13 | Implement CFX_CodecMemory. | Lei Zhang |
2018-08-13 | Use CFX_ReadOnlyMemoryStream in more places. | Lei Zhang |
2018-08-13 | Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only. | Lei Zhang |
2018-08-13 | Move CPDFSDK_MemoryAccess to fxcrt. | Lei Zhang |
2018-08-13 | Split CFX_MemoryStream::m_dwFlags into two bools.chromium/3522 | Lei Zhang |
2018-08-11 | Cleanup CFX_CTTGSUBTable.chromium/3521chromium/3520 | Lei Zhang |
2018-08-11 | Initialize CPDF_CIDFont members. | Lei Zhang |
2018-08-11 | Simplify CPDF_SimpleFont::LoadPDFEncoding(). | Lei Zhang |
2018-08-10 | Kill some optional parameters that are always supplied. | Tom Sepez |
2018-08-10 | Remove unused form of PDF_EncodeText(). | Tom Sepez |
2018-08-10 | Make the 4th parameter in CPDF_Form non-optional. | Lei Zhang |
2018-08-10 | Minor cleanup in CPDF_ContentParser. | Lei Zhang |
2018-08-10 | Make CPDF_PSFunc::m_PS mutable. | Tom Sepez |
2018-08-10 | Remove const args and const_casts where not required. | Tom Sepez |
2018-08-10 | Remove direct calls to timechromium/3519 | Ryan Harrison |
2018-08-10 | Add proxy for syscall time | Ryan Harrison |
2018-08-10 | Remove |typedef struct| in favor of just |struct|. | Tom Sepez |
2018-08-10 | Consolidate const_casts<> in FXFT_Get_Name_Index() | Tom Sepez |
2018-08-10 | Make CFX_ImageTransformer::CalcData's bitmap non-const. | Lei Zhang |
2018-08-10 | Fix a JBIG2 decoding regression. | Lei Zhang |
2018-08-10 | Remove const_cast<> from CFX_LZWDecompressor::Decode() caller. | Tom Sepez |
2018-08-10 | Add CFX_DIBSource::GetWritableScanline(). | Tom Sepez |
2018-08-09 | Move all utf8 decoding under fx_string.h | Tom Sepez |