Age | Commit message (Expand) | Author |
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 |
2018-08-14 | Remove |bTakeOver| parameter from CFX_MemoryStream ctor. | Lei Zhang |
2018-08-13 | Make CFX_ReadOnlyMemoryStream take a span. | Lei Zhang |
2018-08-13 | Use CFX_ReadOnlyMemoryStream in more places. | Lei Zhang |
2018-08-10 | Kill some optional parameters that are always supplied. | Tom Sepez |
2018-08-10 | Remove const args and const_casts where not required. | Tom Sepez |
2018-08-08 | Move ByteString::FromUnicode() to WideString::ToDefANSI() | Tom Sepez |
2018-08-08 | Limit size of expression list in FormCalc parserchromium/3517 | Ryan Harrison |
2018-08-07 | Use wide string addition in place of some Format() calls. | Tom Sepez |
2018-08-01 | Replace more unchecked casts with type conversion funtions. | Tom Sepez |
2018-08-01 | Rename PageSetContainerLayoutItem to TraverseStrategy_PageSet.chromium/3509 | Tom Sepez |
2018-08-01 | Add a ScopedLocale for use within CXFA_LocaleValue. | Lei Zhang |
2018-08-01 | Mark CFGAS_FormatString methods as const. | Lei Zhang |
2018-08-01 | Fix a nullptr crash in CXFA_LocaleValue::ValidateValue(). | Lei Zhang |
2018-07-31 | Remove CXFA_Corner downcasts from cxfa_rectangle.cpp | Tom Sepez |
2018-07-30 | Replace m_bIsContentLayoutItem with proper enum for type. | Tom Sepez |
2018-07-30 | Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods.chromium/3508 | Tom Sepez |
2018-07-30 | Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem() | Tom Sepez |
2018-07-30 | Convert some asserts to ifs in cxfa_ffnotify.cpp. | Tom Sepez |
2018-07-30 | Type-safe iteration over CXFA_ContentLayoutItems. | Tom Sepez |
2018-07-30 | Fix a misspelling of "locale". | Lei Zhang |
2018-07-30 | Remove a NOTREACHED() in FormValueNode_SetChildContent(). | Lei Zhang |
2018-07-30 | Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache. | Henrique Nakashima |
2018-07-28 | Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506 | Tom Sepez |
2018-07-28 | Add ToXML{Instruction,Text,CharData}() checked conversion functions | Tom Sepez |
2018-07-26 | Use moar ToXMLElement() in place of static_cast<>. | Tom Sepez |
2018-07-26 | Remove font cache from CFGAS_DefaultFontManager.chromium/3504 | Henrique Nakashima |