- 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
- fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
- 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
- b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
- e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
- 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
- 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
- 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
- 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
- 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
- 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
- d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
- c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
- 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
- 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
- 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
- 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
- 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
- 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
- c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
- 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
- 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
- bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
- e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
- 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
- d21f22e Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. by tsepez · 8 years ago
- fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
- d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
- 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
- d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
- c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
- 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 8 years ago
- 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
- 7d2a8d9 Remove implicit CFX_CountedRef::operator T*() by tsepez · 9 years ago
- db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
- 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
- bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
- c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
- 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 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[Renamed from fpdfsdk/src/fpdf_transformpage.cpp]
- 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
- 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
- 738b08c Fix and enable lint checks. by Dan Sinclair · 9 years ago
- 7cf13c9 Remove PageObject's m_Type and add As<Type> functions by Wei Li · 9 years ago
- 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
- 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
- 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
- 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
- d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
- 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
- bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
- b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
- bf81c14 Merge to XFA: Revert "Revert "Add type cast definitions for CPDF_Reference."" by Dan Sinclair · 9 years ago
- aa435ba Merge to XFA: Add type cast definitions for CPDF_Stream. by Dan Sinclair · 9 years ago
- 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
- f1251c1 [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" by Dan Sinclair · 9 years ago
- a2deee1 Remove unused xfa and JS headers. by Tom Sepez · 9 years ago
- db0be96 Merge to XFA: Introduce CPDFPageFromFPFDPage() by Tom Sepez · 9 years ago
- dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago
- 468e589 Changes to XFA to more closely match master. by Tom Sepez · 9 years ago
- 6ac0d2f Merge to XFA: Refactor some common code for bounding boxes. by Lei Zhang · 9 years ago
- 077f1a3 XFA: clang-format all pdfium code, again. by Nico Weber · 9 years ago
- ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
- 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
- 1f3442c Merge to XFA: FX_BOOL combo patch. by Tom Sepez · 9 years ago
- 796c908 Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. by Lei Zhang · 9 years ago
- a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 10 years ago
- d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 10 years ago
- 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
- fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
- 287e11a Remove "this==NULL" and adjust corresponding callers by Bo Xu · 10 years ago
- 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
- 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago