summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-25Clean up CPDF_StreamContentParser::AddTextObject().chromium/3473Lei Zhang
2018-06-25Combine common code into CPDF_RenderStatus::ClipPattern().Lei Zhang
2018-06-25Make DrawRadialShading() slightly more compact.Lei Zhang
2018-06-25Update code coverage documentationRyan Harrison
2018-06-23Fix some nits from commit 27cf78d8.chromium/3472chromium/3471Lei Zhang
2018-06-22Fix some nits in gold.py.chromium/3470Lei Zhang
2018-06-22Follow up to removing JS alert/beep magic numbersRyan Harrison
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-22Fix overflow in CFX_RenderDevice::DrawFillStrokePath().Henrique Nakashima
2018-06-22CPDF_PageObjectHolder::GetDirtyStreams() returns const ref.Henrique Nakashima
2018-06-22Rework of Fixing metadata not read from linearized file.Artem Strygin
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-21Use enum for stages of CPDF_Creator.Henrique Nakashima
2018-06-21Do not save content stream if all page objects were removed from it.Henrique Nakashima
2018-06-21Use the length of calculated string instead of sourceRyan Harrison
2018-06-21Pass output parameters as pointers in ijs_event_contextTom Sepez
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-21Add pass/fail Gold summary to outputchromium/3469Stephan Altmueller
2018-06-20Remove duplicate method for generating alertschromium/3468Ryan Harrison
2018-06-20Fix a couple of CPDF_DefaultAppearance::GetFont usageschromium/3467Nicolas Pena
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-20Replace SkTSwap with std::swap/swap.Ben Wagner
2018-06-20c_str() calls not needed when writing to ostreamTom Sepez
2018-06-20Add in a size guard to JPX fuzzerRyan Harrison
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-19Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMapTom Sepez
2018-06-19Add FPDFText_GetMatrix() APIMiklos Vajna
2018-06-19Use const pointers within GetDirectInteger function.Artem Strygin
2018-06-19fxcrt::{Byte,Wide}String missing move-assign operatorTom Sepez
2018-06-14Merge 3 methods of CJBig2_GRDProc togetherchromium/3465chromium/3464chromium/3463chromium/3462chromium/3461Nicolas Pena
2018-06-14[formcalc] Calculate length of string when calling FXSYS_wcstofDan Sinclair
2018-06-14Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h.Peter Collingbourne
2018-06-14Rewrite content stream regeneration.Henrique Nakashima
2018-06-14Simplify the calculation of Pages Offsets within CPDF_HintsTable.chromium/3460Artem Strygin
2018-06-13Collapse some more xfa/non-xfa code in cpdfsdk annots.chromium/3459chromium/3458Tom Sepez
2018-06-13Mark modified content streams as dirty in CPDF_PageObjectHolder.Henrique Nakashima
2018-06-13Remove CFX_FixedBufGrow from cpdf_renderstatus.cppNicolas Pena
2018-06-13Remove CFX_FixedBufGrow from cpdf_colorspace.cppNicolas Pena
2018-06-13Remove almost all usages of CFX_FixedBufGrow from cpdf_dibsource.cppNicolas Pena
2018-06-13Make CJBig2_Context::GetHuffmanTable return constNicolas Pena
2018-06-13Remove CFX_FixedBufGrow from fx_codec_icc.cppNicolas Pena
2018-06-13Merge the offset calculation logic within CPDF_HintsTable.Artem Strygin
2018-06-13Add FPDFText_LoadStandardFont to public APINicolas Pena
2018-06-13Remove CFX_FixedBufGrow from fx_apple_platform.cppNicolas Pena
2018-06-13Guard some non-windows only code in cfx_font with ifdefs.Tom Sepez
2018-06-13Tidy FFLCommon()Tom Sepez
2018-06-13Refactor GetOrCreateDefaultGraphics out of ProcessDefaultGraphics.Henrique Nakashima
2018-06-13CPDFSDK_Widget(): bDisplay arg always passed as true (default).Tom Sepez