1. 25553aa Remove the length reference from XMLSyntaxParser by dan sinclair · 8 years ago
  2. ad22ac4 Change the CFDE_XMLSyntaxParser start and end types by Nicolas Pena · 8 years ago
  3. bf58fbb Convert XMLSyntaxParser buffer to vector. by dan sinclair · 8 years ago
  4. 480f62b Merge XMLSyntaxParser Init into constructor by Dan Sinclair · 8 years ago
  5. 5f983bb Update XML syntax parser to return strings by Dan Sinclair · 8 years ago
  6. 62bd019 Check first then cast in XFA_FDEExtension_ResolveNamespaceQualifier by Tom Sepez · 8 years ago
  7. 5fa4e98 Move XML attribute handling to a base class. by Dan Sinclair · 8 years ago
  8. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  9. 93bfc26 Cleanup CFDE_XMLCharData and CFDE_XMLText by Dan Sinclair · 8 years ago
  10. b2fb20e Remove un-needed CFDE_XMLDeclaration by Dan Sinclair · 8 years ago
  11. ee62ba2 Cleanup CFX_BlockBuffer by Dan Sinclair · 8 years ago
  12. 03d5893 Clean up QRCoderEncoder and friends. by Lei Zhang · 8 years ago
  13. c3202a9 Let CPDF_ImageRenderer own the CFX_ImageRenderer by Nicolas Pena · 8 years ago
  14. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 8 years ago
  15. ac35589 Split the FDE XML file into indiviual class files. by Dan Sinclair · 8 years ago
  16. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  17. 2ae80f5 Drop FXSYS_ from wide string methods by Dan Sinclair · 8 years ago
  18. ba8ac3f Drop FXSYS_ from file methods by Dan Sinclair · 8 years ago
  19. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  20. bdbb0bd Split fx_dib part 3 by Nicolas Pena · 8 years ago
  21. eb39cdb Pull in FreeType via DEPS instead. by Lei Zhang · 8 years ago
  22. bd9237e Move CXFA_XMLParser to CFDE_XMLParser by Dan Sinclair · 8 years ago
  23. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  24. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 8 years ago
  25. bccf573 Rename tto/fde_textout to cfde_textout by Dan Sinclair · 8 years ago
  26. ddb7016 Move CFX files into fxcrt by Dan Sinclair · 8 years ago
  27. e2e1794 Remove unnecessary FreeType include. by Dominik Röttsches · 8 years ago
  28. d9828fd Rename FDE files to match contents. by Dan Sinclair · 8 years ago
  29. dd046da Fix Chromium XFA build by Dominik Röttsches · 8 years ago
  30. 8e5038f Rename fgas_stream to ifgas_stream by Dan Sinclair · 8 years ago
  31. e778668 Move xfa/fxbarcode fxbarcode/ by Dan Sinclair · 8 years ago
  32. b929ab0 Remove fgas/localization directory by Dan Sinclair · 8 years ago
  33. bd5176e Rename fgas/localization files to match contents by Dan Sinclair · 8 years ago
  34. 0cf642f Rename CFX_Unitime to CFX_DateTime by Dan Sinclair · 8 years ago
  35. efcae5d Split xfa_object.h apart. by Dan Sinclair · 8 years ago
  36. 9ad342b Return values instead of out params by Dan Sinclair · 8 years ago
  37. ec1843d Renaming and splitting in xfa/fxfa/parser. by Dan Sinclair · 8 years ago
  38. afc8eb3 Fix nits in cxfa_ffpageview.cpp and friends. by Lei Zhang · 8 years ago
  39. 8b6186f Remove CFX_ArrayTemplate from FX barcode code. by Tom Sepez · 8 years ago
  40. 9d20d1f Remove CFX_ArrayTempalte from cxfa_resolvprocessor.cpp by Tom Sepez · 8 years ago
  41. 6d04ae0 Remove CFX_ArrayTemplate from xfa_layoutpagemgr.cpp by Tom Sepez · 8 years ago
  42. 7cdc660 Remove CFX_ArrayTemplate from CXFA_Node. by Tom Sepez · 8 years ago
  43. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 8 years ago
  44. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 8 years ago
  45. a3e9bf6 Remove CFX_ArrayTemplate from xfa_document_datamerger_imp.cpp by Tom Sepez · 8 years ago
  46. 65c6e00 remove CFX_ArrayTemplate from cfde_txtedtparag.cpp by Tom Sepez · 8 years ago
  47. 35db73c use std::vector for m_rgSpecifiedColumnWidths by Tom Sepez · 8 years ago
  48. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 8 years ago
  49. 369fe1f Remove CFX_ArrayTemplate in CXFA_ValueArray by Tom Sepez · 8 years ago
  50. 5c500ac Return arrays where appropriate in fxfa. by Tom Sepez · 8 years ago
  51. 780f552 kill another CFX_ArrayTemplate in cfde_txtedtengine.cpp by Tom Sepez · 8 years ago
  52. fcc309e Use std::vector in fxfa/app. by Tom Sepez · 8 years ago
  53. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  54. b822782 Use std::vector<std::unique_ptr>> in cxfa_ffpageview by Tom Sepez · 8 years ago
  55. 41fdbdf Remove unused CXFA_WidgetAccIterator methods by Dan Sinclair · 8 years ago
  56. 25d2ad4 Tighten up XFA Visibility by Dan Sinclair · 8 years ago
  57. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  58. cdba747 Cleanup DocType defines by Dan Sinclair · 8 years ago
  59. 1bbedec Remove unused XFA_VALIDATE code by Dan Sinclair · 8 years ago
  60. e3978d0 Remove unused invalidate flag by Dan Sinclair · 8 years ago
  61. ffc6d59 Use std::vector in cfde_txtedtengine by Tom Sepez · 8 years ago
  62. 29bd354 Use unique_ptr in xfa_ffpushbutton.h by Tom Sepez · 8 years ago
  63. 3ae3033 Use unique_ptr for CFDE_XMLDoc::m_pRoot by Tom Sepez · 8 years ago
  64. 3d06022 Remove unused docview flag by Dan Sinclair · 8 years ago
  65. 742fa8c Use moar unique_ptrs in CXFA_Document by Tom Sepez · 8 years ago
  66. 38f6d9d Use unique_ptr in cfx_saxreader.h by Tom Sepez · 8 years ago
  67. 9c045de Use std::vector for m_HotKeys by Tom Sepez · 8 years ago
  68. 5c529e6 Combine more RTF and TXT Break code by Dan Sinclair · 8 years ago
  69. cf2d0ca Simplify date time code by Dan Sinclair · 8 years ago
  70. 2a6482c Cleanup unchanged values in CFX_TxtBreak by Dan Sinclair · 8 years ago
  71. 20df310 Cleanup fgas_datetime code by Dan Sinclair · 8 years ago
  72. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  73. 939121f Cleanup some fgas locale code. by Dan Sinclair · 8 years ago
  74. db0cc52 Simplify TxtBreak AppendChar by Dan Sinclair · 8 years ago
  75. e533b93 Create common base class for TxtBreak and RTFBreak. by Dan Sinclair · 8 years ago
  76. cfdb5fd remove CFX_ArrayTemplate from fde/xml. by Tom Sepez · 8 years ago
  77. c849385 Use map of unique_ptr in cxfa_textparser. by Tom Sepez · 8 years ago
  78. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 8 years ago
  79. 42059a3 Cleanup nits from prior CLs by Dan Sinclair · 8 years ago
  80. 8c1a66b Remove unused methods and data from fgas_codepage by Dan Sinclair · 8 years ago
  81. 4d67473 Replace FX_POSITION in GFGAS_FontMgr with bool by Dan Sinclair · 8 years ago
  82. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  83. 25de4c6 Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_t by Dan Sinclair · 8 years ago
  84. 656c781 Use std::vector for content layout item arrays by Tom Sepez · 8 years ago
  85. f8a9439 Replace CXFA_{Object,Node}Array with std::vector by Tom Sepez · 8 years ago
  86. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  87. 6b94f01 Replace FX_DOUBLE with underlying double type. by Dan Sinclair · 8 years ago
  88. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  89. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  90. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  91. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  92. 6fcea1f Convert TxtBreak line pieces to a vector. by dan sinclair · 8 years ago
  93. 8f03b42 Simplify TxtBreak line handling. by dan sinclair · 8 years ago
  94. 8da7920 Simplify the CFX_TxtPiece class by dan sinclair · 8 years ago
  95. 575898e Remove some single use interfaces by Dan Sinclair · 8 years ago
  96. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  97. a5a3de9 Remove unused defines from TextBreak. by Dan Sinclair · 8 years ago
  98. 9e9bab6 Cleanup TXTLINEALIGNMENT defines by Dan Sinclair · 8 years ago
  99. 1c97fd1 Remove unused TextBreak methods by Dan Sinclair · 8 years ago
  100. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago