summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2016-04-19Store WideString, not raw pointer, in FX_TXTRUNtsepez
2016-04-19Remove fullscreen code.dsinclair
2016-04-19XFA unused function cleanupdsinclair
2016-04-18Make FWL_CornerEnlarge a constdsinclair
2016-04-18Remove unused FWL Panel code.dsinclair
2016-04-18Fold the FWL NoteThread classes up to the Thread classes.dsinclair
2016-04-15Avoid narrowing of strings in FWL SetEditText methods.tsepez
2016-04-15Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache.tsepez
2016-04-14Simplify XFA event handling.thestig
2016-04-14Change string argument type to GetFormatDataValue.tsepez
2016-04-14Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName.tsepez
2016-04-14Avoid needless construction of CFX_ByteStrings during string buildingtsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Unused FWL Classes.dsinclair
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-13Remove unused FWL methodsdsinclair
2016-04-13Cleanup CPDFXFA_Page.thestig
2016-04-13Remove some FWL code.dsinclair
2016-04-13Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet.dsinclair
2016-04-13Re-enable warning 4701 for GN build and some cleanupweili
2016-04-13Remove IFX_Barcode.dsinclair
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-12Remove IFDE_Pen and IFDE_Brush.dsinclair
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-12Record all fonts, not just one per charset.dsinclair
2016-04-12Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP().tsepez
2016-04-12Only SolidBrush types are created, remove other brushes.dsinclair
2016-04-11Cleaning up FDE_CSS Classes.dsinclair
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-11Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate.dsinclair
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-07Cleanup DEPS files after include/ changes.dsinclair
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Remove IFWL_Grid and other grid classes.dsinclair
2016-04-06Make static FX_WCHAR arrays more const.thestig
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Fix spelling for SetSelectedItemsdsinclair
2016-04-06Move remaining fpdfdoc filesdsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-06Split fxfa_objectacc.h into pieces.dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez