1. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  2. d2be646 Clean up pdfium_test.cc by Lei Zhang · 7 years ago
  3. 22bf7a5 Change Clear() to ClearSelection(). by Diana Gage · 7 years ago
  4. 06ac9c9 Clarify --build-dir help info in safetynet_measure.py. by Lei Zhang · 7 years ago
  5. d0856ba Fix nits from commit 67ccef7. by Lei Zhang · 7 years ago
  6. 926c65a Add safetynet_measure.py to measure pdfium performance. by Henrique Nakashima · 7 years ago
  7. 89e6562 Change CFX_Edit::GetSelText() to CFX_Edit::GetSelectedText(). by Diana Gage · 7 years ago
  8. 4d02e90 Change "Sel" abbreviation to "Selection". by Diana Gage · 7 years ago
  9. d60609d LibTIFF: remove a couple of patches by Nicolas Pena · 7 years ago
  10. e03f8b1 Add helper class to closed stream commands by Dan Sinclair · 7 years ago
  11. edd481b Remove CLST_Rect and replace with CFX_FloatRect. by Dan Sinclair · 7 years ago
  12. 1a44cb4 Convert CFX_ListItem to use CFX_FloatRect by Dan Sinclair · 7 years ago
  13. 3f753f2 Change length calculation in CFX_StringCTemplate constructor by Ryan Harrison · 7 years ago
  14. bba6b77 Use enum for pdf object type by Artem Strygin · 7 years ago
  15. c760024 Upgrade LibTIFF to 4.0.8 by Nicolas Pena · 7 years ago
  16. 77417ec Make CPWL_Wnd classes be observable. by Tom Sepez · 7 years ago
  17. dc11ec8 Cleanup CPWL_Icon AppStream generation by Dan Sinclair · 7 years ago
  18. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  19. 2c4a805 Create helper method in CJBig2_HTRDProc by Nicolas Pena · 7 years ago
  20. 40870db Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests. by Diana Gage · 7 years ago
  21. 7e0c05d Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. by Diana Gage · 7 years ago
  22. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  23. d4c4011 fix continue skia cache flush by Cary Clark · 7 years ago
  24. df2122a Remove unused GetThisAppearanceStream by Dan Sinclair · 7 years ago
  25. cb2ea42 Create CPWL_AppStream. by Dan Sinclair · 7 years ago
  26. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  27. eed247e Converting CFX_ByteTextBuf to ostringstream in SAX. by Henrique Nakashima · 7 years ago
  28. 88f4743 flush skia cache in progressive rendering by Cary Clark · 7 years ago
  29. 56a8054 Revert "Converting CFX_ByteTextBuf to ostringstream in SAX." by Henrique Nakashima · 7 years ago
  30. 4442d45 Added testing flag --save-attachments that saves embedded attachments by Jane Liu · 7 years ago
  31. c5ea630 Removed public/ in include by Jane Liu · 7 years ago
  32. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  33. 0add284 Remove JBig2_GsidProc class by Nicolas Pena · 7 years ago
  34. 23c93ef Avoid unterminated string segment in cfx_saxreaderhandler.cpp by Tom Sepez · 7 years ago
  35. d0f1054 Prevent more crashes in wcsftime. by Lei Zhang · 7 years ago
  36. 19817af Pull in sysroots on Linux by Tom Anderson · 7 years ago
  37. aeadad1 Make progressive renderer default for pdfium_test. by Dan Sinclair · 7 years ago
  38. 7d0af80 Small tidy of defines in util.h by Tom Sepez · 7 years ago
  39. 5672524 Fix CONTINUED spelling by Dan Sinclair · 7 years ago
  40. c16df7f Add documentation for code coverage support by Ryan Harrison · 7 years ago
  41. 4bb4e84 Add missing STDCALL annotations by Dan Sinclair · 7 years ago
  42. fe1c8e6 colortables are unused, so remove plumbing by Mike Reed · 7 years ago
  43. 7560230 Correct lexer handling of FormCalc identifiers by Ryan Harrison · 7 years ago
  44. 574366b Add tools for generating coverage information by Ryan Harrison · 7 years ago
  45. 61a3cb8 Roll third_party/freetype/src cf8d9b4ce..38bdf22bf (9 commits) by Dan Sinclair · 7 years ago
  46. ffbc0d9 More tightly validate format strings in util.cpp. by Tom Sepez · 7 years ago
  47. 0b7378a Move CPWL_Utils Draw methods to CFX_RenderDevice by Dan Sinclair · 7 years ago
  48. d6aff2f Add CFX_FloatRect::GetDeflated by dan sinclair · 7 years ago
  49. 1853123 Simplify CJBig2_Context::huffman_assign_code by Nicolas Pena · 7 years ago
  50. f768baf Let CPDF_MeshStream::ReadVertexRow return a vector by Nicolas Pena · 7 years ago
  51. 3a4ebcc Create ParseDataType unit tests based on specs. by Henrique Nakashima · 7 years ago
  52. 21dd189 Use CFX_MaybeOwned in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  53. 57f228d Updated pdfium_test's WriteAnnot() by Jane Liu · 7 years ago
  54. b6db208 More unique_ptrs in JBIG2 code part 2 by Nicolas Pena · 7 years ago
  55. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  56. 56fc972 Add Embeddertest for password after saving by Nicolas Pena · 7 years ago
  57. 7b8f88a Fix build of pdfium_diff when coverage is enabled by Ryan Harrison · 7 years ago
  58. 3e5ef46 Use PartitionAlloc with PartitionAllocReturnNull by Nicolas Pena · 7 years ago
  59. 38a01b9 Restore FPDF_SetPrintingPostscriptLevel API by rbpotter · 7 years ago
  60. 0c99829 Fix invalid write for util.printf by Dan Sinclair · 7 years ago
  61. f55e72e Cleanup CPDF_RenderOptions colour members. by Dan Sinclair · 7 years ago
  62. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  63. fe75997 Rename cfx_color to cxfa_color by Dan Sinclair · 7 years ago
  64. 334e79e Move CPWL_Utils::ScaleRect to CFX_FloatRect by Dan Sinclair · 7 years ago
  65. 3628f8b Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::Intersect by Dan Sinclair · 7 years ago
  66. 469186a Move CPWL_Utils::GetCenterSquare to CFX_FloatRect by Dan Sinclair · 7 years ago
  67. 8db114a Use Translate instead of OffsetRect by dan sinclair · 7 years ago
  68. adf922f Remove CPWL_Utils::{In,De}flateRect by dan sinclair · 7 years ago
  69. a860a3d Remove unused CPDF_RenderOptions members by Dan Sinclair · 7 years ago
  70. c8a17e5 Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideString by Jane Liu · 7 years ago
  71. c3eca64 Libtiff OOM upstream patch by Nicolas Pena · 7 years ago
  72. ebc351b fix skiapaths for sparse type1 on mac by Cary Clark · 7 years ago
  73. 95ea778 Added Callgrind instrumentation delimiters to pdfium_test. by Henrique Nakashima · 7 years ago
  74. 17453d0 More unique_ptrs in JBig2 code by Nicolas Pena · 7 years ago
  75. 360d1fc Index_8 no longer supported, upscale to N32 by Mike Reed · 7 years ago
  76. 53aafa9 Basic APIs and test for retrieving embedded attachment count and name by Jane Liu · 7 years ago
  77. 0b6e9ae Nits in CFX_RenderDevice and CPDF_ContentParser by Nicolas Pena · 7 years ago
  78. d10d877 support m_bGlyph_Adjust by Cary Clark · 7 years ago
  79. 2e7bfb7 Remove unused methods from CPDF_ColorSpace by Nicolas Pena · 7 years ago
  80. dc1aa32 Added helper functions in the class CPDF_FileSpec by Jane Liu · 7 years ago
  81. d79ac21 Move CMYKtoRGB methods to fx_codec and clean them up by Nicolas Pena · 7 years ago
  82. 58bf3de Cleanup ICC code part 1 by Nicolas Pena · 7 years ago
  83. 071f5ed Cleanup CFX_RenderDevice by Nicolas Pena · 7 years ago
  84. 7a9a38b Added API for removing objects from annotations by Jane Liu · 7 years ago
  85. a8fbdc4 Roll FT to cf8d9b4ce3fa2c6cd9ccb25585bc17a355c987b0 by Nicolas Pena · 7 years ago
  86. e8468c4 Add Windows generic / text only printer driver support. by rbpotter · 7 years ago
  87. 00c3cfd Roll FreeType to c56d8851ea987023cc73981a70d261b3f6427545 by Nicolas Pena · 7 years ago
  88. 92e2276 Move core/fxge/ge to core/fxge. by Dan Sinclair · 7 years ago
  89. 1437643 Reland "typeface double delete" by Dan Sinclair · 7 years ago
  90. 08c6651 Add combo box tests. by dan sinclair · 7 years ago
  91. b9eed2f Fix nits in CFFL_FormFiller by Dan Sinclair · 7 years ago
  92. 217644c Force unicodes into valid ranges by Nicolas Pena · 7 years ago
  93. 4183f20 Change parameter type to IPWL_FocusHandler::OnSetFocus(). by Lei Zhang · 7 years ago
  94. b46ce41 core: fix -Wshadow warnings by Miklos Vajna · 7 years ago
  95. f6f68c7 Check that there is enough data remaining in source BMP before reading by Ryan Harrison · 7 years ago
  96. c3d3bb2 Remove a static initializer introduced in commit 573b10a. by Lei Zhang · 7 years ago
  97. 7403198 Convert c-style casts in fx_memory.h into static_casts by Ryan Harrison · 7 years ago
  98. 2b44441 Rename OnNotifySelChanged to OnNotifySelectionChanged by Dan Sinclair · 7 years ago
  99. d97f2ee Convert OnBeforeKeyStoke to remove in-out param by Dan Sinclair · 7 years ago
  100. 1f9d233 Remove in-out param from OnNotifySelChanged by Dan Sinclair · 7 years ago