1. c2d9e2d Rename FX_COLORREF variables from "rgb" to "bgr". by Lei Zhang · 7 years ago
  2. 0c6b981 Remove all usages of FXSYS_iswASCIIspace by Ryan Harrison · 7 years ago
  3. 735eda9 Remove all usages of FXSYS_iswASCIIalpha by Ryan Harrison · 7 years ago
  4. 69da36c Explicitly mark helper methods that only operate on ASCII ranges by Ryan Harrison · 7 years ago
  5. 5a7e330 Unset timer in XFA scrollbar after stopping it. by Henrique Nakashima · 7 years ago
  6. a724cb2 Move GetPopupPos from CFWL_Widget to subclasses that call it. by Henrique Nakashima · 7 years ago
  7. 04d792f [formcalc] Consider width along with depth of tree by Dan Sinclair · 7 years ago
  8. 749b609 [formcalc] Handle bad elseif conditionals by Dan Sinclair · 7 years ago
  9. 3f4befb Remove axial gradients from XFA widgets. by Henrique Nakashima · 7 years ago
  10. f8af565 Rename IFX classes in core/fxge to Iface by Dan Sinclair · 7 years ago
  11. a32145f Rename core/fxcrt IFX files to Iface by Dan Sinclair · 7 years ago
  12. 9600a77 [formcalc] Allow empty declaration bodies by Dan Sinclair · 7 years ago
  13. f3be555 [formcalc] Simplify function signature parsing by Dan Sinclair · 7 years ago
  14. 406b23d [formcalc] Cleanup m_error handling by Dan Sinclair · 7 years ago
  15. 31e08d1 Cleanup CFWL_ScrollBar::Timer::Run. by Henrique Nakashima · 7 years ago
  16. 8b1f7de Fix crash when dragging scrollbar in XFA form. by Henrique Nakashima · 7 years ago
  17. 53f555a Move XFA pixel tests under pixel/ by Ryan Harrison · 7 years ago
  18. 821c723 Shrink some tables and kill dead code in xfa. by Tom Sepez · 7 years ago
  19. e24d5a8 Get rid of some static variables. by Tom Sepez · 7 years ago
  20. 0bc02c1 Add some more missing consts. by Tom Sepez · 7 years ago
  21. 26fc813 [formcalc] Cleanup function handling by Dan Sinclair · 7 years ago
  22. cc48741 Jumbo fixes by Dan Sinclair · 7 years ago
  23. aa2aff7 [formcalc] Cleanup if expression parsing. by Dan Sinclair · 7 years ago
  24. 00c1d0b [formcalc] Add elseif expression to parser test by Dan Sinclair · 7 years ago
  25. f93767a [formcalc] Minor parser cleanups by Dan Sinclair · 7 years ago
  26. 8df7805 [formcalc] Use default destructors by Dan Sinclair · 7 years ago
  27. ee1db60 [formcalc] Remove the ParseBlockExpression method by Dan Sinclair · 7 years ago
  28. 96a302c [formcalc] Remove unused expression type by Dan Sinclair · 7 years ago
  29. e76345e [formcalc] Treat elseif and else the same during output by Dan Sinclair · 7 years ago
  30. ceab166 [formcalc] Do not convert if to an identifier by Dan Sinclair · 7 years ago
  31. 676658c [formcalc] Remove unused line parameter by Dan Sinclair · 7 years ago
  32. 4102f7b [formcalc] Split literal parsing to its own method by Dan Sinclair · 7 years ago
  33. a03eb1d Remove extra static qualifier. by Dan Sinclair · 7 years ago
  34. 0fdefc1 Fix typo in method name FillSoildRect(). by Nico Weber · 7 years ago
  35. 8c0a800 [formcalc] The if token is a keyword and should not be made an identifier by Dan Sinclair · 7 years ago
  36. dd019e9 Tighten up assignment instructions in formcalc. by Dan Sinclair · 7 years ago
  37. e53460f Remove extraneous HasError checks by dan sinclair · 7 years ago
  38. 0f9e15c FormCalc Assignment is not a SimpleExpression by dan sinclair · 7 years ago
  39. 43e0be7 Cleanup FormCalc inheritance by dan sinclair · 7 years ago
  40. 00961a7 Remove base class ToJavaScript methods in FormCalc by dan sinclair · 7 years ago
  41. d276a52 Cleanup JS generation in formcalc. by dan sinclair · 7 years ago
  42. 6362592 Inline FormCalc method names by dan sinclair · 7 years ago
  43. efb6488 Inline some formcalc identifiers by dan sinclair · 7 years ago
  44. 6a5b1c9 Merge FormCalc to JavaScript methods by dan sinclair · 7 years ago
  45. c8785f7 Simplify CXFA_FMToken creation by dan sinclair · 7 years ago
  46. 916b4b0 Skip font loading in formcalc embedder tests by dan sinclair · 7 years ago
  47. 03632fb Simplify formcalc token list by dan sinclair · 7 years ago
  48. 53279b1 Avoid 100 blank FX_FONTDESCRIPTOR entries. by Tom Sepez · 7 years ago
  49. 818632b m_pEnumerator only ever has one value, indirection not needed. by Tom Sepez · 7 years ago
  50. 067a44f Fix fallthroughs in XFA code. by Henrique Nakashima · 7 years ago
  51. e40678e Make the CFX_XMLNode a MaybeOwned pointer by Dan Sinclair · 7 years ago
  52. 46f79aa Add limit to number of formcalc expressions by Dan Sinclair · 7 years ago
  53. 7c04794 Set node to owning element by Dan Sinclair · 7 years ago
  54. 68dde3b Cleanup some CXFA_Node flags and methods. by Dan Sinclair · 7 years ago
  55. 2fa6441 Cleanup CXFA_Node::SetFlag by Dan Sinclair · 7 years ago
  56. d8d6f55 Cleanup CXFA_Document const-ness by Dan Sinclair · 7 years ago
  57. 9bf1a5e Add last_child to CFX_XMLNode by Dan Sinclair · 7 years ago
  58. 6515cf2 Split CFX_XMLNode::SaveXMLNode apart by Dan Sinclair · 7 years ago
  59. fa3765c Cleanup CFX_XMLNode pointers by Dan Sinclair · 7 years ago
  60. 9c112f9 Cleanup CFX_XMLDoc::SaveXMLNode by Dan Sinclair · 7 years ago
  61. 20eb52e Cleanup CFX_XMLNode and friends by Dan Sinclair · 7 years ago
  62. 80bf582 Cleanup CXFA_Node ownership by Dan Sinclair · 7 years ago
  63. d0a6f75 Convert ASSERT to PDFIUM_IMMEDIATE_CRASH by Dan Sinclair · 7 years ago
  64. 1e364c4 Add previous sibling pointer to CXFA_Node by Dan Sinclair · 7 years ago
  65. 8853b7f Add tests for CXFA_Node child manipulation by Dan Sinclair · 7 years ago
  66. b164ac5 Cleanup CXFA_Node tree pointers by Dan Sinclair · 7 years ago
  67. 3c62d20 Revert "Convert CXFA_Node to store a vector of children" by dsinclair · 7 years ago
  68. f0e386d Convert CXFA_Node to store a vector of children by Dan Sinclair · 7 years ago
  69. 161f992 Handle removed fonts correctly in GetFontByCodePage by Ryan Harrison · 7 years ago
  70. 2496f8e Restore assert when GetCharacterInfo is called on an empty edit. by Henrique Nakashima · 7 years ago
  71. ec7d8e2 Make xfa_fxfa_parser target jumbo capable. by Lei Zhang · 7 years ago
  72. c0c32b0 Remove unused return values from CXFA_Node by Dan Sinclair · 7 years ago
  73. 0cdb843 Use temporary iterator to avoid potential OOB by Ryan Harrison · 7 years ago
  74. bfeab62 Fix caret not appearing in XFA Edits. by Henrique Nakashima · 7 years ago
  75. 6556be0 Make the CXFA_Node parent pointer Unowned by Dan Sinclair · 7 years ago
  76. 9cbd2dd Make global object function names clearer. by Tom Sepez · 7 years ago
  77. fb25606 Make FXJSE_Engine constructed from FXJS_Engine. by Tom Sepez · 7 years ago
  78. 16f792a Remove handrolled bsearch from FGAS_GetUnicodeBitField by Ryan Harrison · 7 years ago
  79. 11d33e1 Move initializers to header for CXFA_ItemLayoutProcess by Dan Sinclair · 7 years ago
  80. a975a83 Remove handrolled bsearch from XFA_GetScriptAttributeByName by Ryan Harrison · 7 years ago
  81. 405f17a Cleanup visibility in CXFA_ItemLayoutProcessor by Dan Sinclair · 7 years ago
  82. 990c093 Create CXFA_Node::PresenceRequiresSpace by Dan Sinclair · 7 years ago
  83. ab762d3 Remove handrolled search from GetCodePageFromCharset by Ryan Harrison · 7 years ago
  84. 4b0c5b9 Remove NumericLimit params which are always the same by Dan Sinclair · 7 years ago
  85. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  86. 90d9386 Shuffle more code out of CXFA_Node by Dan Sinclair · 7 years ago
  87. 7311006 Move CheckButton code from CXFA_Node to CXFA_CheckButton by Dan Sinclair · 7 years ago
  88. 95b232f Cleanup some ChoiceList code by Dan Sinclair · 7 years ago
  89. 8308b8c Add common base class between CXFA_FFComboBox and CXFA_FFListBox by Dan Sinclair · 7 years ago
  90. c30eb66 Cleanup CXFA_Node visibility by Dan Sinclair · 7 years ago
  91. 4dd1b07 Fold single caller methods into callsite by Dan Sinclair · 7 years ago
  92. 59cdc7d Move barcode code to CXFA_Barcode by Dan Sinclair · 7 years ago
  93. 5e332f1 Cleanup the FFWidget determination code. by Dan Sinclair · 7 years ago
  94. 4b9d698 Clean up construction of CFX_Barcode by Ryan Harrison · 7 years ago
  95. f036f12 Remove empty FF classes by Dan Sinclair · 7 years ago
  96. b9ec0b3 Remove draw from creatable widgets by Dan Sinclair · 7 years ago
  97. d4ae37b Move retrieval of UIChild earlier in CreateUIChild by Dan Sinclair · 7 years ago
  98. 03f04e2 Rename eUIType for clarity by Dan Sinclair · 7 years ago
  99. b657e87 Cleanup CreateUIChild node creation by Dan Sinclair · 7 years ago
  100. 4327b48 Cleanup CreateUIChild pUI usage by Dan Sinclair · 7 years ago