Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
6bdd824188bc9a2e6b24b5752a3170ce10185c1d
/
xfa
cdba747
Cleanup DocType defines
by Dan Sinclair
· 8 years ago
1bbedec
Remove unused XFA_VALIDATE code
by Dan Sinclair
· 8 years ago
e3978d0
Remove unused invalidate flag
by Dan Sinclair
· 8 years ago
ffc6d59
Use std::vector in cfde_txtedtengine
by Tom Sepez
· 8 years ago
29bd354
Use unique_ptr in xfa_ffpushbutton.h
by Tom Sepez
· 8 years ago
3ae3033
Use unique_ptr for CFDE_XMLDoc::m_pRoot
by Tom Sepez
· 8 years ago
3d06022
Remove unused docview flag
by Dan Sinclair
· 8 years ago
742fa8c
Use moar unique_ptrs in CXFA_Document
by Tom Sepez
· 8 years ago
38f6d9d
Use unique_ptr in cfx_saxreader.h
by Tom Sepez
· 8 years ago
9c045de
Use std::vector for m_HotKeys
by Tom Sepez
· 8 years ago
5c529e6
Combine more RTF and TXT Break code
by Dan Sinclair
· 8 years ago
cf2d0ca
Simplify date time code
by Dan Sinclair
· 8 years ago
2a6482c
Cleanup unchanged values in CFX_TxtBreak
by Dan Sinclair
· 8 years ago
20df310
Cleanup fgas_datetime code
by Dan Sinclair
· 8 years ago
85f019a
Add pdfium::clamp() as a placeholder for std::clamp().
by Lei Zhang
· 8 years ago
939121f
Cleanup some fgas locale code.
by Dan Sinclair
· 8 years ago
db0cc52
Simplify TxtBreak AppendChar
by Dan Sinclair
· 8 years ago
e533b93
Create common base class for TxtBreak and RTFBreak.
by Dan Sinclair
· 8 years ago
cfdb5fd
remove CFX_ArrayTemplate from fde/xml.
by Tom Sepez
· 8 years ago
c849385
Use map of unique_ptr in cxfa_textparser.
by Tom Sepez
· 8 years ago
a12159b
Refactor some CPDF_ColorSpace code.
by Lei Zhang
· 8 years ago
42059a3
Cleanup nits from prior CLs
by Dan Sinclair
· 8 years ago
8c1a66b
Remove unused methods and data from fgas_codepage
by Dan Sinclair
· 8 years ago
4d67473
Replace FX_POSITION in GFGAS_FontMgr with bool
by Dan Sinclair
· 8 years ago
193e6ca
Add IndexInBounds() convenience routine.
by Tom Sepez
· 8 years ago
25de4c6
Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_t
by Dan Sinclair
· 8 years ago
656c781
Use std::vector for content layout item arrays
by Tom Sepez
· 8 years ago
f8a9439
Replace CXFA_{Object,Node}Array with std::vector
by Tom Sepez
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
6b94f01
Replace FX_DOUBLE with underlying double type.
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
893822a
Merge text breaking helper classes.
by Dan Sinclair
· 8 years ago
375c276
Make most PDFium code pass Clang plugin's auto raw check.
by Lei Zhang
· 8 years ago
d8f45b3
Replace discrete array with a map.
by dan sinclair
· 8 years ago
6fcea1f
Convert TxtBreak line pieces to a vector.
by dan sinclair
· 8 years ago
8f03b42
Simplify TxtBreak line handling.
by dan sinclair
· 8 years ago
8da7920
Simplify the CFX_TxtPiece class
by dan sinclair
· 8 years ago
575898e
Remove some single use interfaces
by Dan Sinclair
· 8 years ago
068d344
Remove TextBreak rotation code
by Dan Sinclair
· 8 years ago
a5a3de9
Remove unused defines from TextBreak.
by Dan Sinclair
· 8 years ago
9e9bab6
Cleanup TXTLINEALIGNMENT defines
by Dan Sinclair
· 8 years ago
1c97fd1
Remove unused TextBreak methods
by Dan Sinclair
· 8 years ago
c36fe07
Cleanup FX_TXTBREAK
by Dan Sinclair
· 8 years ago
52c73c2
Remove unused Txt break policies.
by Dan Sinclair
· 8 years ago
f7fccbd
Remove CFX_RTFPieceArray and use std::vector
by Dan Sinclair
· 8 years ago
f3965b7
Cleanup m_RTFLine code in RTFBreak.
by Dan Sinclair
· 8 years ago
fc9b988
Cleanup text code
by Dan Sinclair
· 8 years ago
f9e6783
Remove CFX_StackTemplate now that all usage removed.
by Tom Sepez
· 8 years ago
312ce17
Remove CFX_StackTemplate in xfa_utils.h.
by Tom Sepez
· 8 years ago
22c7012
Tidy xfa_utils_unittest.cpp
by Tom Sepez
· 8 years ago
f04b42a
Simplify RTFBreak AppendChar.
by Dan Sinclair
· 8 years ago
19fad57
Adding tests for CFX_RTFBreak
by Dan Sinclair
· 8 years ago
9a8a965
Add unit test for xfa node iterators
by Tom Sepez
· 8 years ago
9a785af
remove CFX_StackTemplate<CFDE_XMLNode*>
by Tom Sepez
· 8 years ago
d4db58f
Remove CXFA_NodeStack
by Tom Sepez
· 8 years ago
2326e9c
Remove CFX_StackTemplate<FDE_CANVASITEM>
by Tom Sepez
· 8 years ago
dffe810
Remove CFX_StackTemplate from fde_xml_imp.h
by Tom Sepez
· 8 years ago
2079dce
Remove unused CFX_ObjectStackTemplate
by Tom Sepez
· 8 years ago
281a51d
Remove CFX_MassArrayTemplate
by Tom Sepez
· 8 years ago
c803cbc
Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE>
by Tom Sepez
· 8 years ago
c3f74e9
Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE>
by Tom Sepez
· 8 years ago
cb5eb3b
Use std::deque for CFX_FontDescriptors
by Tom Sepez
· 8 years ago
4df5520
Remove CFX_MassArrayTemplate<CFX_Rect> backing array.
by Tom Sepez
· 8 years ago
4a21114
Use std::deque for CFX_TPOArray
by Tom Sepez
· 8 years ago
65ec174
Convert positioned tabs to std::vector
by Dan Sinclair
· 8 years ago
e65d62c
Remove unused FX_AdjustCharDisplayPos type, always nullptr args
by Tom Sepez
· 8 years ago
b0d3160
Change CreateBreak to return a unique_ptr
by Dan Sinclair
· 8 years ago
bef7389
Return values instead of out params
by Dan Sinclair
· 8 years ago
b4a2618
Create virtual codec APIs so chrome/fuzzers can link separately
by Tom Sepez
· 8 years ago
fed39cf
Fix font manager negation issue
by Dan Sinclair
· 8 years ago
d1aee7c
More RTFBreak unused code and default params
by Dan Sinclair
· 8 years ago
17f3118
Fixup RTFBreak and TextBreak nits
by Dan Sinclair
· 8 years ago
e340953
Remove always true method params
by Dan Sinclair
· 8 years ago
7071943
Remove unused methods from RTFBreak and TextBreak
by Dan Sinclair
· 8 years ago
d2ee0f3
Convert the FX_RTFBREAK defines to an enum class
by Dan Sinclair
· 8 years ago
d7de8e1
Convert FX_RTFLINEALIGNMENT to an enum class
by Dan Sinclair
· 8 years ago
fb906e3
Remove unused layout styles
by Dan Sinclair
· 8 years ago
1026eab
Remove unused RTF Break Policies
by Dan Sinclair
· 8 years ago
a11ac1b
Avoid crash above CFWL_ListItem::GetText()
by Tom Sepez
· 8 years ago
a99de0e
Clean up CXML_Element.
by Lei Zhang
· 8 years ago
b9c69ab
Cleanup CFX_Graphics.
by Dan Sinclair
· 8 years ago
efcf362
Merge CFX_PathGenerator into CFX_Path.
by Dan Sinclair
· 8 years ago
b147e07
Convert point x,y into CFX_PointF
by dan sinclair
· 8 years ago
b45ea1f
Convert CFWL messages to use CFX_PointF
by Dan Sinclair
· 8 years ago
1f403ce
Convert more TransformPoint calls to Transform
by Dan Sinclair
· 8 years ago
2c02fae
Change FXTEXT_CHARPOS to use CFX_PointF
by Dan Sinclair
· 8 years ago
e460232
Cleanup CFX_PathData.
by Dan Sinclair
· 8 years ago
d8b01ca
Revert "Convert Origins to points"
by Dan Sinclair
· 8 years ago
da83d3a
Convert Origins to points
by Dan Sinclair
· 8 years ago
f0b6554
Simplify FX_UTF8Encode variants.
by Tom Sepez
· 8 years ago
687a79c
Cleanup CFX_Matrix related methods
by Dan Sinclair
· 8 years ago
118a8e2
Replace rect.Transform(matrix) with matrix.TransformRect(rect)
by Dan Sinclair
· 8 years ago
21e954b
Remove CopyToLocal from CFDE_CSSDeclaration
by Dan Sinclair
· 9 years ago
1b08df1
Convert Get methods to return instead of using out params.
by Dan Sinclair
· 8 years ago
36c18c8
Add CFDE_CSSValueListParser tests
by Dan Sinclair
· 9 years ago
071d786
Rename x,y to width,height for Size types
by dan sinclair
· 9 years ago
bba2a7c
Update to use CFX_Rect{F} and CFX_Matrix constructors.
by Dan Sinclair
· 9 years ago
79365f7
Use enum class for PathPoint types.
by Nicolas Pena
· 9 years ago
c222907
Cleanup out params in XFA layout code.
by Dan Sinclair
· 9 years ago
76da884
Split CFX_STemplate from CFX_PSTemplate
by Tom Sepez
· 9 years ago
Next »