1. 643266c Explicitly return std::vector in CFDE_TextEditEngine. by Lei Zhang · 7 years ago
  2. 6ed297c Remove CFX_CRTFileAccess by Dan Sinclair · 7 years ago
  3. 951b111 More define cleanup by Dan Sinclair · 7 years ago
  4. 10e1f05 Cleanup font defines by Dan Sinclair · 7 years ago
  5. dd0e6e1 Cleanup font defines by Dan Sinclair · 7 years ago
  6. 1ca7173 Cleanup CFGAS_GEFont methods by Dan Sinclair · 7 years ago
  7. 9c392c8 Simplify some OS checks to PLATFORM checks by Dan Sinclair · 7 years ago
  8. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 7 years ago
  9. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  10. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  11. e950b11 Move static methods to anonymous namespace by Dan Sinclair · 7 years ago
  12. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  13. 2e4075d Fix checks for FX_WIN64_DESKTOP by Dan Sinclair · 7 years ago
  14. 7d04f1b Hide FX_HandleParentPath by Dan Sinclair · 7 years ago
  15. 4825c4b Share public part of CFGAS_FontMgr declaration by Dan Sinclair · 7 years ago
  16. 81f02f4 Move font source into CFGAS_FontMgr by Dan Sinclair · 7 years ago
  17. 1a43b30 Remove font default params by Dan Sinclair · 7 years ago
  18. 73bed4e Fix crash when rendering invalid GIF by Ryan Harrison · 7 years ago
  19. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  20. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  21. a5eb9f0 Cleanup WidgetMgr ownership by Dan Sinclair · 7 years ago
  22. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  23. 3418f71 Rename CXFA_FFApp::GetWidgetMgr to make it clear the type by Dan Sinclair · 7 years ago
  24. a44a480 Move CFGAS_PDFFontMgr to the CXFA_FFDoc by Dan Sinclair · 7 years ago
  25. 959c2be Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager by Dan Sinclair · 7 years ago
  26. de44d15 Move CFX_MaybeOwned to fxcrt::MaybeOwned by Dan Sinclair · 7 years ago
  27. b896699 Move CFX_AutoRestorer to fxcrt::AutoRestorer by Dan Sinclair · 7 years ago
  28. db0312e Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr by Dan Sinclair · 7 years ago
  29. 46fc3fa Remove old TODO by Dan Sinclair · 7 years ago
  30. b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 7 years ago
  31. 4fe8ea5 Add in missed parse recursion depth checks by Ryan Harrison · 7 years ago
  32. d56fd77 Implement CFDE_TextEditEngine::GetIndex* methods. by Dan Sinclair · 7 years ago
  33. bc48185 Convert FindNextBreakPos to return position by Dan Sinclair · 7 years ago
  34. 7acd826 Forward declare codec modules in fx_codec.h. by Lei Zhang · 7 years ago
  35. 9f374b0 Cleanup FindNextBreakPos variables by Dan Sinclair · 7 years ago
  36. d13f24c Invert flag to CFDE_TextEditEngine::Iterator::IsEOF by Dan Sinclair · 7 years ago
  37. 0264e97 Convert selection to use count instead of end index by Dan Sinclair · 7 years ago
  38. b02aa61 IWYU: Explicitly include <stdint.h> in some headers. by Raphael Kubo da Costa · 7 years ago
  39. 5278ceb Cleanup word break properties by Dan Sinclair · 7 years ago
  40. 91c2f7c Remove some unused variables. by Lei Zhang · 7 years ago
  41. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  42. bb2f7e7 Simplify a couple of CXFA_Node methods. by Lei Zhang · 7 years ago
  43. 5747561 Fix nullptr dereference in XFA_Node::SetScriptContent(). by Lei Zhang · 7 years ago
  44. 69fe711 Make static const char* arrays more const. by Lei Zhang · 7 years ago
  45. 95a9c9a Roll clang to 4db5854 by Tom Sepez · 7 years ago
  46. cb32712 Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused. by Henrique Nakashima · 7 years ago
  47. b4a6948 Add readme files to some directories. by Henrique Nakashima · 7 years ago
  48. ee1e757 Remove CFWL_SpinButton, which is unused. by Henrique Nakashima · 7 years ago
  49. effe1da Roll DEPS for build to a049c43. by Lei Zhang · 7 years ago
  50. 8f6084b Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator. by Dan Sinclair · 7 years ago
  51. eb57e0d Implement word selection in CFDE_TextEditEngine by Dan Sinclair · 7 years ago
  52. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  53. 3ef61c7 GUID cleanup by Dan Sinclair · 7 years ago
  54. 1eae16d Remove isDevice parameter from barcode Render(). by Henrique Nakashima · 7 years ago
  55. 1c9ad7e Split fx_guid from fx_extension by Dan Sinclair · 7 years ago
  56. 740bcd8 Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. by Tom Sepez · 7 years ago
  57. a2188df Cleanup usages of Mid(foo, 1), Right(1), and Left(1) by Ryan Harrison · 7 years ago
  58. dce09b1 Fix integer overflow in Buffer_itoa when passing INT_MIN. by Henrique Nakashima · 7 years ago
  59. 670c4fd Cleanup fx_basic_* files by Dan Sinclair · 7 years ago
  60. 47a90b8 More BIDI code shuffling by Dan Sinclair · 7 years ago
  61. 235818f Move bidi code to fx_bidi by Dan Sinclair · 7 years ago
  62. 276dd94 Clean up of typing in lexer code by Ryan Harrison · 7 years ago
  63. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  64. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  65. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  66. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  67. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 7 years ago
  68. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  69. 9648097 Remove an unused CXFA_FFDoc method. by Lei Zhang · 7 years ago
  70. c9d6d68 Fix incorrectly guarded lexer advancement in FormCalc parser by Ryan Harrison · 7 years ago
  71. 9084a12 Remove unused / rarely used CFX_PTemplate methods. by Lei Zhang · 7 years ago
  72. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  73. 133617c Remove code which does nothing by Dan Sinclair · 7 years ago
  74. e9fcd8e Reduce FM2JS parser depth limit to avoid memory exhaustion by Ryan Harrison · 7 years ago
  75. 978b1fa Remove OnPageLoad and OnPageUnload from CFWL_Edit by Dan Sinclair · 7 years ago
  76. 6c76d50 Cleanup GetPre* methods in CFDE_TextEdtEngine by Dan Sinclair · 7 years ago
  77. 6b0287d Move m_pTextBreak to be a member of CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  78. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  79. 3bb0a34 Convert the CFDE_TxtEdtEngine::Insert results into an enum class by Dan Sinclair · 7 years ago
  80. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  81. 1eb6cb7 Convert FDE_TXTEDIT_LINEEND to a private enum class by Dan Sinclair · 7 years ago
  82. a798e2f Cleanup CFDE_TxtEdtBuf and simplify some logic. by Dan Sinclair · 7 years ago
  83. 3fa212a Converted CFDE_TxtEdt{Buf|Engine}::Insert() to take CFX_WideString by Jane Liu · 7 years ago
  84. 8c6dc95 Cleanup CFDE_TextOut by Dan Sinclair · 7 years ago
  85. 8b2107e Fixing crash on delete or backspace in XFA text edit box. by Henrique Nakashima · 7 years ago
  86. 4b47214 Change XFA DrawWidget() code to take its CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  87. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  88. ba1897b Remove default parameters from CXFA_FFWidget methods. by Lei Zhang · 7 years ago
  89. 129297f Remove default parameters in CXFA_Graphics methods. by Lei Zhang · 7 years ago
  90. 86224fc Remove default argument for CXFA_Graphics::SetLineWidth(). by Lei Zhang · 7 years ago
  91. 9342b33 Remove redundant members in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  92. 0d2349b Turn caret movement into an enum class by Dan Sinclair · 7 years ago
  93. 022b439 Cleanup CFDE_TxtEdtEngine Insert and Delete methods by Dan Sinclair · 7 years ago
  94. e30e9cc Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  95. b3e7bfa Cleanup visibilty and unused methods in xfa/fde by Dan Sinclair · 7 years ago
  96. 574015e Tidy CXFA_Color class and argument passing. by Tom Sepez · 7 years ago
  97. a364729 Move some CFDE_TxtEdt* methods to the headers by Dan Sinclair · 7 years ago
  98. a016857 Simplify CFDE_TxtEdtEngine layout code by Dan Sinclair · 7 years ago
  99. 5a0214b Remove friendship from TxtEdtEngine and TxtEdtPage by Dan Sinclair · 7 years ago
  100. a169364 Add parse depth limit to FormCalc parser by Ryan Harrison · 7 years ago