Age | Commit message (Expand) | Author |
2015-10-05 | Merge to XFA: Added a fallback Win32 font information class for win32k lockdown. | Tom Sepez |
2015-10-02 | Merge to XFA: Turn a couple functions that always return true to return void. | Lei Zhang |
2015-10-02 | XFA: Remove tests for new in fxge and fpdfsdk. | Lei Zhang |
2015-09-23 | Merge to XFA: Allow external font-path configuration from pdfium_test. | Lei Zhang |
2015-09-22 | Merge to XFA: Add missing 'return' keyword. | Lei Zhang |
2015-09-17 | Merge to XFA: Add a missing #include that's needed for call to FXSYS_tolower. | Lei Zhang |
2015-08-20 | Merge to XFA: Fix some -Wmaybe-uninitialized errors. | Lei Zhang |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp files is a code smell, part 1. | Tom Sepez |
2015-08-19 | Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). | Tom Sepez |
2015-08-17 | Merge to XFA: Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding. | Lei Zhang |
2015-08-14 | Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in core/ | Lei Zhang |
2015-08-13 | XFA: Rewrite CFX_RenderDevice::DrawNormalText() to match the master branch. | Lei Zhang |
2015-08-13 | Merge to XFA: OutputText() is dead code. | Tom Sepez |
2015-08-13 | Merge to XFA: Remove if checks after new. | Lei Zhang |
2015-08-06 | XFA: clang-format all pdfium code, again. | Nico Weber |
2015-08-06 | Merge to XFA: Add CFX_FontFaceInfo constructor. | Tom Sepez |
2015-08-05 | Kill off last uses of FX_NEW in XFA. | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-31 | Merge to XFA: Name IFX_SysFontInfo subclasses consistently. | Tom Sepez |
2015-07-31 | Merge to XFA: Kill IFX_FontMapper | Tom Sepez |
2015-07-30 | Merge to XFA: Fix return check in CFX_FolderFontInfo::ScanFile() fread. | Tom Sepez |
2015-07-28 | Merge to XFA: Missing bExact -> iExact conversions | Tom Sepez |
2015-07-27 | Merge to XFA: Fix FX_BOOL compilation errors under windows | Tom Sepez |
2015-07-23 | Merge to XFA: FX_BOOL combo patch. | Tom Sepez |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
2015-07-22 | Merge to XFA: Remove dead code found by Scythe. | Lei Zhang |
2015-07-16 | Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-07-13 | Merge to XFA: Fix a crashier due to incorrect type conversion | JUN FANG |
2015-07-04 | Cherry-pick to XFA: Remove a superfluous qualifier. No behavior change. | Nico Weber |
2015-07-02 | Cherry-pick to XFA: Add parentheses around && within ||. | Nico Weber |
2015-07-01 | Cherry-pick to XFA: Fix a clang warning about a dangling else. | Tom Sepez |
2015-06-19 | Merge to XFA: Replace some CFX_MapPtrTemplates with std::map. | Lei Zhang |
2015-06-19 | Merge to XFA: Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-17 | Merge to XFA: Separate agg-authored code from fx-authored code. | Tom Sepez |
2015-06-13 | Remove trailing whitespaces in core, XFA edition. | Lei Zhang |
2015-06-13 | Merge to XFA: Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-11 | Merge to XFA: Correct unexpected hinting fonts | Tom Sepez |
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 |