1. e20e80a Roll yasm to 1.3.0. by Lei Zhang · 7 years ago
  2. 4b47214 Change XFA DrawWidget() code to take its CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  3. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  4. ba1897b Remove default parameters from CXFA_FFWidget methods. by Lei Zhang · 7 years ago
  5. 129297f Remove default parameters in CXFA_Graphics methods. by Lei Zhang · 7 years ago
  6. 86224fc Remove default argument for CXFA_Graphics::SetLineWidth(). by Lei Zhang · 7 years ago
  7. 9342b33 Remove redundant members in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  8. b5df8a5 Roll DEPS for Skia to e0e2075. by Lei Zhang · 7 years ago
  9. a0b16ec Roll DEPS for third_party/instrumented_lib to 644afd3. by Lei Zhang · 7 years ago
  10. aec423b Roll DEPS for ICU to 08cb956. by Lei Zhang · 7 years ago
  11. 0d2349b Turn caret movement into an enum class by Dan Sinclair · 7 years ago
  12. 022b439 Cleanup CFDE_TxtEdtEngine Insert and Delete methods by Dan Sinclair · 7 years ago
  13. e30e9cc Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  14. b3e7bfa Cleanup visibilty and unused methods in xfa/fde by Dan Sinclair · 7 years ago
  15. 1748c4f Roll clang to a1420b8. by Lei Zhang · 7 years ago
  16. 00ff0b3 Roll V8 to 539f7ab3. by Lei Zhang · 7 years ago
  17. 19319b7 Roll build_revision to bff6ee8. by Lei Zhang · 7 years ago
  18. 2e56505 Roll clang to 7770b47. by Lei Zhang · 7 years ago
  19. 8d7672e Fix some issues with individual image mask rendering by rbpotter · 7 years ago
  20. 574015e Tidy CXFA_Color class and argument passing. by Tom Sepez · 7 years ago
  21. a364729 Move some CFDE_TxtEdt* methods to the headers by Dan Sinclair · 7 years ago
  22. a016857 Simplify CFDE_TxtEdtEngine layout code by Dan Sinclair · 7 years ago
  23. 6551362 Fixing crash on mouse movement in XFA form. by Henrique Nakashima · 7 years ago
  24. 59178f5 Fix another unguarded string element access by Ryan Harrison · 7 years ago
  25. 5a0214b Remove friendship from TxtEdtEngine and TxtEdtPage by Dan Sinclair · 7 years ago
  26. a169364 Add parse depth limit to FormCalc parser by Ryan Harrison · 7 years ago
  27. 75c6521 Add in missting string length check by Ryan Harrison · 7 years ago
  28. cd04b72 Fix potential OOM / integer overflow in CPDF_Parser. by Lei Zhang · 7 years ago
  29. 63b2fc7 Check for possible empty object returns from NewFxDynamicObj() by Tom Sepez · 7 years ago
  30. b370e5a Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints} by Jane Liu · 7 years ago
  31. 816d7e4 Remove CFWL_WidgetMgrDelegate by Dan Sinclair · 7 years ago
  32. 0c6b07d Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() by Jane Liu · 7 years ago
  33. ca89829 API and test for retrieving metadata from image objects by Jane Liu · 7 years ago
  34. eb14e04 Change a bunch of methods to take a const CFX_Matrix& param. by Lei Zhang · 7 years ago
  35. 6e524ad Remove CFX_ByteTextBuf. by Henrique Nakashima · 7 years ago
  36. bff66f1 Simplify CPWL_EditImpl_Undo. by Lei Zhang · 7 years ago
  37. 160738f Add to navbar link to SafetyNet readme. by Henrique Nakashima · 7 years ago
  38. 0da39e6 Make errors in called processes more evident and easier to debug. by Henrique Nakashima · 7 years ago
  39. 5f7b8f4 Readme for SafetyNet by Henrique Nakashima · 7 years ago
  40. 33c0300 Remove default argument from CPWL_Wnd::InvalidateRect(). by Lei Zhang · 7 years ago
  41. 130bf6f Add missing length check before getting element from string by Ryan Harrison · 7 years ago
  42. 3577cfb Do some cleanup in CPWL_Edit. by Lei Zhang · 7 years ago
  43. f5a0667 IFX_Edit_UndoItem implementations all take a valid CPWL_EditImpl*. by Lei Zhang · 7 years ago
  44. ae9c5ca Remove CPWL_EditImpl_UndoItem. by Lei Zhang · 7 years ago
  45. 5688d62 Remove CPWL_EditImpl::EnableOprNotify(). by Lei Zhang · 7 years ago
  46. 28549c9 Make GetChar & Clone const for IFX_CharIter by Ryan Harrison · 7 years ago
  47. 29fd935 Remove useless code. by Artem Strygin · 7 years ago
  48. 22fcbea Hide the undo/redo record classes inside the engine by Dan Sinclair · 7 years ago
  49. a0377dc Add checks on length of string before accessing elements of string by Ryan Harrison · 7 years ago
  50. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  51. 171cb27 Remove default params from xfa/fde code. by Dan Sinclair · 7 years ago
  52. 73b492a Remove CFDE_RenderDevice by Dan Sinclair · 7 years ago
  53. 5f0e644 Refactoring of CPDF_DataAvail::GetObject. by Artem Strygin · 7 years ago
  54. f57cad4 Add CPDF_ObjectWalker. by Artem Strygin · 7 years ago
  55. 93c886b Refactoring of CPDF_DataAvail::AreObjectsAvailable. by Artem Strygin · 7 years ago
  56. 2d88381 Merge CFDE_RenderContext into CFWL_Edit by Dan Sinclair · 7 years ago
  57. 2d03e60 Cleaning up the visual set iterator by Dan Sinclair · 7 years ago
  58. c068c8e Remove FDE_VISUALOBJ_Canvas by Dan Sinclair · 7 years ago
  59. 24b6af6 Cleanup more fde defines by Dan Sinclair · 7 years ago
  60. 54a8390 Cleanup CFDE_TextOut methods by Dan Sinclair · 7 years ago
  61. 0bd8472 LCMS: upgrade to 2.8 by Nicolas Pena · 7 years ago
  62. dff02ce Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. by Dan Sinclair · 7 years ago
  63. aeac951 Fix use_system_freetype builds for FreeType changes by Bruce Dawson · 7 years ago
  64. d300234 Add a new public method to get the the origin of a character. by Andrew Weintraub · 7 years ago
  65. 3c03439 Add 'testing' to a path that got missed by Ryan Harrison · 7 years ago
  66. 05ea7e1 Remove potential out of bounds call to GetAt() by Ryan Harrison · 7 years ago
  67. b1a794a Roll zlib to 718f686 by Nicolas Pena · 7 years ago
  68. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  69. d27998f Fix component builds for FreeType changes by Bruce Dawson · 7 years ago
  70. fdc3acb Add safetynet_job.py to run safetynet_compare.py periodically. by Henrique Nakashima · 7 years ago
  71. 8fb94e9 Fixing utf-8 safetynet_conclusions problem when writing the json. by Henrique Nakashima · 7 years ago
  72. f1c72de Move graphic state operations outside BT/ET operations by Ryan Wiley · 7 years ago
  73. f3d8573 Remove unused FDE_TTOSTYLE_ flags by Dan Sinclair · 7 years ago
  74. 0f6ceba Temporarily disable image mask individual rendering by rbpotter · 7 years ago
  75. 7ffb59f Remove CFDE_Path by Dan Sinclair · 7 years ago
  76. f752039 LCMS: rename folder by Nicolas Pena · 7 years ago
  77. a128129 Rename CFX_UTF8Decoder::AppendChar to AppendCodePoint. by Henrique Nakashima · 7 years ago
  78. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  79. d9b0dac Extracting GetBooleanGnArg from coverage_report.py by Henrique Nakashima · 7 years ago
  80. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  81. e6c67cd Make CFX_ByteString(ostringstream) const. by Henrique Nakashima · 7 years ago
  82. 4454ce7 Remove default params in CFDE_RenderDevice by Dan Sinclair · 7 years ago
  83. 821e59c Remove CFX_ByteTextBuf from CFX_UTF8Encoder by Henrique Nakashima · 7 years ago
  84. 6470a6a Fixing PrintConclusionsDictHumanReadable for dicts loaded from string. by Henrique Nakashima · 7 years ago
  85. abe8280 Add a FPDF_GetFileVersion() test for a linearized document. by Lei Zhang · 7 years ago
  86. be993d2 Remove unused code from CFDE_RenderDevice. by Dan Sinclair · 7 years ago
  87. 17aa057 Remove CFDE_{Pen|Brush} classes by Dan Sinclair · 7 years ago
  88. b6db95b Remove useless code. by Artem Strygin · 7 years ago
  89. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  90. d0f2dcd Unify initialization of CPDF_Parser. by Artem Strygin · 7 years ago
  91. 44f7779 Move tools/coverage to testing/tools/coverage by Henrique Nakashima · 7 years ago
  92. be63ab9 API and test for retrieving image filters from image objects by Jane Liu · 7 years ago
  93. d24b97e Unify of saving documents. by Artem Strygin · 7 years ago
  94. e13c4f8 Unify CPDF_Parser::ParseIndirectObjectAtXXX methods. by Artem Strygin · 7 years ago
  95. 23a824c Move CSS data tables only used in one file by Dan Sinclair · 7 years ago
  96. 073797b Fold CFX_IsOnlyValue define into only usage by Dan Sinclair · 7 years ago
  97. 31d706b Add validator into CPDF_SyntaxParser. by Artem Strygin · 7 years ago
  98. 2e5f0ae Added FPDFPageObj_Destroy() for freeing page objects created by Jane Liu · 7 years ago
  99. 9f0e85a Move CSS code to core by Dan Sinclair · 7 years ago
  100. 78fc9aa Tidy fx_codec_jpx_opj.cpp by Tom Sepez · 7 years ago