Age | Commit message (Expand) | Author |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-05-16 | CFDE_RenderDevice::m_bOwnerDevice is always false | Tom Sepez |
2017-05-16 | Small fix in CPDF_TrueTypeFont load | Nicolas Pena |
2017-05-16 | Properly ref-count CPDFXFA_Page | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-16 | Handle when XFA parser error handlers cannot format error messages. | Lei Zhang |
2017-05-16 | Add formcalc lexer tests. | Dan Sinclair |
2017-05-16 | Update formcalc return types | Dan Sinclair |
2017-05-16 | Do not walk off end of formcalc string | Dan Sinclair |
2017-05-16 | Minor xfa_lexer.cpp cleanup | Dan Sinclair |
2017-05-16 | Simplify ContrastAdjust().chromium/3102 | Lei Zhang |
2017-05-15 | Remove gamma code | Dan Sinclair |
2017-05-15 | Remove unused flags from CPDF_Creator | Nicolas Pena |
2017-05-15 | Libtiff: upstream fix for heap buffer overflow | Nicolas Pena |
2017-05-15 | Check correctness of PDF Skia args | Nicolas Pena |
2017-05-15 | Gif: error out on invalid code sizeschromium/3101 | Nicolas Pena |
2017-05-15 | Convert CPSOutput to an IFX_WriteStream | dan sinclair |
2017-05-15 | Add a WriteString method to IFX_WriteStream | dan sinclair |
2017-05-15 | Smells like a leak in PWL_ComboBox.cpp | Tom Sepez |
2017-05-15 | Return unique_ptr from xfa lexer Scan() method | Tom Sepez |
2017-05-12 | Rename ErrorData and fix potential leakchromium/3100chromium/3099 | Nicolas Pena |
2017-05-12 | Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098 | Nicolas Pena |
2017-05-11 | Use clamp() in a couple more places. | Lei Zhang |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-11 | Remove unused GetPlatformSurface and GetDC methods | dan sinclair |
2017-05-11 | Add missing CheckUnsupportedError | Dan Sinclair |
2017-05-11 | Do not use vector data() when it is empty | Nicolas Pena |
2017-05-11 | Move map and codec loading into manager | Dan Sinclair |
2017-05-11 | Fixup Initialize spellingchromium/3097 | Dan Sinclair |
2017-05-11 | Stop rendering if a span length overflowed in AGG | Nicolas Pena |
2017-05-11 | LibOpenJPEG: undefined shift in opj_t1_dec_clnpass | Nicolas Pena |
2017-05-11 | Limit XFA FormCalc program translation size. | Lei Zhang |
2017-05-10 | Split DCT decoder creation from CPDF_DIBSource::CreateDecoder(). | Lei Zhang |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-05-10 | Check CXFA_FM2JSContext::Translate() return value. | Lei Zhang |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-10 | Cleaning up Edit code | Dan Sinclair |
2017-05-10 | Cleanup CGifDecompressor part 2 | Nicolas Pena |
2017-05-10 | Fix FPDFImageObj_LoadJpegFile(Inline) to allow NULL to be passed in for pages...chromium/3096 | Andrew Weintraub |
2017-05-10 | Simplify CPDF_ImageRenderer::StartRenderDIBSource(). | Lei Zhang |
2017-05-10 | Use FXSYS_IntToTwoHexChars() in more places. | Lei Zhang |
2017-05-10 | Fix typos for the word start. | Lei Zhang |
2017-05-09 | Create common CXML_Object base class for CXML_Content and CXML_Element. | Tom Sepez |
2017-05-09 | Remove FPDFPageObj_NewImgeObj(). | Lei Zhang |
2017-05-09 | LibOpenJPEG: restrict l_img_comp->prec to avoid undefined shift | Nicolas Pena |
2017-05-09 | Edit code cleanup | Dan Sinclair |
2017-05-09 | Cleanup of CGifDecompressor part 1 | Nicolas Pena |
2017-05-09 | Move FPDF_FILEWRITE adapter to own file | Dan Sinclair |
2017-05-09 | Rename fpdf_edit_create.cpp to cpdf_creator.cpp | Dan Sinclair |
2017-05-09 | Use CXFA_TextUserData in place of CFX_Retainable where possible. | Tom Sepez |