1. b7973bb Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" by Tom Sepez · 7 years ago
  2. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 7 years ago
  3. 8b0cf76 Merge CFX_XMLElement and CFX_XMLAttributeNode by dan sinclair · 7 years ago
  4. 0d32b8f Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." by Tom Sepez · 7 years ago
  5. 574ee81 Split GetNumbericSymbol into individual methods by dan sinclair · 7 years ago
  6. bdbfc08 Convert CXFA_XMLLocale to CFX_XML by dan sinclair · 7 years ago
  7. cce4d31 Add CXFA_XMLLocale unittests by dan sinclair · 7 years ago
  8. d5624a4 Fix UAF in CFGAS_FontMgr::FindFont by Ke Liu · 7 years ago
  9. 27e3643 Hide XML parsing inside CXFA_XMLLocale by dan sinclair · 7 years ago
  10. e04b66c Move SharedForm check to CPDF_Metadata class by dan sinclair · 7 years ago
  11. 7afdad5 Make CFX_XMLInstruction a subclass of CFX_XMLNode by dan sinclair · 7 years ago
  12. 154e18f Return pdfium::span<wchar_t> from WideString::GetBuffer(). by Tom Sepez · 7 years ago
  13. 1c23a6d Make CFX_Font take FX_RECT out params by pointer. by Lei Zhang · 7 years ago
  14. 7023b88 Remove CXFA_DocumentParser::m_bDocumentParser flag by Dan Sinclair · 7 years ago
  15. e7d5c7f Remove CFX_XMLDoc and call the parser directly by Dan Sinclair · 7 years ago
  16. 62110c9 Cleanup CXFA_FFDoc by Dan Sinclair · 7 years ago
  17. 876efaa Rename CXFA_SimpleParser to CXFA_DocumentParser by Dan Sinclair · 7 years ago
  18. 0cad116 Fold CXFA_DocumentParser into CXFA_FFDoc by Dan Sinclair · 7 years ago
  19. 2efb11c Retrieve the XML tree in the DocumentParser by Dan Sinclair · 7 years ago
  20. a995d6f Allow retrieving the XML tree from the CFX_XMLDoc by Dan Sinclair · 7 years ago
  21. 6d503b8 Cleanup some CFX_XMLParser code by Dan Sinclair · 7 years ago
  22. e1a41af [xfa] Remove form checksum abilities by Dan Sinclair · 7 years ago
  23. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 7 years ago
  24. 4796acb Make cxfa_fmlexer.cpp resilient to null strings by Tom Sepez · 7 years ago
  25. 7d865b6 Remove CFX_Rect. by Lei Zhang · 7 years ago
  26. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 7 years ago
  27. d27f392 Break down CXFA_FFWidget::On{L|R}ButtonDown() into two steps. by Henrique Nakashima · 7 years ago
  28. 4027887 Merge CXFA_SimpleParser::{Start|Do}Parse by Dan Sinclair · 7 years ago
  29. 124abf5 Merge CXFA_DocumentParser::{Start|Do}Parse methods by Dan Sinclair · 7 years ago
  30. 741d5e1 Merge CXFA_FFDoc::{Start|Do|Stop}Load methods by Dan Sinclair · 7 years ago
  31. eb9502f Revert "Remove CXFA nodes instead of CFX_XML nodes" by dsinclair · 7 years ago
  32. d936d29 Move the CFX_XMLParser out of CXFA_SimpleParser by Dan Sinclair · 7 years ago
  33. 6f26db4 Remove m_pOldFocusWidget from CXFA_FFDocView. by Henrique Nakashima · 7 years ago
  34. 2b4ad9f Remove CXFA nodes instead of CFX_XML nodes by Dan Sinclair · 7 years ago
  35. a0706f0 Move code to set XML value to CXFA_Node by Dan Sinclair · 7 years ago
  36. ace80b3 Fix typos in CXFA_FMParser. by Lei Zhang · 7 years ago
  37. 5a55253 Make CXFA_Document::m_rgGlobalBinding private by Dan Sinclair · 7 years ago
  38. 72fe14a Remove unused param. by Dan Sinclair · 7 years ago
  39. 4a97970 Move document data merge code into CXFA_Document file by Dan Sinclair · 7 years ago
  40. 14f8897 Remove spellchecking code from XFA by Ryan Harrison · 7 years ago
  41. 3294220 Caret blinks with lower frequency in XFA text field. by Henrique Nakashima · 7 years ago
  42. dc566b0 Fix XFA caret blinking only while mouse moves. by Henrique Nakashima · 7 years ago
  43. c80153d [fwl] Restrict setting cursor outside text bounds by Dan Sinclair · 7 years ago
  44. 232b918 Re-arrange so inline vectors come last in structs. by Tom Sepez · 7 years ago
  45. 8eac5ad Smaller post expression set by Dan Sinclair · 7 years ago
  46. e6ce342 Simplify some XFA font manager creation by Dan Sinclair · 7 years ago
  47. 43a25e8 Remove unused FX_TXTRUN::pIdentity by Dan Sinclair · 7 years ago
  48. 51d50d6 Cleanup some CFDE_Data structs by Dan Sinclair · 7 years ago
  49. 1f12904 Remove CXFA_FFNotify proxy methods by Dan Sinclair · 7 years ago
  50. c526e38 Remove unused CXFA_FFNotify method by Dan Sinclair · 7 years ago
  51. 68df02a Cleanup CXFA_LocaleMgr by Dan Sinclair · 7 years ago
  52. 765d1eb Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). by Lei Zhang · 7 years ago
  53. 2e6405c Change ArgbToColorRef() to ArgbToAlphaAndColorRef(). by Lei Zhang · 7 years ago
  54. c2d9e2d Rename FX_COLORREF variables from "rgb" to "bgr". by Lei Zhang · 7 years ago
  55. 0c6b981 Remove all usages of FXSYS_iswASCIIspace by Ryan Harrison · 7 years ago
  56. 735eda9 Remove all usages of FXSYS_iswASCIIalpha by Ryan Harrison · 7 years ago
  57. 69da36c Explicitly mark helper methods that only operate on ASCII ranges by Ryan Harrison · 7 years ago
  58. 5a7e330 Unset timer in XFA scrollbar after stopping it. by Henrique Nakashima · 7 years ago
  59. a724cb2 Move GetPopupPos from CFWL_Widget to subclasses that call it. by Henrique Nakashima · 7 years ago
  60. 04d792f [formcalc] Consider width along with depth of tree by Dan Sinclair · 7 years ago
  61. 749b609 [formcalc] Handle bad elseif conditionals by Dan Sinclair · 7 years ago
  62. 3f4befb Remove axial gradients from XFA widgets. by Henrique Nakashima · 7 years ago
  63. f8af565 Rename IFX classes in core/fxge to Iface by Dan Sinclair · 7 years ago
  64. a32145f Rename core/fxcrt IFX files to Iface by Dan Sinclair · 7 years ago
  65. 9600a77 [formcalc] Allow empty declaration bodies by Dan Sinclair · 7 years ago
  66. f3be555 [formcalc] Simplify function signature parsing by Dan Sinclair · 7 years ago
  67. 406b23d [formcalc] Cleanup m_error handling by Dan Sinclair · 7 years ago
  68. 31e08d1 Cleanup CFWL_ScrollBar::Timer::Run. by Henrique Nakashima · 7 years ago
  69. 8b1f7de Fix crash when dragging scrollbar in XFA form. by Henrique Nakashima · 7 years ago
  70. 53f555a Move XFA pixel tests under pixel/ by Ryan Harrison · 7 years ago
  71. 821c723 Shrink some tables and kill dead code in xfa. by Tom Sepez · 7 years ago
  72. e24d5a8 Get rid of some static variables. by Tom Sepez · 7 years ago
  73. 0bc02c1 Add some more missing consts. by Tom Sepez · 7 years ago
  74. 26fc813 [formcalc] Cleanup function handling by Dan Sinclair · 7 years ago
  75. cc48741 Jumbo fixes by Dan Sinclair · 7 years ago
  76. aa2aff7 [formcalc] Cleanup if expression parsing. by Dan Sinclair · 7 years ago
  77. 00c1d0b [formcalc] Add elseif expression to parser test by Dan Sinclair · 7 years ago
  78. f93767a [formcalc] Minor parser cleanups by Dan Sinclair · 7 years ago
  79. 8df7805 [formcalc] Use default destructors by Dan Sinclair · 7 years ago
  80. ee1db60 [formcalc] Remove the ParseBlockExpression method by Dan Sinclair · 7 years ago
  81. 96a302c [formcalc] Remove unused expression type by Dan Sinclair · 7 years ago
  82. e76345e [formcalc] Treat elseif and else the same during output by Dan Sinclair · 7 years ago
  83. ceab166 [formcalc] Do not convert if to an identifier by Dan Sinclair · 7 years ago
  84. 676658c [formcalc] Remove unused line parameter by Dan Sinclair · 7 years ago
  85. 4102f7b [formcalc] Split literal parsing to its own method by Dan Sinclair · 7 years ago
  86. a03eb1d Remove extra static qualifier. by Dan Sinclair · 7 years ago
  87. 0fdefc1 Fix typo in method name FillSoildRect(). by Nico Weber · 7 years ago
  88. 8c0a800 [formcalc] The if token is a keyword and should not be made an identifier by Dan Sinclair · 7 years ago
  89. dd019e9 Tighten up assignment instructions in formcalc. by Dan Sinclair · 7 years ago
  90. e53460f Remove extraneous HasError checks by dan sinclair · 7 years ago
  91. 0f9e15c FormCalc Assignment is not a SimpleExpression by dan sinclair · 7 years ago
  92. 43e0be7 Cleanup FormCalc inheritance by dan sinclair · 7 years ago
  93. 00961a7 Remove base class ToJavaScript methods in FormCalc by dan sinclair · 7 years ago
  94. d276a52 Cleanup JS generation in formcalc. by dan sinclair · 7 years ago
  95. 6362592 Inline FormCalc method names by dan sinclair · 7 years ago
  96. efb6488 Inline some formcalc identifiers by dan sinclair · 7 years ago
  97. 6a5b1c9 Merge FormCalc to JavaScript methods by dan sinclair · 7 years ago
  98. c8785f7 Simplify CXFA_FMToken creation by dan sinclair · 7 years ago
  99. 916b4b0 Skip font loading in formcalc embedder tests by dan sinclair · 7 years ago
  100. 03632fb Simplify formcalc token list by dan sinclair · 7 years ago