Age | Commit message (Expand) | Author |
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 |
2016-04-28 | Fix stack overflow from nested arrays. | thestig |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | CPDF_Document::LoadPattern() and friends always have a valid matrix. | thestig |
2016-04-26 | Move CPDF_Document code into cpdf_document.cpp. | thestig |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-21 | Add a missing initialisation for CPDF_ContentMarkItem.chromium/2717chromium/2716chromium/2715 | ochang |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-12 | flesh out gradient shaders | caryclark |
2016-04-11 | Remove CPDF_Object::GetConstString and overrides | tsepez |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
2016-04-08 | Make converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Rename FX_SAFE_DWORD to FX_SAFE_UINT32 | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |