summaryrefslogtreecommitdiff
path: root/core/src/fxge
AgeCommit message (Expand)Author
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