summaryrefslogtreecommitdiff
path: root/core/src/fxge
AgeCommit message (Expand)Author
2015-12-22IWYU fix for commit ba2586d2c0a5.chromium/2601chromium/2600Lei Zhang
2015-12-22Start using allowed C++11 features.Lei Zhang
2015-12-22Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used."Lei Zhang
2015-12-22Cleanup: Remove unused CFX_PSRenderer and various encoders it used.Lei Zhang
2015-12-22Add ContainsKey() and ContainsValue() and use them where appropriate.Lei Zhang
2015-12-17FX_NAMESPACE_DECLARE pointless.Tom Sepez
2015-12-14Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Remove FX_BSTRC.Lei Zhang
2015-12-10Fix build broken at 7db2a535f163Tom Sepez
2015-12-10Replace several more CFX_MapPtrToPtr with std::set or std::mapTom Sepez
2015-12-10Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-09Add CFX_FontMapper::IsBuiltinFace() in master branchJun Fang
2015-12-09Merge to master: Fix heap-use-after-free in FT_Stream_ReleaseFrameJun Fang
2015-12-09Get rid of most uses of CFX_PtrArray.Tom Sepez
2015-12-08Fix rendering with built-in CID fontsJun Fang
2015-11-26Android: look for OTF files as well as TTF and TTC.Andrew Olsen
2015-11-12Remove relative includes.Lei Zhang
2015-11-11Fix / simplify CFX_FolderFontInfo::GetFontData() behavior.Lei Zhang
2015-11-10Make SDP_Table an array of int16_t.Lei Zhang
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-09Cleanup some fxge font code.Lei Zhang
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-04Remove unused variables in Transform1bppBitmap.Oliver Chang
2015-11-03Fix build broken at 0142f017d03dTom Sepez
2015-11-03Make built-in font table slightly saner.Tom Sepez
2015-11-03Remove CFontFileFaceInfo.Tom Sepez
2015-11-02Check fread() return values in CFX_FolderFontInfo::GetFontData().Lei Zhang
2015-10-30Remove two more unused variables that compilers now complain about.Nico Weber
2015-10-30More chromium_code whack-a-mole.Nico Weber
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-19Sanity check the values of TRUE and FALSE.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-16fxcrt convergence - master sideTom Sepez
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-09-15Add a missing #include that's needed for call to FXSYS_tolower.David Lattimore
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-18Fix mac build after commit e1ce94e.chromium/2497chromium/2496chromium/2495chromium/2494chromium/2493chromium/2492chromium/2491chromium/2489chromium/2488Lei Zhang
2015-08-18Cleanup CFX_Font a bit.Lei Zhang
2015-08-17Fix fix fix fix of breakage on mac.Tom Sepez