summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app
AgeCommit message (Expand)Author
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Rename tto/fde_textout to cfde_textoutDan Sinclair
2017-03-30Rename FDE files to match contents.Dan Sinclair
2017-03-29Move xfa/fxbarcode fxbarcode/Dan Sinclair
2017-03-29Rename CFX_Unitime to CFX_DateTimeDan Sinclair
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-28Renaming and splitting in xfa/fxfa/parser.Dan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-27Return arrays where appropriate in fxfa.Tom Sepez
2017-03-27Use std::vector in fxfa/app.Tom Sepez
2017-03-23Tighten up XFA VisibilityDan Sinclair
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-23Remove unused XFA_VALIDATE codeDan Sinclair
2017-03-23Remove unused invalidate flagDan Sinclair
2017-03-22Use unique_ptr in xfa_ffpushbutton.hTom Sepez
2017-03-22Remove unused docview flagDan Sinclair
2017-03-20Simplify date time codeDan Sinclair
2017-03-20Cleanup fgas_datetime codeDan Sinclair
2017-03-16Create common base class for TxtBreak and RTFBreak.Dan Sinclair
2017-03-15Use map of unique_ptr in cxfa_textparser.Tom Sepez
2017-03-14Replace CXFA_{Object,Node}Array with std::vectorTom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-14Merge text breaking helper classes.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-03-13Cleanup FX_TXTBREAKDan Sinclair
2017-03-08Remove CFX_RTFPieceArray and use std::vectorDan Sinclair
2017-03-06Remove CFX_StackTemplate in xfa_utils.h.Tom Sepez
2017-03-01Change CreateBreak to return a unique_ptrDan Sinclair
2017-03-01Return values instead of out paramsDan Sinclair
2017-03-01Create virtual codec APIs so chrome/fuzzers can link separatelyTom Sepez
2017-02-28Remove unused methods from RTFBreak and TextBreakDan Sinclair
2017-02-28Convert the FX_RTFBREAK defines to an enum classDan Sinclair
2017-02-28Convert FX_RTFLINEALIGNMENT to an enum classDan Sinclair
2017-02-28Remove unused layout stylesDan Sinclair
2017-02-28Remove unused RTF Break PoliciesDan Sinclair
2017-02-23Cleanup CFX_Graphics.Dan Sinclair
2017-02-23Merge CFX_PathGenerator into CFX_Path.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-21Convert more TransformPoint calls to TransformDan Sinclair
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair