Age | Commit message (Expand) | Author |
2017-12-22 | Only set CPDF_ColorSpace component count on successful load.chromium/3310chromium/3309chromium/3308chromium/3307chromium/3306chromium/3305chromium/3304chromium/3303chromium/3302 | Lei Zhang |
2017-12-21 | Clean up CPDF_Color.chromium/3301 | Lei Zhang |
2017-12-21 | Fix various nits in color code. | Lei Zhang |
2017-12-19 | Add parameter validation to CPDF_ShadingPattern. | Henrique Nakashima |
2017-12-19 | Remove some dead code. | Lei Zhang |
2017-12-19 | Require valid color space for shading pattern. | Henrique Nakashima |
2017-12-19 | Change pattern creation checks in CPDF_DocPageData::GetPattern(). | Lei Zhang |
2017-12-16 | Fix null-dereference in CPDF_ShadingPattern::Load().chromium/3298chromium/3297 | Lei Zhang |
2017-12-15 | Validate base color space of Indexed color spaces.chromium/3296 | Henrique Nakashima |
2017-12-15 | Validate shading pattern's ColorSpace. It cannot be a Pattern CS. | Henrique Nakashima |
2017-12-14 | Add restrictions to alternate color spaces.chromium/3295 | Henrique Nakashima |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-11 | Move some GetDict() calls out of header files. | Lei Zhang |
2017-12-06 | Move m_CharCodes to local for crash investigation | Bruce Dawson |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |
2017-11-27 | Convert CPDF_TextObject to not use CollectionSize | Dan Sinclair |
2017-11-27 | Convert CPDF_ClipPath::Get{Path|Text}Count to size_t | Dan Sinclair |
2017-11-22 | Change CPDF_ContentMark to return size_t for counts. | Lei Zhang |
2017-11-22 | Remove dead CPDF_ContentMark code. | Lei Zhang |
2017-11-21 | Avoid passing pointers by reference in core. | Lei Zhang |
2017-11-08 | Use MaybeOwned in CPDF_ContentParser | Nicolas Pena |
2017-11-07 | Simplify CPDF_ContentParser. | Lei Zhang |
2017-11-07 | Change CPDF_PSProc::AddOperator() to do binary search. | Lei Zhang |
2017-11-06 | Add a CPDF_PSEngine test. | Lei Zhang |
2017-11-06 | Remove C-style casts in CPDF_PSEngine. | Lei Zhang |
2017-11-06 | Mark some CPDF_StreamContentParser members as const. | Lei Zhang |
2017-11-03 | Remove C-style casts in cpdf_colorspace.cpp. | Lei Zhang |
2017-11-03 | The component count in CPDF_IndexedCS should be unsigned. | Lei Zhang |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-11-02 | Rename Transparency to iTransparency. | Lei Zhang |
2017-10-17 | Fix loading mutually referencing colorspaces.chromium/3243 | Henrique Nakashima |
2017-10-04 | Remove friends from CPDF_TextObjectchromium/3233 | Dan Sinclair |
2017-10-04 | Make CPDF_TransferFunc members private | Dan Sinclair |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-21 | Move CFX_WeakPtr to WeakPtr | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Move CFX_StringPoolTemplate to StringPoolTemplate | Dan Sinclair |
2017-09-21 | Move CFX_SharedCopyOnWrite to SharedCopyOnWrite | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-20 | Isolate lcms2 usage to a few files. | Lei Zhang |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-20 | Move CCodec_ScanlineDecoder to its own file. | Lei Zhang |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-08-31 | Fix colorspace loading for mutually referencing colorspaces. | Henrique Nakashima |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Prevent duplicate parses of same data, in the same recursive descent | Ryan Harrison |