summaryrefslogtreecommitdiff
path: root/core/fpdftext
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-10-02Removing unused definesDan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
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-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Move CFX_WideTextBuf out of fx_basicDan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-28Convert find markers to Optionals in CPDF_TextPageFindRyan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan 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-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan 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-12Trimming brackets and quotes outside URLs.chromium/3129Henrique Nakashima
2017-06-08Fixing click area for links with a URL with prepended text.chromium/3125Henrique Nakashima
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-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-25Rename CPDF_LinkExtract test file to match classDan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 5Tom Sepez
2017-05-20Better identify web links by trimming irrelevant charschromium/3107Wei Li
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-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-07Tweak CFDF_Font::AppendChar()Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-17Handle web links across lineschromium/3045Wei Li
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