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