summaryrefslogtreecommitdiff
path: root/xfa/src/fdp
AgeCommit message (Expand)Author
2016-02-23Remove more _CAPS namesTom Sepez
2016-02-23Remove _FDE_BLOCK_BUFFER as it's always defined.Dan Sinclair
2016-02-23Remove _FDEPLUS define.Dan Sinclair
2016-02-23Sort includes in xfa/.Dan Sinclair
2016-02-22Remove unused stuff from fx_sys.hTom Sepez
2016-02-22Define NDEBUG for Release builds.Lei Zhang
2016-02-22Remove CFX_ThreadLock (its a no-op)Tom Sepez
2016-02-22Remove unused fde_gdidevice files.Dan Sinclair
2016-02-22Expand XFA includes to be relative to pdfium/.Dan Sinclair
2016-02-18Fixup incorrect include guards.Dan Sinclair
2016-01-26Fix DOS newlinesTom Sepez
2016-01-19Resolve fde_xml.h header collisionchromium/2631chromium/2630chromium/2629chromium/2628chromium/2627chromium/2626Tom Sepez
2016-01-11Clean compiling warnings on LinuxJun Fang
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang
2016-01-08XFA: Remove many relative includes in xfa/Lei Zhang
2015-12-17Remove FDE_Alloc in favor of FX_Alloc.Tom Sepez
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-11-20Merge to XFA: Remove CFX_Matrix::Reset()Tom Sepez
2015-11-05Fix XFA compilation warnings, part 2Tom Sepez
2015-11-02Fix XFA compilation noise, part 1.Tom Sepez
2015-10-23XFA: Manually apply changes to fpdf_text.h and fx_font.h from masterTom Sepez
2015-10-20XFA: Remove cond ? TRUE : FALSE.Lei Zhang
2015-10-02XFA: Remove test for new.Lei Zhang
2015-08-19Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch).Tom Sepez
2015-08-05Kill off last uses of FX_NEW in XFA.Tom Sepez
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-19Fix -Wnon-virtual-dtor warnings on the XFA branch.Lei Zhang
2015-06-16XFA: Write new as "new" rather than using several macros.Tom Sepez
2015-06-10Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2014-11-24Mass remove dangerous and needless LPCWSTR casts.Tom Sepez
2014-11-03Merge XFA to PDFium master at 4dc95e7 on 10/28/2014Bo Xu