1. ab41f25 Rename "Embeddertest" to "EmbedderTest". by Lei Zhang · 6 years ago
  2. 25bc9a9 Pick up Windows ARM64 support from base\logging.h by Tom Tan · 6 years ago
  3. eb3f474 Update README.md about public APIs. by Tom Sepez · 6 years ago
  4. ae3945f Make FPDFPage_SetRotation() take effect immediately. by Lei Zhang · 6 years ago
  5. d4599ec Add more resource params to CPDF_PageObjectHolder ctor. by Lei Zhang · 6 years ago
  6. 817c328 Change CFX_Matrix* params to CFX_Matrix& in core/fpdfapi/render. by Lei Zhang · 6 years ago
  7. 1d2a7ac Initialize CPDF_Form::m_pFormStream in the initializer list. by Lei Zhang · 6 years ago
  8. 4b70129 Always pass a page dictionary to CPDF_Page. by Lei Zhang · 6 years ago
  9. 981ccf6 Add a test for FPDFPage_SetRotation(). by Lei Zhang · 6 years ago
  10. 4626e20 Remove CFX_FloatRect::Reset(). by Tom Sepez · 6 years ago
  11. 81e9b68 Remove CFX_RectF::Reset(). by Tom Sepez · 6 years ago
  12. ec68f99 Fix a crash in FPDFPage_TransFormWithClip(). by Lei Zhang · 6 years ago
  13. 970fcfe Change FPDFPage_TransFormWithClip() to take const pointers. by Lei Zhang · 6 years ago
  14. 6fef1e4 Implement CFXMatrixFromFSMatrix(). by Lei Zhang · 6 years ago
  15. 65a8d5e Reorder cpdfsdk_helpers.cpp to match its header. by Lei Zhang · 6 years ago
  16. 23078b5 Pass matrix to CPDF_ClipPath::Transform() by const-ref. by Tom Sepez · 6 years ago
  17. 44d98b4 Remove a useless assignment in CPDF_Parser::ParseCrossRefV4(). by Lei Zhang · 6 years ago
  18. b78a068 Include objidl.h in fx_win32_gdipext.cpp. by Lei Zhang · 6 years ago
  19. a1f94aa Remove some CFX_Matrix::Concat() calls. by Lei Zhang · 6 years ago
  20. 351e8b0 Fix some nits in FPDFEditEmbeddertest. by Lei Zhang · 6 years ago
  21. aab6024 Remove CFX_Matrix::ConcatPrepend(), ConcatInverse(), SetIdentity(). by Tom Sepez · 6 years ago
  22. 0f0b30c Avoid duplicate desc/lock attributes on leaf elements by Tom Sepez · 6 years ago
  23. 831fa11 Make CPDFSDK_PageView::GetCurrentMatrix() a normal getter. by Lei Zhang · 6 years ago
  24. c13cbdc Fix some longstanding irks in CFX_Matrix by Tom Sepez · 6 years ago
  25. 4b9d8e9 Re-structure element.inc hierarchy to avoid duplication. by Tom Sepez · 6 years ago
  26. 49dbb7f Move jse_define.h to fxjs/xfa directory. by Tom Sepez · 6 years ago
  27. 5404b67 Remove unused XFA_AttributeType argument from CJX_Object::SetValue(). by Tom Sepez · 6 years ago
  28. 587891b Clean up CBA_FontMap. by Lei Zhang · 6 years ago
  29. ec16ba3 Initialize CFDE_TextOut members in the header. by Lei Zhang · 6 years ago
  30. 70340c1 Use span in CFDE_TextOut::DrawString(). by Lei Zhang · 6 years ago
  31. 061909f Use Optional in CJX_Object. by Lei Zhang · 6 years ago
  32. 5a6d70c Fix a crash in CXFA_Document::DoProtoMerge(). by Lei Zhang · 6 years ago
  33. ff027ce Avoid some hash comparisons in CXFA_NodeHelper. by Tom Sepez · 6 years ago
  34. 902c20e Check for bad values of startxref. by Lei Zhang · 6 years ago
  35. a0c3680 Split part of xfa/fgas/BUILD.gn into xfa/fgas/layout/BUILD.gn. by Lei Zhang · 6 years ago
  36. 4aebf8c Fix nits in CFX_TxtBreak and related code. by Lei Zhang · 6 years ago
  37. 3669514 Avoid unnecessary list initialization in CJX_Object. by Lei Zhang · 6 years ago
  38. f7f541f Remove most non-const reference parameters in CJX_Object. by Lei Zhang · 6 years ago
  39. 41ca949 Fix integer overflow in CFX_DIBBase::GetOverlapRect(). by Lei Zhang · 6 years ago
  40. bbf9707 Give CFX_DIBBase::GetOverlapRect() a return value. by Lei Zhang · 6 years ago
  41. 94dd1d5 Break circular dependency between formfiller and pwl. by Lei Zhang · 6 years ago
  42. 5360e70 Remove non-const parameter in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  43. 229a789 Merge CPWL_FontMap into CBA_FontMap. by Lei Zhang · 6 years ago
  44. a0e5e20 Add CXFA_ItemLayoutProcessor::GotoNextContainerNodeSimple(). by Lei Zhang · 6 years ago
  45. 676f919 Get rid of some #defines in XFA code. by Lei Zhang · 6 years ago
  46. c46c516 XFA: Avoid infinite recursion when deleting a ThisProxy object property. by Tom Sepez · 6 years ago
  47. 3de08dd Remove some non-const references in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  48. 97ad59c Clean up FindBreakNode() inside CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  49. e39009c Fix some nits in CXFA_NodeHelper. by Lei Zhang · 6 years ago
  50. 92530ce Add comment to string_view_template.h about pass-by-value by Tom Sepez · 6 years ago
  51. 2e6826b Change XFA_GetElementByName() to take a WideStringView. by Lei Zhang · 6 years ago
  52. c839ac7 Pass ByteStringView by value by Tom Sepez · 6 years ago
  53. 1ab2757 Pass WideStringViews by value. by Tom Sepez · 6 years ago
  54. 623e636 Call GetGlyphWidth() fewer times in LoadCompositeFont(). by Lei Zhang · 6 years ago
  55. caacc5f Make CXFA_NodeHelper method names match style guide. by Tom Sepez · 6 years ago
  56. 36d1839 Use more spans in font loading code. by Lei Zhang · 6 years ago
  57. a817e97 Move packet info from cxfa_document_parser.cpp to xfa_basic_data.cpp. by Tom Sepez · 6 years ago
  58. 83f6242 Split CXFA_Node::GetIntact(). by Lei Zhang · 6 years ago
  59. 7fdc211 Cleanup CFX_SystemHandler. by Lei Zhang · 6 years ago
  60. 425cb14 Remove unused CPDFSDK_FormFillEnvironment::GetLocalTime(). by Lei Zhang · 6 years ago
  61. 7868bcb Use more variables to make code shorter. by Lei Zhang · 6 years ago
  62. ca72689 Move XFA_ATTRIBUTEINFO and SCRIPTATTRIBUTEINFO to xfa_basic_data.h. by Tom Sepez · 6 years ago
  63. 0826582 Fix some formatting and wording in fpdf_formfill.h by Lei Zhang · 6 years ago
  64. d00d83a Sort cba_fontmap.cpp to match cba_fontmap.h. by Lei Zhang · 6 years ago
  65. 95008dd Remove out param in CPDFSDK_FormFillEnvironment::GetPageViewRect(). by Lei Zhang · 6 years ago
  66. ac75664 Do IWYU for public/fpdf_fwlevent.h. by Lei Zhang · 6 years ago
  67. 894f0ef Build packets table via C Preprocessor. by Tom Sepez · 6 years ago
  68. 70e5214 Move fxjs/cfxjse_* files to fxjs/xfa. by Tom Sepez · 6 years ago
  69. ca61078 Pass UFT8 ByteStringVies as arguments to {Get,Set}ObjectProperty(). by Tom Sepez · 6 years ago
  70. 7fc43dd Remove duplicate widestring literals from CXFA_*.cpp classes by Tom Sepez · 6 years ago
  71. 4c91b17 Return ByteStringViews from xfa_basic_data.cpp functions. by Tom Sepez · 6 years ago
  72. e79ad68 Combine ElementTable, parent array, and names. by Tom Sepez · 6 years ago
  73. 28376e2 Remove ELEM_HIDDEN____() macro. by Tom Sepez · 6 years ago
  74. 88f3969 De-duplicate rows in element-attributes table. by Tom Sepez · 6 years ago
  75. 407a081 Remove fragile script index mechanism. by Tom Sepez · 6 years ago
  76. e08b378 Remove strings/hashes from element-atttribute table. by Tom Sepez · 6 years ago
  77. f78267e Add ScriptType column to attributes.inc table by Tom Sepez · 6 years ago
  78. 3e2947e Check return values for all uses of GetFirstChildByClass<>() by Tom Sepez · 6 years ago
  79. f18547f Fix nits in CPWL_Caret and delete dead code. by Lei Zhang · 6 years ago
  80. 2cb7bdd Clean up CPWL_Timer and CPWL_TimerHandler. by Lei Zhang · 6 years ago
  81. 05e2551 Fix null deref in cxfa_itemlayoutprocessor.cpp by Tom Sepez · 6 years ago
  82. 98e2066 Get Attribute names much more simply. by Tom Sepez · 6 years ago
  83. 5d6714e Reduce reallocation in string classes. by Lei Zhang · 6 years ago
  84. baa664a Rename some structures in xfa_basic_data.cpp for consistency. by Tom Sepez · 6 years ago
  85. 0916377 Remove cxfa_node_statics.cpp. by Tom Sepez · 6 years ago
  86. f4f8cc5 Roll third_party/binutils/ 4110e0919..2be73f7fb (1 commit) by Lei Zhang · 6 years ago
  87. 1ccf890 Prevent a divide by zero in CFX_RTFBreak::GetDisplayPos(). by Lei Zhang · 6 years ago
  88. 882f4ec Remove xfa_basic_data.cpp representation dependence on XFA_SCRIPTATTRIBUTEINFO by Tom Sepez · 6 years ago
  89. 844f8de Wrap access to xfa_basic_data.cpp tables with functions. by Tom Sepez · 6 years ago
  90. 99b9ffb Rename xfa_basic_data_{enum,element_script}.cpp to match header file name by Tom Sepez · 6 years ago
  91. 32660f5 Move XFA_RESOLVENODE_* flags to cfxjse_resolveprocessor.h by Tom Sepez · 6 years ago
  92. 841c145 Handle empty v8::TryCatch messages in CFXJSE_Context. by Lei Zhang · 6 years ago
  93. 002e7c2 Avoid non-const reference parameters in CFXJSE_Context. by Lei Zhang · 6 years ago
  94. 002d936 Fix bad formatting in cjs_util.cpp. by Lei Zhang · 6 years ago
  95. 076b392 Shorten CreateReturnValue() in CFXJSE_Context. by Lei Zhang · 6 years ago
  96. 696f5d3 Fix nullptr error in CFXJS_Engine::Execute(). by Lei Zhang · 6 years ago
  97. f574bf5 Remove parameters in fxbarcode that only ever have one value. by Lei Zhang · 6 years ago
  98. 575b6ce Add |kEncoderCount| in CBC_HighLevelEncoder and use where appropriate. by Lei Zhang · 6 years ago
  99. bea7a65 Write out some non-ASCII characters as escape sequences. by Lei Zhang · 6 years ago
  100. 2d1531a Replace some #defines with CBC_HighLevelEncoder::Encoding enum. by Lei Zhang · 6 years ago