summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout
AgeCommit message (Expand)Author
2016-07-18Cleanup fgas/crt.dsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-18Make code compile with clang_use_chrome_plugin (final)weili
2016-06-10Trust the compiler to do array indexing and superclass promotion.tsepez
2016-06-09Avoid casts via correct types in fgas_textbreaktsepez
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-07Remove FDE_HVISUALOBJ.dsinclair
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-23Rename IFX_Unknown to IFX_Retainable.tsepez
2016-05-23Remove Release() from CFX_RTFBreaktsepez
2016-05-23Clean up more XFA code which causes warningsweili
2016-05-20Use enum type for char type variablesweili
2016-05-20Clean up XFA code which causes warningsweili
2016-05-19Cleanup unused fgas/ code.dsinclair
2016-05-18Remove Release() from CFX_TxtBreaktsepez
2016-05-06CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-19Store WideString, not raw pointer, in FX_TXTRUNtsepez
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair