summaryrefslogtreecommitdiff
path: root/core/src/fxge/android
AgeCommit message (Expand)Author
2015-09-15Add a missing #include that's needed for call to FXSYS_tolower.David Lattimore
2015-08-14Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-14Use override in more classes in core/Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-28Missing bExact -> iExact conversionsTom 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-16Cleanup: Do not check pointers before deleting them, part 2.Lei Zhang
2015-07-13Fix a crashier due to incorrect type conversionJUN FANG
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
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-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-11-14Fix build warning on android under stricter compilation rules.Tom Sepez
2014-05-24Fix warnings in android build, fix font rendering issue, fix issue 357588: wr...Bo Xu
2014-05-17Initial commit.John Abd-El-Malek