Age | Commit message (Expand) | Author |
2017-05-17 | Reland: Small fix in CPDF_TrueTypeFont load | Nicolas Pena |
2017-05-17 | Revert "Small fix in CPDF_TrueTypeFont load" | Nicolás Peña |
2017-05-16 | Small fix in CPDF_TrueTypeFont load | Nicolas Pena |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-15 | Remove unused flags from CPDF_Creator | Nicolas Pena |
2017-05-11 | Use clamp() in a couple more places. | Lei Zhang |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-11 | Move map and codec loading into manager | Dan Sinclair |
2017-05-10 | Split DCT decoder creation from CPDF_DIBSource::CreateDecoder(). | Lei Zhang |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-10 | Cleaning up Edit code | Dan Sinclair |
2017-05-10 | Simplify CPDF_ImageRenderer::StartRenderDIBSource(). | Lei Zhang |
2017-05-10 | Use FXSYS_IntToTwoHexChars() in more places. | Lei Zhang |
2017-05-10 | Fix typos for the word start. | Lei Zhang |
2017-05-09 | Edit code cleanup | Dan Sinclair |
2017-05-09 | Move FPDF_FILEWRITE adapter to own file | Dan Sinclair |
2017-05-09 | Rename fpdf_edit_create.cpp to cpdf_creator.cpp | Dan Sinclair |
2017-05-09 | Remove editint.h and create individual headerschromium/3095 | Dan Sinclair |
2017-05-09 | Remove CPDF_Creator friends | Dan Sinclair |
2017-05-09 | Remove AppendObject from CPDF_Creator | Dan Sinclair |
2017-05-09 | Cleanup CPDF_Creator defines and method names | Dan Sinclair |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-08 | Check bits to decode will fit before decoding | Dan Sinclair |
2017-05-06 | Remove type-unsafe void* / uint8_t* usage in fx_crypt.h | Tom Sepez |
2017-05-05 | Split out CPDF_CMap::m_pLeading into separate members.chromium/3093chromium/3092 | Tom Sepez |
2017-05-05 | Make CPDF_CMap::m_pMapping use std::vector | Tom Sepez |
2017-05-05 | Fix CPDF_CMap::m_pAddMapping lack of type information. | Tom Sepez |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | CPDF_Document::GetPageData() normally does not return NULL. | Lei Zhang |
2017-05-04 | Make CPDF_Font member variables protected. | Lei Zhang |
2017-05-04 | Remove CFX_GlyphMap | Tom Sepez |
2017-05-04 | Remove some unused IFX_Pause params | Dan Sinclair |
2017-05-04 | CPDF_DataAvail: avoid reads into stack buffers. | Tom Sepez |
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-04-29 | Fix rotationschromium/3086chromium/3085 | rbpotter |
2017-04-27 | Assert CPDF_Pattern always has a valid CPDF_Document pointer. | Lei Zhang |
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 | 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-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-24 | Initialize colour valueschromium/3080 | Dan Sinclair |
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-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |