Age | Commit message (Expand) | Author |
2015-06-11 | Correct unexpected hinting fonts | Tom Sepez |
2015-06-11 | Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-10 | Convert CPDF_FontFileMap to std::map. | Lei Zhang |
2015-06-10 | Convert CPDF_IccProfileMap to use std::map. | Lei Zhang |
2015-06-10 | Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430 | Tom Sepez |
2015-06-10 | Fix font rendering issues because of an incorrect transform. | John Abd-El-Malek |
2015-06-10 | Convert CPDF_ImageMap to std::map. | Lei Zhang |
2015-06-10 | Cache the CPDF_Annot's subtype, since it should never changes. | Lei Zhang |
2015-06-10 | Convert CPDF_PatternMap to std::map. | Lei Zhang |
2015-06-10 | Convert CPDF_ColorSpaceMap to std::map. | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-10 | Convert CPDF_FontMap to std::map. | Lei Zhang |
2015-06-09 | Revert 'Correct unexpected hinting fonts' | JUN FANG |
2015-06-09 | Correct unexpected hinting fonts | JUN FANG |
2015-06-09 | Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Remove more cruft from fx_system.h | Tom Sepez |
2015-06-08 | Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxBitmap().chromium/2429chromium/2428chromium/2427 | Lei Zhang |
2015-06-05 | Cleanup: Make CPDF_Annot::m_pAnnotDict private. | Lei Zhang |
2015-06-05 | Add move constructor for FX string types. | Tom Sepez |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-03 | Kill unused IPDF_ classes. | Tom Sepez |
2015-06-03 | Fix fx_basic_memmgr_unittest.cpp under stricter GN ruleschromium/2426chromium/2425chromium/2424chromium/2423chromium/2422 | Tom Sepez |
2015-06-02 | kill IPDF_DocParser(). | Tom Sepez |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-27 | Remove rendundant ../include from paths of files in include/ directory | Tom Sepez |
2015-05-26 | Upgrade openjpeg to r3002 | JUN FANG |
2015-05-21 | Fix four annoying warnings: | Tom Sepez |
2015-05-21 | Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer | JUN FANG |
2015-05-20 | Integer overflow in CJBig2_Image::expand | JUN FANG |
2015-05-19 | Re-land: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Revert "Remove FX_Alloc() null checks now that it can't return NULL." | Tom Sepez |
2015-05-19 | Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Fix Heap Overflow in CJBig2_Image::expand | JUN FANG |
2015-05-18 | Cleanup if early return from opj_j2k_copy_default_tcp_and_create_tcd(). | Tom Sepez |
2015-05-18 | Change FX_Alloc to FX_Try_Alloc in _JpegEncode | JUN FANG |
2015-05-18 | Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-15 | Fix leaks in embedder test's FlateEncode() usage and in FlateEncode(). | Lei Zhang |
2015-05-15 | Disable allocation tests that hose the bot. | Tom Sepez |
2015-05-15 | Initialize members of CPDF_TextPageFind class. | Lei Zhang |
2015-05-15 | Fix leaks in the embedder tests themselves. | Lei Zhang |
2015-05-15 | Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-15 | Remove FX_NEW_VECTOR() macros. | Tom Sepez |
2015-05-15 | Fix potential UAF in ConcatInPlace. | Tom Sepez |
2015-05-14 | Fix another batch of compiler warnings. | Lei Zhang |
2015-05-14 | Make CFX_StringData be scoped by CFX_Bytestring and add methods.chromium/2421chromium/2420chromium/2419chromium/2418chromium/2417chromium/2416chromium/2415chromium/2414chromium/2413chromium/2412chromium/2411chromium/2410chromium/2409chromium/2408chromium/2407chromium/2406chromium/2405chromium/2404 | Tom Sepez |
2015-05-13 | Fix integer overflow in conversion from float to integer. | JUN FANG |
2015-05-13 | Fix comparison of CFX_ByteString and CFX_WideString against empty literals. | Tom Sepez |
2015-05-12 | Restore checked strlen conversions. | Tom Sepez |
2015-05-11 | Create top-level public/ header directory. | Tom Sepez |