Age | Commit message (Expand) | Author |
2016-03-09 | Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files | Tom Sepez |
2016-03-08 | Split off CPDF_Document into its own .cpp/.h files. | 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 uses of this->foo. | Lei Zhang |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-16 | Refactor CPDF_SimpleParser and add unit tests. | Wei Li |
2016-01-29 | Merge to XFA: Member function name refactoring | Wei Li |
2016-01-11 | Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. | Oliver Chang |
2016-01-06 | Invalidate IPWL_FocusHandler and IPWL_Provider on destruction. | Lei Zhang |
2016-01-05 | Merge to XFA: Remove header files that only have includes. | Lei Zhang |
2015-12-28 | Merge to XFA: Take care fall-through cases of switch in pdfium | Lei Zhang |
2015-12-24 | Merge to XFA: Fix a bad virtual keyword removal from commit 0f6b51c. | Lei Zhang |
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-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-11-30 | Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. | Tom Sepez |
2015-11-25 | Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ | Tom Sepez |
2015-11-25 | XFA: More underlying types | Tom Sepez |
2015-11-23 | Merge to XFA: Replace |CPWL_ComboBox::operator CPWL_Edit()|. | Tom Sepez |
2015-11-12 | Merge to XFA: Remove relative includes. | Lei Zhang |
2015-11-04 | Merge to XFA: Cleanup: Remove some NULL checks in fpdfsdk. | Lei Zhang |
2015-10-21 | Merge to XFA: Remove FFL_Utils as it is unused. | Dan Sinclair |
2015-10-21 | Merge to XFA: Add type cast definitions for CPDF_Name. | Dan Sinclair |
2015-10-21 | Merge to XFA: Add type cast definitions for CPDF_String. | Dan Sinclair |
2015-10-20 | [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" | Dan Sinclair |
2015-10-19 | Merge to XFA: Remove unused CFFL_Notify. | Lei Zhang |
2015-10-19 | Merge to XFA: Remove dead code that was reactivated when fixing overrides. | Lei Zhang |
2015-10-14 | Next round of XFA changes to match master. | Tom Sepez |
2015-10-13 | Changes to XFA to more closely match master. | Tom Sepez |
2015-10-03 | Merge to XFA: Do not call into formfiller code with a NULL PageView. | Lei Zhang |
2015-08-11 | Fix some sign comparison warnings. | Lei Zhang |
2015-08-10 | Merge to XFA: Cleanup: Mark methods with the override keyword. | Lei Zhang |
2015-08-10 | Merge to XFA: Cleanup: Remove dead formfiller code. | Lei Zhang |
2015-08-05 | Kill off last uses of FX_NEW in XFA. | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
2015-07-22 | Merge to XFA: Remove dead code found by Scythe. | Lei Zhang |
2015-07-17 | Merge to XFA: Tidy up CPDFDOC_Environment. | Tom Sepez |
2015-07-16 | Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-06-19 | Merge to XFA: Replace some CFX_MapPtrTemplates with std::map. | Lei Zhang |
2015-06-19 | Merge to XFA: Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-13 | Merge to XFA: Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAc... | Lei Zhang |
2015-06-13 | Remove trailing whitespaces in fpdfsdk, XFA edition. | Lei Zhang |
2015-06-13 | Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ | Lei Zhang |
2015-06-10 | Merge to XFA: Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always re... | Lei Zhang |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |