Age | Commit message (Expand) | Author |
2017-08-21 | Converted CFDE_TxtEdt{Buf|Engine}::Insert() to take CFX_WideString | Jane Liu |
2017-08-21 | Cleanup CFDE_TextOut | Dan Sinclair |
2017-08-21 | Fixing crash on delete or backspace in XFA text edit box. | Henrique Nakashima |
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 | 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-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 | Remove friendship from TxtEdtEngine and TxtEdtPage | Dan Sinclair |
2017-08-16 | Add parse depth limit to FormCalc parser | Ryan Harrison |
2017-08-16 | Remove CFWL_WidgetMgrDelegate | Dan Sinclair |
2017-08-15 | Make GetChar & Clone const for IFX_CharIter | Ryan Harrison |
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 | 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 | Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. | Dan Sinclair |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-08-10 | Remove unused FDE_TTOSTYLE_ flags | Dan Sinclair |
2017-08-10 | Remove CFDE_Path | Dan Sinclair |
2017-08-10 | Remove default params in CFDE_RenderDevice | Dan Sinclair |
2017-08-09 | Remove unused code from CFDE_RenderDevice. | Dan Sinclair |
2017-08-09 | Remove CFDE_{Pen|Brush} classes | Dan Sinclair |
2017-08-08 | Move CSS code to core | Dan Sinclair |
2017-08-02 | Rewrite how string Insert() methods handle out of bound indices | Ryan Harrison |
2017-08-01 | Encapsulate some CFX_Char members. | Lei Zhang |
2017-08-01 | Remove support for negative params to ReleaseBuffer() | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-31 | Remove null derefence case caught by fuzzers | Ryan Harrison |
2017-07-28 | Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171 | Lei Zhang |
2017-07-28 | Remove unused param from CFX_TxtBreak::AppendChar_PageLoad(). | Lei Zhang |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Simplify FX_GetMirrorChar() code. | Lei Zhang |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-27 | Move CXFA_FMParse to CFXA_FMParser | Ryan Harrison |
2017-07-27 | Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cpp | Henrique Nakashima |