summaryrefslogtreecommitdiff
path: root/core/fpdftext/cpdf_linkextract.cpp
AgeCommit message (Expand)Author
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-26Get rid of some static variables.Tom Sepez
2017-11-30Rewrite lower level details of extracting text from pageRyan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-15Remove GetAt from string classesRyan 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-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-05-20Better identify web links by trimming irrelevant charschromium/3107Wei Li
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-03-17Handle web links across lineschromium/3045Wei Li
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdftext/include to core/fpdftextdsinclair
2016-08-26Move the classes in fpdf_text_int.cpp into their own filesnpm