Age | Commit message (Expand) | Author |
2017-08-03 | APIs and tests for retrieving raw/decoded data from image objects | Jane Liu |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-31 | Initialize CPDF_PathObject members on constructor. | Henrique Nakashima |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-19 | Basic APIs and tests for extracting attachments | Jane Liu |
2017-07-17 | Let CPDF_MeshStream::ReadVertexRow return a vector | Nicolas Pena |
2017-07-12 | Nits in CFX_RenderDevice and CPDF_ContentParser | Nicolas Pena |
2017-07-12 | Remove unused methods from CPDF_ColorSpace | Nicolas Pena |
2017-07-12 | Move CMYKtoRGB methods to fx_codec and clean them up | Nicolas Pena |
2017-07-12 | Cleanup ICC code part 1 | Nicolas Pena |
2017-06-30 | Remove pointless CFX_FloatRect construction. | Lei Zhang |
2017-06-28 | Set default graphics before generating page contents | Nicolas Pena |
2017-06-27 | Modified CPDF_PageContentGenerator to work with both Form and Page | Jane Liu |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-06-20 | Cleanup tiling and shading patterns in correct order | Dan Sinclair |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-06-08 | Replacing CFX_ByteTextBuf with stringstream in cpdf_streamparser.cpp. | Henrique Nakashima |
2017-06-01 | Fix content generation to only generate dirty page objects. | wileyrya |
2017-05-26 | Add public API for setting the blend mode on a page object. | wileyrya |
2017-05-26 | Release unowned CS reference before maybe destroying owned one | Tom Sepez |
2017-05-26 | Use proper file names in core/fpdfapi/font | Nicolas Pena |
2017-05-26 | Simplify CPDF_Page ctor. | Lei Zhang |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-24 | Convert to CFX_UnownedPtr, part 9 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 8chromium/3110 | Tom Sepez |
2017-05-23 | Make CPDF_ImageCacheEntry retain CPDF_Image | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
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-04-29 | Fix rotationschromium/3086chromium/3085 | rbpotter |
2017-04-27 | Assert CPDF_Pattern always has a valid CPDF_Document pointer. | Lei Zhang |
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 | Initialize colour valueschromium/3080 | Dan Sinclair |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Render image masks individually instead of rendering the entire page as | rbpotter |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |