Age | Commit message (Expand) | Author |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |
2016-03-11 | Re-enable MSVC warning 4800 for compiling with chromium_code | Wei Li |
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-09 | Move CPDF_NumberTree to fpdfdoc. | Tom Sepez |
2016-03-09 | Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files | Tom Sepez |
2016-03-09 | Review and cleanup lint warnings. | Dan Sinclair |
2016-03-08 | Split off CPDF_Document into its own .cpp/.h files. | Tom Sepez |
2016-03-08 | FX_FONTDESCRIPTOR must be POD. | Tom Sepez |
2016-03-01 | Remove implicit conversions and some cleanup | Wei Li |
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-23 | Remove more _CAPS names | Tom Sepez |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-19 | Remove CFX_{Byte,Wide}String::ConvertFrom(). | Lei Zhang |
2016-02-18 | Clean up CPDF_FileSpec and add unit tests | Wei Li |
2016-02-17 | Banish CFX_ObjectArray to the XFA side. | Tom Sepez |
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-16 | Refactor CPDF_SimpleParser and add unit tests. | Wei Li |
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-26 | Merge to XFA: War on #defines, part 1. | Tom Sepez |
2016-01-22 | Merge to XFA: Change _PDF_RenderItem to CPDF_RenderContext::Layer. | Tom Sepez |
2016-01-20 | Merge to XFA: Replace more CFX_MapPtrToPtr. | Tom Sepez |
2016-01-13 | Merge to XFA: Fix another invalidated iterator issue while traversing CPDF_Di... | Oliver Chang |
2016-01-11 | Merge to XFA: Switch most min/max macros to std::min/max. | Lei Zhang |
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-22 | Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp... | Lei Zhang |
2015-12-18 | Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new ... | Lei Zhang |
2015-12-17 | Merge to XFA: Tidy CPDF_RenderContext | Tom Sepez |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo == NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo != NULL' | Lei Zhang |
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-11 | Merge to XFA: Cleanup CPDF_ApSettings and CJS_Parameters. | Lei Zhang |
2015-11-10 | Merge to XFA: Cleanup CPDF_Stream: | Lei Zhang |
2015-11-10 | Merge to XFA: Fix relative includes within core/ | 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 |