Age | Commit message (Expand) | Author |
2016-08-29 | Revert "Add -> operators to CFX_CountRef." | tsepez |
2016-08-29 | Revert "Replace wrapper methods in CPDF_Path with -> operator." | tsepez |
2016-08-29 | Revert "Use ->() in CPDF_ColorState" | tsepez |
2016-08-29 | Use ->() in CPDF_ColorState | tsepez |
2016-08-29 | Replace wrapper methods in CPDF_Path with -> operator. | tsepez |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. | tsepez |
2016-08-26 | Remove CFX_CountRef::IsNull in favor of operator bool | tsepez |
2016-08-24 | Allow CPDF_Font to use fallback fonts | npm |
2016-08-24 | Delete unused methods from CFX_RenderDevice | npm |
2016-08-19 | Move CFX_FaceCache to its own file | npm |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
2016-08-15 | add native draw bitmap with alpha mask | caryclark |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix typos of the word outer. | thestig |
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-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-21 | Use smart pointers for graphics device classes | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
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-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-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Another round of fx_ge cleanup. | 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 implicit CFX_CountedRef::operator T*() | tsepez |
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-02 | The PDFium source in core/fxge/dib implements a bit-blitting backend. | caryclark |
2016-06-01 | Validate the BitsPerFlag entry in shading dictionaries. | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
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 | Remove CFX_PrivateData from CPDF_Document | tsepez |
2016-05-23 | Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748 | thestig |
2016-05-20 | Add an enum to represent text rendering modes. | thestig |
2016-05-19 | Fix leak in CPDF_StreamContentParser::AddTextObject(). | thestig |
2016-05-19 | Clean up CFX_RenderDevice::DrawNormalText(). | thestig |