1. 670c4fd Cleanup fx_basic_* files by Dan Sinclair · 7 years ago
  2. 47a90b8 More BIDI code shuffling by Dan Sinclair · 7 years ago
  3. 235818f Move bidi code to fx_bidi by Dan Sinclair · 7 years ago
  4. 276dd94 Clean up of typing in lexer code by Ryan Harrison · 7 years ago
  5. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  6. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  7. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  8. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  9. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 7 years ago
  10. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  11. 9648097 Remove an unused CXFA_FFDoc method. by Lei Zhang · 7 years ago
  12. c9d6d68 Fix incorrectly guarded lexer advancement in FormCalc parser by Ryan Harrison · 7 years ago
  13. 9084a12 Remove unused / rarely used CFX_PTemplate methods. by Lei Zhang · 7 years ago
  14. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  15. 133617c Remove code which does nothing by Dan Sinclair · 7 years ago
  16. e9fcd8e Reduce FM2JS parser depth limit to avoid memory exhaustion by Ryan Harrison · 7 years ago
  17. 978b1fa Remove OnPageLoad and OnPageUnload from CFWL_Edit by Dan Sinclair · 7 years ago
  18. 6c76d50 Cleanup GetPre* methods in CFDE_TextEdtEngine by Dan Sinclair · 7 years ago
  19. 6b0287d Move m_pTextBreak to be a member of CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  20. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  21. 3bb0a34 Convert the CFDE_TxtEdtEngine::Insert results into an enum class by Dan Sinclair · 7 years ago
  22. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  23. 1eb6cb7 Convert FDE_TXTEDIT_LINEEND to a private enum class by Dan Sinclair · 7 years ago
  24. a798e2f Cleanup CFDE_TxtEdtBuf and simplify some logic. by Dan Sinclair · 7 years ago
  25. 3fa212a Converted CFDE_TxtEdt{Buf|Engine}::Insert() to take CFX_WideString by Jane Liu · 7 years ago
  26. 8c6dc95 Cleanup CFDE_TextOut by Dan Sinclair · 7 years ago
  27. 8b2107e Fixing crash on delete or backspace in XFA text edit box. by Henrique Nakashima · 7 years ago
  28. 4b47214 Change XFA DrawWidget() code to take its CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  29. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  30. ba1897b Remove default parameters from CXFA_FFWidget methods. by Lei Zhang · 7 years ago
  31. 129297f Remove default parameters in CXFA_Graphics methods. by Lei Zhang · 7 years ago
  32. 86224fc Remove default argument for CXFA_Graphics::SetLineWidth(). by Lei Zhang · 7 years ago
  33. 9342b33 Remove redundant members in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  34. 0d2349b Turn caret movement into an enum class by Dan Sinclair · 7 years ago
  35. 022b439 Cleanup CFDE_TxtEdtEngine Insert and Delete methods by Dan Sinclair · 7 years ago
  36. e30e9cc Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  37. b3e7bfa Cleanup visibilty and unused methods in xfa/fde by Dan Sinclair · 7 years ago
  38. 574015e Tidy CXFA_Color class and argument passing. by Tom Sepez · 7 years ago
  39. a364729 Move some CFDE_TxtEdt* methods to the headers by Dan Sinclair · 7 years ago
  40. a016857 Simplify CFDE_TxtEdtEngine layout code by Dan Sinclair · 7 years ago
  41. 5a0214b Remove friendship from TxtEdtEngine and TxtEdtPage by Dan Sinclair · 7 years ago
  42. a169364 Add parse depth limit to FormCalc parser by Ryan Harrison · 7 years ago
  43. 816d7e4 Remove CFWL_WidgetMgrDelegate by Dan Sinclair · 7 years ago
  44. 28549c9 Make GetChar & Clone const for IFX_CharIter by Ryan Harrison · 7 years ago
  45. 22fcbea Hide the undo/redo record classes inside the engine by Dan Sinclair · 7 years ago
  46. a0377dc Add checks on length of string before accessing elements of string by Ryan Harrison · 7 years ago
  47. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  48. 171cb27 Remove default params from xfa/fde code. by Dan Sinclair · 7 years ago
  49. 73b492a Remove CFDE_RenderDevice by Dan Sinclair · 7 years ago
  50. 2d88381 Merge CFDE_RenderContext into CFWL_Edit by Dan Sinclair · 7 years ago
  51. 2d03e60 Cleaning up the visual set iterator by Dan Sinclair · 7 years ago
  52. c068c8e Remove FDE_VISUALOBJ_Canvas by Dan Sinclair · 7 years ago
  53. 24b6af6 Cleanup more fde defines by Dan Sinclair · 7 years ago
  54. 54a8390 Cleanup CFDE_TextOut methods by Dan Sinclair · 7 years ago
  55. dff02ce Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. by Dan Sinclair · 7 years ago
  56. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  57. f3d8573 Remove unused FDE_TTOSTYLE_ flags by Dan Sinclair · 7 years ago
  58. 7ffb59f Remove CFDE_Path by Dan Sinclair · 7 years ago
  59. 4454ce7 Remove default params in CFDE_RenderDevice by Dan Sinclair · 7 years ago
  60. be993d2 Remove unused code from CFDE_RenderDevice. by Dan Sinclair · 7 years ago
  61. 17aa057 Remove CFDE_{Pen|Brush} classes by Dan Sinclair · 7 years ago
  62. 9f0e85a Move CSS code to core by Dan Sinclair · 7 years ago
  63. db14532 Rewrite how string Insert() methods handle out of bound indices by Ryan Harrison · 7 years ago
  64. 04f7360 Encapsulate some CFX_Char members. by Lei Zhang · 7 years ago
  65. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 7 years ago
  66. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  67. b73680c Remove null derefence case caught by fuzzers by Ryan Harrison · 7 years ago
  68. f0e9c84 Use FX_GetUnicodeProperties() in more places. by Lei Zhang · 7 years ago
  69. 9a80ecc Remove unused param from CFX_TxtBreak::AppendChar_PageLoad(). by Lei Zhang · 7 years ago
  70. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  71. 672a172 Simplify FX_GetMirrorChar() code. by Lei Zhang · 7 years ago
  72. 33805cc Remove single param Mid() method from string classes by Ryan Harrison · 7 years ago
  73. db1e8a5 Move CXFA_FMParse to CFXA_FMParser by Ryan Harrison · 7 years ago
  74. 5b45c54 Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cpp by Henrique Nakashima · 7 years ago
  75. 5facffc Remove 0 from the valid FormCalc characters by Ryan Harrison · 7 years ago
  76. 8318658 Refactor whitespace lexing to be explicit by Ryan Harrison · 7 years ago
  77. 7314af7 Rewrite FMLexer to use nullptr for errors by Ryan Harrison · 7 years ago
  78. 495d89f Add conversion from FMTokens to strings by Ryan Harrison · 7 years ago
  79. 2b70ec2 The FDE CSS code does not use the CFGAS_FontMgr by Dan Sinclair · 7 years ago
  80. 6f38b4b Fixup includes in xfa/fde/css by Dan Sinclair · 7 years ago
  81. dbecba6 Removed unused helper function by Ryan Harrison · 7 years ago
  82. 0f25f01 Move CXFA_CSSTagProvider to inner class of CXFA_TextParser by Dan Sinclair · 7 years ago
  83. a27c752 Clean up CXFA_Measurement and callers. by Lei Zhang · 7 years ago
  84. 952477d Clean up data passing in FormCalc Lexer by Ryan Harrison · 7 years ago
  85. 275f180 Rename FMLexer methods to be more descriptive by Ryan Harrison · 7 years ago
  86. 585f4f0 Remove extracting characters from input by Ryan Harrison · 7 years ago
  87. 24ef633 Move xfa/fxfa/app to xfa/fxfa by Dan Sinclair · 7 years ago
  88. c08dc39 Remove fx_edit.h by Dan Sinclair · 7 years ago
  89. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  90. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  91. 7560230 Correct lexer handling of FormCalc identifiers by Ryan Harrison · 7 years ago
  92. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  93. fe75997 Rename cfx_color to cxfa_color by Dan Sinclair · 7 years ago
  94. c3d3bb2 Remove a static initializer introduced in commit 573b10a. by Lei Zhang · 7 years ago
  95. d740397 Extract comparison functions from std::lower_bound args by Ryan Harrison · 7 years ago
  96. ea7555a Removed hand rolled bsearch from IsKeyword method by Ryan Harrison · 7 years ago
  97. 573b10a Remove hand rolled bsearch from HTMLSTR2Code by Ryan Harrison · 7 years ago
  98. f3024c3 Split CFDE_CSSTextBuf in two. by Lei Zhang · 7 years ago
  99. dfcb8af Remove hand rolled bsearch from HTMLCode2STR by Ryan Harrison · 7 years ago
  100. a173900 Fix nits in a bunch of random XFA files. by Lei Zhang · 7 years ago