Age | Commit message (Expand) | Author |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Cleanup CFGAS_GEFont methods | Dan Sinclair |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-27 | Move CFX_Font definition to cfx_font.h | Dan Sinclair |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Move static methods to anonymous namespace | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Fix checks for FX_WIN64_DESKTOP | Dan Sinclair |
2017-09-26 | Hide FX_HandleParentPath | Dan Sinclair |
2017-09-26 | Share public part of CFGAS_FontMgr declaration | Dan Sinclair |
2017-09-26 | Move font source into CFGAS_FontMgr | Dan Sinclair |
2017-09-26 | Remove font default params | Dan Sinclair |
2017-09-22 | Fix crash when rendering invalid GIF | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Cleanup WidgetMgr ownership | Dan Sinclair |
2017-09-21 | Move CFX_Observable to Observable | Dan Sinclair |
2017-09-21 | Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222 | Dan Sinclair |
2017-09-21 | Move CFGAS_PDFFontMgr to the CXFA_FFDoc | Dan Sinclair |
2017-09-21 | Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-21 | Move CFX_AutoRestorer to fxcrt::AutoRestorer | Dan Sinclair |
2017-09-21 | Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr | Dan Sinclair |
2017-09-21 | Remove old TODO | Dan Sinclair |
2017-09-21 | Add embeddertest for CFWL_Edit | Dan Sinclair |
2017-09-20 | Add in missed parse recursion depth checks | Ryan Harrison |
2017-09-20 | Implement CFDE_TextEditEngine::GetIndex* methods. | Dan Sinclair |
2017-09-20 | Convert FindNextBreakPos to return position | Dan Sinclair |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-19 | Cleanup FindNextBreakPos variables | Dan Sinclair |
2017-09-19 | Invert flag to CFDE_TextEditEngine::Iterator::IsEOF | Dan Sinclair |
2017-09-19 | Convert selection to use count instead of end index | Dan Sinclair |
2017-09-19 | IWYU: Explicitly include <stdint.h> in some headers. | Raphael Kubo da Costa |
2017-09-18 | Cleanup word break properties | Dan Sinclair |
2017-09-18 | Remove some unused variables. | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | Simplify a couple of CXFA_Node methods. | Lei Zhang |
2017-09-15 | Fix nullptr dereference in XFA_Node::SetScriptContent(). | Lei Zhang |
2017-09-15 | Make static const char* arrays more const. | Lei Zhang |
2017-09-14 | Roll clang to 4db5854chromium/3216 | Tom Sepez |
2017-09-13 | Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused. | Henrique Nakashima |
2017-09-13 | Add readme files to some directories.chromium/3215 | Henrique Nakashima |
2017-09-08 | Remove CFWL_SpinButton, which is unused.chromium/3211 | Henrique Nakashima |
2017-09-07 | Roll DEPS for build to a049c43. | Lei Zhang |
2017-09-06 | Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator. | Dan Sinclair |
2017-09-06 | Implement word selection in CFDE_TextEditEngine | Dan Sinclair |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |