1. b83d870 Fix types for FT_ULong chars in fpdfedittext by Nicolas Pena · 8 years ago
  2. 897c4b9 Converting CFX_ByteTextBuf to ostringstream in fdpf_parser_decode.cpp. by Henrique Nakashima · 8 years ago
  3. 262cf46 Minor changes/addons for annotation APIs by Jane Liu · 8 years ago
  4. 59c1ac0 Simplify CPDF_Array::RemoveAt(index, size). by Lei Zhang · 8 years ago
  5. 7e2d1f4 Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream."" by Henrique Nakashima · 8 years ago
  6. 748793b Disable a new flaky test by Jane Liu · 8 years ago
  7. 53827cb Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream." by Henrique Nakashima · 8 years ago
  8. 4633d52 Adding constructor of CFX_ByteString that takes a std::ostringstream. by Henrique Nakashima · 8 years ago
  9. 2ddf1cc Guard against undefined shifting in JPX decoder by Dan Sinclair · 8 years ago
  10. 0915087 Replacing CFX_ByteTextBuf with stringstream in cpdf_streamparser.cpp. by Henrique Nakashima · 8 years ago
  11. defe54d Fixing click area for links with a URL with prepended text. by Henrique Nakashima · 8 years ago
  12. 7e6f396 CFGAS_FormatString use helper to convert char to int by Dan Sinclair · 8 years ago
  13. 04c79d3 Add CFGAS_FormatString Number to String helper by Dan Sinclair · 8 years ago
  14. 08839f3 Combine more CFGAS_FormatString code by Dan Sinclair · 8 years ago
  15. a0b322b Remove use of FXBSTR_ID from CFGAS_FormatString by Dan Sinclair · 8 years ago
  16. cee11c2 Simplify some CFGAS_FormatString methods by Dan Sinclair · 8 years ago
  17. 28d6769 Fix some CFGAS_FormatString issues by Dan Sinclair · 8 years ago
  18. eda6525 Fixing FPDFPage_TransformAnnots by Jane Liu · 8 years ago
  19. 20eafda Basic APIs and tests for creating annotations by Jane Liu · 8 years ago
  20. 52998a4 Even more CFGAS_FormatString tests. by Dan Sinclair · 8 years ago
  21. d9d6c29 Fix EmptyCreation test by Nicolas Pena · 8 years ago
  22. 7dee685 Convert CFGAS_FormatString to pointer out parameters by Dan Sinclair · 8 years ago
  23. db124cf More CFGAS_FormatString tests by Dan Sinclair · 8 years ago
  24. b3a119e Add more CFGAS_FormatString tests. by Dan Sinclair · 8 years ago
  25. 8a59833 Add missing static asserts for line cap and line join values. by wileyrya · 8 years ago
  26. e98ba9d More CFGAS_FormatString tests by Dan Sinclair · 8 years ago
  27. 6c5ea10 Add start of CFGAS_FormatString tests by Dan Sinclair · 8 years ago
  28. 7211eac Cleaning up some XFA locale related code by Dan Sinclair · 8 years ago
  29. af680b1 Add a basic embedder test for CPWL_Edit. by Lei Zhang · 8 years ago
  30. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 8 years ago
  31. 12eea81 Remove unused bits from PWL_Edit headers. by Lei Zhang · 8 years ago
  32. fac46f8 Split timer classes out of PWL_Wnd.h by Lei Zhang · 8 years ago
  33. d332e2d Prevent OOB access in CXFA_FM2JSContext::IsIsoTimeFormat(). by Lei Zhang · 8 years ago
  34. 3db8759 Remove dead CPDFSDK_Annot code. by Lei Zhang · 8 years ago
  35. 4f34c64 Clean up CFFL formfiller classes. by Lei Zhang · 8 years ago
  36. dd29c25 Remove unused parameter from CFFL_FormFiller::NewPDFWindow(). by Lei Zhang · 8 years ago
  37. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 8 years ago
  38. feea08c Roll V8 to 539f7ab3. by Lei Zhang · 8 years ago
  39. 1d95c68 Document bindings implementaion by Tom Sepez · 8 years ago
  40. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 8 years ago
  41. 8cb8841 Tag CFXJSE_HostObject sub-classes. by Tom Sepez · 8 years ago
  42. 5171a27 Use unique_ptrs for codec contexts in ccodec_progressivedecoder. by Tom Sepez · 8 years ago
  43. 5f34d47 Move CCodec_GifModule state to CGifContext by Tom Sepez · 8 years ago
  44. 1fed5a2 Simplify code in fpdfformfill.cpp. by Lei Zhang · 8 years ago
  45. 7bef7c8 Clarify IPWL_Filler_Notify::QueryWherePopup() parameters. by Lei Zhang · 8 years ago
  46. f6ca07b Replace some repeated code with existing CFXJS_Engine::NewString() helper. by Tom Sepez · 8 years ago
  47. a64cd6c Remove unused Locale code by Dan Sinclair · 8 years ago
  48. fb7021c Be less trusting of MaybeLocal<> return types from V8 To* methods. by Tom Sepez · 8 years ago
  49. 19cda48 Missing one unowned_ptr in ccodec_progressivedecoder.h by Tom Sepez · 8 years ago
  50. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 8 years ago
  51. 5be0b29 Add public #defines for line cap and line join values. by wileyrya · 8 years ago
  52. 9c6b37c Rename FXJPEG_Context and use unowned ptr by Tom Sepez · 8 years ago
  53. db9faec Put all CCodec_PngModule state into its context. by Tom Sepez · 8 years ago
  54. fc04f41 Move all of ccodec_bmpmodule state to its context by Tom Sepez · 8 years ago
  55. d9dc962 Add missing public APIs to API test. by wileyrya · 8 years ago
  56. ce84f71 CFXJS_Engine::GetObjDefnID is a static method by Tom Sepez · 8 years ago
  57. 5e042a1 Fix OnDestroy method for scroll bars by Tom Sepez · 8 years ago
  58. 26cb2fa Use unowned ptr back to delegates in codec modules by Tom Sepez · 8 years ago
  59. 2c20003 Fix small ordering issue in CFX_ProgressiveDecoder cleanup. by Tom Sepez · 8 years ago
  60. 0704e9b Release unowned m_pTiffContext before deleting through it by Tom Sepez · 8 years ago
  61. 9a50579 Do not store pointer to IFX_Pause in CCodec_Jbig2Context by Tom Sepez · 8 years ago
  62. b58ff22 Roll skia to fix bots by Dan Sinclair · 8 years ago
  63. 207b727 Eliminate unneeded calls to FPDFPage_GenerateContent by Nicolas Pena · 8 years ago
  64. 56e5e67 IFX_Pause is passed to CJBig2_Context, no need to store. by Tom Sepez · 8 years ago
  65. 385d32f Fix CPDF_PageRenderContext cleanup by Tom Sepez · 8 years ago
  66. 06bbdef Add public API for setting the blend mode on a page object. by wileyrya · 8 years ago
  67. cdfc035 Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed. by Tom Sepez · 8 years ago
  68. fb9c11b Release unowned CS reference before maybe destroying owned one by Tom Sepez · 8 years ago
  69. f1697fa Add public API for getting the bounds of a page object. by wileyrya · 8 years ago
  70. 169b301 Use proper file names in core/fpdfapi/font by Nicolas Pena · 8 years ago
  71. f677e18 Rename Probe() to ProbeForLowSeverityLifetimeIssue(). by Tom Sepez · 8 years ago
  72. 741c362 Avoid dangling encrypt dict pointer in CPDF_Parser by Tom Sepez · 8 years ago
  73. d928181 Simplify CPDF_Page ctor. by Lei Zhang · 8 years ago
  74. 05f3359 Add include dir for new Skia shaders location by Florin Malita · 8 years ago
  75. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 8 years ago
  76. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 8 years ago
  77. 1bbcb35 Replace SymbolShapeHint with a boolean. by Lei Zhang · 8 years ago
  78. 1c26a6e Use more STL algorithms in fx_coordinates.cpp. by Lei Zhang · 8 years ago
  79. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 8 years ago
  80. 2eddb66 Split apart remaining xfa/fxfa/app files by Dan Sinclair · 8 years ago
  81. b7deb9b Remove some unused defines by Dan Sinclair · 8 years ago
  82. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  83. 3a4c408 Rename CPDF_LinkExtract test file to match class by Dan Sinclair · 8 years ago
  84. 5acacd3 Break apart the pageint.h file. by Dan Sinclair · 8 years ago
  85. e0e2cd4 Cleanup some nits in CFX_Font by Nicolas Pena · 8 years ago
  86. 13115ec Fix FM2JSContext Round return type by Dan Sinclair · 8 years ago
  87. a7c9c01 Enable remaining boolean FM2JSContext tests by dan sinclair · 8 years ago
  88. 1603c7f Enable the FM2JSContext Exists test by dan sinclair · 8 years ago
  89. c11bf48 Enable FM2JSContext Choose tests by dan sinclair · 8 years ago
  90. 151c14f Enable most FM2JSContext boolean tests by dan sinclair · 8 years ago
  91. 0fafb4f core: allow building against system lcms2 by Miklos Vajna · 8 years ago
  92. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  93. edc1e4e Convert to CFX_UnownedPtr, part 9 by Tom Sepez · 8 years ago
  94. 4734512 Convert to CFX_UnownedPtr, part 8 by Tom Sepez · 8 years ago
  95. a38f798 Use CheckedNumeric in BiInterpolImpl by Nicolas Pena · 8 years ago
  96. e86d2f1 Cleanup CBC_SymbolInfo::lookup(). by Lei Zhang · 8 years ago
  97. 08f4b77 Convert to CFX_UnownedPtr, part 4. by Tom Sepez · 8 years ago
  98. 129b013 More FM2JSContext tests by Dan Sinclair · 8 years ago
  99. 033e565 Convert to CFX_UnownedPtr, part 5 by Tom Sepez · 8 years ago
  100. 655c783 Convert to CFX_UnownedPtr, part 3. by Tom Sepez · 8 years ago