Age | Commit message (Expand) | Author |
2017-09-01 | Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203 | Ryan Harrison |
2017-09-01 | Fix integer overflow in Buffer_itoa when passing INT_MIN. | Henrique Nakashima |
2017-08-31 | Cleanup fx_basic_* files | Dan Sinclair |
2017-08-31 | More BIDI code shufflingchromium/3206chromium/3205 | Dan Sinclair |
2017-08-31 | Move bidi code to fx_bidi | Dan Sinclair |
2017-08-31 | Clean up of typing in lexer code | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Split auto restorer from fx_basic | Dan Sinclair |
2017-08-30 | Rebuild CFDE_TextEditEngine. | Dan Sinclair |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-29 | Remove an unused CXFA_FFDoc method.chromium/3200 | Lei Zhang |
2017-08-29 | Fix incorrectly guarded lexer advancement in FormCalc parser | Ryan Harrison |
2017-08-28 | Remove unused / rarely used CFX_PTemplate methods. | Lei Zhang |
2017-08-28 | Add a global font loader in XFA tests | Dan Sinclair |
2017-08-28 | Remove code which does nothing | Dan Sinclair |
2017-08-23 | Reduce FM2JS parser depth limit to avoid memory exhaustion | Ryan Harrison |
2017-08-23 | Remove OnPageLoad and OnPageUnload from CFWL_Edit | Dan Sinclair |
2017-08-23 | Cleanup GetPre* methods in CFDE_TextEdtEngine | Dan Sinclair |
2017-08-23 | Move m_pTextBreak to be a member of CFDE_TxtEdtEngine | Dan Sinclair |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-23 | Convert the CFDE_TxtEdtEngine::Insert results into an enum class | Dan Sinclair |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Convert FDE_TXTEDIT_LINEEND to a private enum class | Dan Sinclair |
2017-08-21 | Cleanup CFDE_TxtEdtBuf and simplify some logic. | Dan Sinclair |
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 |