Age | Commit message (Expand) | Author |
2016-06-08 | Remove redundant casts, part 4 | tsepez |
2016-06-08 | Remove even more const casting from core. | tsepez |
2016-06-08 | Add some consts and remove more casts in core/ | tsepez |
2016-06-08 | Set data availablity error. | dsinclair |
2016-06-08 | update skia | caryclark |
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 fpdfsdk/ | thestig |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-07 | Check the hint table exists before using. | dsinclair |
2016-06-07 | Verify we have a CJBig2_Image before attempting use. | dsinclair |
2016-06-07 | Add missing const to CPDF_Stream::InitStream() | tsepez |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-06-06 | Get rid of unused android GetHandle() and FPF_HFONT | tsepez |
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 | Remove unused code for Arabic char and line handling | 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 |
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-27 | Change IsGDIEnabled() to use a bool. | Lei Zhang |
2016-05-27 | Clean up some Android/Windows code. | thestig |
2016-05-27 | Add back-pointer to "Associated widget" to CFWL_WidgetImp. | tsepez |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Fix a bug which may cause infinite loop | weili |
2016-05-26 | Remove checks for _WIN32_WCE. | thestig |
2016-05-26 | Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool. | thestig |
2016-05-26 | skia: add bitmap color table support | caryclark |
2016-05-26 | Clean up CPDF_TextRenderer slightly. | thestig |
2016-05-26 | Remove default arguments in CFX_RenderDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-25 | Remove FX_GAMMA() and friends. They do nothing. | thestig |
2016-05-25 | Banish CFX_PrivateData to the XFA side | tsepez |
2016-05-25 | Remove CFX_PrivateData inheritance from CPDF_InterForm | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Document | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-25 | get skia building | caryclark |
2016-05-25 | fix rotated and alpha bitmaps | caryclark |
2016-05-24 | Remove CFX_PrivateData from CPDF_ModuleMgr | tsepez |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-23 | Rename IFX_Unknown to IFX_Retainable. | tsepez |
2016-05-23 | Remove dead code from CPDF_InterForm. | thestig |
2016-05-23 | Distinguish between user and owner passwords. | thestig |
2016-05-23 | Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748 | thestig |