1. a4aee3e Remove unused one-arg form of IsAppearanceValid(). by Tom Sepez · 4 years, 9 months ago
  2. 84cce24 Remove orphan tracking for CPDF parser objects. by Tom Sepez · 5 years ago
  3. 85549b4 Add constants for annotation flags. by Lei Zhang · 6 years ago
  4. 1288599 Use annotation constants in more places. by Lei Zhang · 6 years ago
  5. 399958e Remove some PDF_EncodeText() usage. by Lei Zhang · 6 years ago
  6. 4534834 Cover some more orphaning in cpdfsdk_baannot.cpp. by Tom Sepez · 6 years ago
  7. 3abd19f Revert "Make orphaning old objects automatic during dictionary set/removal." by Tom Sepez · 6 years ago
  8. 1399a22 Make orphaning old objects automatic during dictionary set/removal. by Tom Sepez · 6 years ago
  9. c320e9c Add k prefixes to CPDF_AAction::AActionType enumerators by Hans Wennborg · 6 years ago
  10. ec885ba Remove CPDFSDK_Annot::GetMinWidth() and GetMinHeight(). by Tom Sepez · 6 years ago
  11. f40380f Rename CPDF_{Array,Dictionary}::GetCount() to size(). by Lei Zhang · 6 years ago
  12. 8153561 Do IWYU for cpdf_dictionary.h. by Lei Zhang · 6 years ago
  13. c1bf998 Use CPDFSDK_BAAnnot::GetAnnotDict() in more places. by Lei Zhang · 6 years ago
  14. 0473476 Remove CPDFSDK_DateTime entirely. by Tom Sepez · 6 years ago
  15. 522d77d Add CPDSDK_Annot::AsBAAnnot() checked downcast method by Tom Sepez · 6 years ago
  16. 0a68fd6 Remove unused CPDFSDK_BAAnnot methods. by Lei Zhang · 7 years ago
  17. 4ecf9a8 Get rid of default ctors for CPDF_Action and CPDF_AAction. by Lei Zhang · 7 years ago
  18. 89bf9ce Fix draw order of popup annotations. by Henrique Nakashima · 7 years ago
  19. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  20. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  21. cb2ea42 Create CPWL_AppStream. by Dan Sinclair · 7 years ago
  22. 3db8759 Remove dead CPDFSDK_Annot code. by Lei Zhang · 7 years ago
  23. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  24. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  25. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  26. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  27. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  28. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  29. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  30. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  31. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  32. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  33. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  34. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  35. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  36. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  37. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  38. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  39. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  40. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  41. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  42. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  43. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  44. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  45. a1d2111 CPDF_Annot::GetRect() should return CFX_FloatRect. by jaepark · 8 years ago
  46. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 8 years ago