summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
2017-12-13Get rid of CXML_AttrMap.Lei Zhang
2017-12-13Fix some nits in CXML_Element.Lei Zhang
2017-12-13Use size_t in CXML_Element and callers.Lei Zhang
2017-12-13Simplify CXML_Element::GetTagName().Lei Zhang
2017-12-13Inline CXML_Element private methods.Lei Zhang
2017-12-13Remove dead CXML_Element code.Lei Zhang
2017-12-12Combine WideString::operator< and Compare().Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-07Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String.Henrique Nakashima
2017-12-07Add WARN_UNUSED_RESULT to ByteString::Format* methods.Henrique Nakashima
2017-12-07Fix WideString::Format instances that should use %lsRyan Harrison
2017-12-04Simplify some CFX_FloatRect methods.chromium/3285Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Add CFX_FloatRect::ToRoundedFxRect().Lei Zhang
2017-12-01Add CFX_FloatRect::Scale().Lei Zhang
2017-12-01Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint().Lei Zhang
2017-12-01Remove unused CFX_FloatRect::Substract4().Lei Zhang
2017-12-01Add some CFX_FloatRect unit tests.Lei Zhang
2017-11-30Run clang-tidy modernize-use-auto on //third_party/pdfiumDan Sinclair
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-11-29Remove CollectionSize from fx_bidiDan Sinclair
2017-11-28Remove CollectionSize from string_view_templateDan Sinclair
2017-11-27Change FPDF_GetText to return "" when asked to get 0 charactersRyan Harrison
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-16Convert CFX_DateTime::Now to be staticchromium/3272Dan Sinclair
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-11-14Move CXFA_FileRead out of XFA and renameRyan Harrison
2017-11-07Remove unused parameter from ByteString::FormatFloat().Lei Zhang
2017-11-06Improve ByteString{View}::operator<().Lei Zhang
2017-11-06Mark string pointers as const in string unit tests.Lei Zhang
2017-11-03Remove flags param from FXMEM_DefaultAlloc() and friends.Lei Zhang
2017-10-05Remove friends from CXML_ElementDan Sinclair
2017-10-04Remove CFX_CRTFileAccessDan Sinclair
2017-10-02Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231Ryan Harrison
2017-10-02Remove extraneous ;sDan Sinclair
2017-10-02Removing unused definesDan Sinclair
2017-09-28Simplify some OS checks to PLATFORM checksDan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Replace FX_SAFE_STRSIZE with FX_SAFE_SIZE_TRyan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Remove _FX_IOS_chromium/3225Dan Sinclair
2017-09-26Fix checks for FX_WIN64_DESKTOPDan Sinclair
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Move CFX_StringDataTemplate to StringDataTemplateDan Sinclair
2017-09-21Move CFX_SharedCopyOnWrite to SharedCopyOnWriteDan Sinclair