Age | Commit message (Expand) | Author |
2017-01-03 | Add CFX_RetainPtr Leak() and Unleak() methods | tsepez |
2017-01-03 | Check for overflow in JBig2 Huffman decoder | Dan Sinclair |
2017-01-03 | Kill last use of CFX_PtrList. | tsepez |
2017-01-03 | Force stop of page tree traversal when max level reached | Nicolas Pena |
2017-01-02 | Use vector of unique_ptrs for page node children. | tsepez |
2016-12-28 | Make CFX_Observable copy constructable.chromium/2969chromium/2968chromium/2967chromium/2966 | tsepez |
2016-12-19 | Missing null initializer in CPDF_StreamParser::ReadInlineStreamchromium/2965chromium/2964chromium/2963chromium/2962chromium/2961chromium/2960chromium/2959chromium/2958 | tsepez |
2016-12-19 | Relax the EncryptMetadata check.chromium/2957 | tsepez |
2016-12-16 | Return unique_ptr<> from IPDF_StructTree | tsepez |
2016-12-16 | Better tests for password protected documents.chromium/2954 | tsepez |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-14 | Remove unused m_OtfFontData.chromium/2953 | tsepez |
2016-12-14 | More unique_ptr returns from DIB methods. | tsepez |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-14 | Remove some usage of |return XXX.release()| anti-pattern. | tsepez |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-14 | Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> | 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-13 | Replace CFX_FloatArray with std::vector | tsepez |
2016-12-13 | Use CFX_MaybeOwned<> in CPDF_Annot. | tsepez |
2016-12-12 | fix linux build | caryclark |
2016-12-12 | Fix JBig2 decoding logic | weili |
2016-12-12 | sync with latest skia api | caryclark |
2016-12-12 | Fix dotted line drawing for GDI device driver | weili |
2016-12-09 | update to latest skia apichromium/2949chromium/2948chromium/2947 | caryclark |
2016-12-08 | Replace CFX_WideStringCArray with std::vector.chromium/2946 | tsepez |
2016-12-08 | Remove last usage of CFX_ObjectArray. | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-07 | Replace CFX_ByteStringArray with std::vector. | tsepez |
2016-12-07 | Properly ref count IFX_FileAccess. | tsepez |
2016-12-07 | Catch stray Retains() and Releases() outside of RetainPtr<>. | tsepez |
2016-12-07 | Fix the way to check terminal field in interactive formchromium/2945 | weili |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-06 | re-enable skia cachingchromium/2944 | caryclark |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |
2016-12-05 | enable skia gradients, fix bugs | caryclark |
2016-12-02 | Rename fpdf_render_image and fpdf_render_textchromium/2942chromium/2941chromium/2940 | npm |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-12-02 | Tidy fx_stream.h | tsepez |
2016-12-01 | Kill off fpdf_render_cache.cppchromium/2939 | npm |
2016-12-01 | Make concrete stream classes private to .cpp, part 2 | tsepez |
2016-12-01 | Make more concrete stream classes private to .cpp files | tsepez |
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-12-01 | Improve early return in CGifLZWDecoder::Decode | npm |
2016-12-01 | Protect against unexpected library create/destroy | tsepez |
2016-11-30 | Fix initial kerning when there is a horzscale setchromium/2938 | npm |
2016-11-30 | Convert loose FX_Create* functions into static methods | tsepez |