Age | Commit message (Expand) | Author |
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 | Make CPDF_ContentMark have a CPDF_ContentMarkData. | tsepez |
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 | Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. | tsepez |
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 | Use ->() in CPDF_ColorState | tsepez |
2016-08-29 | Replace wrapper methods in CPDF_Path with -> operator. | tsepez |
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 | Tidy up CFX_PathData | tsepez |
2016-08-23 | Fix stack overflow in object Clone() functions | weili |
2016-08-18 | Add llvm fuzzer for CPDF_PSEngine | tsepez |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix a leak with FPDFPageObj_NewImgeObj(). | thestig |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-08 | Add CPDF_Array::IsEmpty(). | jaepark |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-05 | Add CPDF_ImageObject::GetImage(). | thestig |
2016-07-29 | Simplify some FPDF edit functions. | thestig |
2016-07-29 | Cleanup CPDF_DocPageData release methods and callers. | thestig |
2016-07-24 | Use actual type instead CFX_Deletable | weili |
2016-07-06 | Change class member variables in raw pointer type into unique_ptr | weili |
2016-06-23 | Improve hint table validation checks. | thestig |
2016-06-13 | Make code compile with clang_use_chrome_plugin (part I) | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Relax checks added in commit 8f3a311.chromium/2760chromium/2759chromium/2758chromium/2757chromium/2756 | thestig |
2016-06-01 | Validate the BitsPerFlag entry in shading dictionaries. | thestig |
2016-05-31 | Validate a couple of fields in shading dictionaries. | thestig |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-25 | get skia building | caryclark |
2016-05-23 | Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748 | thestig |
2016-05-23 | Fix infinite recursion in CPDF_DocPageData::GetColorSpace(). | thestig |
2016-05-21 | Get rid of CPDF_Object::GetArray(). | thestig |
2016-05-20 | Add an enum to represent text rendering modes. | thestig |
2016-05-20 | Merge GetBits32() impls into one. Put it in fxcrt. | thestig |
2016-05-19 | Fix the Skia build after 9b1a0ee. | thestig |
2016-05-19 | Fix Undefined-shift in CPDF_SampledFunc::v_Init(). | thestig |
2016-05-19 | Fix leak in CPDF_StreamContentParser::AddTextObject(). | thestig |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-11 | Clean up CPDF_Color and some related code. | thestig |