summaryrefslogtreecommitdiff
path: root/core/src/fpdftext/fpdf_text_int.cpp
AgeCommit message (Expand)Author
2015-11-16Reland "Cleanup some numeric code.""chromium/2567Dan Sinclair
2015-11-10Revert x4 "Cleanup some numeric code."dan sinclair
2015-11-10Revert "Revert "Revert "Revert "Cleanup some numeric code.""""dan sinclair
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-03Revert "Revert "Revert "Cleanup some numeric code."""Dan Sinclair
2015-11-03Revert "Revert "Cleanup some numeric code.""Dan Sinclair
2015-10-29Revert "Cleanup some numeric code."dan sinclair
2015-10-29Cleanup some numeric code.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_String.Dan Sinclair
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-02Turn a couple functions that always return true to return void.Lei Zhang
2015-09-04Fix typos, nits and remove dead code in fpdf_text_int.cpp.Lei Zhang
2015-08-17Clean up IFX_BidiCharLei Zhang
2015-08-13Cleanup: s/Torelance/Tolerance/Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Fix FX_BOOL compilation errors under windowsTom 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-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-06-17Replace some Release() calls with virtual destructors.Tom Sepez
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-10Cleanup: Remove uses of "this->" in core/Lei Zhang
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-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-15Initialize members of CPDF_TextPageFind class.Lei Zhang
2015-05-08Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdftextTom Sepez
2015-01-06Resolve all but two VC++ build warnings in pdfium.Bruce Dawson
2014-12-19Refactor some code in CPDF_TextPage::ProcessTextObject().Lei Zhang
2014-12-19Transform font size to user space for valid text size comparison.Bo Xu
2014-12-19Fix a few windows compile warningschromium/2268chromium/2267chromium/2266chromium/2265chromium/2264chromium/2263chromium/2262chromium/2261chromium/2260chromium/2259chromium/2258chromium/2257chromium/2256Bo Xu
2014-12-18Cleanup: Refactor some code into its own function in fpdf_text_int.cpp.Lei Zhang
2014-12-17Cleanup: Remove a shadow variable in CPDF_TextPage::CloseTempLine().Lei Zhang
2014-12-17Cleanup: Pass by const reference in fpdftext.Lei Zhang
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek