1. 9a2f69f Move fxcrt_stream code to fx_stream file by Dan Sinclair · 8 years ago
  2. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  3. 6864bf8 core: choosen -> chosen by Miklos Vajna · 8 years ago
  4. 03f0fb0 Remove the friends of CPDF_FormField by Nicolas Pena · 8 years ago
  5. 7a68198 Split up CFX_DIBitmap::ConvertColorScale by Nicolas Pena · 8 years ago
  6. 3c66ea0 Update IFX_CharIter::Clone to return unique_ptr by Dan Sinclair · 8 years ago
  7. 4363c8f Rename array names to match codepage names by Dan Sinclair · 8 years ago
  8. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  9. 2a473db Cleanup the fgas_language defines by Dan Sinclair · 8 years ago
  10. 0d86ecb Move fde XML parser to core by Dan Sinclair · 8 years ago
  11. 3b71d26 Move CFGAS_Stream to CFX_SeekableStreamProxy by Dan Sinclair · 8 years ago
  12. 5af27b6 Remove hand-written bsearch from XFA_GetAttributeEnumByName() by Tom Sepez · 8 years ago
  13. 3420ba8 Remove hand-written bsearch from XFA_GetAttributeByName() by Tom Sepez · 8 years ago
  14. ac07d34 Libtiff upstream security fixes by Nicolas Pena · 8 years ago
  15. bf510b7 Rename IFGAS_Stream to CFGAS_Stream by Dan Sinclair · 8 years ago
  16. fdf7d40 Remove IFGAS_Stream::CreateWideStringReadStream by Dan Sinclair · 8 years ago
  17. 152bfe0 Libtiff upstream: _TIFFcalloc addition by Nicolas Pena · 8 years ago
  18. 9bd8b4c Clean up unneeded code in agg and skia driver by Nicolas Pena · 8 years ago
  19. 7172969 Fold the CFGAS_Stream subclasses in CFGAS_Stream by Dan Sinclair · 8 years ago
  20. 1d0dc5e Codepage code into anonymouse namespace by Dan Sinclair · 8 years ago
  21. 4fcdf05 Subclass the stream implementations from CFGAS_Stream by Dan Sinclair · 8 years ago
  22. 1d52d1e Use unique_ptr in CFWL_NoteDriver::m_eventTargets map by Tom Sepez · 8 years ago
  23. a775723 Use unique_ptr in JSGlobalAlternate::m_MapGlobal by Tom Sepez · 8 years ago
  24. ecd3646 Check char sign in fx_ext.h by Nicolas Pena · 8 years ago
  25. 994acdc Rename text break files to match class names. by Dan Sinclair · 8 years ago
  26. 5ae8792 Update IFGAS_Stream::WriteString to take a string. by Dan Sinclair · 8 years ago
  27. eccf405 Cleanup XML buffer code by Dan Sinclair · 8 years ago
  28. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  29. 94c5e25 Remove unused class by Dan Sinclair · 8 years ago
  30. 5f28b86 Use unique_ptr for m_pNormalWidget by Tom Sepez · 8 years ago
  31. 0f9b0a9 Require unique_ptr arg for CXFA_FMLexer::SetToken() by Tom Sepez · 8 years ago
  32. cec0180 Render image masks individually instead of rendering the entire page as by rbpotter · 8 years ago
  33. 080dfd8 Remove dead barcode bitmap rendering code. by Lei Zhang · 8 years ago
  34. 8f0bf89 Add iterators for Byte/WideStringCs. by Tom Sepez · 8 years ago
  35. c329d59 Fix buffer management issues in CFX_SAXReader. by Tom Sepez · 8 years ago
  36. e190e7c Replace indirect calls with switch in CFX_SaxReader. by Tom Sepez · 8 years ago
  37. 65a2192 Remove more references to GYP. by Lei Zhang · 8 years ago
  38. 16b9d77 Add unit test for CFX_SAXReader. by Tom Sepez · 8 years ago
  39. ba91bed Roll build/ to a9eff4d. by Lei Zhang · 8 years ago
  40. 041cbcf Roll clang to d551679. by Lei Zhang · 8 years ago
  41. 3cfff70 Add ability to make StringCs from std::vector<>s. by Tom Sepez · 8 years ago
  42. 7b7c653 Fold LoadFile{Read|Write} back into constructors by Dan Sinclair · 8 years ago
  43. 7062b26 Use vector of unique ptr in cpdf_data_avail.cpp. by Tom Sepez · 8 years ago
  44. 742977f Add embeddertest for form text rendering and saving by Nicolas Pena · 8 years ago
  45. a119340 Move another opertator<<() prototype into correct .h file. by Tom Sepez · 8 years ago
  46. 36c5b17 core: allow building against system zlib by Miklos Vajna · 8 years ago
  47. e0b5922 Refcount CPDF_CryptoHandler by Tom Sepez · 8 years ago
  48. d20e388 Tidy build instructions by Tom Sepez · 8 years ago
  49. 5eb58cd Fix string passing coventions in xfa_fm2jscontext.h by Tom Sepez · 8 years ago
  50. f6baf6b Fold CFGAS_Stream into CFGAS_TextStream. by Dan Sinclair · 8 years ago
  51. 81513c8 Cache TypeFace instead of Font by Cary Clark · 8 years ago
  52. 27a0f35 Some fixes to the fallback font code. by Nicolas Pena · 8 years ago
  53. 94c34c9 No gradient to draw if clip is empty by Cary Clark · 8 years ago
  54. deadbfb Remove params from CFGAS_Stream by Dan Sinclair · 8 years ago
  55. 8ed5366 Remove text buffer for CFGAS_TextStream by Dan Sinclair · 8 years ago
  56. 941c1b8 Remove m_iStart which is always zero by Dan Sinclair · 8 years ago
  57. 5111496 Fold CXFA_WideTextRead into IFGAS_Stream by Dan Sinclair · 8 years ago
  58. 661fcc0 Pull in the latest PartitionAlloc fixes from upstream. by Chris Palmer · 8 years ago
  59. 9d6a208 Remove MakeSeekableReadStream by Dan Sinclair · 8 years ago
  60. b333c9e Clip stack management was off by one. by Cary Clark · 8 years ago
  61. 445831e Remove the FGAS Buffered Stream by Dan Sinclair · 8 years ago
  62. 12c74ac Minor text change in README. by Dan Sinclair · 8 years ago
  63. d776c97 Refactor CFX_Palette by Nicolas Pena · 8 years ago
  64. e6baec5 Remove vestigial GYP_GONE test targets. by jbudorick · 8 years ago
  65. 2d8b899 Remove the STREAMTYPE define. by Dan Sinclair · 8 years ago
  66. 5c97fd8 Avoid long assignment chain in FM parser by Nicolas Pena · 8 years ago
  67. 6e485ca Remove unneeded stream access flags by Dan Sinclair · 8 years ago
  68. 75dc42a Remove unused loading code from IFGAS_Stream by Dan Sinclair · 8 years ago
  69. d7120ee Disabiguate CreateStream calls by Dan Sinclair · 8 years ago
  70. 96e65ae Guard against negative shift in nVal calculation by Dan Sinclair · 8 years ago
  71. 0c820a2 Remove unused CreateTextStream by Dan Sinclair · 8 years ago
  72. d562ef0 Remove unused CreateSharedStream by Dan Sinclair · 8 years ago
  73. c6c71f1 Use checked_numeric to guard shift by Dan Sinclair · 8 years ago
  74. cdb7e1f Do not treat push button as fillable field by Wei Li · 8 years ago
  75. 76c9a1b Guard against negative shift in jbig2 huffman initialization by Dan Sinclair · 8 years ago
  76. ecc3c83 Fix windows skia component build by dan sinclair · 8 years ago
  77. ec8ff7d Fix bytestring passing conventions, part 2. by Tom Sepez · 8 years ago
  78. 84b596d Remove unreachable code in CFX_ScanlineCompositor by Nicolas Pena · 8 years ago
  79. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 8 years ago
  80. 746c287 Create initializer-list ctor for strings. by Tom Sepez · 8 years ago
  81. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  82. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  83. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 8 years ago
  84. 1e8c39f Remove the "old way" of performing FlateUncompress. by Tom Sepez · 8 years ago
  85. 03c5e17 Gitignore jinja2 and markupsafe by Nicolas Pena · 8 years ago
  86. 0e5d892 Use libjpeg-turbo instead of our own copy of libjpeg. by Lei Zhang · 8 years ago
  87. 4bb4029 Use CFX_MaybeOwned on the buffer of CFX_DIBitmap by Nicolas Pena · 8 years ago
  88. 2b79729 Fix unit tests to initialize PartitionAlloc. by Chris Palmer · 8 years ago
  89. 8a24b25 Clean up CBC_QRCoderVersion and friends. by Lei Zhang · 8 years ago
  90. c758d9d Remove stale gn arg to avoid undeclared argument warning. by Dale Curtis · 8 years ago
  91. 8bf955c Cleanup CFX_BitmapComposer by Nicolas Pena · 8 years ago
  92. 93c086c Cleanup nits from previous XML Cl by dan sinclair · 8 years ago
  93. deff61f Cleanup tagged code. by dan sinclair · 8 years ago
  94. 7f38961 Cleanup the tagged code by dan sinclair · 8 years ago
  95. 25553aa Remove the length reference from XMLSyntaxParser by dan sinclair · 8 years ago
  96. ad22ac4 Change the CFDE_XMLSyntaxParser start and end types by Nicolas Pena · 8 years ago
  97. bf58fbb Convert XMLSyntaxParser buffer to vector. by dan sinclair · 8 years ago
  98. 1b22880 Change some fxbarcode to use return values. by Lei Zhang · 8 years ago
  99. 0b18e15 Use unique_ptr in the children of CFieldTree::Node by Nicolas Pena · 8 years ago
  100. 480f62b Merge XMLSyntaxParser Init into constructor by Dan Sinclair · 8 years ago