Age | Commit message (Expand) | Author |
2017-03-07 | Cleanup m_RTFLine code in RTFBreak.chromium/3034 | Dan Sinclair |
2017-03-07 | Cleanup text code | Dan Sinclair |
2017-03-06 | Simplify RTFBreak AppendChar. | Dan Sinclair |
2017-03-06 | Adding tests for CFX_RTFBreak | Dan Sinclair |
2017-03-02 | Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> | Tom Sepez |
2017-03-02 | Use std::deque for CFX_TPOArray | Tom Sepez |
2017-03-01 | Convert positioned tabs to std::vectorchromium/3028 | Dan Sinclair |
2017-03-01 | Remove unused FX_AdjustCharDisplayPos type, always nullptr args | Tom Sepez |
2017-03-01 | Return values instead of out params | Dan Sinclair |
2017-03-01 | More RTFBreak unused code and default params | Dan Sinclair |
2017-03-01 | Fixup RTFBreak and TextBreak nits | Dan Sinclair |
2017-02-28 | Remove always true method paramschromium/3027 | Dan Sinclair |
2017-02-28 | Remove unused methods from RTFBreak and TextBreak | Dan Sinclair |
2017-02-28 | Convert the FX_RTFBREAK defines to an enum class | Dan Sinclair |
2017-02-28 | Convert FX_RTFLINEALIGNMENT to an enum class | Dan Sinclair |
2017-02-28 | Remove unused layout styles | Dan Sinclair |
2017-02-28 | Remove unused RTF Break Policies | Dan Sinclair |
2017-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-01-25 | Remove last usage of IFX_Retainable.chromium/2993 | Tom Sepez |
2017-01-24 | Use std::vector for fx_ucd.h arrays.chromium/2992 | tsepez |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
2017-01-20 | Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988 | tsepez |
2017-01-10 | Strip out custom allocator code | Dan Sinclair |
2017-01-06 | Remove CFX_MapPtrToPtr in xfa/fgas, part 2 | tsepez |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Replace CFX_FloatArray with std::vector | tsepez |
2016-11-21 | Clean up CFGAS_GEFont | npm |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-11 | Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. | npm |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-26 | Clean up xfa_fontmgr.cpp. | thestig |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-04 | Use smart pointers for class owned pointers | weili |
2016-07-18 | Cleanup fgas/crt. | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-18 | Make code compile with clang_use_chrome_plugin (final) | weili |
2016-06-10 | Trust the compiler to do array indexing and superclass promotion. | tsepez |
2016-06-09 | Avoid casts via correct types in fgas_textbreak | tsepez |
2016-06-07 | Replace IFGAS_Font with underlying concrete type | thestig |
2016-06-07 | Remove FDE_HVISUALOBJ. | dsinclair |
2016-06-03 | Rename IFX_Font to IFGAS_Font | tsepez |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |