Age | Commit message (Expand) | Author |
2017-09-26 | Remove fx_text_int.h | Dan Sinclair |
2017-09-26 | Remove font default params | Dan Sinclair |
2017-09-26 | Rename CFPDF_* classes | Dan Sinclair |
2017-09-25 | Update comments regarding dictionary keys in public APIS.chromium/3224 | Lei Zhang |
2017-09-25 | Hide CFX_UniqueKeyGen | Dan Sinclair |
2017-09-25 | API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() | Miklos Vajna |
2017-09-22 | Fix UAF after destroying a widget during OnBeforeKeyStroke().chromium/3223 | Henrique Nakashima |
2017-09-22 | Move C-style functions into CGifContext | Ryan Harrison |
2017-09-22 | Fix crash when rendering invalid GIF | Ryan Harrison |
2017-09-22 | API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() | Miklos Vajna |
2017-09-21 | Rename CPDF_SyntaxParser::GetObject to GetObjectBody | Artem Strygin |
2017-09-21 | Move CFX_WeakPtr to WeakPtr | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Move CFX_StringPoolTemplate to StringPoolTemplate | Dan Sinclair |
2017-09-21 | Move CFX_StringDataTemplate to StringDataTemplate | Dan Sinclair |
2017-09-21 | Move CFX_SharedCopyOnWrite to SharedCopyOnWrite | 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 FPDFPath_GetPoint() APIchromium/3221 | Miklos Vajna |
2017-09-20 | Add bounds checks in CAgg_PathData::BuildPath | 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 | Cleanup CPWL_Caret code | Dan Sinclair |
2017-09-20 | Get system lcms2 config using pkg-config. | Lei Zhang |
2017-09-20 | Isolate lcms2 usage to a few files. | Lei Zhang |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-20 | Move CCodec_ScanlineDecoder to its own file. | Lei Zhang |
2017-09-19 | Fix draw order of popup annotations. | Henrique Nakashima |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-19 | Default to c++11 instead of c++14. | Lei Zhang |
2017-09-19 | Setting focus on a widget may destroy the widget | Dan Sinclair |
2017-09-19 | Remove unused methods and field in CFFL_FormFiller. | Henrique Nakashima |
2017-09-19 | Roll DEPS for build to fc826e6. | 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-19 | Use CPDF_ReadValidator to request linearized hint tables. | Artem Strygin |
2017-09-19 | Simplify CPDF_Parser::LoadCrossRefV4 | Artem Strygin |
2017-09-18 | Use CPDF_ReadValidator to request linearized first page. | Artem Strygin |