Age | Commit message (Expand) | Author |
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 |
2016-05-18 | Pass objects instead of strings for undo/redo records. | dsinclair |
2016-05-17 | Don't use LCD antialiasing if Fontconfig doesn't support hinting | thomasanderson |
2016-05-17 | Rename CPDF_Struct{Element,Tree} to IPDF_ | tsepez |
2016-05-17 | Fix DrMemory bot error by properly initializing the variable | weili |
2016-05-17 | Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20... | weili |
2016-05-17 | Remove an unnecessary variable from CPDF_Creator | weili |
2016-05-16 | Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild(). | thestig |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-16 | Clean up CPDF_Creator. | thestig |
2016-05-16 | Fix binding of null pointer dereference to reference typechromium/2740chromium/2739 | hans |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | Templatize CFX_{Byte,Wide}StringC | tsepez |
2016-05-13 | Move some classes out of doc_vt.cpp into their own files. | thestig |
2016-05-13 | allow Skia to be the default graphics engine | caryclark |
2016-05-12 | Fix some misc nits. | thestig |