Age | Commit message (Expand) | Author |
2017-09-06 | Implement word selection in CFDE_TextEditEngine | Dan Sinclair |
2017-09-05 | Remove isDevice parameter from barcode Render(). | Henrique Nakashima |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-30 | Rebuild CFDE_TextEditEngine. | Dan Sinclair |
2017-08-28 | Remove unused / rarely used CFX_PTemplate methods. | Lei Zhang |
2017-08-23 | Remove OnPageLoad and OnPageUnload from CFWL_Edit | 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 | Cleanup CFDE_TextOut | Dan Sinclair |
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 | Remove default parameters in CXFA_Graphics methods. | 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 | 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 CFWL_WidgetMgrDelegate | Dan Sinclair |
2017-08-15 | Hide the undo/redo record classes inside the engine | Dan Sinclair |
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 | Cleanup more fde defines | Dan Sinclair |
2017-08-14 | Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. | Dan Sinclair |
2017-08-10 | Remove unused FDE_TTOSTYLE_ flags | Dan Sinclair |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-24 | Move xfa/fxfa/app to xfa/fxfachromium/3166 | Dan Sinclair |
2017-07-24 | Remove fx_edit.h | Dan Sinclair |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-07-13 | Rename cfx_color to cxfa_color | Dan Sinclair |
2017-06-30 | Fix nits in a bunch of random XFA files. | Lei Zhang |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-02 | Remove explicit CFX_Matrix identity matrix instantiations. | Lei Zhang |
2017-05-25 | Split apart remaining xfa/fxfa/app files | Dan Sinclair |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-16 | CFDE_RenderDevice::m_bOwnerDevice is always false | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-04 | Removing unused IFX_Pause parameters | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-02 | Change BarcodeTest to render to bitmaps. | Lei Zhang |
2017-05-02 | Remove more |new|s, part 7 | Tom Sepez |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-04-27 | Add barcode test skeleton | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-21 | Change more fxbarcode to use return values. | Lei Zhang |