Age | Commit message (Expand) | Author |
2016-12-16 | lcms: Sanitize floating point readchromium/2956chromium/2955 | kcwu |
2016-12-16 | Return unique_ptr<> from IPDF_StructTree | tsepez |
2016-12-16 | Better tests for password protected documents.chromium/2954 | tsepez |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-15 | Move window type mask up with masked flags | dsinclair |
2016-12-15 | Remove widget offscreen code. | dsinclair |
2016-12-15 | Cleanup widget edge related code | dsinclair |
2016-12-15 | Remove more unused widget styles | dsinclair |
2016-12-15 | Remove unused widget state flags | dsinclair |
2016-12-15 | Remove unused sysbtn code | dsinclair |
2016-12-14 | Remove unused m_OtfFontData.chromium/2953 | tsepez |
2016-12-14 | Return unique_ptr from CXFA_FFApp::CreateDoc. | tsepez |
2016-12-14 | More unique_ptr returns from DIB methods. | tsepez |
2016-12-14 | Remove unused flags in CFWL_PushButtonchromium/2952 | dsinclair |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-14 | Cleanup CFWL_MonthCalendar flags | dsinclair |
2016-12-14 | Remove some usage of |return XXX.release()| anti-pattern. | tsepez |
2016-12-14 | Remove unused CFWL_Form flags | dsinclair |
2016-12-14 | Remove unused CFWL_Edit flags. | dsinclair |
2016-12-14 | This CL removes some of the unused CFWL widget flags. | dsinclair |
2016-12-14 | Remove unused CFWL_ListBox code | dsinclair |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-14 | Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> | tsepez |
2016-12-14 | Update CFWL_ListBox to return instead of using out params. | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-14 | Verify precision length before converting to string. | dsinclair |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-13 | Replace CFX_FloatArray with std::vector | tsepez |
2016-12-13 | Use CFX_MaybeOwned<> in CPDF_Annot. | tsepez |
2016-12-12 | fix linux build | caryclark |
2016-12-12 | Fix JBig2 decoding logic | weili |
2016-12-12 | add flag for future Skia CL | reed |
2016-12-12 | sync with latest skia api | caryclark |
2016-12-12 | Fix dotted line drawing for GDI device driver | weili |
2016-12-12 | add flag for SkClipOps | reed |
2016-12-12 | Update ICUchromium/2950 | dsinclair |
2016-12-09 | update to latest skia apichromium/2949chromium/2948chromium/2947 | caryclark |
2016-12-08 | Change CFWL_Widget::GetMatrix to return the matrix | dsinclair |
2016-12-08 | Replace CFX_WideStringCArray with std::vector.chromium/2946 | tsepez |
2016-12-08 | Change layout item in CFWL_Widget type from void | dsinclair |
2016-12-08 | Cleanup CFWL_Widget code to return CFX_RectFs where appropriate | dsinclair |
2016-12-08 | Remove unused list data pointer | dsinclair |
2016-12-08 | Remove last usage of CFX_ObjectArray. | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-12-07 | Use unique_ptr for CXFA_XMLParser. | tsepez |
2016-12-07 | Replace CFX_ByteStringArray with std::vector. | tsepez |
2016-12-07 | Convert GetWidgetRect to return rect. | dsinclair |
2016-12-07 | Split CFWL_Widget::GetWidgetRect into two parts | dsinclair |
2016-12-07 | Cleanup return values in CFWL_ComboBox | dsinclair |