Age | Commit message (Expand) | Author |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-11-30 | Rewrite lower level details of extracting text from page | Ryan Harrison |
2017-11-27 | Convert CPDF_TextObject to not use CollectionSize | Dan Sinclair |
2017-11-22 | Change CPDF_ContentMark to return size_t for counts. | Lei Zhang |
2017-11-08 | Make sure that iterator stays in bounds during IsHypen | Ryan Harrison |
2017-11-07 | Revert cleanup of IsHyphen and reimplement | Ryan Harrison |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-10-23 | Fix cpdf_textpage so it doesn't omit spaces. | Andrew Weintraub |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-13 | Rewrite IsHyphen using string operations | Ryan Harrison |
2017-09-05 | Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. | Tom Sepez |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-28 | Convert find markers to Optionals in CPDF_TextPageFind | Ryan Harrison |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-08-01 | Remove support for negative params to ReleaseBuffer() | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Simplify FX_GetMirrorChar() code. | Lei Zhang |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-12 | Trimming brackets and quotes outside URLs.chromium/3129 | Henrique Nakashima |
2017-06-08 | Fixing click area for links with a URL with prepended text.chromium/3125 | Henrique Nakashima |
2017-06-02 | Remove explicit CFX_Matrix identity matrix instantiations. | Lei Zhang |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-25 | Rename CPDF_LinkExtract test file to match class | Dan Sinclair |
2017-05-24 | Convert to CFX_UnownedPtr, part 5 | Tom Sepez |
2017-05-20 | Better identify web links by trimming irrelevant charschromium/3107 | Wei Li |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-04-25 | Use fx_extension.h utilities in more places. | Lei Zhang |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-07 | Tweak CFDF_Font::AppendChar() | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-17 | Handle web links across lineschromium/3045 | Wei Li |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-23 | Convert TransformPoint calls to Transform calls | Dan Sinclair |
2017-02-21 | Remove non CFX_PointF GetIndexAtPos | Dan Sinclair |