Age | Commit message (Expand) | Author |
2015-06-11 | Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-09 | Merge to XFA: Remove more cruft from fx_system.h | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
2015-05-20 | Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-18 | Merge to XFA: Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-15 | Merge to XFA: Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-08 | Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-04-17 | Fix an issue 'heap use after free' | JUN FANG |
2015-04-16 | Fix heap use after free in FT_Stream_ReleaseFrame | JUN FANG |
2015-04-14 | Merge to XFA: Kill CFX_Object. | Tom Sepez |
2015-04-02 | Merge to XFA: Fix uninitialized face in fx_ge_font.cpp | JUN FANG |
2015-03-30 | Merge to XFA: Fix no text displayed issue when font embedded and font subsett... | JUN FANG |
2015-02-27 | Merge to XFA: Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup: Get rid of CRLF line endings. | Lei Zhang |
2015-02-02 | Merge the following changes to XFA branch: | John Abd-El-Malek |
2014-12-30 | XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast | Bo Xu |
2014-12-19 | XFA: merge patch from CL 815103002 | Bo Xu |
2014-12-15 | XFA: merge patch from issue 801913002 and 804463003 | John Abd-El-Malek |
2014-11-14 | XFA: merge patch from issue 726033002 | Tom Sepez |
2014-11-10 | Merge to XFA: patch from CL 618073003 | Bo Xu |
2014-11-03 | Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 | Bo Xu |
2014-10-30 | Undo an old change in freetype to account for size of USHORT | Bo Xu |
2014-10-14 | Glyph index is out of range in cff_get_glyph_name. | Jun Fang |
2014-09-15 | Add a boundary check before accessing the table of 'Index to Location' | Jun Fang |
2014-08-28 | Remove unused fields and stack locals. | Chris Palmer |
2014-08-22 | Bounds check in CFX_Font::LoadGlyphPath(). | Tom Sepez |
2014-08-22 | Don't stretch bitmaps if destination size is empty. | Vitaly Buka |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |
2014-08-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |
2014-07-31 | Fix for min/max compile error on Windows | Scott Graham |
2014-07-31 | Fix integer overflow when stretch bitmap | Bo Xu |
2014-07-30 | Remove a few unused variables, functions, and member variables. | Nico Weber |
2014-07-29 | Fix a few more warnings in chromium_code mode. | Nico Weber |
2014-07-29 | Remove a few unused variables, functions, and tables. | Nico Weber |
2014-07-21 | Fix remaining -Wdelete-non-virtual-dtor violations on Windows. | Nico Weber |
2014-07-18 | Fix pdfium building issue on VS2010chromium/2098 | Jun Fang |
2014-07-18 | pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. | Nico Weber |
2014-07-16 | Remove uninitialized const global g_GbFontNameMap. | Nico Weber |
2014-07-14 | Fix an out-of-boundary issue for wide string | Bo Xu |
2014-07-08 | Remove custom memory manager | Bo Xu |
2014-07-07 | Fix uninitialized font_offset | foxit |
2014-06-30 | Fix checklicenses in chromium | John Abd-El-Malek |
2014-06-11 | Bring back the Skia files from the old repo. | John Abd-El-Malek |
2014-06-09 | Fix a crash when parsing truetype fonts without any tables. | Lei Zhang |
2014-06-05 | fix two uninitialized reads | John Abd-El-Malek |
2014-05-27 | Fix licenses in headers to pass Chromium's checklicenses tool. | Lei Zhang |
2014-05-24 | Fix warnings in android build, fix font rendering issue, fix issue 357588: wr... | Bo Xu |