summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-04-20Remove hand-written bsearch from cfx_xmlsyntaxparser.cppchromium/3077Tom Sepez
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-20Revert "core: allow building against system zlib"dsinclair
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair
2017-04-20Move fxcrt_stream code to fx_stream fileDan Sinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-20core: choosen -> chosenMiklos Vajna
2017-04-20Remove the friends of CPDF_FormFieldNicolas Pena
2017-04-19Split up CFX_DIBitmap::ConvertColorScaleNicolas Pena
2017-04-19Update IFX_CharIter::Clone to return unique_ptrDan Sinclair
2017-04-19Rename array names to match codepage namesDan Sinclair
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair
2017-04-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Libtiff upstream: _TIFFcalloc additionNicolas Pena
2017-04-18Clean up unneeded code in agg and skia driverNicolas Pena
2017-04-18Check char sign in fx_ext.hNicolas Pena
2017-04-18Cleanup XML buffer codeDan Sinclair
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-18Remove unused classDan Sinclair
2017-04-18Render image masks individually instead of rendering the entire page asrbpotter
2017-04-17Add iterators for Byte/WideStringCs.Tom Sepez
2017-04-17Fix buffer management issues in CFX_SAXReader.Tom Sepez
2017-04-17Replace indirect calls with switch in CFX_SaxReader.Tom Sepez
2017-04-17Add unit test for CFX_SAXReader.Tom Sepez
2017-04-13Add ability to make StringCs from std::vector<>s.Tom Sepez
2017-04-13Use vector of unique ptr in cpdf_data_avail.cpp.Tom Sepez
2017-04-13Move another opertator<<() prototype into correct .h file.Tom Sepez
2017-04-13core: allow building against system zlibMiklos Vajna
2017-04-13Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072Tom Sepez
2017-04-12Cache TypeFace instead of FontCary Clark
2017-04-12Some fixes to the fallback font code.Nicolas Pena
2017-04-12No gradient to draw if clip is emptyCary Clark
2017-04-12Clip stack management was off by one.Cary Clark
2017-04-11Refactor CFX_Palettechromium/3069Nicolas Pena
2017-04-10Guard against negative shift in nVal calculationDan Sinclair
2017-04-10Use checked_numeric to guard shiftDan Sinclair
2017-04-10Guard against negative shift in jbig2 huffman initializationDan Sinclair
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-10Remove unreachable code in CFX_ScanlineCompositorchromium/3068Nicolas Pena
2017-04-08Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066dan sinclair
2017-04-07Create initializer-list ctor for strings.Tom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-07Tweak CFDF_Font::AppendChar()Tom Sepez
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-07Remove the "old way" of performing FlateUncompress.Tom Sepez
2017-04-07Use CFX_MaybeOwned on the buffer of CFX_DIBitmapNicolas Pena
2017-04-06Fix unit tests to initialize PartitionAlloc.Chris Palmer
2017-04-06Cleanup CFX_BitmapComposerNicolas Pena
2017-04-06Cleanup nits from previous XML Cldan sinclair