summaryrefslogtreecommitdiff
path: root/core/fpdftext/cpdf_textpage.cpp
AgeCommit message (Expand)Author
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-11-30Rewrite lower level details of extracting text from pageRyan Harrison
2017-11-27Convert CPDF_TextObject to not use CollectionSizeDan Sinclair
2017-11-22Change CPDF_ContentMark to return size_t for counts.Lei Zhang
2017-11-08Make sure that iterator stays in bounds during IsHypenRyan Harrison
2017-11-07Revert cleanup of IsHyphen and reimplementRyan Harrison
2017-11-02Encapsulate CPDF_FormObject members.Lei Zhang
2017-10-23Fix cpdf_textpage so it doesn't omit spaces.Andrew Weintraub
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-09-13Rewrite IsHyphen using string operationsRyan Harrison
2017-09-05Split fx_ucd.h into fx_unicode.h and fx_ucddata.h.Tom Sepez
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-11Add checks of index operations on string classesRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Simplify FX_GetMirrorChar() code.Lei Zhang
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-02Remove explicit CFX_Matrix identity matrix instantiations.Lei Zhang
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 5Tom Sepez
2017-05-10Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m...Lei Zhang
2017-04-25Use fx_extension.h utilities in more places.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-07Tweak CFDF_Font::AppendChar()Tom Sepez
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-21Remove non CFX_PointF GetIndexAtPosDan Sinclair
2017-02-16Convert CPDF_TextPage classes to CFX_PointFchromium/3015Dan Sinclair
2017-02-16Convert CPDF_TextObject to CFX_PointFDan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-01-09Remove CFX_ArrayTemplate from fpdftext and fxcodec.tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdftext/include to core/fpdftextdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair