Age | Commit message (Expand) | Author |
2018-02-16 | Correct mapping text to characters for characters missing from font | Ryan Harrison |
2018-02-16 | Fix more fallthroughs before reenabling -Wimplicit-fallthrough. | Henrique Nakashima |
2018-02-16 | Add ASSERT to check OOB m_CharCodes | Nicolas Pena |
2018-02-16 | Implement operator<< for CFX_Rect and CFX_RectF. | Henrique Nakashima |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-16 | Improve performance of writing path floats. | Dan Sinclair |
2018-02-15 | Make the CFX_XMLNode a MaybeOwned pointer | Dan Sinclair |
2018-02-15 | Correctly seek when header size is larger then expectedchromium/3349 | Ryan Harrison |
2018-02-14 | Check that the request was satisfied in ReadData | Ryan Harrison |
2018-02-14 | Pdfium: Allow negative font sizes for PostScript printing | rbpotter |
2018-02-13 | Change return value of GetAvailInput | Ryan Harrison |
2018-02-13 | Add last_child to CFX_XMLNode | Dan Sinclair |
2018-02-13 | Split CFX_XMLNode::SaveXMLNode apart | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode pointers | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLDoc::SaveXMLNode | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode and friendschromium/3347 | Dan Sinclair |
2018-02-12 | Fix signedness in CJBig2_HuffmanTable, and add overflow check | Nicolas Pena |
2018-02-12 | Convert CFX_BmpDecompressor to use CFX_MemoryStream | Ryan Harrison |
2018-02-12 | Rearrange allocator functions to avoid unreachable code | Daniel Bratell |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-09 | Use CFX_Size in CPDF_Page and fpdf_ppo.cpp. | Lei Zhang |
2018-02-09 | Get rid of EmbedderTest::RenderPageDeprecated(). | Lei Zhang |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-07 | Check that request sizes in ReadData don't overflow | Ryan Harrison |
2018-02-06 | IWYU | Mike Reed |
2018-02-06 | Break unneeded dep on Bmp codec in Gif codec | Ryan Harrison |
2018-02-06 | Account for skip size before getting image ifh size | Ryan Harrison |
2018-02-06 | Extract classes in fx_bmp.h into their own files | Ryan Harrison |
2018-02-06 | Convert BMP class name style to match other codecs | Ryan Harrison |
2018-02-06 | Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/ | Ryan Harrison |
2018-02-06 | Changing the member naming style in BMPDecompressor | Ryan Harrison |
2018-02-05 | Limit dest buffer to 1GB in FlateOrLZWDecode. | Henrique Nakashima |
2018-02-05 | Make EmbedderTest class member style consistent. | Lei Zhang |
2018-02-05 | Include time.h on wasm.chromium/3342chromium/3341 | Henrique Nakashima |
2018-02-01 | Convert CFX_CSSPropertyTable to CFX_CSSData | Ryan Harrison |
2018-02-01 | Deprecate FPDFDest_GetPageIndex and create a fixed version. | Henrique Nakashima |
2018-01-31 | Remove handrolled search from GetCSSColorByNamechromium/3336 | Ryan Harrison |
2018-01-31 | Remove handrolled search from GetCSSLengthUnitByName | Ryan Harrison |
2018-01-31 | Remove handrolled search from GetCSSPropertyValueByName | Ryan Harrison |
2018-01-31 | Clean up CSS property table | Ryan Harrison |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-30 | Clean up CSS Data Table entries and access | Ryan Harrison |
2018-01-30 | Check if opj_image_data_alloc returned null. | Henrique Nakashima |
2018-01-30 | Guard usages of tellp(). It may return -1 in error cases. | Henrique Nakashima |
2018-01-30 | Remove not reachable branch in fxge code. | Lei Zhang |
2018-01-30 | Use anonymous namespace in gdiplus code. | Lei Zhang |
2018-01-30 | Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned."" | Tom Sepez |
2018-01-30 | Revert "Use UnownedPtr instead of T* in MaybeOwned." | Tom Sepez |
2018-01-30 | Use UnownedPtr instead of T* in MaybeOwned. | Tom Sepez |