Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
d24236a926deeb8b9589c330c27dbd300b7f8c9d
/
fpdfsdk
/
pdfwindow
d24236a
Remove pointless CFX_FloatRect construction.
by Lei Zhang
· 7 years ago
b21f174
Change SetReverse to GetInverse in CFX_Matrix
by Nicolas Pena
· 7 years ago
f1eae2c
Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream.
by Henrique Nakashima
· 7 years ago
dce2d72
Add FORM_GetSelectedText() function.
by Diana Gage
· 7 years ago
3516256
Implement CPWL_ComboBox::OnDestroy() to manage unowned pointers.
by Lei Zhang
· 7 years ago
af680b1
Add a basic embedder test for CPWL_Edit.
by Lei Zhang
· 7 years ago
633a3b7
Rename PWL_FooBar files to cpwl_foo_bar.
by Lei Zhang
· 7 years ago
12eea81
Remove unused bits from PWL_Edit headers.
by Lei Zhang
· 7 years ago
fac46f8
Split timer classes out of PWL_Wnd.h
by Lei Zhang
· 7 years ago
4f34c64
Clean up CFFL formfiller classes.
by Lei Zhang
· 7 years ago
7bef7c8
Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.
by Lei Zhang
· 7 years ago
5e042a1
Fix OnDestroy method for scroll bars
by Tom Sepez
· 8 years ago
d0409af
Mass conversion of remaining class members (non-xfa)
by Tom Sepez
· 8 years ago
797ca5c
Mass conversion of all const-lifetime class members
by Tom Sepez
· 8 years ago
b45324b
Use NOTREACHED() in more places.
by Lei Zhang
· 8 years ago
45b9ae1
Revert "Smells like a leak in PWL_ComboBox.cpp"
by Tom Sepez
· 8 years ago
cc20513
Introduce CFX_UnownedPtr to detect lifetime inversion issues.
by Tom Sepez
· 8 years ago
b084c1f
Smells like a leak in PWL_ComboBox.cpp
by Tom Sepez
· 8 years ago
8a6fdad
Create common CXML_Object base class for CXML_Content and CXML_Element.
by Tom Sepez
· 8 years ago
f51a02a
Cleanup codepage and charset definitions.
by Dan Sinclair
· 8 years ago
ec8ff7d
Fix bytestring passing conventions, part 2.
by Tom Sepez
· 8 years ago
669a418
Drop FXSYS_ from math methods
by Dan Sinclair
· 8 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
908c848
Move core/fxcrt XML files to core/fxcrt/xml
by Dan Sinclair
· 8 years ago
a8c2b91
Remove dead CFX_Edit code and fix some typos.
by Lei Zhang
· 8 years ago
52f69b3
Make CPVT_WordPlace more conformant with the prevailing idioms.
by Tom Sepez
· 8 years ago
193e6ca
Add IndexInBounds() convenience routine.
by Tom Sepez
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
375c276
Make most PDFium code pass Clang plugin's auto raw check.
by Lei Zhang
· 8 years ago
a99de0e
Clean up CXML_Element.
by Lei Zhang
· 8 years ago
90b7326
Cleanup PWL_Wnd
by Dan Sinclair
· 8 years ago
fc54e05
Cleanup PWL_Utils.
by Dan Sinclair
· 8 years ago
a0061af
Convert TransformPoint calls to Transform calls
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
e460232
Cleanup CFX_PathData.
by Dan Sinclair
· 8 years ago
5f2d381
Replace CPWL_Point with CFX_PointF
by Dan Sinclair
· 8 years ago
f528eee
Reland "Convert CFX_FloatPoint to CFX_PointF"
by Dan Sinclair
· 8 years ago
22da8c2
Delete unused method CPWL_Edit::GeneratePageObjects
by Nicolas Pena
· 8 years ago
92a32db
Revert "Convert CFX_FloatPoint to CFX_PointF"
by dsinclair
· 8 years ago
4797c42
Convert CFX_FloatPoint to CFX_PointF
by Dan Sinclair
· 8 years ago
687a79c
Cleanup CFX_Matrix related methods
by Dan Sinclair
· 8 years ago
afb4456
Remove Transform in favour of TransformPoint
by Dan Sinclair
· 8 years ago
79365f7
Use enum class for PathPoint types.
by Nicolas Pena
· 8 years ago
bc8dcc3
Add ObservedPtrs to PWL_CREATEPARAM
by Dan Sinclair
· 8 years ago
0d164f8
Remove CFX_ArrayTemplate from CPWL_Wnd.
by tsepez
· 8 years ago
6745f96
Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow
by tsepez
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
e5cb0b1
Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.
by tsepez
· 8 years ago
98151ca
Cleanup DEPS files
by dsinclair
· 8 years ago
488b7ad
Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser
by dsinclair
· 8 years ago
bc5e6d2
Move core/fpdfapi/fpdf_font to core/fpdfapi/font
by dsinclair
· 8 years ago
36eb4bd
Add ptr_util.h from base until std::make_unique<> available
by tsepez
· 8 years ago
0bb385b
Move fpdfsdk/fxedit/include to fpdfsdk/fxedit
by dsinclair
· 8 years ago
74a34fc
Move core/fxge/include to core/fxge
by dsinclair
· 8 years ago
a52ab74
Move core/fxcrt/include to core/fxcrt
by dsinclair
· 8 years ago
1727aee
Move core/fpdfdoc/include to core/fpdfdoc
by dsinclair
· 8 years ago
39c62fd
Move core/fpdfapi/include to core/fpdfapi
by dsinclair
· 8 years ago
c6c425a
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
by dsinclair
· 8 years ago
166bc16
Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font
by dsinclair
· 8 years ago
d4c34f2
Replace std::unique_ptr.reset() with WrapUnique assignment.
by thestig
· 8 years ago
ea3c3be
Remove duplicated charset definitions, and move them to fx_font.h
by npm
· 8 years ago
163a9a6
Deleted unused defintions and methods from PWL_FontMap
by npm
· 8 years ago
8faac62
Cleanup CFX_SystemHandler.
by dsinclair
· 8 years ago
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
63f545c
CFX_FloatPoint default constructor and equals operators
by tsepez
· 8 years ago
f86ca38
Remove more strcmp/memcmp usage.
by tsepez
· 8 years ago
067990c
Stop converting widestring -> c_str -> widestring in several places.
by tsepez
· 8 years ago
cba85ab
CPWL_Color::ConvertColorType should compare current color type with the given convert color type.
by jaepark
· 8 years ago
0e3e890
Cleanup some PWL_FontMap methods
by dsinclair
· 8 years ago
cedaa55
Flip document and parser ownership
by dsinclair
· 8 years ago
9ada2d8
Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files.
by npm
· 8 years ago
660de3c
Move CFX_ClipRgn and CFX_PathData into their own files.
by npm
· 8 years ago
2d5b020
Use smart pointers for class owned pointers
by weili
· 8 years ago
448c433
Splitting fpdfdoc/doc_* part II.
by dsinclair
· 8 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 8 years ago
3617751
Remove m_pList conditionals from CPWL_ListBox
by dsinclair
· 8 years ago
e6a6561
Reset notify parameter in CPWL_ListBox OnDestroy().
by dsinclair
· 8 years ago
efd5a99
Removing default params from CFX_Edit.
by dsinclair
· 8 years ago
dbc7716
Cleanup some PWL interfaces.
by dsinclair
· 8 years ago
e35af1e
Remove some IFX_* wrappers.
by dsinclair
· 8 years ago
a2919b3
Remove RichText support from fpdfsdk/fxedit.
by dsinclair
· 8 years ago
8ea3f51
Clean up some CPDF_Font subclasses.
by thestig
· 8 years ago
907a522
Use FXFONT defines in place of integers.
by thestig
· 8 years ago
d931476
Remove unused code.
by dsinclair
· 8 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 8 years ago
41846a0
Remove default argument from RestoreState() methods.
by thestig
· 9 years ago
ded3634
Change CPDF_Boolean to use bool instead of FX_BOOL.
by thestig
· 9 years ago
92cb5e5
Convert border style defines to an enum class.
by dsinclair
· 9 years ago
71a452f
Make CFX_ByteString(const CFX_ByteStringC&) explicit.
by tsepez
· 9 years ago
594b20b
Fix some misc nits.
by thestig
· 9 years ago
732f6a0
IFX_Edit::NewEdit never returns nullptr.
by thestig
· 9 years ago
821d59e
CPDF_VariableText::GetIterator() never returns NULL.
by thestig
· 9 years ago
224bc5a
Change bool type to fix warnings.
by dsinclair
· 9 years ago
b959010
Remove IFX_SystemHandler.
by dsinclair
· 9 years ago
Next »