Age | Commit message (Expand) | Author |
2016-09-12 | Verify value of prec before using | dsinclair |
2016-09-12 | Refactor CPDF_Document by creating new methods | npm |
2016-09-12 | change memcpy to memmove for potential nearby addresses | tracy_jiang |
2016-09-12 | fix some uninitialized variables | hong_zhang |
2016-09-12 | Make CFX_Obeservable::Observer into a pointer-ish type; | tsepez |
2016-09-09 | Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856 | jaepark |
2016-09-08 | explicit operator bool for CFX_RetainPtr and CFX_CountRefchromium/2855 | tsepez |
2016-09-08 | Delete unused methods in CPDF_Document | npm |
2016-09-08 | Check whether the annotation content is empty using CFX_WideString. | jaepark |
2016-09-08 | Fix memory management errors for font loading and copying | weili |
2016-09-08 | Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer | tsepez |
2016-09-08 | Switch to ValueOrDie | dsinclair |
2016-09-07 | Make Observers into a templated class | tsepez |
2016-09-07 | Verify image dimentions before using | dsinclair |
2016-09-07 | Verify pattern start values. | dsinclair |
2016-09-07 | Maybe avoid a copy in CPDF_RenderStatus::SelectClipPath | tsepez |
2016-09-06 | Make CPDF_TextStateData private to CPDF_TextState.chromium/2853 | tsepez |
2016-09-06 | Move CPDF_GraphState to CFX_GraphState | tsepez |
2016-09-06 | Make CPDF_ContentMarkData private to CPDF_ContentMark | tsepez |
2016-09-06 | Make ColorStateData private to CPDF_ColorState | tsepez |
2016-09-06 | Move CFX_Font definition to its own file and clean up | npm |
2016-09-06 | Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeeded | tonikitoo |
2016-09-03 | Use safe bool conversion operators in fpdf_page/chromium/2852chromium/2851chromium/2850 | tsepez |
2016-09-02 | Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. | tsepez |
2016-09-02 | Remove CFX_Matrix::Copy() in favor of assignment | tsepez |
2016-09-02 | Make CPDF_GeneralStateData private. | tsepez |
2016-09-02 | Make CPDF_Path have a CFX_Path rather than inheriting | tsepez |
2016-09-02 | Make CPDF_GeneralState have a CPDF_GeneralStateDatachromium/2848 | tsepez |
2016-09-01 | Fix leaks due to created popup annotationschromium/2847 | weili |
2016-09-01 | Use unsigned page indexes in CPDF_HintTables. | thestig |
2016-09-01 | Move CPDF_Type3Cache and CPDF_Type3Glyphs to their own files | npm |
2016-09-01 | Fix CPDF_CIDFont::GlyphFromCharCode for fonts flagged with PDFFONT_SYMBOLIC | npm |
2016-09-01 | Handle another integer overflow in ReadPageHintTable(). | thestig |
2016-09-01 | Better validate hint table header bits entries. | thestig |
2016-09-01 | Make CPDF_ContentMark have a CPDF_ContentMarkData. | tsepez |
2016-08-31 | Check first page number in CPDF_HintTables::ReadPageHintTable(). | thestig |
2016-08-31 | Attempt to fix potential integer overflow in CFX_FaceCache::LoadGlyphPath().chromium/2846 | thestig |
2016-08-31 | Use CheckedNumeric for strength calculation. | dsinclair |
2016-08-31 | Make CPDF_ColorState have a CFX_ColorStateData rather than inheriting | tsepez |
2016-08-31 | Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting. | tsepez |
2016-08-31 | Use enum class for subtypes of CPDF_Annot. | jaepark |
2016-08-31 | Free the GifPlainText object when complete. | dsinclair |
2016-08-30 | Clean up CPDF_CMap declarationchromium/2845 | npm |
2016-08-30 | Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. | tsepez |
2016-08-30 | Guard against overflow when calculating font weight. | dsinclair |
2016-08-30 | More better const-ness in CFX_CountRef<> | tsepez |
2016-08-29 | Display content of the annotation when mouse hover. | jaepark |
2016-08-29 | Skip the channel if there is no data. | dsinclair |
2016-08-29 | Revert "Add -> operators to CFX_CountRef." | tsepez |
2016-08-29 | Revert "Replace wrapper methods in CPDF_Path with -> operator." | tsepez |