Age | Commit message (Expand) | Author |
2018-08-16 | Replace optional bool bNotify with enum type. | Tom Sepez |
2018-08-14 | Remove default level from FPDF_GetFieldAttr(). | Tom Sepez |
2018-07-18 | Avoid writing const/non-const versions of the same function. | Lei Zhang |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in action and bookmark code. | Lei Zhang |
2018-05-25 | Remove CPDF_FormField::{Insert,Clear}Option | Tom Sepez |
2018-04-16 | Remove CPWL_Edit rich text support | dan sinclair |
2018-04-03 | Use Optional to determine if appearance stream as fontchromium/3388 | Dan Sinclair |
2018-03-28 | Use CPDF_DefaultAppearance instead of custom parsing | Dan Sinclair |
2018-03-08 | Convert Before{Selection|Value}Change to return a boolchromium/3366 | dan sinclair |
2018-01-29 | Fix identical if/else blocks. | Lei Zhang |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-11 | Add jumbo build support for fdrm, fpdfdoc and fxcrt. | Lei Zhang |
2017-11-16 | Convert ByteString::{Format|FormatV} to static methods | Dan Sinclair |
2017-10-05 | Remove friends from form code | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 3. | Tom Sepez |
2017-04-20 | Remove the friends of CPDF_FormField | Nicolas Pena |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-01-24 | Fix CPDF_InterForm::CheckRequiredFields and its callers. | Nicolas Pena |
2017-01-10 | Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoc | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-07 | Force compiler to deduce src type for checked_cast<dst, src>. | tsepez |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-21 | Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more placeschromium/2868 | tsepez |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-08-25 | Fix infinite loops in FPDF_GetFullName(). | thestig |
2016-08-08 | Add CPDF_Array::IsEmpty(). | jaepark |
2016-08-02 | Splitting fpdfdoc/doc_* part III. | dsinclair |