Age | Commit message (Expand) | Author |
2016-04-06 | Move remaining fpdfdoc files | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-05 | Remove core/include/fpdfdoc/fpdf_vt.h | dsinclair |
2016-04-04 | Make IPDF_VariableText_{Provider,Iterator} inner classes. | dsinclair |
2016-03-31 | Split core/include/fpdfdoc/fpdf_ap.h | dsinclair |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Split core/include/fpdfapi/fpdf_resource.h | dan sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
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 |