Age | Commit message (Expand) | Author |
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-08-04 | Move CFX_GEModule into its own file | npm |
2016-08-02 | Fixup crypto key generation. | dsinclair |
2016-07-29 | Simplify some FPDF edit functions. | thestig |
2016-07-29 | Cleanup CPDF_DocPageData release methods and callers. | thestig |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-26 | Remove unused m_bFirstLayer in CPDF_RenderContext. | jaepark |
2016-07-25 | Remove FX_FONTCACHE_DEFINE | tsepez |
2016-07-25 | Use smart pointers for CFX_Font and CFX_Type3Font classes | weili |
2016-07-24 | Remove CFX_Deletable | weili |
2016-07-24 | Use actual type instead CFX_Deletable | weili |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-07-15 | Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. | jaepark |
2016-07-12 | Replace void* to actual type for jbig2 context to avoid casts | weili |
2016-07-11 | Use smart pointers for class owned member variables | weili |
2016-07-06 | Change class member variables in raw pointer type into unique_ptr | weili |
2016-07-06 | copy graphics state fully | caryclark |
2016-07-01 | Clean up parts of CPDF_CIDFont. | thestig |
2016-06-29 | fix skia unit tests | caryclark |
2016-06-29 | Disable failing embedder tests for Skia builds. | thestig |
2016-06-27 | Clean up some CPDF_Font subclasses. | thestig |
2016-06-27 | Simplify CPDF_TextRenderer::DrawTextString(). | thestig |
2016-06-23 | Improve hint table validation checks. | thestig |
2016-06-23 | Remove FPDFAPI_LoadCID2UnicodeMap. | dsinclair |
2016-06-22 | Fix memory leaks in EmbedderTest::OpenDocument(). | thestig |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Change func(void) to func() | weili |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-14 | Get rid of IPDF_DataAvail. | thestig |
2016-06-13 | Remove default arguments from IFX_RenderDeviceDriver. | thestig |
2016-06-13 | Make code compile with clang_use_chrome_plugin (part I) | weili |
2016-06-08 | Remove even more const casting from core. | tsepez |
2016-06-08 | Set data availablity error. | dsinclair |
2016-06-08 | Remove implicit CFX_CountedRef::operator T*() | tsepez |
2016-06-07 | Avoid const-cast in CPDF_Font | tsepez |
2016-06-07 | Use static_casts for cpdf_type1font bsearch on mac. | tsepez |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-07 | Check the hint table exists before using. | dsinclair |
2016-06-07 | Add missing const to CPDF_Stream::InitStream() | tsepez |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-06-03 | Fix more bugs found by /analyze tool | weili |
2016-06-03 | Fix some code which causes warnings when compiled by /analyze tool | weili |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-02 | The PDFium source in core/fxge/dib implements a bit-blitting backend. | caryclark |
2016-06-01 | Change CFX_Font::GetPsName() to return a CFX_ByteString. | thestig |