summaryrefslogtreecommitdiff
path: root/xfa/fwl
AgeCommit message (Expand)Author
2016-06-23Remove NULL in xfa/dsinclair
2016-06-18Make code compile with clang_use_chrome_plugin (part VI)weili
2016-06-16Remove unused code.dsinclair
2016-06-16Remove barcode reading code.dsinclair
2016-06-16Rename fxmath_barcodeimp to cfx_barcodedsinclair
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-09Avoid casts via correct types in fgas_textbreaktsepez
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-07Fix more code which has shadow variablesweili
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove FWL_HTIMER in favor of IWFL_TimerInfotsepez
2016-06-06Make GetDevFont() return a CFX_Font* instead of void*tsepez
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-06-03Fix more bugs found by /analyze toolweili
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-06-03Remove two unused opaque handle typestsepez
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02Replace FWL_HLISTITEM with class IFWL_ListItem {}tsepez
2016-05-27Fix two bugs found by /analyze toolweili
2016-05-27Add back-pointer to "Associated widget" to CFWL_WidgetImp.tsepez
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Add opaque "layout item" to widgets for caller's use.tsepez
2016-05-26Enable chromium_code standard for XFA codeweili
2016-05-26Remove unused FWL_Error::OutOfMemorytsepez
2016-05-26Remove one (of several) usages of SetPrivateData from IFWL_Widgettsepez
2016-05-25Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}tsepez
2016-05-24Correctly implement GetPartState() functionweili
2016-05-24Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr.tsepez
2016-05-20Return no style in GetItemStyles() for item of null pointerweili
2016-05-20Remove Release() from CFX_Barcodetsepez
2016-05-20Clean up XFA code which causes warningsweili
2016-05-20Fix a bug on scrollbar's checking theme statesweili
2016-05-20Fix unreachable code in fwl_comboboximp.cpptsepez
2016-05-20Use std::map, std::unique_ptr in fwl_widgetmgrimp.htsepez
2016-05-19Work around sign compare error from commit be9b894.thestig
2016-05-18Remove Release() from CFDE_TxtEdit* classestsepez
2016-05-18Remove Release() from CXFA_FWLThemetsepez
2016-05-18Split xfa/fee files into individual class files.dsinclair
2016-05-18Pass objects instead of strings for undo/redo records.dsinclair
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-13ReplaceSelections() methods never called.tsepez
2016-05-11Use STL map for m_eventTargets.tsepez
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-05-05Remove CLASSHASH defines in favour of an enum class.dsinclair
2016-05-04Convert FWL_ERR into an enum class.dsinclair
2016-05-04Cleanup IFWL_Adapter interfaces.dsinclair
2016-05-04Cleanup CFWL_ThemePart data.dsinclair