1. 643266c Explicitly return std::vector in CFDE_TextEditEngine. by Lei Zhang · 7 years ago
  2. 10e1f05 Cleanup font defines by Dan Sinclair · 7 years ago
  3. dd0e6e1 Cleanup font defines by Dan Sinclair · 7 years ago
  4. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 7 years ago
  5. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  6. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  7. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  8. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  9. d56fd77 Implement CFDE_TextEditEngine::GetIndex* methods. by Dan Sinclair · 7 years ago
  10. bc48185 Convert FindNextBreakPos to return position by Dan Sinclair · 7 years ago
  11. 9f374b0 Cleanup FindNextBreakPos variables by Dan Sinclair · 7 years ago
  12. d13f24c Invert flag to CFDE_TextEditEngine::Iterator::IsEOF by Dan Sinclair · 7 years ago
  13. 0264e97 Convert selection to use count instead of end index by Dan Sinclair · 7 years ago
  14. 5278ceb Cleanup word break properties by Dan Sinclair · 7 years ago
  15. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  16. 95a9c9a Roll clang to 4db5854 by Tom Sepez · 7 years ago
  17. 8f6084b Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator. by Dan Sinclair · 7 years ago
  18. eb57e0d Implement word selection in CFDE_TextEditEngine by Dan Sinclair · 7 years ago
  19. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 7 years ago
  20. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  21. 978b1fa Remove OnPageLoad and OnPageUnload from CFWL_Edit by Dan Sinclair · 7 years ago
  22. 6c76d50 Cleanup GetPre* methods in CFDE_TextEdtEngine by Dan Sinclair · 7 years ago
  23. 6b0287d Move m_pTextBreak to be a member of CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  24. 3bb0a34 Convert the CFDE_TxtEdtEngine::Insert results into an enum class by Dan Sinclair · 7 years ago
  25. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  26. 1eb6cb7 Convert FDE_TXTEDIT_LINEEND to a private enum class by Dan Sinclair · 7 years ago
  27. a798e2f Cleanup CFDE_TxtEdtBuf and simplify some logic. by Dan Sinclair · 7 years ago
  28. 3fa212a Converted CFDE_TxtEdt{Buf|Engine}::Insert() to take CFX_WideString by Jane Liu · 7 years ago
  29. 8c6dc95 Cleanup CFDE_TextOut by Dan Sinclair · 7 years ago
  30. 8b2107e Fixing crash on delete or backspace in XFA text edit box. by Henrique Nakashima · 7 years ago
  31. 9342b33 Remove redundant members in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  32. 0d2349b Turn caret movement into an enum class by Dan Sinclair · 7 years ago
  33. 022b439 Cleanup CFDE_TxtEdtEngine Insert and Delete methods by Dan Sinclair · 7 years ago
  34. e30e9cc Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  35. b3e7bfa Cleanup visibilty and unused methods in xfa/fde by Dan Sinclair · 7 years ago
  36. a364729 Move some CFDE_TxtEdt* methods to the headers by Dan Sinclair · 7 years ago
  37. a016857 Simplify CFDE_TxtEdtEngine layout code by Dan Sinclair · 7 years ago
  38. 5a0214b Remove friendship from TxtEdtEngine and TxtEdtPage by Dan Sinclair · 7 years ago
  39. 28549c9 Make GetChar & Clone const for IFX_CharIter by Ryan Harrison · 7 years ago
  40. 22fcbea Hide the undo/redo record classes inside the engine by Dan Sinclair · 7 years ago
  41. 171cb27 Remove default params from xfa/fde code. by Dan Sinclair · 7 years ago
  42. 73b492a Remove CFDE_RenderDevice by Dan Sinclair · 7 years ago
  43. 2d88381 Merge CFDE_RenderContext into CFWL_Edit by Dan Sinclair · 7 years ago
  44. 2d03e60 Cleaning up the visual set iterator by Dan Sinclair · 7 years ago
  45. c068c8e Remove FDE_VISUALOBJ_Canvas by Dan Sinclair · 7 years ago
  46. 24b6af6 Cleanup more fde defines by Dan Sinclair · 7 years ago
  47. 54a8390 Cleanup CFDE_TextOut methods by Dan Sinclair · 7 years ago
  48. dff02ce Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. by Dan Sinclair · 7 years ago
  49. f3d8573 Remove unused FDE_TTOSTYLE_ flags by Dan Sinclair · 7 years ago
  50. 7ffb59f Remove CFDE_Path by Dan Sinclair · 7 years ago
  51. 4454ce7 Remove default params in CFDE_RenderDevice by Dan Sinclair · 7 years ago
  52. be993d2 Remove unused code from CFDE_RenderDevice. by Dan Sinclair · 7 years ago
  53. 17aa057 Remove CFDE_{Pen|Brush} classes by Dan Sinclair · 7 years ago
  54. 9f0e85a Move CSS code to core by Dan Sinclair · 7 years ago
  55. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 7 years ago
  56. 2b70ec2 The FDE CSS code does not use the CFGAS_FontMgr by Dan Sinclair · 7 years ago
  57. 6f38b4b Fixup includes in xfa/fde/css by Dan Sinclair · 7 years ago
  58. 0f25f01 Move CXFA_CSSTagProvider to inner class of CXFA_TextParser by Dan Sinclair · 7 years ago
  59. 24ef633 Move xfa/fxfa/app to xfa/fxfa by Dan Sinclair · 7 years ago
  60. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  61. f3024c3 Split CFDE_CSSTextBuf in two. by Lei Zhang · 7 years ago
  62. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago
  63. 4ac12f0 Remove a const_cast in CFDE_CSSTextBuf. by Lei Zhang · 7 years ago
  64. f76e9d3 Clean up CFDE_CSSTextBuf. by Lei Zhang · 7 years ago
  65. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  66. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  67. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  68. 3653335 CFDE_RenderDevice::m_bOwnerDevice is always false by Tom Sepez · 8 years ago
  69. a5085d4 Rename render device classes by Dan Sinclair · 8 years ago
  70. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 8 years ago
  71. dcefccc Removing unused IFX_Pause parameters by Dan Sinclair · 8 years ago
  72. df673c2 Cleanup more null IFX_Pause parameters by Dan Sinclair · 8 years ago
  73. 69c743f XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr. by Tom Sepez · 8 years ago
  74. 3b91290 Remove more |new|s, part 3 by Tom Sepez · 8 years ago
  75. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 8 years ago
  76. ab1faaa Use fx_extension.h utilities in more places in xfa/ by Lei Zhang · 8 years ago
  77. 64ee2c3 Use a pdfium-specific unittest main rather than gtest's by Tom Sepez · 8 years ago
  78. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  79. 3c66ea0 Update IFX_CharIter::Clone to return unique_ptr by Dan Sinclair · 8 years ago
  80. 0d86ecb Move fde XML parser to core by Dan Sinclair · 8 years ago
  81. 3b71d26 Move CFGAS_Stream to CFX_SeekableStreamProxy by Dan Sinclair · 8 years ago
  82. bf510b7 Rename IFGAS_Stream to CFGAS_Stream by Dan Sinclair · 8 years ago
  83. 994acdc Rename text break files to match class names. by Dan Sinclair · 8 years ago
  84. 5ae8792 Update IFGAS_Stream::WriteString to take a string. by Dan Sinclair · 8 years ago
  85. 7b7c653 Fold LoadFile{Read|Write} back into constructors by Dan Sinclair · 8 years ago
  86. f6baf6b Fold CFGAS_Stream into CFGAS_TextStream. by Dan Sinclair · 8 years ago
  87. 445831e Remove the FGAS Buffered Stream by Dan Sinclair · 8 years ago
  88. d7120ee Disabiguate CreateStream calls by Dan Sinclair · 8 years ago
  89. 2b79729 Fix unit tests to initialize PartitionAlloc. by Chris Palmer · 8 years ago
  90. 93c086c Cleanup nits from previous XML Cl by dan sinclair · 8 years ago
  91. 25553aa Remove the length reference from XMLSyntaxParser by dan sinclair · 8 years ago
  92. ad22ac4 Change the CFDE_XMLSyntaxParser start and end types by Nicolas Pena · 8 years ago
  93. bf58fbb Convert XMLSyntaxParser buffer to vector. by dan sinclair · 8 years ago
  94. 480f62b Merge XMLSyntaxParser Init into constructor by Dan Sinclair · 8 years ago
  95. 5f983bb Update XML syntax parser to return strings by Dan Sinclair · 8 years ago
  96. 5fa4e98 Move XML attribute handling to a base class. by Dan Sinclair · 8 years ago
  97. 93bfc26 Cleanup CFDE_XMLCharData and CFDE_XMLText by Dan Sinclair · 8 years ago
  98. b2fb20e Remove un-needed CFDE_XMLDeclaration by Dan Sinclair · 8 years ago
  99. ee62ba2 Cleanup CFX_BlockBuffer by Dan Sinclair · 8 years ago
  100. c3202a9 Let CPDF_ImageRenderer own the CFX_ImageRenderer by Nicolas Pena · 8 years ago