1. e5c0fa9 Make one more CPDF_PageObjectHolder member protected. by Lei Zhang · 6 years ago
  2. 8f63763 Make more CPDF_PageObjectHolder members protected. by Lei Zhang · 6 years ago
  3. 4c31a13 Make CPDF_PageObjectHolder::m_iTransparency protected. by Lei Zhang · 6 years ago
  4. 0cc77c9 Add some getters for CPDF_PageObjectHolder. by Lei Zhang · 6 years ago
  5. c732e9a Restore logic of CreateChildUIAndValueNodesIfNeeded(). by Henrique Nakashima · 6 years ago
  6. aff0dfd Move codepage tables from cpdf_document.cpp to fx_codepage.cpp by Tom Sepez · 6 years ago
  7. ab982e0 Use unowned ptr for CPDF_Page::m_pView. by Tom Sepez · 6 years ago
  8. 91a2af0 Move some CPDF_TextPage methods into an anonymous namespace. by Lei Zhang · 6 years ago
  9. 0c290e8 Initialize CPDF_RenderStatus members in the header. by Lei Zhang · 6 years ago
  10. 7a38ca4 Initialize CPDF_TextPage members in the header. by Lei Zhang · 6 years ago
  11. e7207f3 Ensure that XFA Pages always have a corresponding PDF page by Tom Sepez · 6 years ago
  12. 8dcab3c Add test for mutltiple copies of same PDF page. by Tom Sepez · 6 years ago
  13. cb39125 Use checked large integer in ContinueQuickStretch by Ryan Harrison · 6 years ago
  14. 15406fb Mark parts of CJS_EventHandler as private. by Lei Zhang · 6 years ago
  15. ef755ea [xml] Move members to method variables in CFX_XMLParser by Dan Sinclair · 6 years ago
  16. 36b3d19 Check CJBig2_Image is valid before filling. by Lei Zhang · 6 years ago
  17. ad17885 Invalidate GIF input buffer when moving file cursor backwards by Ryan Harrison · 6 years ago
  18. e7f4d33 Prove that the memory was good at FPDFBitmap_CreateEx() create time. by Tom Sepez · 6 years ago
  19. 2c7f71a Use pointers instead of refs in CXFA_TextLayout params. by Henrique Nakashima · 6 years ago
  20. c3f62db [xfa] Verify we can get a font manager before setting up XFA by Dan Sinclair · 6 years ago
  21. c5c0eeb [xfa] Verify field count before accessing by Dan Sinclair · 6 years ago
  22. 525147a Use strict types in FPDF API, try #3 by Tom Sepez · 6 years ago
  23. ccd9421 Add CPDF_Page::Extension::GetDocExtension() by Tom Sepez · 6 years ago
  24. 241071b Make GetPDFDocument return a CPDF_Docment*, not void*. by Tom Sepez · 6 years ago
  25. 6312bf9 Use pointer instead of ref for XFA_RectWithoutMargin param. by Henrique Nakashima · 6 years ago
  26. fceaf42 Use pointer instead of ref for CXFA_Box::GetPathArcOrRounded param. by Henrique Nakashima · 6 years ago
  27. 20c6200 Use pointers instead of refs for GetPopupPos() params. by Henrique Nakashima · 6 years ago
  28. cef665e Convert hand rolled buffer reader in CFX_MemoryStream by Ryan Harrison · 6 years ago
  29. 510bf91 Transform in/out params from ref to pointer in CFX_(Txt|RTF)Break. by Henrique Nakashima · 6 years ago
  30. 6efab39 Transform in/out params from reference to pointer in CFDE_TextOut. by Henrique Nakashima · 6 years ago
  31. 303f9a3 [xml] Simplify the CFX_XMLParser parse methods by Dan Sinclair · 6 years ago
  32. 8f893b6 [xml] Rename CFX_XMLParser::ParseTextChar by Dan Sinclair · 6 years ago
  33. 9bd3566 CFWL_MonthCalendar::GetTodayText() includes "Today" string. by Henrique Nakashima · 6 years ago
  34. ac91f6b Pass DPI as CFX_Size in XFA_DrawImage. by Henrique Nakashima · 6 years ago
  35. 32ea6d0 Cleanup XFA document properly on failed load by Dan Sinclair · 6 years ago
  36. 7018064 Add a CFX_XMLDocument class. by Dan Sinclair · 6 years ago
  37. 8ab2b2b Remove out params from CalculateAccWidthAndHeight. Return CFX_Size. by Henrique Nakashima · 6 years ago
  38. d3b0f7c Remove int out params from reference to pointer in CXFA_Node. by Henrique Nakashima · 6 years ago
  39. 28cad15 Make several Huffman decoders consistently check for integer overflows. by Lei Zhang · 6 years ago
  40. e77cccd Remove unused cpdfxfa_context.h includes from unittests by Tom Sepez · 6 years ago
  41. 5f3e4f1 Add CPDF_Document::Extension::GetPageCount() by Tom Sepez · 6 years ago
  42. c9cd287 Transform float out params from reference to pointer in CXFA_Node. by Henrique Nakashima · 6 years ago
  43. 2e118e8 Add CPDF_Document::Extension::DeletePage() by Tom Sepez · 6 years ago
  44. bbcbc72 Avoid perpetual spins for parserless CPDF_Pages by Tom Sepez · 6 years ago
  45. 022031d Transform size out param from reference to pointer in CXFA_Node. by Henrique Nakashima · 6 years ago
  46. 0b0b0b3 Transform rect out param from reference to pointer in XFA code. by Henrique Nakashima · 6 years ago
  47. 9294ffd Start at today's date in XFA Month Calendar. by Henrique Nakashima · 6 years ago
  48. 4bbbca4 Clean up CFX_BidiString. by Lei Zhang · 6 years ago
  49. 1333917 Fix last character missing from strings in XFA Month Calendar. by Henrique Nakashima · 6 years ago
  50. 3f3c39d Check for NULL XFA context even when XFA by Tom Sepez · 6 years ago
  51. fe06d51 Make FPDF_Document always be CPDF_Document. by Tom Sepez · 6 years ago
  52. 302c8ce Introduce the concept of CPDF_Page::Extension by Tom Sepez · 6 years ago
  53. ba36706 Fixes XML Instruction handling in CXFA_DocumentParser. by Dan Sinclair · 6 years ago
  54. 048afc6 Fix CFX_XML and add unit tests by Dan Sinclair · 6 years ago
  55. b5902c7 Fix possible integer overflows in CFX_RTFBreak. by Henrique Nakashima · 6 years ago
  56. 1599b46 Add struct CJBig2_GRDProc::ProgressiveArithDecodeState. by Lei Zhang · 6 years ago
  57. ea603b9 Clean up CJBig2_Image compose methods. by Lei Zhang · 6 years ago
  58. 7235434 Reorganize Unicode_GetNormalization() some more. by Lei Zhang · 6 years ago
  59. 8dbad1e Add CPDF_TextPage::GetPrevCharInfo() helper method. by Lei Zhang · 6 years ago
  60. 3d3c2de Change out parameter of CFGAS_GEFont::GetCharWidth to pointer. by Henrique Nakashima · 6 years ago
  61. 39e7e61 Fix more possible integer overflows in CFX_TxtBreak. by Henrique Nakashima · 6 years ago
  62. 5c723d4 Simplify Unicode_GetNormalization() and caller. by Lei Zhang · 6 years ago
  63. cbfcffd Fix some nits in CPDF_TextPage. by Lei Zhang · 6 years ago
  64. da65a8e Saner memory managment in cttfontdesc, part 1. by Tom Sepez · 6 years ago
  65. f213df4 Fix Integer-overflow in CFX_TxtBreak::AppendChar_Others by Henrique Nakashima · 6 years ago
  66. 94161d5 Optimize yet another piece of barcode code by Ryan Harrison · 6 years ago
  67. da8063f Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document. by Tom Sepez · 6 years ago
  68. 7c7f78a Tidy cfx_gif.h. by Tom Sepez · 6 years ago
  69. 743cfe0 Remove an obsolete TODO. by Lei Zhang · 6 years ago
  70. 65c255a Fix illegal cast in core/fxge/win32/fx_win32_gdipext.cpp by Tom Sepez · 6 years ago
  71. 1279579 Remove CJBig2_HuffmanTable::InitCodes(). by Lei Zhang · 6 years ago
  72. 74c8b8e Replace void* with CFX_GifPalette* in fxcodec by Tom Sepez · 6 years ago
  73. 82f4f7f Fix focused day disappears in XFA MonthCalendar. by Henrique Nakashima · 6 years ago
  74. 5ee1042 Update caret after changes that could move lines in XFA edit. by Henrique Nakashima · 6 years ago
  75. 724f616 Change CJBig2_HuffmanTable to use struct JBig2HuffmanCode. by Lei Zhang · 6 years ago
  76. ccd9426 Adjust CJBig2_Context::HuffmanAssignCode(). by Lei Zhang · 6 years ago
  77. 74136f5 Remove arguments from CPDFSDK_FormFillEnvironment methods (part 2) by Tom Sepez · 6 years ago
  78. e3c44e1 Simplify CJBig2_Context::DecodeSymbolIDHuffmanTable(). by Lei Zhang · 6 years ago
  79. 01148da Use std::function in CJBig2_GRDProc. by Lei Zhang · 6 years ago
  80. f54ea0f Fix backspace on 1st character of a line erases the line break. by Henrique Nakashima · 6 years ago
  81. 60ef3a2 Disambiguate methods in CJBig2_GRDProc. by Lei Zhang · 6 years ago
  82. a8b4400 Simplify CJBig2_Context::FindReferredSegmentByTypeAndIndex(). by Lei Zhang · 6 years ago
  83. 862cbe4 Avoid potential duplicate unique_ptr to CPDF_Document from CPDFXA_Context. by Tom Sepez · 6 years ago
  84. 2b053ce Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPage by Tom Sepez · 6 years ago
  85. 9672370 Add DEPS include_rules for xfa/fwl. by Lei Zhang · 6 years ago
  86. 77315d6 Fix undefined behavior in AGG. by Lei Zhang · 6 years ago
  87. 5a2114e Do validation earlier in CPDF_SampledFunc::v_Init(). (try 2) by Lei Zhang · 6 years ago
  88. 3241bb3 Fix style for many jbig2 methods. by Lei Zhang · 6 years ago
  89. 61f66c9 Add CJBig2_Image::IsValidImageSize() helper method. by Lei Zhang · 6 years ago
  90. 0e3635c Sanitize another image size in CJBig2_Context::parseHalftoneRegion(). by Lei Zhang · 6 years ago
  91. b1b01de Updated libtiff 4.0.8->4.0.9 by Ryan Harrison · 6 years ago
  92. 7f41d68 Sanitize the SBNUMINSTANCES value in the JBIG2 decoder. by Lei Zhang · 6 years ago
  93. 575f238 Roll DEPS for ICU to e4194dc7 by Lei Zhang · 6 years ago
  94. ddf2cd2 Roll DEPS for build and buildtools. by Lei Zhang · 6 years ago
  95. 79fb270 Roll DEPS for Clang to abe5e4f9. by Lei Zhang · 6 years ago
  96. 52ab95a Reset entity start when clearing text by Dan Sinclair · 6 years ago
  97. 051e837 Fix caret moving to next line upon click on line break in XFA edit. by Henrique Nakashima · 6 years ago
  98. ea3a252 Replace some c-style cast with static_cast<> by Tom Sepez · 6 years ago
  99. f966686 Enter key inserts a line break correctly in XFA edits. by Henrique Nakashima · 6 years ago
  100. 15bc974 Improve diffing and regeneration of expected pngs. by Henrique Nakashima · 6 years ago