1. b83d870 Fix types for FT_ULong chars in fpdfedittext by Nicolas Pena · 7 years ago
  2. 262cf46 Minor changes/addons for annotation APIs by Jane Liu · 7 years ago
  3. 59c1ac0 Simplify CPDF_Array::RemoveAt(index, size). by Lei Zhang · 7 years ago
  4. 748793b Disable a new flaky test by Jane Liu · 7 years ago
  5. eda6525 Fixing FPDFPage_TransformAnnots by Jane Liu · 7 years ago
  6. 20eafda Basic APIs and tests for creating annotations by Jane Liu · 7 years ago
  7. d9d6c29 Fix EmptyCreation test by Nicolas Pena · 7 years ago
  8. 8a59833 Add missing static asserts for line cap and line join values. by wileyrya · 7 years ago
  9. af680b1 Add a basic embedder test for CPWL_Edit. by Lei Zhang · 7 years ago
  10. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago
  11. 12eea81 Remove unused bits from PWL_Edit headers. by Lei Zhang · 7 years ago
  12. fac46f8 Split timer classes out of PWL_Wnd.h by Lei Zhang · 7 years ago
  13. 3db8759 Remove dead CPDFSDK_Annot code. by Lei Zhang · 7 years ago
  14. 4f34c64 Clean up CFFL formfiller classes. by Lei Zhang · 7 years ago
  15. dd29c25 Remove unused parameter from CFFL_FormFiller::NewPDFWindow(). by Lei Zhang · 7 years ago
  16. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 7 years ago
  17. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 7 years ago
  18. 1fed5a2 Simplify code in fpdfformfill.cpp. by Lei Zhang · 7 years ago
  19. 7bef7c8 Clarify IPWL_Filler_Notify::QueryWherePopup() parameters. by Lei Zhang · 7 years ago
  20. f6ca07b Replace some repeated code with existing CFXJS_Engine::NewString() helper. by Tom Sepez · 7 years ago
  21. fb7021c Be less trusting of MaybeLocal<> return types from V8 To* methods. by Tom Sepez · 7 years ago
  22. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 7 years ago
  23. d9dc962 Add missing public APIs to API test. by wileyrya · 7 years ago
  24. ce84f71 CFXJS_Engine::GetObjDefnID is a static method by Tom Sepez · 7 years ago
  25. 5e042a1 Fix OnDestroy method for scroll bars by Tom Sepez · 7 years ago
  26. 207b727 Eliminate unneeded calls to FPDFPage_GenerateContent by Nicolas Pena · 8 years ago
  27. 385d32f Fix CPDF_PageRenderContext cleanup by Tom Sepez · 8 years ago
  28. 06bbdef Add public API for setting the blend mode on a page object. by wileyrya · 8 years ago
  29. f1697fa Add public API for getting the bounds of a page object. by wileyrya · 8 years ago
  30. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 8 years ago
  31. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 8 years ago
  32. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 8 years ago
  33. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  34. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  35. fb71fbb Do not include large unicode values in the ToUnicode map by Nicolas Pena · 8 years ago
  36. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  37. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  38. 671630e Use less opaque types in CPDFSDK_FormFillEnvironment. by Lei Zhang · 8 years ago
  39. 6c8ed64 Better identify web links by trimming irrelevant chars by Wei Li · 8 years ago
  40. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  41. 940967d Use Unowned/Observed pointers between doc and FF onwership hierarchies. by Tom Sepez · 8 years ago
  42. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 8 years ago
  43. 7dc9fe5 Break linkage from CPDFXA_DocEnvironment to IJS_EventContext. by Tom Sepez · 8 years ago
  44. 41066c1 Bad cast to CPDF_Document in FPDFEditEmbeddertest by Tom Sepez · 8 years ago
  45. 45b9ae1 Revert "Smells like a leak in PWL_ComboBox.cpp" by Tom Sepez · 8 years ago
  46. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 8 years ago
  47. a3cf977 CFX_UnownedPtr: check during assignment time as well. by Tom Sepez · 8 years ago
  48. b48912f Add some missing keywords in ToUnicode by Nicolas Pena · 8 years ago
  49. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  50. 9792f16 Properly ref-count CPDFXFA_Page by Tom Sepez · 8 years ago
  51. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  52. 017ebba Add a WriteString method to IFX_WriteStream by dan sinclair · 8 years ago
  53. b084c1f Smells like a leak in PWL_ComboBox.cpp by Tom Sepez · 8 years ago
  54. a5085d4 Rename render device classes by Dan Sinclair · 8 years ago
  55. cb377be Add missing CheckUnsupportedError by Dan Sinclair · 8 years ago
  56. 830897a Move map and codec loading into manager by Dan Sinclair · 8 years ago
  57. dbc3d3e Fixup Initialize spelling by Dan Sinclair · 8 years ago
  58. 21f88ff Fix FPDFImageObj_LoadJpegFile(Inline) to allow NULL to be passed in for pages, as the documentation explicitly allows this. by Andrew Weintraub · 8 years ago
  59. 8a6fdad Create common CXML_Object base class for CXML_Content and CXML_Element. by Tom Sepez · 8 years ago
  60. 392cfd6 Remove FPDFPageObj_NewImgeObj(). by Lei Zhang · 8 years ago
  61. ae4656e Move FPDF_FILEWRITE adapter to own file by Dan Sinclair · 8 years ago
  62. 1ef04c9 fpdfsdk: add minimal FPDFPageObj_GetType() testcase by Miklos Vajna · 8 years ago
  63. 54b9166 Encode unicodes in UTF-16BE in ToUnicode map by Nicolas Pena · 8 years ago
  64. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 8 years ago
  65. b8a8c43 CPDF_Document::GetPageData() normally does not return NULL. by Lei Zhang · 8 years ago
  66. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 8 years ago
  67. cf53b78 Cleanup CXFA_RenderContext by Dan Sinclair · 8 years ago
  68. df673c2 Cleanup more null IFX_Pause parameters by Dan Sinclair · 8 years ago
  69. f45ade3 Add a ToUnicode mapping when loading CID fonts by Nicolas Pena · 8 years ago
  70. d7188f7 Remove some more |new|s, part 11 by Tom Sepez · 8 years ago
  71. 4ad4690 Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp by Tom Sepez · 8 years ago
  72. b8e89e3 Roll FreeType to 5a3490e. by Lei Zhang · 8 years ago
  73. b316185 Add API to create a text object using a loaded font. by Nicolas Pena · 8 years ago
  74. 40badde Remove more |new|s, part 6 by Tom Sepez · 8 years ago
  75. ce8e51e Fix rotations by rbpotter · 8 years ago
  76. 5628fd7 Add barcode test skeleton by Tom Sepez · 8 years ago
  77. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 8 years ago
  78. ef002c8 Use fx_extension.h utilities in more places. by Lei Zhang · 8 years ago
  79. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 8 years ago
  80. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 8 years ago
  81. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 8 years ago
  82. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 8 years ago
  83. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  84. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  85. a775723 Use unique_ptr in JSGlobalAlternate::m_MapGlobal by Tom Sepez · 8 years ago
  86. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  87. cec0180 Render image masks individually instead of rendering the entire page as by rbpotter · 8 years ago
  88. 742977f Add embeddertest for form text rendering and saving by Nicolas Pena · 8 years ago
  89. cdb7e1f Do not treat push button as fillable field by Wei Li · 8 years ago
  90. ec8ff7d Fix bytestring passing conventions, part 2. by Tom Sepez · 8 years ago
  91. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 8 years ago
  92. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  93. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  94. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 8 years ago
  95. 2b79729 Fix unit tests to initialize PartitionAlloc. by Chris Palmer · 8 years ago
  96. 7f38961 Cleanup the tagged code by dan sinclair · 8 years ago
  97. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 8 years ago
  98. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  99. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 8 years ago
  100. 29479f6 Add method to get tagged type by Dan Sinclair · 8 years ago