1. 7544a4b CPDF_InterForm::ResetForm always returns true by dan sinclair · 6 years ago
  2. 507fb4e Convert Before{Selection|Value}Change to return a bool by dan sinclair · 6 years ago
  3. f19255a Remove BeforeFormImportData and BeforeFormReset by dan sinclair · 6 years ago
  4. 4ce3f6e Remove uncalled AfterFormImportData by dan sinclair · 6 years ago
  5. 04d792f [formcalc] Consider width along with depth of tree by Dan Sinclair · 6 years ago
  6. 749b609 [formcalc] Handle bad elseif conditionals by Dan Sinclair · 6 years ago
  7. 3f4befb Remove axial gradients from XFA widgets. by Henrique Nakashima · 6 years ago
  8. f8af565 Rename IFX classes in core/fxge to Iface by Dan Sinclair · 6 years ago
  9. a32145f Rename core/fxcrt IFX files to Iface by Dan Sinclair · 6 years ago
  10. 9600a77 [formcalc] Allow empty declaration bodies by Dan Sinclair · 6 years ago
  11. f3be555 [formcalc] Simplify function signature parsing by Dan Sinclair · 6 years ago
  12. 406b23d [formcalc] Cleanup m_error handling by Dan Sinclair · 6 years ago
  13. 31e08d1 Cleanup CFWL_ScrollBar::Timer::Run. by Henrique Nakashima · 6 years ago
  14. 8b1f7de Fix crash when dragging scrollbar in XFA form. by Henrique Nakashima · 6 years ago
  15. fa1a0f6 Clean up CPDF_DIBSource. by Lei Zhang · 6 years ago
  16. 1330ebb Make FPDFBitmap_GetFormat() work for JBIG images. by Lei Zhang · 6 years ago
  17. 40482e6 Use CPDF_DIBSource::LoadState enum class in more places. by Lei Zhang · 6 years ago
  18. aa11f46 Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap. by Lei Zhang · 6 years ago
  19. b058365 Change return types for some rendering Start/Continue methods. by Lei Zhang · 6 years ago
  20. e9b5532 Add CPDF_DIBSource::LoadState enum class. by Lei Zhang · 6 years ago
  21. 9a7c239 Make EmbedderTest::WriteBitmapToPng() work with grayscale images. by Lei Zhang · 6 years ago
  22. 71cdd20 Disable XFA tests without embedded fonts by Ryan Harrison · 6 years ago
  23. 53341dd Add a test for FPDFImageObj_GetBitmap() with a JBIG image. by Lei Zhang · 6 years ago
  24. 98037a0 Break up CFX_DIBSource::ConvertBuffer(). by Lei Zhang · 6 years ago
  25. 198792b Fix some nits in CFX_DIBSource::CloneConvert(). by Lei Zhang · 6 years ago
  26. 9002cd8 Add simple XFA test for entering text into TextEdit by Ryan Harrison · 6 years ago
  27. 53f555a Move XFA pixel tests under pixel/ by Ryan Harrison · 6 years ago
  28. 821c723 Shrink some tables and kill dead code in xfa. by Tom Sepez · 6 years ago
  29. e24d5a8 Get rid of some static variables. by Tom Sepez · 6 years ago
  30. 0bc02c1 Add some more missing consts. by Tom Sepez · 6 years ago
  31. 611431d Fix -Wunused-variable warning if building with V8 snapshots disabled. by Nico Weber · 6 years ago
  32. 9141116 Fixup AFSimple_Calculate indexing bug by Dan Sinclair · 6 years ago
  33. 1dbea18 Add expectations for static XFA tests by Ryan Harrison · 6 years ago
  34. 26820b4 Setup testing XFA using .in files by Ryan Harrison · 6 years ago
  35. 3760afa Roll build/ and tools/clang directories by Dan Sinclair · 6 years ago
  36. 26fc813 [formcalc] Cleanup function handling by Dan Sinclair · 6 years ago
  37. cc48741 Jumbo fixes by Dan Sinclair · 6 years ago
  38. 3185187 Add namespaces to duplicated Skia code. by Jonathan Feinberg · 6 years ago
  39. aa2aff7 [formcalc] Cleanup if expression parsing. by Dan Sinclair · 6 years ago
  40. 00c1d0b [formcalc] Add elseif expression to parser test by Dan Sinclair · 6 years ago
  41. f93767a [formcalc] Minor parser cleanups by Dan Sinclair · 6 years ago
  42. 8df7805 [formcalc] Use default destructors by Dan Sinclair · 6 years ago
  43. ee1db60 [formcalc] Remove the ParseBlockExpression method by Dan Sinclair · 6 years ago
  44. 9b746fd Roll pdfium/third_party/freetype/src/ 4a03f1744..713d68ee9 (3 commits) by Lei Zhang · 6 years ago
  45. 451c9b4 Download ciopfs from a hook in win/cross builds. by Lei Zhang · 6 years ago
  46. 96a302c [formcalc] Remove unused expression type by Dan Sinclair · 6 years ago
  47. e76345e [formcalc] Treat elseif and else the same during output by Dan Sinclair · 6 years ago
  48. ceab166 [formcalc] Do not convert if to an identifier by Dan Sinclair · 6 years ago
  49. 676658c [formcalc] Remove unused line parameter by Dan Sinclair · 6 years ago
  50. 4102f7b [formcalc] Split literal parsing to its own method by Dan Sinclair · 6 years ago
  51. a03eb1d Remove extra static qualifier. by Dan Sinclair · 6 years ago
  52. 0fdefc1 Fix typo in method name FillSoildRect(). by Nico Weber · 6 years ago
  53. 8c0a800 [formcalc] The if token is a keyword and should not be made an identifier by Dan Sinclair · 6 years ago
  54. dd019e9 Tighten up assignment instructions in formcalc. by Dan Sinclair · 6 years ago
  55. e53460f Remove extraneous HasError checks by dan sinclair · 6 years ago
  56. 0f9e15c FormCalc Assignment is not a SimpleExpression by dan sinclair · 6 years ago
  57. 43e0be7 Cleanup FormCalc inheritance by dan sinclair · 6 years ago
  58. 00961a7 Remove base class ToJavaScript methods in FormCalc by dan sinclair · 6 years ago
  59. d276a52 Cleanup JS generation in formcalc. by dan sinclair · 6 years ago
  60. 6362592 Inline FormCalc method names by dan sinclair · 6 years ago
  61. efb6488 Inline some formcalc identifiers by dan sinclair · 6 years ago
  62. 6a5b1c9 Merge FormCalc to JavaScript methods by dan sinclair · 6 years ago
  63. c8785f7 Simplify CXFA_FMToken creation by dan sinclair · 6 years ago
  64. 916b4b0 Skip font loading in formcalc embedder tests by dan sinclair · 6 years ago
  65. 03632fb Simplify formcalc token list by dan sinclair · 6 years ago
  66. f51cdbd Reland "Actually enable -Wimplicit-fallthrough for pdfium." by Henrique Nakashima · 6 years ago
  67. 886f932 Correct mapping text to characters for characters missing from font by Ryan Harrison · 6 years ago
  68. 081da6b Fix more fallthroughs before reenabling -Wimplicit-fallthrough. by Henrique Nakashima · 6 years ago
  69. 1087ebc Fix mouse pointer in XFA forms. by Henrique Nakashima · 6 years ago
  70. 728127c Roll DEPS for clang to a695c30c. by Lei Zhang · 6 years ago
  71. 53279b1 Avoid 100 blank FX_FONTDESCRIPTOR entries. by Tom Sepez · 6 years ago
  72. 228d415 Add ASSERT to check OOB m_CharCodes by Nicolas Pena · 6 years ago
  73. 818632b m_pEnumerator only ever has one value, indirection not needed. by Tom Sepez · 6 years ago
  74. fcc9eb3 Implement operator<< for CFX_Rect and CFX_RectF. by Henrique Nakashima · 6 years ago
  75. 067a44f Fix fallthroughs in XFA code. by Henrique Nakashima · 6 years ago
  76. 844d79e Improve performance of writing path floats. by Dan Sinclair · 6 years ago
  77. 2388506 Revert "Actually enable -Wimplicit-fallthrough for pdfium." by dsinclair · 6 years ago
  78. 60027a2 Actually enable -Wimplicit-fallthrough for pdfium. by Nico Weber · 6 years ago
  79. 5b097c7 Fix roll-freetype script by Nicolas Pena · 6 years ago
  80. e40678e Make the CFX_XMLNode a MaybeOwned pointer by Dan Sinclair · 6 years ago
  81. 625e6fe Correctly seek when header size is larger then expected by Ryan Harrison · 6 years ago
  82. 46f79aa Add limit to number of formcalc expressions by Dan Sinclair · 6 years ago
  83. c4ffab7 Fix lifetime probe issue in CJX_Object by Dan Sinclair · 6 years ago
  84. a9eabe4 Check that the request was satisfied in ReadData by Ryan Harrison · 6 years ago
  85. 785d126 Roll pdfium/third_party/freetype/src/ 036bdc0c9..4a03f1744 (2 commits) by Nicolas Pena · 6 years ago
  86. 7c04794 Set node to owning element by Dan Sinclair · 6 years ago
  87. 68dde3b Cleanup some CXFA_Node flags and methods. by Dan Sinclair · 6 years ago
  88. 2fa6441 Cleanup CXFA_Node::SetFlag by Dan Sinclair · 6 years ago
  89. d8d6f55 Cleanup CXFA_Document const-ness by Dan Sinclair · 6 years ago
  90. 2f68cb5 Pdfium: Allow negative font sizes for PostScript printing by rbpotter · 6 years ago
  91. dab8649 Change return value of GetAvailInput by Ryan Harrison · 6 years ago
  92. 9bf1a5e Add last_child to CFX_XMLNode by Dan Sinclair · 6 years ago
  93. 815f5eb Remove old version of InitializeV8ForPDFium(). by Lei Zhang · 6 years ago
  94. 56f7117 Teach fixup_pdf_template.py to automatically calculate stream length. by Lei Zhang · 6 years ago
  95. 6515cf2 Split CFX_XMLNode::SaveXMLNode apart by Dan Sinclair · 6 years ago
  96. fa3765c Cleanup CFX_XMLNode pointers by Dan Sinclair · 6 years ago
  97. 9c112f9 Cleanup CFX_XMLDoc::SaveXMLNode by Dan Sinclair · 6 years ago
  98. 20eb52e Cleanup CFX_XMLNode and friends by Dan Sinclair · 6 years ago
  99. 80bf582 Cleanup CXFA_Node ownership by Dan Sinclair · 6 years ago
  100. 566d0b9 Fix nits in Python code. by Lei Zhang · 6 years ago