Age | Commit message (Expand) | Author |
2018-10-12 | Split core/fpdfapi build rules into various sub-directories. | Lei Zhang |
2018-10-12 | Remove more unnecessary includes and do IWYU as needed. | Lei Zhang |
2018-10-12 | Move core/fdrm/crypto/* to core/fdrm/. | Lei Zhang |
2018-10-12 | Rename CPDF_{Array,Dictionary}::GetCount() to size(). | Lei Zhang |
2018-10-10 | Rename CPDF_ContentMark to CPDF_ContentMarks. | Henrique Nakashima |
2018-10-10 | Simplify some object rect calculations. | Lei Zhang |
2018-10-09 | Do IWYU for ptr_util.h. | Lei Zhang |
2018-10-09 | Do IWYU for cpdf_dictionary.h. | Lei Zhang |
2018-10-06 | Encapsulate CPDF_PageObject's rect member. | Lei Zhang |
2018-10-05 | Remove optional matrix parameter from CPDF_PageObject::GetBBox(). | Lei Zhang |
2018-10-04 | Refer to const smart pointers consistently. | Lei Zhang |
2018-10-02 | Remove dead code in CPDF_PageRenderCache::ResetBitmap(). | Lei Zhang |
2018-09-21 | Replace CPDF_Color::Copy() with honest-to-goodness operator=(). | Tom Sepez |
2018-09-21 | Validate more image values in CPDF_DIBBase. | Lei Zhang |
2018-09-20 | Validate some image data in CPDF_Image::InitJPEG(). | Lei Zhang |
2018-09-20 | Fix misc lint errors and other cleanups. | Lei Zhang |
2018-09-20 | Remove many unneeded STL #includes from headers. | Lei Zhang |
2018-09-17 | Encapsulate CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2018-09-14 | Make ContentParam::m_Name be a ByteString. | Tom Sepez |
2018-09-13 | Reland "Introduce FX_Number class as a replacement for FX_atonum()." | Tom Sepez |
2018-09-13 | Revert "Introduce FX_Number class as a replacement for FX_atonum()." | Tom Sepez |
2018-09-13 | Introduce FX_Number class as a replacement for FX_atonum(). | Tom Sepez |
2018-09-12 | Set correct stream index when parsing is done in several steps. | Henrique Nakashima |
2018-09-11 | Do not copy data in DecodeAllScanlines(). | Lei Zhang |
2018-09-11 | Make flate decode functions' buffer out parameter unique_ptrs. | Lei Zhang |
2018-09-11 | Make RunLengthDecode()'s buffer out parameter a unique_ptr. | Lei Zhang |
2018-09-11 | Make HexDecode()'s buffer out parameter a unique_ptr. | Lei Zhang |
2018-09-04 | Fix some more span/memcpy interactions. | Tom Sepez |
2018-08-29 | Use pdfium::span<> in fpdf_parser_decode.h helper functions. | Tom Sepez |
2018-08-29 | Remove FPDFAPI_ prefix from internal cid/encoder functions | Tom Sepez |
2018-08-28 | Use pdfium::span<> in more image modules | Tom Sepez |
2018-08-28 | Use std::span<> in CCodec_JPEGModule | Tom Sepez |
2018-08-27 | The final game: mark everything final. | Tom Sepez |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-23 | Use pdfium::span<> in CPDF_Stream::SetData(). | Tom Sepez |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-08-10 | Kill some optional parameters that are always supplied. | Tom Sepez |
2018-08-10 | Make the 4th parameter in CPDF_Form non-optional. | Lei Zhang |
2018-08-10 | Minor cleanup in CPDF_ContentParser. | Lei Zhang |
2018-08-10 | Make CPDF_PSFunc::m_PS mutable. | Tom Sepez |
2018-08-09 | Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.chromium/3518 | Lei Zhang |
2018-07-18 | Use casts to deduplicate implementation of const/non-const methods. | Henrique Nakashima |
2018-07-14 | Use more ternary operators in content mark code.chromium/3493chromium/3492 | Lei Zhang |
2018-07-13 | Create API to remove a content mark from a page object. | Henrique Nakashima |
2018-07-13 | Fix mark parameters not saved if nothing changed. | Henrique Nakashima |
2018-07-11 | Write marked content operators when generating a stream. | Henrique Nakashima |
2018-07-11 | Store property name for marked content with an indirect dict. | Henrique Nakashima |
2018-07-11 | Cleanup CPDF_ContentMark. | Henrique Nakashima |
2018-07-11 | Split CPDF_ContentMark::AddMark() into three versions. | Henrique Nakashima |
2018-07-10 | Create API for adding content marks and setting their params.chromium/3488 | Henrique Nakashima |