Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
c4242b24262d082f3ad70805aca779a3ff540c2c
/
fpdfsdk
c4242b2
Change GetDisplayMatrix methods to take FX_RECT.
by Lei Zhang
· 7 years ago
1c23a6d
Make CFX_Font take FX_RECT out params by pointer.
by Lei Zhang
· 7 years ago
e6d4559
Clean up some CFX_RenderDevice code.
by Lei Zhang
· 7 years ago
62110c9
Cleanup CXFA_FFDoc
by Dan Sinclair
· 7 years ago
2efb11c
Retrieve the XML tree in the DocumentParser
by Dan Sinclair
· 7 years ago
e1a41af
[xfa] Remove form checksum abilities
by Dan Sinclair
· 7 years ago
1e934f6
Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.
by Tom Sepez
· 7 years ago
7d865b6
Remove CFX_Rect.
by Lei Zhang
· 7 years ago
e5c3ebd
Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.
by Lei Zhang
· 7 years ago
537115b
Implement CPDFSDK_XFAWidgetHandler::OnKillFocus.
by Henrique Nakashima
· 7 years ago
741d5e1
Merge CXFA_FFDoc::{Start|Do|Stop}Load methods
by Dan Sinclair
· 7 years ago
b948046
Remove unused XFA Widget API methods
by Ryan Harrison
· 7 years ago
10f9fb3
Ignore bad data in the shared object hint table.
by Lei Zhang
· 7 years ago
14f8897
Remove spellchecking code from XFA
by Ryan Harrison
· 7 years ago
28bb2f2
Remove DefaultAppearance HasColor and return an optional instead
by Dan Sinclair
· 7 years ago
4c22dd5
Use Optional to determine if appearance stream as font
by Dan Sinclair
· 7 years ago
3998067
Remove FPDF_SetPrintPostscriptLevel().
by Lei Zhang
· 7 years ago
a17a0e2
Remove CPDF_DefaultAppearance reference params
by Dan Sinclair
· 7 years ago
cbf76e6
Rename CBA_AnnotIterator to CPDFSDK_AnnotIterator
by Dan Sinclair
· 7 years ago
53a8093
Use CPDF_DefaultAppearance instead of custom parsing
by Dan Sinclair
· 7 years ago
971a674
Rename fpdfsdk/fpdf* files to be consistent
by Dan Sinclair
· 7 years ago
7d12532
More fpdfsdk filename cleanup
by Dan Sinclair
· 7 years ago
00d47a6
Rename some fsdk files to cpdfsdk
by Dan Sinclair
· 7 years ago
7aba472
Cleanup fsdk_define methods
by Dan Sinclair
· 7 years ago
14094f2
Remove ByteString PDF_NameDecode
by Dan Sinclair
· 7 years ago
e6ce342
Simplify some XFA font manager creation
by Dan Sinclair
· 7 years ago
c90adc5
Open FPDF_PAGEOBJECTMARK API.
by Henrique Nakashima
· 7 years ago
5098b25
Reland "Add FPDFAnnot_CountAttachmentPoints"
by Henrique Nakashima
· 7 years ago
ac3e57e
Revert "Add FPDFAnnot_CountAttachmentPoints"
by Henrique Nakashima
· 7 years ago
2c47fb2
Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp.
by Henrique Nakashima
· 7 years ago
ca28cb6
Add FPDFAnnot_CountAttachmentPoints
by Ralf Sippl
· 7 years ago
aaed698
Consolidate QuadPoints reading code in fpdfsdk.
by Lei Zhang
· 7 years ago
19a33e4
Rewrite CPDFXFA_DocEnvironment::GetPopupPos.
by Henrique Nakashima
· 7 years ago
11767d3
Add functions to convert various FPDF_ types.
by Lei Zhang
· 7 years ago
bf85fee
Add a regression test for bug 821454.
by Lei Zhang
· 7 years ago
c3cffbe
Fix some param names in the public API.
by Lei Zhang
· 7 years ago
4f7479a
Change FXSYS_RGB() to FXSYS_BGR().
by Lei Zhang
· 7 years ago
765d1eb
Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().
by Lei Zhang
· 7 years ago
40d37b1
Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState.
by Lei Zhang
· 7 years ago
2e6405c
Change ArgbToColorRef() to ArgbToAlphaAndColorRef().
by Lei Zhang
· 7 years ago
b3a5240
Calculate AP for multi-line markup annotations correctly
by Ralf Sippl
· 7 years ago
2083092
Add more options to combobox_form.pdf resource.
by Henrique Nakashima
· 7 years ago
704a617
Avoid crashing in FPDFText_CountRects() for invalid start values.
by Lei Zhang
· 7 years ago
20c9477
Avoid crashing in FPDFText_CountRects() for negative count values.
by Lei Zhang
· 7 years ago
30e0498
Add more tests for FPDFText_CountRects().
by Lei Zhang
· 7 years ago
502e859
Rename some variables in FPDFTextEmbeddertest.
by Lei Zhang
· 7 years ago
aca3efc
Fix methods that have definition with different parameter names.
by Lei Zhang
· 7 years ago
9d7c7ff
Make more variables const-ref.
by Lei Zhang
· 7 years ago
7d75650
Add a CFX_PathData::AppendRect() variant.
by Lei Zhang
· 7 years ago
35841fa
Create FPDFPage_RemoveObject().
by Henrique Nakashima
· 7 years ago
9875889
Use Width()/Height() methods from rectangles.
by Lei Zhang
· 7 years ago
0a68fd6
Remove unused CPDFSDK_BAAnnot methods.
by Lei Zhang
· 7 years ago
7a1aa5f
Remove usage of FXSYS_*ASCIIlower/upper methods
by Ryan Harrison
· 7 years ago
64c6643
Add test that non-ASCII characters to not foul hyphen processing
by Ryan Harrison
· 7 years ago
69da36c
Explicitly mark helper methods that only operate on ASCII ranges
by Ryan Harrison
· 7 years ago
7544a4b
CPDF_InterForm::ResetForm always returns true
by dan sinclair
· 7 years ago
507fb4e
Convert Before{Selection|Value}Change to return a bool
by dan sinclair
· 7 years ago
f19255a
Remove BeforeFormImportData and BeforeFormReset
by dan sinclair
· 7 years ago
4ce3f6e
Remove uncalled AfterFormImportData
by dan sinclair
· 7 years ago
f8af565
Rename IFX classes in core/fxge to Iface
by Dan Sinclair
· 7 years ago
a32145f
Rename core/fxcrt IFX files to Iface
by Dan Sinclair
· 7 years ago
1330ebb
Make FPDFBitmap_GetFormat() work for JBIG images.
by Lei Zhang
· 7 years ago
40482e6
Use CPDF_DIBSource::LoadState enum class in more places.
by Lei Zhang
· 7 years ago
53341dd
Add a test for FPDFImageObj_GetBitmap() with a JBIG image.
by Lei Zhang
· 7 years ago
e24d5a8
Get rid of some static variables.
by Tom Sepez
· 7 years ago
1087ebc
Fix mouse pointer in XFA forms.
by Henrique Nakashima
· 7 years ago
067a44f
Fix fallthroughs in XFA code.
by Henrique Nakashima
· 7 years ago
844d79e
Improve performance of writing path floats.
by Dan Sinclair
· 7 years ago
30b41e4
Mark some CPDF_Dictionary pointers as const.
by Lei Zhang
· 7 years ago
c86193c
Remove a parameter from CPDF_NPageToOneExporter::MakeXObject().
by Lei Zhang
· 7 years ago
ae0853d
Allow creation of FreeText annotations.
by Henrique Nakashima
· 7 years ago
c113c7a
Get rid of EmbedderTest::RenderPageWithFlagsDeprecated().
by Lei Zhang
· 7 years ago
f6ecadb
Renable -Wimplicit-fallthrough for PDFium.
by Nico Weber
· 7 years ago
257900b
Use CPDF_Dictionary::SetRectFor() when appropriate.
by Lei Zhang
· 7 years ago
bc5dd9e
Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.
by Lei Zhang
· 7 years ago
2404eba
Fix nits in ParsePageRangeString().
by Lei Zhang
· 7 years ago
107fa7b
Get rid of EmbedderTest::RenderPageDeprecated().
by Lei Zhang
· 7 years ago
026717c
Split CPDF_PageOrganizer into multiple classes.
by Lei Zhang
· 7 years ago
9526009
Add document getters in CPDF_PageOrganizer.
by Lei Zhang
· 7 years ago
75c8171
Do more page load/unload checks in EmbedderTest.
by Lei Zhang
· 7 years ago
6183a6e
Remove some deprecated RenderPage method usage.
by Lei Zhang
· 7 years ago
a98e366
Clean up RenderPage methods in EmbedderTest.
by Lei Zhang
· 7 years ago
87d02d5
More GetPageNumbers() clean up in fpdf_ppo.cpp.
by Lei Zhang
· 7 years ago
fbe978d
Change MakeXObject to update reference from the root of the source page.
by xlou
· 7 years ago
bfeab62
Fix caret not appearing in XFA Edits.
by Henrique Nakashima
· 7 years ago
29561e5
Add rendering embeddertests for FPDF_ImportNPagesToOne.
by xlou
· 7 years ago
0729be2
Make EmbedderTest class member style consistent.
by Lei Zhang
· 7 years ago
a21d593
Add FPDFAnnotationDeleter for use with std::unique_ptr.
by Lei Zhang
· 7 years ago
9cbd2dd
Make global object function names clearer.
by Tom Sepez
· 7 years ago
f7c84e9
Fix IWYU errors in fpdfppo.cpp.
by Lei Zhang
· 7 years ago
59790ce
Make CFXJSE-created contexts refer to their CFXJS counteparts.
by Tom Sepez
· 7 years ago
2702836
Change internal usages of GetPageIndexDeprecated() to new method.
by Henrique Nakashima
· 7 years ago
fb25606
Make FXJSE_Engine constructed from FXJS_Engine.
by Tom Sepez
· 7 years ago
e899dd7
Change return of FPDFDest_GetDestPageIndex to int.
by Henrique Nakashima
· 7 years ago
71a7d37
Deprecate FPDFDest_GetPageIndex and create a fixed version.
by Henrique Nakashima
· 7 years ago
1fc5331
[jumbo] Compile fix: Move a GetPageContent to a more limited scope
by Daniel Bratell
· 7 years ago
f5ca90c
Rename some CJS / IJS names for clarity.
by Tom Sepez
· 7 years ago
66ce22c
Experimental API for N-up feature support for print
by xlou
· 7 years ago
2334660
Use unsigned for char width
by Nicolas Pena
· 7 years ago
1d82ba4
Cleanup some param passing code
by Dan Sinclair
· 7 years ago
Next »