summaryrefslogtreecommitdiff
path: root/core/src/fxge/ge
AgeCommit message (Expand)Author
2015-10-26Take FOXIT_FACE_COUNT and MM_FACE_COUNT constants from xfaTom Sepez
2015-10-22Remove unused error variable from CFX_Font::AdjustMMParamsOliver Chang
2015-10-20Make CFX_FontMgr member variables private. (try 2)Lei Zhang
2015-10-20Revert "Make CFX_FontMgr member variables private."Lei Zhang
2015-10-20Make CFX_FontMgr member variables private.Lei Zhang
2015-10-16Don't bother passing -1 as the length to the CFX_ByteString ctor.Lei Zhang
2015-10-16Declare PDF_GetStandardFontName() in the header.Lei Zhang
2015-10-08Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-05Original patch by forshaw.Tom Sepez
2015-10-02Turn a couple functions that always return true to return void.Lei Zhang
2015-09-22Add missing 'return' keyword.Lei Zhang
2015-08-20Fix some -Wmaybe-uninitialized errors.Lei Zhang
2015-08-19Extern in .cpp file is a code smell, part 2.Tom Sepez
2015-08-19Extern in .cpp files is a code smell.Tom Sepez
2015-08-18Cleanup CFX_Font a bit.Lei Zhang
2015-08-17Fix fix fix fix of breakage on mac.Tom Sepez
2015-08-17CFX_MapByteStringToPtr considered harmful.Tom Sepez
2015-08-17Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding.Lei Zhang
2015-08-14Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-13Fix build after commit 22ece1a. Too many if's.Lei Zhang
2015-08-13Remove last uses of FOXIT_CHROME_BUILD.Lei Zhang
2015-08-13OutputText() is dead code.Tom Sepez
2015-08-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-13Revert "Allow external font-path configuration from pdfium_test."Tom Sepez
2015-08-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-06clang-format all pdfium code, again.Nico Weber
2015-08-06Add CFX_FontFaceInfo constructor.chromium/2478chromium/2477chromium/2476chromium/2475Tom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-31Kill IFX_FontMapperTom Sepez
2015-07-30Fix return check in CFX_FolderFontInfo::ScanFile() fread.Tom Sepez
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-23Fix FX_BOOL type mismatches.Tom Sepez
2015-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-07-22Remove dead code found by Scythe.Lei Zhang
2015-06-19Replace CFX_MapPtrTemplate with std::map.Lei Zhang
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-16Separate agg-authored code from fx-authored code.chromium/2439chromium/2438chromium/2437chromium/2436chromium/2435Tom Sepez
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Correct unexpected hinting fontsTom Sepez
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Fix font rendering issues because of an incorrect transform.John Abd-El-Malek
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Revert 'Correct unexpected hinting fonts'JUN FANG