summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-06-16Separate agg-authored code from fx-authored code.chromium/2439chromium/2438chromium/2437chromium/2436chromium/2435Tom Sepez
2015-06-16Add constructor for CPDF_ColorSpace.Tom Sepez
2015-06-15Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual.Lei Zhang
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-15Provide a constructor for CPDF_CountedObject.Tom Sepez
2015-06-15Fix -Winconsistent-missing-override warnings.Lei Zhang
2015-06-12Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAcc().Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Remove unused reflow code.Lei Zhang
2015-06-11Correct unexpected hinting fontsTom Sepez
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-10Convert CPDF_FontFileMap to std::map.Lei Zhang
2015-06-10Convert CPDF_IccProfileMap to use std::map.Lei Zhang
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Fix font rendering issues because of an incorrect transform.John Abd-El-Malek
2015-06-10Convert CPDF_ImageMap to std::map.Lei Zhang
2015-06-10Cache the CPDF_Annot's subtype, since it should never changes.Lei Zhang
2015-06-10Convert CPDF_PatternMap to std::map.Lei Zhang
2015-06-10Convert CPDF_ColorSpaceMap to std::map.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-10Convert CPDF_FontMap to std::map.Lei Zhang
2015-06-09Revert 'Correct unexpected hinting fonts'JUN FANG
2015-06-09Correct unexpected hinting fontsJUN FANG
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-06-08Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxBitmap().chromium/2429chromium/2428chromium/2427Lei Zhang
2015-06-05Cleanup: Make CPDF_Annot::m_pAnnotDict private.Lei Zhang
2015-06-05Add move constructor for FX string types.Tom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-06-03Kill unused IPDF_ classes.Tom Sepez
2015-06-03Fix fx_basic_memmgr_unittest.cpp under stricter GN ruleschromium/2426chromium/2425chromium/2424chromium/2423chromium/2422Tom Sepez
2015-06-02kill IPDF_DocParser().Tom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-27Remove rendundant ../include from paths of files in include/ directoryTom Sepez
2015-05-26Upgrade openjpeg to r3002JUN FANG
2015-05-21Fix four annoying warnings:Tom Sepez
2015-05-21Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBufferJUN FANG
2015-05-20Integer overflow in CJBig2_Image::expandJUN FANG
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Fix Heap Overflow in CJBig2_Image::expandJUN FANG
2015-05-18Cleanup if early return from opj_j2k_copy_default_tcp_and_create_tcd().Tom Sepez
2015-05-18Change FX_Alloc to FX_Try_Alloc in _JpegEncodeJUN FANG
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Fix leaks in embedder test's FlateEncode() usage and in FlateEncode().Lei Zhang
2015-05-15Disable allocation tests that hose the bot.Tom Sepez
2015-05-15Initialize members of CPDF_TextPageFind class.Lei Zhang
2015-05-15Fix leaks in the embedder tests themselves.Lei Zhang