Age | Commit message (Expand) | Author |
2016-07-24 | Use actual type instead CFX_Deletable | weili |
2016-07-21 | Fix skia build broken by commit c38cd6 | weili |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-07-21 | Bring pdfium file in sync with chrome, fix mac build | caryclark |
2016-07-20 | Move CPDF_Annot and CPDF_AnnotList to their own header. | jaepark |
2016-07-20 | Pass CPDF_Document instead of CPDF_AnnotList when constructing CPDF_Annot. | jaepark |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-07-18 | Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801 | thestig |
2016-07-18 | Remove default params in CPDF_VariableText. | dsinclair |
2016-07-18 | Removing default params from CFX_Edit. | dsinclair |
2016-07-15 | Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. | jaepark |
2016-07-13 | Remove RichText support from fpdfsdk/fxedit. | dsinclair |
2016-07-12 | Rename methods in CPDF_Interform. | jaepark |
2016-07-12 | Replace void* to actual type for jbig2 context to avoid casts | weili |
2016-07-11 | Use smart pointers for class owned member variables | weili |
2016-07-07 | set font cache if null | caryclark |
2016-07-06 | Change class member variables in raw pointer type into unique_ptr | weili |
2016-07-06 | copy graphics state fully | caryclark |
2016-07-01 | Clean up parts of CPDF_CIDFont. | thestig |
2016-07-01 | Mac: Improve font substitution.chromium/2790chromium/2789chromium/2788chromium/2787 | thestig |
2016-07-01 | Clean up CFX_MacFontInfo and surrounding code. | thestig |
2016-06-29 | fix skia unit tests | caryclark |
2016-06-29 | add local caching for skia draws | caryclark |
2016-06-29 | Disable failing embedder tests for Skia builds. | thestig |
2016-06-27 | Fix a regression from commit f3e6851. | thestig |
2016-06-27 | Clean up some CPDF_Font subclasses. | thestig |
2016-06-27 | Simplify CPDF_TextRenderer::DrawTextString(). | thestig |
2016-06-27 | Double AdobeCMYK_to_sRGB speed with faster rounding | brucedawson |
2016-06-23 | Improve hint table validation checks. | thestig |
2016-06-23 | Use some FXSYS methods instead of duplicating | dsinclair |
2016-06-23 | Remove FPDFAPI_LoadCID2UnicodeMap. | dsinclair |
2016-06-22 | Remove some fx_dib functions with unused parameters. | thestig |
2016-06-22 | Fix Skia GN build on Mac | weili |
2016-06-22 | Fix memory leaks in EmbedderTest::OpenDocument(). | thestig |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Fix clang_use_chrome_plugin for Mac and Skia builds | weili |
2016-06-20 | Change func(void) to func() | weili |
2016-06-20 | Remove unused CFX_Font members. | thestig |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-20 | Fixup LoadImageInfo type checking. | dsinclair |
2016-06-16 | Simplify CPDF_TextPage::FindTextlineFlowOrientation().chromium/2773chromium/2772chromium/2771 | thestig |
2016-06-16 | Remove unused code. | dsinclair |
2016-06-15 | fix skia build | caryclark |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-14 | Clean up CPDF_TextPage. | thestig |
2016-06-14 | Get rid of IPDF_DataAvail. | thestig |
2016-06-13 | Delete Transform1bppBitmap() after commit 2f30766. | thestig |