Age | Commit message (Expand) | Author |
2017-05-04 | Remove some unused IFX_Pause params | Dan Sinclair |
2017-05-04 | More cleanup in CFX_ScanlineCompositor | Nicolas Pena |
2017-05-04 | CPDF_DataAvail: avoid reads into stack buffers. | Tom Sepez |
2017-05-04 | Move O_BINARY and O_LARGEFILE defintions | Tom Sepez |
2017-05-04 | Remove FXSYS_wfopen(), it is totally unused. | Tom Sepez |
2017-05-03 | Clean up CRYPT_ArcFourCrypt(). | Lei Zhang |
2017-05-03 | CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words | Tom Sepez |
2017-05-03 | SetPos to at most the file length to avoid overflows | Nicolas Pena |
2017-05-03 | Use enum class GifDecodeStatus instead of integers in fx_gif | Nicolas Pena |
2017-05-03 | Add a unit test for CRYPT_ArcFourSetup(). | Lei Zhang |
2017-05-02 | CRYPT_ArcFourSetup: don't use key[0] when length is 0 | Tom Sepez |
2017-05-02 | Change BarcodeTest to render to bitmaps. | Lei Zhang |
2017-05-02 | Fix some nits in fx_gif.cpp | Nicolas Pena |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-05-01 | Fix CGifLZWDecoder::Decode comparison | Nicolas Pena |
2017-05-01 | Add PDF reference to CFX_Matrix comment | Nicolas Pena |
2017-04-29 | Fix rotationschromium/3086chromium/3085 | rbpotter |
2017-04-28 | Limit recursion in CXML_Parser::ParseElement(). | Lei Zhang |
2017-04-28 | Disallow CPDF_FormField with deep node trees. | Lei Zhang |
2017-04-28 | Fix stack overflow in CFieldTree::Node::GetFieldInternal(). | Lei Zhang |
2017-04-27 | Assert CPDF_Pattern always has a valid CPDF_Document pointer. | Lei Zhang |
2017-04-27 | Zero 4 byte variable before reading 3 bytes into it | Tom Sepez |
2017-04-27 | Remove more |new|s, part 2 | Tom Sepez |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-26 | Guard against overflow in CFX_BilinearMatrix code. | Dan Sinclair |
2017-04-26 | Remove CPDF_Document parameter from CPDF_DeviceCS ctor. | Lei Zhang |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-26 | Fix botched negation in cpdf_imageobject.cpp | Tom Sepez |
2017-04-25 | Use unique_ptr in CFPF_SkiaDeviceModule | Tom Sepez |
2017-04-25 | Use unique_ptr for CFX_GEModule::m_pFontCache. | Tom Sepez |
2017-04-25 | Remove remaining ICodec_* abstract classes | Tom Sepez |
2017-04-25 | Add unittest for matrix reverse | Dan Sinclair |
2017-04-25 | Add comment to CFX_Matrix to record component positions. | Dan Sinclair |
2017-04-25 | Rename fx_basic_memmgr.cpp to fx_memory.cpp to match .h naming | Tom Sepez |
2017-04-25 | Rename core/fxcrt/fx_basic_coords.cpp to fx_coordinates.cpp | Tom Sepez |
2017-04-25 | Delete some CFX string ctors. | Lei Zhang |
2017-04-25 | Use fx_extension.h utilities in more places. | Lei Zhang |
2017-04-24 | Add FXSYS_wcsftime() to avoid termination on win. | Tom Sepez |
2017-04-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-24 | Use unique_ptr in CFX_SizeGlyphCache | Tom Sepez |
2017-04-24 | Initialize colour valueschromium/3080 | Dan Sinclair |
2017-04-21 | Use unique_ptr in CFX_FolderFontInfo::m_FontListchromium/3079 | Tom Sepez |
2017-04-21 | Use unique_ptr in CFX_FontMgr::m_FaceMap. | Tom Sepez |
2017-04-21 | Add CFX_RenderDevice::AutoRestorer()chromium/3078 | Tom Sepez |
2017-04-21 | Return unique_ptr from CPDF_Type3Cache::RenderGlyph(). | Tom Sepez |
2017-04-21 | Return unique_ptr from CPDF_RenderStatus::CloneObjStates(). | Tom Sepez |
2017-04-21 | Revert "Compare to epsilon instead of 0 in CFX_Matrix::SetReverse" | Nicolas Pena |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Remove hand-written bsearch from cfx_xmlsyntaxparser.cppchromium/3077 | Tom Sepez |