1. cb2ea42 Create CPWL_AppStream. by Dan Sinclair · 8 years ago
  2. 3db8759 Remove dead CPDFSDK_Annot code. by Lei Zhang · 8 years ago
  3. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  4. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  5. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  6. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  7. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  8. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  9. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  10. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  11. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  12. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  13. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  14. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  15. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  16. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  17. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  18. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  19. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  20. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  21. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  22. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 9 years ago
  23. 35512aa Display content of the annotation when mouse hover. by jaepark · 9 years ago
  24. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 9 years ago
  25. a1d2111 CPDF_Annot::GetRect() should return CFX_FloatRect. by jaepark · 9 years ago
  26. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 9 years ago