1. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 7 years ago
  2. 9792f16 Properly ref-count CPDFXFA_Page by Tom Sepez · 7 years ago
  3. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 7 years ago
  4. 017ebba Add a WriteString method to IFX_WriteStream by dan sinclair · 7 years ago
  5. b084c1f Smells like a leak in PWL_ComboBox.cpp by Tom Sepez · 7 years ago
  6. a5085d4 Rename render device classes by Dan Sinclair · 7 years ago
  7. cb377be Add missing CheckUnsupportedError by Dan Sinclair · 7 years ago
  8. 830897a Move map and codec loading into manager by Dan Sinclair · 7 years ago
  9. dbc3d3e Fixup Initialize spelling by Dan Sinclair · 7 years ago
  10. 21f88ff Fix FPDFImageObj_LoadJpegFile(Inline) to allow NULL to be passed in for pages, as the documentation explicitly allows this. by Andrew Weintraub · 7 years ago
  11. 8a6fdad Create common CXML_Object base class for CXML_Content and CXML_Element. by Tom Sepez · 7 years ago
  12. 392cfd6 Remove FPDFPageObj_NewImgeObj(). by Lei Zhang · 7 years ago
  13. ae4656e Move FPDF_FILEWRITE adapter to own file by Dan Sinclair · 7 years ago
  14. 1ef04c9 fpdfsdk: add minimal FPDFPageObj_GetType() testcase by Miklos Vajna · 7 years ago
  15. 54b9166 Encode unicodes in UTF-16BE in ToUnicode map by Nicolas Pena · 7 years ago
  16. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 7 years ago
  17. b8a8c43 CPDF_Document::GetPageData() normally does not return NULL. by Lei Zhang · 7 years ago
  18. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 7 years ago
  19. cf53b78 Cleanup CXFA_RenderContext by Dan Sinclair · 7 years ago
  20. df673c2 Cleanup more null IFX_Pause parameters by Dan Sinclair · 7 years ago
  21. f45ade3 Add a ToUnicode mapping when loading CID fonts by Nicolas Pena · 7 years ago
  22. d7188f7 Remove some more |new|s, part 11 by Tom Sepez · 7 years ago
  23. 4ad4690 Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp by Tom Sepez · 7 years ago
  24. b8e89e3 Roll FreeType to 5a3490e. by Lei Zhang · 7 years ago
  25. b316185 Add API to create a text object using a loaded font. by Nicolas Pena · 7 years ago
  26. 40badde Remove more |new|s, part 6 by Tom Sepez · 7 years ago
  27. ce8e51e Fix rotations by rbpotter · 7 years ago
  28. 5628fd7 Add barcode test skeleton by Tom Sepez · 7 years ago
  29. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 7 years ago
  30. ef002c8 Use fx_extension.h utilities in more places. by Lei Zhang · 7 years ago
  31. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 7 years ago
  32. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 7 years ago
  33. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 7 years ago
  34. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 7 years ago
  35. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 7 years ago
  36. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 7 years ago
  37. a775723 Use unique_ptr in JSGlobalAlternate::m_MapGlobal by Tom Sepez · 7 years ago
  38. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 7 years ago
  39. cec0180 Render image masks individually instead of rendering the entire page as by rbpotter · 7 years ago
  40. 742977f Add embeddertest for form text rendering and saving by Nicolas Pena · 7 years ago
  41. cdb7e1f Do not treat push button as fillable field by Wei Li · 7 years ago
  42. ec8ff7d Fix bytestring passing conventions, part 2. by Tom Sepez · 7 years ago
  43. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 7 years ago
  44. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 7 years ago
  45. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 7 years ago
  46. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 7 years ago
  47. 2b79729 Fix unit tests to initialize PartitionAlloc. by Chris Palmer · 7 years ago
  48. 7f38961 Cleanup the tagged code by dan sinclair · 7 years ago
  49. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 7 years ago
  50. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 7 years ago
  51. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 7 years ago
  52. 29479f6 Add method to get tagged type by Dan Sinclair · 7 years ago
  53. e115b2e Remove unneeded void* casts. by Lei Zhang · 7 years ago
  54. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  55. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 7 years ago
  56. 7e7c649 Drop FXSYS_ from string methods by Dan Sinclair · 7 years ago
  57. 1423319 Add public method FPDFPageObj_GetType to get type of a page object. by Miklos Vajna · 7 years ago
  58. 7d4f6a8 Refcount CPDF_Image all the time. by Tom Sepez · 7 years ago
  59. 574b574 Fix some nits in the javascript util code. by Lei Zhang · 7 years ago
  60. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 7 years ago
  61. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 7 years ago
  62. ddb7016 Move CFX files into fxcrt by Dan Sinclair · 7 years ago
  63. 3de5005 Upgrade to FreeType 2.7.1. by Lei Zhang · 7 years ago
  64. d5d8f60 Quick fix for blank preview by rbpotter · 7 years ago
  65. e778668 Move xfa/fxbarcode fxbarcode/ by Dan Sinclair · 7 years ago
  66. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 7 years ago
  67. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 7 years ago
  68. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 7 years ago
  69. 5c500ac Return arrays where appropriate in fxfa. by Tom Sepez · 7 years ago
  70. 0d6d178 Remove old test expectations after the Mac 10.12 upgrade. by Lei Zhang · 7 years ago
  71. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 7 years ago
  72. 1a89e36 Remove dead code in fxet_edit.h. by Lei Zhang · 7 years ago
  73. 7388470 Use std::map<> in CPLST_Select by Tom Sepez · 7 years ago
  74. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 7 years ago
  75. 6bdd824 Fix two CloneNonCycle issues by Wei Li · 7 years ago
  76. cdba747 Cleanup DocType defines by Dan Sinclair · 7 years ago
  77. e3978d0 Remove unused invalidate flag by Dan Sinclair · 7 years ago
  78. a8c2b91 Remove dead CFX_Edit code and fix some typos. by Lei Zhang · 7 years ago
  79. 3d06022 Remove unused docview flag by Dan Sinclair · 7 years ago
  80. 5bcd9a3 Fix Mac tests on 10.12 by Nicolas Pena · 7 years ago
  81. 52f69b3 Make CPVT_WordPlace more conformant with the prevailing idioms. by Tom Sepez · 7 years ago
  82. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 7 years ago
  83. 7630907 Handle web links across lines by Wei Li · 7 years ago
  84. cbd8957 Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. by Lei Zhang · 7 years ago
  85. 9bbc354 remove CFX_ArrayTemplate from fxet_list. by Tom Sepez · 7 years ago
  86. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 7 years ago
  87. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 7 years ago
  88. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 7 years ago
  89. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 7 years ago
  90. 5c1961d Add public method FPDFText_GetTextIndexFromCharIndex by Nicolas Pena · 7 years ago
  91. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  92. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  93. 313c425 Remove unused IconElement::IconStream. by Lei Zhang · 8 years ago
  94. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  95. be90aae Add public API for creating a Type1 font by Nicolas Pena · 8 years ago
  96. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  97. 40e0a81 Remove unused Icon::m_pIconStream by Tom Sepez · 8 years ago
  98. 90b7326 Cleanup PWL_Wnd by Dan Sinclair · 8 years ago
  99. 77f6d0f Observe all formfill environment pointer in JS objects. by Tom Sepez · 8 years ago
  100. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago