Age | Commit message (Expand) | Author |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-03-06 | Rename IFX classes in core/fxge to Ifacechromium/3364 | Dan Sinclair |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2018-03-05 | Make FPDFBitmap_GetFormat() work for JBIG images. | Lei Zhang |
2018-03-01 | Break up CFX_DIBSource::ConvertBuffer(). | Lei Zhang |
2018-03-01 | Fix some nits in CFX_DIBSource::CloneConvert(). | Lei Zhang |
2018-02-14 | Pdfium: Allow negative font sizes for PostScript printing | rbpotter |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-06 | IWYU | Mike Reed |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-30 | Guard usages of tellp(). It may return -1 in error cases. | Henrique Nakashima |
2018-01-30 | Remove not reachable branch in fxge code. | Lei Zhang |
2018-01-30 | Use anonymous namespace in gdiplus code. | Lei Zhang |
2018-01-26 | Fix a wrong variable check in CFX_BilinearMatrix. | Lei Zhang |
2018-01-26 | Mark some fxge class members as const. | Lei Zhang |
2018-01-24 | Put required DEFINE_PS_TABLES define in fx_freetype.cpp where it's used.chromium/3332chromium/3331 | Andrew Weintraub |
2018-01-19 | Remove NeedAlpha() in CFX_ImageTransformer. | Lei Zhang |
2018-01-18 | Add jumbo build support for fxge and pwl. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-12 | Move some RetainPtr getters/setters out of headers. | Lei Zhang |
2018-01-11 | Remove core/fxge/cfx_fontmgr.h from headers. | Lei Zhang |
2018-01-11 | Use range-based for-loops in a few more places. | Lei Zhang |
2018-01-10 | Encapsulate CTTFontDesc. | Lei Zhang |
2018-01-10 | Move FreeType version check to its own method. | Lei Zhang |
2018-01-09 | Fix cl/22012 to always call FXFT_Library_SetLcdFilter so that we render prope... | Andrew Weintraub |
2018-01-08 | Always enable hinting with versions of Freetype >= 2.8.1, which include subpi... | Andrew Weintraub |
2018-01-08 | Make SharedCopyOnWrite use Retainables | Dan Sinclair |
2018-01-04 | Remove CXFA_DataData | Dan Sinclair |
2017-12-19 | Fix use_system_freetype=true build when third_party/freetype is missing | Tom Anderson |
2017-12-12 | Roll DEPS for Skia to 40ca2087. | Lei Zhang |
2017-12-08 | Fix an LLVM error caused by assigning a uint32_t to an int without a cast | Andrew Weintraub |
2017-12-06 | Fix ps rendering.chromium/3287 | Henrique Nakashima |
2017-12-06 | Fix nits on some font code. | Lei Zhang |
2017-12-05 | Replace uses of bsearch().chromium/3286 | Lei Zhang |
2017-12-05 | Avoid integer overflows in CPDF_FixedMatrix::Transform(). | Lei Zhang |
2017-12-04 | Simplify color calculations in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Simplify code in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer down sample calculations. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer bicubic calculations. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer bilinear calculations. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer color calculations. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer mono calculations. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer alpha calculations. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer mask calculations. | Lei Zhang |
2017-12-04 | Add functions for common code in CFX_ImageTransformer. | Lei Zhang |
2017-11-30 | Relax checks in CFX_FaceCache::LoadGlyphPath(). | Lei Zhang |
2017-11-30 | Run clang-tidy google-readability-casting on //third_party/pdfium | Dan Sinclair |
2017-11-30 | Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium | Dan Sinclair |