Age | Commit message (Expand) | Author |
2017-08-21 | Fixing crash on delete or backspace in XFA text edit box. | Henrique Nakashima |
2017-08-21 | Roll yasm to 1.3.0. | Lei Zhang |
2017-08-17 | Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.chromium/3192chromium/3191chromium/3190chromium/3189 | Lei Zhang |
2017-08-17 | Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. | Lei Zhang |
2017-08-17 | Remove default parameters from CXFA_FFWidget methods. | Lei Zhang |
2017-08-17 | Remove default parameters in CXFA_Graphics methods. | Lei Zhang |
2017-08-17 | Remove default argument for CXFA_Graphics::SetLineWidth(). | Lei Zhang |
2017-08-17 | Remove redundant members in CFDE_TxtEdtEngine | Dan Sinclair |
2017-08-17 | Roll DEPS for Skia to e0e2075. | Lei Zhang |
2017-08-17 | Roll DEPS for third_party/instrumented_lib to 644afd3. | Lei Zhang |
2017-08-17 | Roll DEPS for ICU to 08cb956. | Lei Zhang |
2017-08-17 | Turn caret movement into an enum class | Dan Sinclair |
2017-08-17 | Cleanup CFDE_TxtEdtEngine Insert and Delete methods | Dan Sinclair |
2017-08-17 | Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngine | Dan Sinclair |
2017-08-17 | Cleanup visibilty and unused methods in xfa/fde | Dan Sinclair |
2017-08-17 | Roll clang to a1420b8. | Lei Zhang |
2017-08-17 | Roll V8 to 539f7ab3. | Lei Zhang |
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 |