Age | Commit message (Expand) | Author |
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 |
2016-08-29 | Revert "Use ->() in CPDF_ColorState" | tsepez |
2016-08-29 | Fix for #618267. Adding a method to determine if multiplication has | tracy_jiang |
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-29 | Move CFX_SubstFont and CTTFontDesc into their own files | npm |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. | jaepark |
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 | Revert "Remove the document tagged code as it is unused." | npm |
2016-08-26 | Rework CFX_CountRef in terms of CFX_RetainPtr. | tsepez |
2016-08-26 | Move the classes in fpdf_text_int.cpp into their own files | npm |
2016-08-25 | CPDF_Annot::GetRect() should return CFX_FloatRect. | jaepark |
2016-08-25 | Simplify some code in CFX_FontMapper. | thestig |
2016-08-25 | Check for nullptrs in CPDF_Dictionary dtor. | thestig |
2016-08-25 | Fix infinite loops in FPDF_GetFullName(). | thestig |
2016-08-25 | Remove unused methods in CPDF_TextPage and nits | npm |
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 | Lazy generate an "AP" when an Annot's hidden state changes | tonikitoo |
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 |
2016-08-23 | Make indirect object holder private. | dsinclair |
2016-08-23 | IndirectObjectHolder API updates | dsinclair |
2016-08-23 | Fix one more integer overflow in ReadPageHintTable(). | thestig |
2016-08-22 | Generate default AP stream for text annotation. | jaepark |
2016-08-22 | Fix more integer overflows inside ReadPageHintTable(). | thestig |
2016-08-22 | Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http... | dsinclair |
2016-08-19 | Move CFX_FaceCache to its own file | npm |
2016-08-19 | Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode() | tsepez |
2016-08-19 | Add a fuzzer for CPDF_HintTables. | thestig |
2016-08-19 | Apply structure packing to FXTEXT_CHARPOS to save space. | npm |
2016-08-18 | Add llvm fuzzer for CPDF_PSEngine | tsepez |
2016-08-18 | Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. | npm |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
2016-08-17 | Move parser pointer to CPDF_Document | dsinclair |
2016-08-17 | check for null bitmap | caryclark |
2016-08-16 | Delete m_ExtHandle and RetainFont because they are not being used. | npm |