Age | Commit message (Expand) | Author |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Reland Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-14 | Revert "Cleanup CPDF_MeshStream" | dsinclair |
2017-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-02-13 | Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-13 | core: fix a few uninitialized members | Miklos Vajna |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2017-01-05 | Remove unused CPDF_ImageCacheEntry::GetCachedBitmap | Nicolas Pena |
2017-01-04 | Kill render_int.hchromium/2973chromium/2972 | Nicolas Pena |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-06 | re-enable skia cachingchromium/2944 | caryclark |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |
2016-12-02 | Rename fpdf_render_image and fpdf_render_textchromium/2942chromium/2941chromium/2940 | npm |
2016-12-01 | Kill off fpdf_render_cache.cppchromium/2939 | npm |
2016-12-01 | Kill some friends in fpdfapi. | tsepez |
2016-12-01 | Remove fpdf_render.cpp | Nicolas Pena |
2016-12-01 | Make CPDF_ImageCacheEntry's private CFX_DIBSources unique_ptrs | npm |
2016-11-29 | Do not clone in CPDF_ImageCacheEntry::GetCachedBitmap | npm |
2016-11-28 | Add some methods in CPDF_ImageRenderer | npm |
2016-11-28 | Merge CPDF_ImageLoader with its handle | npm |
2016-11-23 | Remove some .release() calls in cpdf_renderstatus | tsepez |
2016-11-23 | Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmap | npm |
2016-11-23 | Move CPDF_ImageRenderer from render_int | npm |
2016-11-22 | Ensure CPDF_CountedObjects only made from owned references. | tsepez |
2016-11-22 | handle antialiased rendering as premultiplied | caryclark |
2016-11-21 | Split fwl/core class pt II. | dsinclair |
2016-11-21 | Make CPDF_ImageObject::m_Matrix private. | thestig |
2016-11-21 | Check dimensions and content of bitmaps in EmbedderTests.chromium/2927 | thestig |
2016-11-21 | Continue splitting up render_int | npm |
2016-11-17 | fix corpus tests | caryclark |
2016-11-17 | Move CPDF_RenderStatus from render_int | npm |
2016-11-17 | Move CPDF_DocRenderData from render_int | npm |
2016-11-16 | Create a subset of skia support for paths only | caryclark |
2016-11-15 | Revert of Create a subset of skia support for paths only (patchset #10 id:180... | dsinclair |
2016-11-15 | Create a subset of skia support for paths only | caryclark |
2016-11-14 | Properly release caches in CPDF_DocRenderData | npm |
2016-11-11 | Relax colorspace checks in CPDF_DIBSource::CreateDecoder().chromium/2917 | thestig |
2016-11-02 | Remove FX_BOOL from core | tsepez |