Age | Commit message (Expand) | Author |
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 |
2016-05-23 | Use unique_ptr in CPDF_CidFont | tsepez |
2016-05-23 | Clean up doc_ocg.cpp. | thestig |
2016-05-23 | Delete CPDF_Object::IsModified(). | 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 | Use enum type for char type variables | weili |
2016-05-20 | Merge GetBits32() impls into one. Put it in fxcrt. | thestig |
2016-05-19 | Remove Release() from IFXCRT_FileAccess. | tsepez |
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 a potential nullptr deref in CFX_MapPtrToPtr. | thestig |
2016-05-19 | Fix leak in CPDF_StreamContentParser::AddTextObject(). | thestig |
2016-05-19 | Correctly check for overflow in FX_atonum. | dsinclair |
2016-05-19 | Remove agg from skia build | caryclark |
2016-05-19 | Clean up CFX_RenderDevice::DrawNormalText(). | thestig |
2016-05-18 | Use std::vector in CPDF_StructTreeImpl | tsepez |
2016-05-18 | Remove c_str() from widestring checksum variant. | tsepez |