Age | Commit message (Expand) | Author |
2018-03-15 | Create FPDFPage_RemoveObject(). | Henrique Nakashima |
2018-03-05 | Make FPDFBitmap_GetFormat() work for JBIG images. | Lei Zhang |
2018-03-01 | Add a test for FPDFImageObj_GetBitmap() with a JBIG image. | Lei Zhang |
2018-02-12 | Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). | Lei Zhang |
2018-02-09 | Get rid of EmbedderTest::RenderPageDeprecated(). | Lei Zhang |
2018-02-08 | Do more page load/unload checks in EmbedderTest. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-05 | Make EmbedderTest class member style consistent. | Lei Zhang |
2018-02-05 | Add FPDFAnnotationDeleter for use with std::unique_ptr. | Lei Zhang |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-09 | Expose marked content IDs for images and alt text. | Julian Lunger |
2017-11-10 | Stop using m_SavedPage in embedder tests.chromium/3265 | Henrique Nakashima |
2017-10-27 | Revert "Revert "Reland "Remove ContrastAdjust()."""chromium/3253chromium/3252 | Henrique Nakashima |
2017-10-27 | Revert "Reland "Remove ContrastAdjust()."" | Henrique Nakashima |
2017-10-27 | Reland "Remove ContrastAdjust()." | Henrique Nakashima |
2017-10-27 | Revert "Remove ContrastAdjust()." | Henrique Nakashima |
2017-10-26 | Remove ContrastAdjust(). | Henrique Nakashima |
2017-10-18 | Fix rounding of colour values | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Add Length1 in TrueType font streams | Nicolás Peña |
2017-09-28 | Change bottom-top order in FontBBox | Nicolás Peña |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-25 | API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() | Miklos Vajna |
2017-09-22 | API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() | Miklos Vajna |
2017-09-20 | Add FPDFPath_GetPoint() APIchromium/3221 | Miklos Vajna |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | Add public method FPDFPath_CountPoint to get # of points of a path object. | Miklos Vajna |
2017-08-31 | Change FPDFImageObj_GetImageFilter() to return byte strings. | Lei Zhang |
2017-08-16 | API and test for retrieving metadata from image objects | Jane Liu |
2017-08-09 | API and test for retrieving image filters from image objects | Jane Liu |
2017-08-08 | Added FPDFPageObj_Destroy() for freeing page objects created | Jane Liu |
2017-08-03 | APIs and tests for retrieving raw/decoded data from image objects | Jane Liu |
2017-08-03 | APIs and tests for extracting bitmaps from image objects | Jane Liu |
2017-07-10 | Roll FreeType to c56d8851ea987023cc73981a70d261b3f6427545chromium/3156chromium/3155chromium/3154 | Nicolas Pena |
2017-07-05 | Allow EmbedderTest to test saving | Nicolas Pena |
2017-06-29 | Add TestSaved helper method in FPDFEditEmbeddertest | Nicolas Pena |
2017-06-28 | Set default graphics before generating page contents | Nicolas Pena |
2017-06-27 | Changed the return type for annotation APIs | Jane Liu |
2017-06-20 | Wrapper class for annotation dictionary + CPDF_Formchromium/3137 | Jane Liu |
2017-06-14 | Fix crash when inserting empty path | Nicolas Pena |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-06-07 | Fixing FPDFPage_TransformAnnots | Jane Liu |
2017-06-07 | Fix EmptyCreation test | Nicolas Pena |
2017-06-01 | Fix content generation to only generate dirty page objects. | wileyrya |
2017-05-26 | Eliminate unneeded calls to FPDFPage_GenerateContentchromium/3115chromium/3114 | Nicolas Pena |
2017-05-18 | Bad cast to CPDF_Document in FPDFEditEmbeddertest | Tom Sepez |
2017-05-17 | Use more static_cast in fpdfsdk | Nicolas Pena |
2017-05-08 | fpdfsdk: add minimal FPDFPageObj_GetType() testcasechromium/3094 | Miklos Vajna |
2017-05-04 | Make CPDF_Font member variables protected. | Lei Zhang |
2017-05-03 | Add a ToUnicode mapping when loading CID fonts | Nicolas Pena |