Age | Commit message (Expand) | Author |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-15 | Add missing length check before getting element from string | Ryan Harrison |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-07-28 | Add CPDF_Stream::ReplaceData method.chromium/3170 | Artem Strygin |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-06-29 | Basic APIs and tests for extracting and setting annotation paths | Jane Liu |
2017-06-28 | Converting CFX_ByteTextBuf to ostringstream in cpvt_generateap.cpp | Henrique Nakashima |
2017-06-22 | Minor change to AP generation logic | Jane Liu |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-04-07 | Tweak CFDF_Font::AppendChar() | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-10 | Use more unique_ptrs in CPVT_GenerateAP. | thestig |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-14 | Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." | Tom Sepez |
2016-10-14 | Update CPDF_IndirectObjectHolder APIs for unique objects. | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_font to core/fpdfapi/font | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-21 | Remove some objnum locals with AddIndirectObject | tsepez |
2016-09-20 | Fix nullptr dereference in FPDF_GenerateAP(). | thestig |
2016-09-19 | Clean up CPDF_Stream. | tsepez |
2016-09-15 | Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP | tonikitoo |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-13 | CFX_FloatPoint default constructor and equals operatorschromium/2860 | tsepez |
2016-09-13 | Stop converting widestring -> c_str -> widestring in several places. | tsepez |
2016-09-12 | Remove GetDictBy("DR") from annot/field dictionaries | npm |
2016-09-06 | Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeeded | tonikitoo |
2016-08-29 | Display content of the annotation when mouse hover. | jaepark |
2016-08-22 | Generate default AP stream for text annotation. | jaepark |
2016-08-16 | Hidden annotations should not be drawn | tonikitoo |
2016-08-09 | Generate default AP stream for ink annotation. | jaepark |
2016-08-09 | Generate default AP stream for circle annotation. | jaepark |
2016-08-09 | Generate default AP stream for square annotation. | jaepark |
2016-08-04 | Remove unnecessary casting in CPVT_GenerateAP. | jaepark |
2016-08-03 | Generate default AP stream for squiggly annotation. | jaepark |
2016-08-02 | Generate default AP stream for strike out annotation. | jaepark |
2016-08-02 | Generate default AP stream for underline annotation. | jaepark |
2016-08-02 | Use PaintOperation instead of bFillOrStroke in CPVT_GenerateAP. | jaepark |