Age | Commit message (Expand) | Author |
2016-09-12 | Refactor CPDF_Document by creating new methods | npm |
2016-09-09 | Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856 | jaepark |
2016-09-08 | Delete unused methods in CPDF_Document | npm |
2016-09-08 | Switch to ValueOrDie | dsinclair |
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-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 | 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 | 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-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 | Revert "Add -> operators to CFX_CountRef." | tsepez |
2016-08-29 | Revert "Replace wrapper methods in CPDF_Path with -> operator." | tsepez |
2016-08-29 | Revert "Use ->() in CPDF_ColorState" | tsepez |
2016-08-29 | Verify element exists before accessing. | dsinclair |
2016-08-29 | Use ->() in CPDF_ColorState | tsepez |
2016-08-29 | Initialize the CPDF_Document pointer | dsinclair |
2016-08-29 | Replace wrapper methods in CPDF_Path with -> operator. | tsepez |
2016-08-29 | Add some limit checks to ReadSharedObjHintTable(). | thestig |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. | tsepez |
2016-08-26 | Remove CFX_CountRef::IsNull in favor of operator bool | tsepez |
2016-08-26 | Rework CFX_CountRef in terms of CFX_RetainPtr. | tsepez |
2016-08-25 | Check for nullptrs in CPDF_Dictionary dtor. | thestig |
2016-08-25 | Tidy up CFX_PathData | tsepez |
2016-08-24 | Removing CPDF_Parser::CloseParser.chromium/2839 | dsinclair |
2016-08-24 | Allow CPDF_Font to use fallback fonts | npm |
2016-08-24 | Flip document and parser ownership | dsinclair |
2016-08-24 | Move parser out of IndirectObjectHolder | dsinclair |
2016-08-24 | Delete unused methods from CFX_RenderDevice | npm |
2016-08-23 | Fix stack overflow in object Clone() functions | weili |