Age | Commit message (Expand) | Author |
2018-09-20 | Fix misc lint errors and other cleanups. | Lei Zhang |
2018-09-20 | Remove more unneeded STL #includes from headers. | Lei Zhang |
2018-09-20 | Remove many unneeded STL #includes from headers. | Lei Zhang |
2018-09-17 | Fix final/protected conflicts. | Tom Sepez |
2018-09-17 | Make CBC_CodeBase::SetTextLocation() virtual. | Lei Zhang |
2018-09-15 | Remove FXFM_ENCODING_NONE. | Lei Zhang |
2018-09-14 | Use pdfium::Optional in CFGAS_GEFont. | Lei Zhang |
2018-09-14 | Use fxcrt::MaybeOwned in CFGAS_GEFont. | Lei Zhang |
2018-09-14 | Use UnownedPtr in CFX_UnicodeEncoding. | Lei Zhang |
2018-09-14 | Clean up CFGAS_GEFont members. | Lei Zhang |
2018-09-11 | Make flate decode functions' buffer out parameter unique_ptrs. | Lei Zhang |
2018-09-04 | Remove unneeded fpdf_parser_decode.h #includes. | Lei Zhang |
2018-08-29 | Use pdfium::span<> in fpdf_parser_decode.h helper functions. | Tom Sepez |
2018-08-29 | Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h. | Lei Zhang |
2018-08-27 | The final game: mark everything final. | Tom Sepez |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-23 | Pass unique_ptr<> to CFX_MemoryStream constructor | Tom Sepez |
2018-08-23 | Fix shadowed variables | Ryan Harrison |
2018-08-23 | Remove bool arg from CFWL_Widget::GetBorderSize(). | Tom Sepez |
2018-08-23 | Remove m_bTruncated flag from CBC_PDF417Writer. | Henrique Nakashima |
2018-08-22 | Use UnownedPtr<> in CXFA_RenderContext.chromium/3531 | Tom Sepez |
2018-08-22 | Mark CFX_XMLNode pointers as const in various places. | Lei Zhang |
2018-08-22 | Add GetLowerCaseElementAttributeOrDefault() helper function. | Lei Zhang |
2018-08-22 | Simplify GetEmbeddedObj() methods. | Lei Zhang |
2018-08-21 | Use UnownedPtr<> to theme provider in cfwl_widgetproperties.h | Tom Sepez |
2018-08-21 | Use UnownedPtr<> in xfa_resolvenode_rs.h | Tom Sepez |
2018-08-21 | Remove excessive padding above and below PDF417 barcodes. | Henrique Nakashima |
2018-08-21 | Change GetEmbbedObj() to return an Optional<WideString>. | Lei Zhang |
2018-08-21 | Optimize rendering of two dimensional barcodes: defer upscale. | Henrique Nakashima |
2018-08-21 | Fix some IWYU issues in xfa/fxfa/. | Lei Zhang |
2018-08-21 | Fix one-of property JS errors. | Henrique Nakashima |
2018-08-20 | Use UnownedPtr<> in CXFA_GEColor. | Tom Sepez |
2018-08-20 | Fix nits in CXFA_Node. | Lei Zhang |
2018-08-20 | Clean up CXFA_Graphics::SetLineDash(). | Lei Zhang |
2018-08-20 | Avoid an integer overflow in CFX_RTFBreak. | Lei Zhang |
2018-08-20 | Use more consts in CFX_Break. | Lei Zhang |
2018-08-17 | Remove optionals in CXFA_LayoutPageMgr methods. | Tom Sepez |
2018-08-17 | Remove optionals from CXFA_NodeHelper::NodeAcc_TraverseSiblings(). | Tom Sepez |
2018-08-17 | Remove optionals from CXFA_TextLayout methods. | Tom Sepez |
2018-08-16 | Remove optional argument from CXFA_LayoutProcessor::StartLayout() | Tom Sepez |
2018-08-16 | Replace optional bool bDrawFocus with enum type. | Tom Sepez |
2018-08-16 | Remove optional argument from ResolveNodes_GetParent(). | Tom Sepez |
2018-08-16 | Allow PDF417 barcodes to reduce modules by shaving off padding. | Henrique Nakashima |
2018-08-16 | Add a way to save a barcode generated bitmap to a .png. | Henrique Nakashima |
2018-08-16 | Optimize rendering of two dimensional barcodes: deduplicate regions. | Henrique Nakashima |
2018-08-16 | Do not set barcode module width and height in unittest. | Henrique Nakashima |
2018-08-15 | Remove optional prepend argument from matrix transformations. | Tom Sepez |
2018-08-15 | Make CFX_MemoryStream always consecutive.chromium/3524 | Lei Zhang |
2018-08-14 | Remove CFX_BufferSeekableReadStream. | Lei Zhang |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |