1. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  2. 72d34be Fix "the the" typos. by Lei Zhang · 7 years ago
  3. 5970a47 Add FPDFAnnot_SetAP to public API. by Henrique Nakashima · 7 years ago
  4. 7c0a92e Add operator<< to CFX_FloatRect. by Henrique Nakashima · 7 years ago
  5. 9239486 Improve documentation of FPDF_RenderPageBitmapWithMatrix. by Henrique Nakashima · 7 years ago
  6. 11bd9dd Remove Win Clang bots from CQ. by Lei Zhang · 7 years ago
  7. 9398e8b Rename CXFA_Event methods by Dan Sinclair · 7 years ago
  8. 5c818b6 Rename CXFA_Caption methods for clarity by Dan Sinclair · 7 years ago
  9. c7f4322 Rename CXFA_Calculate methods to make return clearer by Dan Sinclair · 7 years ago
  10. ce7df75 Rename CXFA_Box methods to make return clearer by Dan Sinclair · 7 years ago
  11. b800d14 Rename GetExclGroup to GetExclGroupIfExists by Dan Sinclair · 7 years ago
  12. 61dfd72 Rename GetItem to GetItemIfExists by Dan Sinclair · 7 years ago
  13. 7d2c5f4 Rename CreateInstance to CreateInstanceIfPossible by Dan Sinclair · 7 years ago
  14. fc77dee Cleanup duplicate CXFA_Node accessors by Dan Sinclair · 7 years ago
  15. 454eea6 Rename GetBind to GetBindIfExists by Dan Sinclair · 7 years ago
  16. 1983592 Rename GetFormValue to GetFormValueIfExists by Dan Sinclair · 7 years ago
  17. 241752f Change FPDFText_GetCharBox() to return a boolean. by Lei Zhang · 7 years ago
  18. 96d6b4d Remove core/fxge/cfx_fontmgr.h from headers. by Lei Zhang · 7 years ago
  19. 7625021 Change FPDFText_GetRect() to return a boolean. by Lei Zhang · 7 years ago
  20. 188b2e0 Rename GetDefaultValue to GetDefaultValueIfExists by Dan Sinclair · 7 years ago
  21. 7981d15 Add jumbo build support for fdrm, fpdfdoc and fxcrt. by Lei Zhang · 7 years ago
  22. 8b68d30 Rename Getvalidate and GetOrCreateValidate by Dan Sinclair · 7 years ago
  23. 89fa5df Use range-based for-loops in a few more places. by Lei Zhang · 7 years ago
  24. 382129e Rename GetCalculate to GetCalculateIfExists by Dan Sinclair · 7 years ago
  25. b583518 Configure CQ to use Linux MSAN bots. by Lei Zhang · 7 years ago
  26. 7f302e5 Rename GetPara to GetParaIfExists by Dan Sinclair · 7 years ago
  27. 9627604 Encapsulate CTTFontDesc. by Lei Zhang · 7 years ago
  28. a0157f4 Move FreeType version check to its own method. by Lei Zhang · 7 years ago
  29. 4afee17 Fix some nits from commit a74e75d. by Lei Zhang · 7 years ago
  30. 3ffde1b Rename GetTemplateNode to GetTemplateNodeIfExists by Dan Sinclair · 7 years ago
  31. 326c38c Remove unused parameter from FPDFDest_GetView(). by Lei Zhang · 7 years ago
  32. 678b97f Rename GetOccur to GetOccurIfExists by Dan Sinclair · 7 years ago
  33. 78d8410 Rename GetMargin to GetMarginIfExists by Dan Sinclair · 7 years ago
  34. ccd7899 Rename GetOrCreateFont to GetOrCreateFontIfPossible by Dan Sinclair · 7 years ago
  35. 948879d Rename GetFont to GetFontIfExists by Dan Sinclair · 7 years ago
  36. e844ccc Rename GetOrCreateBorder to GetOrCreateBorderIfPossible by Dan Sinclair · 7 years ago
  37. 4712af9 Correct spelling for XFA_RectWithoutMargin by Dan Sinclair · 7 years ago
  38. 1e6490d Rename GetCaption to GetCaptionIfExists by Dan Sinclair · 7 years ago
  39. a74e75d Add FPDFAnnot_GetAP to public API. by Henrique Nakashima · 7 years ago
  40. 7d36c3e Rename CXFA_Node::GetBorder to GetBorderIfExists by Dan Sinclair · 7 years ago
  41. 50bd8fa Change FPDFLink_GetRect() to return a boolean. by Lei Zhang · 7 years ago
  42. 54f8614 Verify GetOrCreate results are checked by Dan Sinclair · 7 years ago
  43. a408ac8 [OpenJPEG] Fix integer overflow by Nicolas Pena · 7 years ago
  44. 93cfa06 Remove 2 param CXFA_Node::GetNodeItem by Dan Sinclair · 7 years ago
  45. 18a6069 Remove CXFA_Node::GetNodeItem by Dan Sinclair · 7 years ago
  46. 640d8ff Make methods which create nodes more obvious by Dan Sinclair · 7 years ago
  47. 594b3ee Add missing C API check after commit ecd063ec. by Lei Zhang · 7 years ago
  48. ecd063e Expose marked content IDs for images and alt text. by Julian Lunger · 7 years ago
  49. 81a1ac4 Add initial jumbo build support. by Lei Zhang · 7 years ago
  50. a88e305 Fix some nits in FPDF_BStr_Set(). by Lei Zhang · 7 years ago
  51. ef55c79 Move barcode code from WidgetAcc to Node by Dan Sinclair · 7 years ago
  52. 95bb974 More Execute* methods to CXFA_Node by Dan Sinclair · 7 years ago
  53. 9dfcdd2 Move Process* methods to CXFA_Node by Dan Sinclair · 7 years ago
  54. 133542f Fix cl/22012 to always call FXFT_Library_SetLcdFilter so that we render properly regardless of whether "Harmony" is built in. by Andrew Weintraub · 7 years ago
  55. 93c0f34 Fix death tests for UnownedPtr + MSAN. by Lei Zhang · 7 years ago
  56. 63579f9 Update vs_toolchain.py build hook. by Lei Zhang · 7 years ago
  57. 601ecc4 Roll V8 to 0c287882. by Lei Zhang · 7 years ago
  58. c8d6e34 Pack struct FDE_TEXTEDITPIECE better. by Lei Zhang · 7 years ago
  59. 88469f5 Encapsulate CPDF_ShadingObject members. by Lei Zhang · 7 years ago
  60. 1f2211e Style fixes in FPDFDOC_GetAnnotAP by Henrique Nakashima · 7 years ago
  61. 64204f5 Convert XFA_GetLocaleValue to accept a CXFA_Node by Dan Sinclair · 7 years ago
  62. 88c8e2f Differentiate the type of LayoutItem to create by Dan Sinclair · 7 years ago
  63. 94fc2af Move CXFA_WidgetAcc from CJX_Object to CXFA_Object by Dan Sinclair · 7 years ago
  64. 625de44 Make api_check.py warning more informative about what needs to be fixed. by Henrique Nakashima · 7 years ago
  65. 0c53b00 Change the FFWidgets to store the node by Dan Sinclair · 7 years ago
  66. 2f265db Move proxy methods from CXFA_WidgetAcc to CXFA_Node by Dan Sinclair · 7 years ago
  67. 5dc906e Make CreateUIChild return the child type by Dan Sinclair · 7 years ago
  68. de8be21 Always enable hinting with versions of Freetype >= 2.8.1, which include subpixel rendering unencumbered by patents. by Andrew Weintraub · 7 years ago
  69. dc36f99 Reland "[CFI] Enable type generalization for LCMS" by Vlad Tsyrklevich · 7 years ago
  70. ec24b2e Make SharedCopyOnWrite use Retainables by Dan Sinclair · 7 years ago
  71. 5553d8b Initialize V8 once in embedder tests by Dan Sinclair · 7 years ago
  72. 5183e86 Convert CXFA_Node::GetLocaleName out param to return by Ryan Harrison · 7 years ago
  73. 245f80c Convert CFWL_Edit Cut & Copy out param to return by Ryan Harrison · 7 years ago
  74. a172cfb Remove unused code from CFX_BreakLine by Ryan Harrison · 7 years ago
  75. 2a12866 Convert CXML_Parser::GetAttrValue out param to return by Ryan Harrison · 7 years ago
  76. aebeec9 Remove unused code from CPDF_InterForm by Ryan Harrison · 7 years ago
  77. be912d7 Convert ExtractSubString to return Optional<WideString> by Ryan Harrison · 7 years ago
  78. 8eeee77 Convert CPDF_PageLabel::GetLabel to return Optional<WideString> by Ryan Harrison · 7 years ago
  79. 2c0ca7d Convert GetSOMExpression methods to return WideString by Ryan Harrison · 7 years ago
  80. 1f04e61 Convert CFWL_DateTimePicker::FormatDateString to return WideString by Ryan Harrison · 7 years ago
  81. a63f992 Convert CXFA_NodeHelper::GetNameExpression to return WideString by Ryan Harrison · 7 years ago
  82. 9aeb0ca Remove CXFA_WidgetData::{GetElementType|GetDatasets} by Dan Sinclair · 7 years ago
  83. 0545d2a Convert RecognizeXFAVersionNumber to us a retval instead of a out param by Ryan Harrison · 7 years ago
  84. b7e315c Remove CXFA_FFDocView from CXFA_WidgetAcc. by Dan Sinclair · 7 years ago
  85. 24d7792 Convert CXFA_Node::GetChild to take a size_t for the index by Ryan Harrison · 7 years ago
  86. 492ad36 Remove unneeded vector implementations from cpwl_edit_impl by Nicolas Pena · 7 years ago
  87. c560a8c Convert usages of pdfium::Optional to Optional by Ryan Harrison · 7 years ago
  88. df0a749 Remove allocations from JS test by Dan Sinclair · 7 years ago
  89. 86b5267 Make indices for CXFA_List be size_t instead of int32_t by Ryan Harrison · 7 years ago
  90. de3f3fc Open FPDFDest_GetView API. by Henrique Nakashima · 7 years ago
  91. cb6c8d4 Make CXFA_List::GetLength return a size_t by Ryan Harrison · 7 years ago
  92. 981a290 Pass the FFDocView into CXFA_WidgetAcc::UpdateUIDisplay by Dan Sinclair · 7 years ago
  93. 4a1de72 Change CXFA_WidgetAcc::GetNextWidget to not require the FFDocView by Dan Sinclair · 7 years ago
  94. c1e5756 Move ProcessValueChanged from CXFA_WidgetAcc to CXFA_FFDocView by Dan Sinclair · 7 years ago
  95. d9dfb6c Merge CXFA_WidgetData into CXFA_WidgetAcc by Dan Sinclair · 7 years ago
  96. 8ee5207 Make CXFA_WidgetData constructor protected by Dan Sinclair · 7 years ago
  97. 72fe435 Remove CXFA_DataData by Dan Sinclair · 7 years ago
  98. a0af75c Fold CXFA_EventData into CXFA_Event by Dan Sinclair · 7 years ago
  99. 4cf0589 Fold CXFA_ExDataData into CXFA_ExData by Dan Sinclair · 7 years ago
  100. e83a915 Fold CXFA_FontData into CXFA_Font by Dan Sinclair · 7 years ago