Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
8a4e286e686c3027f382afb07d3ddcec4610fdd9
/
fpdfsdk
/
pdfwindow
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
· 8 years ago
ded3634
Change CPDF_Boolean to use bool instead of FX_BOOL.
by thestig
· 8 years ago
92cb5e5
Convert border style defines to an enum class.
by dsinclair
· 8 years ago
71a452f
Make CFX_ByteString(const CFX_ByteStringC&) explicit.
by tsepez
· 8 years ago
594b20b
Fix some misc nits.
by thestig
· 8 years ago
732f6a0
IFX_Edit::NewEdit never returns nullptr.
by thestig
· 8 years ago
821d59e
CPDF_VariableText::GetIterator() never returns NULL.
by thestig
· 8 years ago
224bc5a
Change bool type to fix warnings.
by dsinclair
· 9 years ago
b959010
Remove IFX_SystemHandler.
by dsinclair
· 9 years ago
931bf37
Move CPDF_Document code into cpdf_document.cpp.
by thestig
· 9 years ago
8e4c505
Rename CFX_ByteTextBuf::GetByteString() to AsStringC().
by tsepez
· 9 years ago
774bdde
Replace calls to deprecated CFX_{Wide,Byte}String::Empty()
by tsepez
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
e1aebd4
Use std::vector as internal storage for CPDF_Array
by Wei Li
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
8da140e
Remove all PWL_Note classes
by dsinclair
· 9 years ago
0b5adb6
Remove IPWL_NoteNotify and CPWL_Note.
by dsinclair
· 9 years ago
0cf9984
Remove IPWL_IconList_Notify.
by dsinclair
· 9 years ago
e530fb7
Move remaining fpdfdoc files
by dsinclair
· 9 years ago
89bdd08
Move code from fpdfsdk/include to the sub directories.
by dsinclair
· 9 years ago
48baa5f
Move core/include/fxge to core/fxge/include.
by dsinclair
· 9 years ago
c7a7349
Remove core/include/fpdfdoc/fpdf_vt.h
by dsinclair
· 9 years ago
28f97ff
Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.
by tsepez
· 9 years ago
8940993
Reduce signed/unsigned comparison warnings
by Wei Li
· 9 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
89e904b
Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow.
by dan sinclair
· 9 years ago
61b2fc7
Split core/include/fpdfapi/fpdf_resource.h
by dan sinclair
· 9 years ago
a8a28e0
Move core/include/fxcrt to core/fxcrt/include.
by Dan Sinclair
· 9 years ago
62a70f9
Remove FX_WORD in favor of uint16_t.
by Tom Sepez
· 9 years ago
455a419
Move core/include/fpdfapi/fpdf_page.h to correct locations.
by Dan Sinclair
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago