Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
451ed2dbac83f787ca6438a4efe347e0ff986bf4
/
fpdfsdk
/
fpdf_edit_embeddertest.cpp
ffff6c5
Make CPDF_Font a retainable type.
by Tom Sepez
· 5 years ago
45501f3
Add FPDFPageObj_GetClipPath() API
by Miklos Vajna
· 5 years ago
2697cb1
Handle compressed data streams in CPDF_PageContentGenerator.
by Lei Zhang
· 5 years ago
a2b7073
Roll third_party/freetype/src/ 31757f969..f37083edf (54 commits)
by Lei Zhang
· 5 years ago
590f424
Fix nits involving 'constexpr const' code.
by Lei Zhang
· 5 years ago
3475b48
Remove deprecated fpdf_edit APIs.
by Lei Zhang
· 5 years ago
e67bcc7
Replace _FX_PLATFORM_WINDOWS_ with defined(OS_WIN).
by Lei Zhang
· 6 years ago
e4cdac5
Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).
by Lei Zhang
· 6 years ago
f0f6768
Introduce ScopedFPDFWideString for use in tests.
by Lei Zhang
· 6 years ago
7daf7a2
Serialize floats in page content to avoid exponential representation
by Manoj Biswas
· 6 years ago
e039bab
Write out the font encoding in CPDF_PageContentGenerator::ProcessText().
by Lei Zhang
· 6 years ago
0dcb8fd
Remove unneeded fx_font.h includes from headers.
by Lei Zhang
· 6 years ago
b6992dd
Move a bunch of code out of testing/test_support.h.
by Lei Zhang
· 6 years ago
4c64e96
Split hashing code into testing/utils/hash.h.
by Lei Zhang
· 6 years ago
7a62988
Update the "BaseFont" value of Type0, Type1, and TrueType.
by KDr2
· 6 years ago
0b49405
Add EmbedderTest::OpenSavedDocumentWithPassword().
by Lei Zhang
· 6 years ago
30ff253
Add EmbedderTest::RenderPage().
by Lei Zhang
· 6 years ago
f054289
Fix some nits in fpdf_edit code.
by Lei Zhang
· 6 years ago
8da0e1b
Change the type of CIDSystemInfo.{Registry,Ordering} to String
by KDr2
· 6 years ago
9c950b1
Improve LoadCIDType0Font test to check dictionary entry types.
by Lei Zhang
· 6 years ago
ab41f25
Rename "Embeddertest" to "EmbedderTest".
by Lei Zhang
· 6 years ago
351e8b0
Fix some nits in FPDFEditEmbeddertest.
by Lei Zhang
· 6 years ago
d3b028b
Mark kFoo variables const, or rename them if they are not.
by Lei Zhang
· 6 years ago
866d688
Implement FPDFImageObj_GetMatrix().
by Lei Zhang
· 6 years ago
f40380f
Rename CPDF_{Array,Dictionary}::GetCount() to size().
by Lei Zhang
· 6 years ago
c3099d1
Change signature of FPDFPageObjMark_Get(Name|ParamKey).
by Henrique Nakashima
· 6 years ago
6fc8d87
Encode mark names when writing to file.
by Henrique Nakashima
· 6 years ago
5091a49
Revert "Disable FPDFEditEmbeddertest.AddCIDFontText"
by Tom Sepez
· 6 years ago
725f544
Disable FPDFEditEmbeddertest.AddCIDFontText
by Tom Sepez
· 6 years ago
657a1aa
Set correct stream index when parsing is done in several steps.
by Henrique Nakashima
· 6 years ago
a5078b7
Save and reload document in RemoveMarkedObjectsPrime test.
by Henrique Nakashima
· 6 years ago
20c41a5
Use pdfium::span<>/UnownedPtr in CFX_Font.
by Tom Sepez
· 6 years ago
46b4373
Add FPDFFormObj_GetMatrix() API
by Miklos Vajna
· 6 years ago
b9c3e27
Remove more default arg = nullptr cases.
by Tom Sepez
· 6 years ago
53d4f0a
Add FPDFText_GetFontName() API
by Miklos Vajna
· 6 years ago
5e2c51c
Make pdfium_embeddertests pass on Windows 10.
by Lei Zhang
· 6 years ago
d72fd58
Fix some nits in FPDFEditEmbeddertest.
by Lei Zhang
· 6 years ago
1d273f1
Add FPDFFormObj_GetObject() API
by Miklos Vajna
· 6 years ago
cf403ba
Create API to remove a parameter from a content mark.
by Henrique Nakashima
· 6 years ago
fed4adb
Create API to remove a content mark from a page object.
by Henrique Nakashima
· 6 years ago
a340677
Fix mark parameters not saved if nothing changed.
by Henrique Nakashima
· 6 years ago
d8df8c3
Fix mark not saved if there are no other changes in the same object.
by Henrique Nakashima
· 6 years ago
07520f6
Create API to set and get blob values from a mark dict.
by Henrique Nakashima
· 6 years ago
94230e5
Rename content mark parameter value getters.
by Henrique Nakashima
· 6 years ago
140dead
Remove clunky mark property value getters by index.
by Henrique Nakashima
· 6 years ago
b4bcf69
Write marked content operators when generating a stream.
by Henrique Nakashima
· 6 years ago
b66077d
Add FPDFFormObj_CountObjects() API
by Miklos Vajna
· 6 years ago
cbed949
Add test for reading marked content with an indirect dict.
by Henrique Nakashima
· 6 years ago
144107d
Create API for adding content marks and setting their params.
by Henrique Nakashima
· 6 years ago
7007fd5
Create content mark APIs to get values by key.
by Henrique Nakashima
· 6 years ago
1448cc1
Add FPDFText_GetTextRenderMode() API
by Miklos Vajna
· 6 years ago
8625d3b
Add FPDFTextObj_GetFontSize() API
by Miklos Vajna
· 6 years ago
0dcf1f4
Do not save content stream if all page objects were removed from it.
by Henrique Nakashima
· 6 years ago
c765d2a
Add FPDFText_GetMatrix() API
by Miklos Vajna
· 6 years ago
27cf78d
Rewrite content stream regeneration.
by Henrique Nakashima
· 6 years ago
4c48b10
Add FPDFText_LoadStandardFont to public API
by Nicolas Pena
· 6 years ago
6eb7939
Fill m_ContentStream field in CPDF_PageObject.
by Henrique Nakashima
· 6 years ago
5ebfd64
Test to show editing a PageObject and saving the .pdf duplicates it.
by Henrique Nakashima
· 6 years ago
eababa1
Use CPDF_StreamAcc to data access of CPDF_Stream.
by Artem Strygin
· 6 years ago
ac42dd2
Improve FPDFPath_GetMatrix() tests
by Miklos Vajna
· 6 years ago
97f4d67
Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs
by Miklos Vajna
· 6 years ago
491112b
Add FPDFPath_GetDrawMode() API
by Miklos Vajna
· 6 years ago
b1ec280
Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().
by Lei Zhang
· 6 years ago
de579ab
Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().
by Lei Zhang
· 6 years ago
710fa99
Mark CPDF_Object pointers in pattern code as const.
by Lei Zhang
· 6 years ago
366df7f
Add FPDFPageObj_GetStrokeWidth() API
by Miklos Vajna
· 6 years ago
525147a
Use strict types in FPDF API, try #3
by Tom Sepez
· 7 years ago
e08d2b1
Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h
by Tom Sepez
· 7 years ago
b557bdc
Create FPDFPageObjMark_GetParamStringValue().
by Henrique Nakashima
· 7 years ago
132c38e
Create API to get PageObject mark parameters.
by Henrique Nakashima
· 7 years ago
aed6253
Create new FPDFPageObjMark_CountParams() API.
by Henrique Nakashima
· 7 years ago
c49e62e
Add test for saving after adding or removing page objects.
by Henrique Nakashima
· 7 years ago
971a674
Rename fpdfsdk/fpdf* files to be consistent
by Dan Sinclair
· 7 years ago
[Renamed (98%) from fpdfsdk/fpdfedit_embeddertest.cpp]
00d47a6
Rename some fsdk files to cpdfsdk
by Dan Sinclair
· 7 years ago
c90adc5
Open FPDF_PAGEOBJECTMARK API.
by Henrique Nakashima
· 7 years ago
35841fa
Create FPDFPage_RemoveObject().
by Henrique Nakashima
· 7 years ago
1330ebb
Make FPDFBitmap_GetFormat() work for JBIG images.
by Lei Zhang
· 7 years ago
53341dd
Add a test for FPDFImageObj_GetBitmap() with a JBIG image.
by Lei Zhang
· 7 years ago
c113c7a
Get rid of EmbedderTest::RenderPageWithFlagsDeprecated().
by Lei Zhang
· 7 years ago
107fa7b
Get rid of EmbedderTest::RenderPageDeprecated().
by Lei Zhang
· 7 years ago
75c8171
Do more page load/unload checks in EmbedderTest.
by Lei Zhang
· 7 years ago
a98e366
Clean up RenderPage methods in EmbedderTest.
by Lei Zhang
· 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
2334660
Use unsigned for char width
by Nicolas Pena
· 7 years ago
ecd063e
Expose marked content IDs for images and alt text.
by Julian Lunger
· 7 years ago
8baea3c
Stop using m_SavedPage in embedder tests.
by Henrique Nakashima
· 7 years ago
09b4192
Revert "Revert "Reland "Remove ContrastAdjust()."""
by Henrique Nakashima
· 7 years ago
978ba20
Revert "Reland "Remove ContrastAdjust().""
by Henrique Nakashima
· 7 years ago
d5ec7ab
Reland "Remove ContrastAdjust()."
by Henrique Nakashima
· 7 years ago
42613d8
Revert "Remove ContrastAdjust()."
by Henrique Nakashima
· 7 years ago
53d443f
Remove ContrastAdjust().
by Henrique Nakashima
· 7 years ago
04e4dc8
Fix rounding of colour values
by Dan Sinclair
· 7 years ago
10e1f05
Cleanup font defines
by Dan Sinclair
· 7 years ago
79eab23
Add Length1 in TrueType font streams
by Nicolás Peña
· 7 years ago
5f95f36
Change bottom-top order in FontBBox
by Nicolás Peña
· 7 years ago
698aed7
Cleanup FX macros
by Dan Sinclair
· 7 years ago
9262761
API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()
by Miklos Vajna
· 7 years ago
0150a54
API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments()
by Miklos Vajna
· 7 years ago
36eed87
Add FPDFPath_GetPoint() API
by Miklos Vajna
· 7 years ago
Next »