summaryrefslogtreecommitdiff
path: root/core/src/fxge
AgeCommit message (Expand)Author
2015-05-08Fix errors from commit f0a169e.Lei Zhang
2015-05-08Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-16Remove checks in fxge/{apple,win32,skia,dib} now that FX_NEW cant return 0Tom Sepez
2015-04-16Remove checks in fxge/ge now that FX_NEW can't return 0.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-02Fix uninitialized face in fx_ge_font.cppJUN FANG
2015-03-30Fix no text displayed issue when font embedded and font subsetting enabledchromium/2356chromium/2355chromium/2354chromium/2353chromium/2352JUN FANG
2015-02-06Cleanup: Fix some unused-function warnings.Lei Zhang
2015-01-30Use system FreeType on Linux.John Abd-El-Malek
2015-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-19Update freetype to 2.5.4.Bo Xu
2014-12-12Fix build after previous commit.chromium/2255chromium/2254chromium/2253chromium/2252chromium/2251John Abd-El-Malek
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-11-14Fix build warning on android under stricter compilation rules.Tom Sepez
2014-11-10Fix a bug when performing StretchDIBits on bit maskBo Xu
2014-10-30Undo an old change in freetype to account for size of USHORTBo Xu
2014-10-14Glyph index is out of range in cff_get_glyph_name.Jun Fang
2014-09-15Add a boundary check before accessing the table of 'Index to Location'Jun Fang
2014-08-28Remove unused fields and stack locals.Chris Palmer
2014-08-22Bounds check in CFX_Font::LoadGlyphPath().Tom Sepez
2014-08-22Don't stretch bitmaps if destination size is empty.Vitaly Buka
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
2014-07-31Fix for min/max compile error on WindowsScott Graham
2014-07-31Fix integer overflow when stretch bitmapBo Xu
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-07-21Fix remaining -Wdelete-non-virtual-dtor violations on Windows.Nico Weber
2014-07-18Fix pdfium building issue on VS2010chromium/2098Jun Fang
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
2014-07-16Remove uninitialized const global g_GbFontNameMap.Nico Weber
2014-07-14Fix an out-of-boundary issue for wide stringBo Xu
2014-07-08Remove custom memory managerBo Xu
2014-07-07Fix uninitialized font_offsetfoxit
2014-06-30Fix checklicenses in chromiumJohn Abd-El-Malek
2014-06-11Bring back the Skia files from the old repo.John Abd-El-Malek
2014-06-09Fix a crash when parsing truetype fonts without any tables.Lei Zhang
2014-06-05fix two uninitialized readsJohn Abd-El-Malek
2014-05-27Fix licenses in headers to pass Chromium's checklicenses tool.Lei Zhang
2014-05-24Fix warnings in android build, fix font rendering issue, fix issue 357588: wr...Bo Xu
2014-05-23remove Microsoft SDKJohn Abd-El-Malek
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-21Fix clang warnings so we can treat warnings as errors.John Abd-El-Malek
2014-05-20Fixed or silenced all warnings and turned on warnings-as-errors.John Abd-El-Malek
2014-05-20cf2hints: Fix early loop termination causing hints to be ignored.John Abd-El-Malek
2014-05-20Remove "using namespace agg" to make it clear which code is using agg, and al...John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek