1. 951b111 More define cleanup by Dan Sinclair · 7 years ago
  2. dd0e6e1 Cleanup font defines by Dan Sinclair · 7 years ago
  3. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  4. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  5. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  6. 81f02f4 Move font source into CFGAS_FontMgr by Dan Sinclair · 7 years ago
  7. 1a43b30 Remove font default params by Dan Sinclair · 7 years ago
  8. 73bed4e Fix crash when rendering invalid GIF by Ryan Harrison · 7 years ago
  9. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  10. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  11. a5eb9f0 Cleanup WidgetMgr ownership by Dan Sinclair · 7 years ago
  12. 3418f71 Rename CXFA_FFApp::GetWidgetMgr to make it clear the type by Dan Sinclair · 7 years ago
  13. a44a480 Move CFGAS_PDFFontMgr to the CXFA_FFDoc by Dan Sinclair · 7 years ago
  14. 959c2be Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager by Dan Sinclair · 7 years ago
  15. de44d15 Move CFX_MaybeOwned to fxcrt::MaybeOwned by Dan Sinclair · 7 years ago
  16. b896699 Move CFX_AutoRestorer to fxcrt::AutoRestorer by Dan Sinclair · 7 years ago
  17. db0312e Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr by Dan Sinclair · 7 years ago
  18. b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 7 years ago
  19. 4fe8ea5 Add in missed parse recursion depth checks by Ryan Harrison · 7 years ago
  20. 7acd826 Forward declare codec modules in fx_codec.h. by Lei Zhang · 7 years ago
  21. 0264e97 Convert selection to use count instead of end index by Dan Sinclair · 7 years ago
  22. b02aa61 IWYU: Explicitly include <stdint.h> in some headers. by Raphael Kubo da Costa · 7 years ago
  23. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  24. bb2f7e7 Simplify a couple of CXFA_Node methods. by Lei Zhang · 7 years ago
  25. 5747561 Fix nullptr dereference in XFA_Node::SetScriptContent(). by Lei Zhang · 7 years ago
  26. b4a6948 Add readme files to some directories. by Henrique Nakashima · 7 years ago
  27. effe1da Roll DEPS for build to a049c43. by Lei Zhang · 7 years ago
  28. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  29. 3ef61c7 GUID cleanup by Dan Sinclair · 7 years ago
  30. 1c9ad7e Split fx_guid from fx_extension by Dan Sinclair · 7 years ago
  31. a2188df Cleanup usages of Mid(foo, 1), Right(1), and Left(1) by Ryan Harrison · 7 years ago
  32. dce09b1 Fix integer overflow in Buffer_itoa when passing INT_MIN. by Henrique Nakashima · 7 years ago
  33. 276dd94 Clean up of typing in lexer code by Ryan Harrison · 7 years ago
  34. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  35. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  36. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  37. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  38. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 7 years ago
  39. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  40. 9648097 Remove an unused CXFA_FFDoc method. by Lei Zhang · 7 years ago
  41. c9d6d68 Fix incorrectly guarded lexer advancement in FormCalc parser by Ryan Harrison · 7 years ago
  42. e9fcd8e Reduce FM2JS parser depth limit to avoid memory exhaustion by Ryan Harrison · 7 years ago
  43. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  44. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  45. 8c6dc95 Cleanup CFDE_TextOut by Dan Sinclair · 7 years ago
  46. 4b47214 Change XFA DrawWidget() code to take its CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  47. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  48. ba1897b Remove default parameters from CXFA_FFWidget methods. by Lei Zhang · 7 years ago
  49. 129297f Remove default parameters in CXFA_Graphics methods. by Lei Zhang · 7 years ago
  50. 86224fc Remove default argument for CXFA_Graphics::SetLineWidth(). by Lei Zhang · 7 years ago
  51. 574015e Tidy CXFA_Color class and argument passing. by Tom Sepez · 7 years ago
  52. a169364 Add parse depth limit to FormCalc parser by Ryan Harrison · 7 years ago
  53. 816d7e4 Remove CFWL_WidgetMgrDelegate by Dan Sinclair · 7 years ago
  54. a0377dc Add checks on length of string before accessing elements of string by Ryan Harrison · 7 years ago
  55. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  56. 73b492a Remove CFDE_RenderDevice by Dan Sinclair · 7 years ago
  57. 2d88381 Merge CFDE_RenderContext into CFWL_Edit by Dan Sinclair · 7 years ago
  58. dff02ce Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. by Dan Sinclair · 7 years ago
  59. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  60. 7ffb59f Remove CFDE_Path 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. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  65. b73680c Remove null derefence case caught by fuzzers by Ryan Harrison · 7 years ago
  66. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  67. 33805cc Remove single param Mid() method from string classes by Ryan Harrison · 7 years ago
  68. db1e8a5 Move CXFA_FMParse to CFXA_FMParser by Ryan Harrison · 7 years ago
  69. 5b45c54 Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cpp by Henrique Nakashima · 7 years ago
  70. 5facffc Remove 0 from the valid FormCalc characters by Ryan Harrison · 7 years ago
  71. 8318658 Refactor whitespace lexing to be explicit by Ryan Harrison · 7 years ago
  72. 7314af7 Rewrite FMLexer to use nullptr for errors by Ryan Harrison · 7 years ago
  73. 495d89f Add conversion from FMTokens to strings by Ryan Harrison · 7 years ago
  74. 2b70ec2 The FDE CSS code does not use the CFGAS_FontMgr by Dan Sinclair · 7 years ago
  75. dbecba6 Removed unused helper function by Ryan Harrison · 7 years ago
  76. 0f25f01 Move CXFA_CSSTagProvider to inner class of CXFA_TextParser by Dan Sinclair · 7 years ago
  77. a27c752 Clean up CXFA_Measurement and callers. by Lei Zhang · 7 years ago
  78. 952477d Clean up data passing in FormCalc Lexer by Ryan Harrison · 7 years ago
  79. 275f180 Rename FMLexer methods to be more descriptive by Ryan Harrison · 7 years ago
  80. 585f4f0 Remove extracting characters from input by Ryan Harrison · 7 years ago
  81. 24ef633 Move xfa/fxfa/app to xfa/fxfa by Dan Sinclair · 7 years ago
  82. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  83. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  84. 7560230 Correct lexer handling of FormCalc identifiers by Ryan Harrison · 7 years ago
  85. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  86. fe75997 Rename cfx_color to cxfa_color by Dan Sinclair · 7 years ago
  87. c3d3bb2 Remove a static initializer introduced in commit 573b10a. by Lei Zhang · 7 years ago
  88. d740397 Extract comparison functions from std::lower_bound args by Ryan Harrison · 7 years ago
  89. ea7555a Removed hand rolled bsearch from IsKeyword method by Ryan Harrison · 7 years ago
  90. 573b10a Remove hand rolled bsearch from HTMLSTR2Code by Ryan Harrison · 7 years ago
  91. dfcb8af Remove hand rolled bsearch from HTMLCode2STR by Ryan Harrison · 7 years ago
  92. a173900 Fix nits in a bunch of random XFA files. by Lei Zhang · 7 years ago
  93. caf6d61 Move Start to constructor in CFX_Image(Renderer|Transformer) by Nicolas Pena · 7 years ago
  94. cd98475 Cleaning up SomMethod handling in fm2js by Ryan Harrison · 7 years ago
  95. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago
  96. 580c159 Cleanup call expression handling in fm2js by Ryan Harrison · 7 years ago
  97. 1ef2f82 XFA: Add test to show Oneof() works correctly. by Lei Zhang · 7 years ago
  98. 995a601 Cleanup fpdf_parser_decode by Nicolas Pena · 7 years ago
  99. 0698c85 Fix bad format string in CXFA_FM2JSContext. by Lei Zhang · 7 years ago
  100. 7dee685 Convert CFGAS_FormatString to pointer out parameters by Dan Sinclair · 7 years ago