Age | Commit message (Expand) | Author |
2016-03-10 | Split fpdf_parser_objects.cpp into per-class .cpp/.h files. | Tom Sepez |
2016-03-10 | Split apart the remainder of fpdf_render_render.cpp into per-class files. | Tom Sepez |
2016-03-01 | Remove implicit conversions and some cleanup | Wei Li |
2016-02-27 | Cleanup forward declarations. | dan sinclair |
2016-02-26 | Remove some FX_BOOLs | Tom Sepez |
2016-02-26 | Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Revert "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Replace CPDF_Rect and CPDF_Point with CFX types. | Tom Sepez |
2016-02-18 | Clean up CPDF_FileSpec and add unit tests | Wei Li |
2016-02-17 | Expand all paths to be based off pdfium/ directory | Dan Sinclair |
2016-02-17 | Banish CFX_ByteArray and CFX_WideArray to the XFA side. | Tom Sepez |
2016-02-03 | Merge to XFA: Fix prototypes for CPDF_FormNotify. | Tom Sepez |
2016-02-02 | Merge to XFA: Kill CFX_ByteArray in master. | Tom Sepez |
2016-01-29 | Merge to XFA: Member function name refactoring | Wei Li |
2016-01-26 | Fix collison with Windows #define RGB macro. | Tom Sepez |
2016-01-26 | War on #defines - part 2 | Tom Sepez |
2016-01-11 | Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. | Oliver Chang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-17 | Merge to XFA: Tidy CPDF_RenderContext | Tom Sepez |
2015-12-14 | Merge to XFA: Remove FX_BSTRC. | Lei Zhang |
2015-12-10 | Merge to XFA: Replace several more CFX_MapPtrToPtr with std::set or std::map | Tom Sepez |
2015-12-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-12-09 | Merge to XFA: Get rid of most uses of CFX_PtrArray. | Tom Sepez |
2015-11-25 | Manual fixups to PDF_ENABLE_XFA in core/ | Tom Sepez |
2015-11-25 | Inflict PPDF_ENABLE_XFA ifdefs on XFA core/ | Tom Sepez |
2015-11-17 | Make CPDF_InterForm::AddStandardFont take a non-const document pointer. | Lei Zhang |
2015-11-12 | Merge to XFA: Remove relative includes. | Lei Zhang |
2015-11-11 | Merge to XFA: Cleanup CPDF_ApSettings and CJS_Parameters. | Lei Zhang |
2015-11-10 | Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-10-30 | Merge to XFA: Clean up CPDF_AnnotList. | Lei Zhang |
2015-10-20 | [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" | Dan Sinclair |
2015-10-03 | Merge to XFA: Fix NULL pointer dereference in CPDF_InterForm. | Lei Zhang |
2015-09-17 | Merge to XFA: Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in core/ | Lei Zhang |
2015-08-14 | Merge to XFA: Add new public APIs to find the z-order for links and widgets. | Lei Zhang |
2015-08-14 | Merge to XFA: Cleanup: Remove unused CPDF_Metadata::m_pDoc. | Lei Zhang |
2015-08-11 | Merge to XFA: Remove dead code from CPDF_Metadata. Add missing nullptr check. | Lei Zhang |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-06-19 | Merge to XFA: Replace some CFX_MapPtrTemplates with std::map. | Lei Zhang |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-13 | Remove trailing whitespaces in core, XFA edition. | Lei Zhang |
2015-06-13 | Merge to XFA: Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Cache the CPDF_Annot's subtype, since it should never changes. | Lei Zhang |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-05 | Merge to XFA: Cleanup: Make CPDF_Annot::m_pAnnotDict private. | Lei Zhang |
2015-06-03 | Merge to XFA: Kill unused IPDF_ classes. | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |