Age | Commit message (Expand) | Author |
2017-08-17 | Roll build_revision to bff6ee8. | Lei Zhang |
2017-08-17 | Roll clang to 7770b47. | Lei Zhang |
2017-08-17 | Fix some issues with individual image mask rendering | rbpotter |
2017-08-16 | Tidy CXFA_Color class and argument passing. | Tom Sepez |
2017-08-16 | Move some CFDE_TxtEdt* methods to the headerschromium/3188 | Dan Sinclair |
2017-08-16 | Simplify CFDE_TxtEdtEngine layout code | Dan Sinclair |
2017-08-16 | Fixing crash on mouse movement in XFA form. | Henrique Nakashima |
2017-08-16 | Fix another unguarded string element access | Ryan Harrison |
2017-08-16 | Remove friendship from TxtEdtEngine and TxtEdtPage | Dan Sinclair |
2017-08-16 | Add parse depth limit to FormCalc parser | Ryan Harrison |
2017-08-16 | Add in missting string length check | Ryan Harrison |
2017-08-16 | Fix potential OOM / integer overflow in CPDF_Parser. | Lei Zhang |
2017-08-16 | Check for possible empty object returns from NewFxDynamicObj() | Tom Sepez |
2017-08-16 | Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints} | Jane Liu |
2017-08-16 | Remove CFWL_WidgetMgrDelegate | Dan Sinclair |
2017-08-16 | Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() | Jane Liu |
2017-08-16 | API and test for retrieving metadata from image objects | Jane Liu |
2017-08-15 | Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187 | Lei Zhang |
2017-08-15 | Remove CFX_ByteTextBuf. | Henrique Nakashima |
2017-08-15 | Simplify CPWL_EditImpl_Undo. | Lei Zhang |
2017-08-15 | Add to navbar link to SafetyNet readme. | Henrique Nakashima |
2017-08-15 | Make errors in called processes more evident and easier to debug. | Henrique Nakashima |
2017-08-15 | Readme for SafetyNet | Henrique Nakashima |
2017-08-15 | Remove default argument from CPWL_Wnd::InvalidateRect(). | Lei Zhang |
2017-08-15 | Add missing length check before getting element from string | Ryan Harrison |
2017-08-15 | Do some cleanup in CPWL_Edit. | Lei Zhang |
2017-08-15 | IFX_Edit_UndoItem implementations all take a valid CPWL_EditImpl*. | Lei Zhang |
2017-08-15 | Remove CPWL_EditImpl_UndoItem. | Lei Zhang |
2017-08-15 | Remove CPWL_EditImpl::EnableOprNotify(). | Lei Zhang |
2017-08-15 | Make GetChar & Clone const for IFX_CharIter | Ryan Harrison |
2017-08-15 | Remove useless code. | Artem Strygin |
2017-08-15 | Hide the undo/redo record classes inside the engine | Dan Sinclair |
2017-08-15 | Add checks on length of string before accessing elements of string | Ryan Harrison |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-15 | Remove default params from xfa/fde code. | Dan Sinclair |
2017-08-15 | Remove CFDE_RenderDevice | Dan Sinclair |
2017-08-14 | Refactoring of CPDF_DataAvail::GetObject. | Artem Strygin |
2017-08-14 | Add CPDF_ObjectWalker. | Artem Strygin |
2017-08-14 | Refactoring of CPDF_DataAvail::AreObjectsAvailable.chromium/3186 | Artem Strygin |
2017-08-14 | Merge CFDE_RenderContext into CFWL_Edit | Dan Sinclair |
2017-08-14 | Cleaning up the visual set iterator | Dan Sinclair |
2017-08-14 | Remove FDE_VISUALOBJ_Canvas | Dan Sinclair |
2017-08-14 | Cleanup more fde defines | Dan Sinclair |
2017-08-14 | Cleanup CFDE_TextOut methods | Dan Sinclair |
2017-08-14 | LCMS: upgrade to 2.8 | Nicolas Pena |
2017-08-14 | Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. | Dan Sinclair |
2017-08-13 | Fix use_system_freetype builds for FreeType changeschromium/3185 | Bruce Dawson |
2017-08-12 | Add a new public method to get the the origin of a character. | Andrew Weintraub |
2017-08-11 | Add 'testing' to a path that got missed | Ryan Harrison |
2017-08-11 | Remove potential out of bounds call to GetAt() | Ryan Harrison |