summaryrefslogtreecommitdiff
path: root/core/src/fxge
AgeCommit message (Expand)Author
2016-03-07Fix chromium-style errors.Dan Sinclair
2016-03-04Small change to enable skia-backed version of pdfium.Cary Clark
2016-03-02Don't load GDI+ if GDI is disabled.chromium/2666Tom Sepez
2016-03-02Check that the names buffer is not empty before passing to GetNameFromTT.Tom Sepez
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-29Remove fx_fpf.h and IWYUDan Sinclair
2016-02-29Pass rect by const reference in SetClip_Rect().Tom Sepez
2016-02-27Cleanup forward declarations.dan sinclair
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-25Use std::lower_bound() in a couple places.Lei Zhang
2016-02-25Rename some functions that start with underscore.Lei Zhang
2016-02-24Rename fxge .c files to .cppDan Sinclair
2016-02-24Fix android build broken at e238549Tom Sepez
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Remove FXSYS_MulDiv(a, b, c).Dan Sinclair
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-23Remove more _CAPS namesTom Sepez
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-02-17Fix windows build at ab27768d2359.Tom Sepez
2016-02-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-12Remove the FX_MIN macro.Tom Sepez
2016-02-10Banish CFX_PtryArray to XFA side only.Tom Sepez
2016-02-08CPDF_TextStream::m_pObjArray is always NULLTom Sepez
2016-01-20Merge to XFA: Replace more CFX_MapPtrToPtr.Tom Sepez
2016-01-12Fix memory leakage on Linux - part2Jun Fang
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang
2016-01-05Merge 3d8f56d back to xfaTom Sepez
2015-12-22Merge to XFA: Start using allowed C++11 features.Lei Zhang
2015-12-22Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp...Lei Zhang
2015-12-17Merge to XFA: FX_NAMESPACE_DECLARE pointless.Tom Sepez
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-12-10Merge to XFA: Replace several more CFX_MapPtrToPtr with std::set or std::mapTom Sepez
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-09Fix heap-use-after-free in FT_Stream_ReleaseFrameJun Fang
2015-12-09Merge to XFA: Get rid of most uses of CFX_PtrArray.Tom Sepez
2015-12-08Merge to XFA: Fix rendering with built-in CID fontsJun Fang
2015-11-30Allow building non-XFA (master) on the XFA branch.Tom Sepez
2015-11-25Manual fixups to PDF_ENABLE_XFA in core/Tom Sepez
2015-11-25Inflict PPDF_ENABLE_XFA ifdefs on XFA core/Tom Sepez
2015-11-20Make XFA core/ look like master (part N).Tom Sepez
2015-11-20Reduce diffs with master in coreTom Sepez
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-11Merge to XFA: Fix / simplify CFX_FolderFontInfo::GetFontData() behavior.Lei Zhang
2015-11-10Merge to XFA: Make SDP_Table an array of int16_t.Lei Zhang
2015-11-10Merge to XFA: Fix relative includes within core/Lei Zhang