Age | Commit message (Expand) | Author |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-04-19 | Add public APIs for undo / redo in forms. | Lei Zhang |
2018-04-17 | Add a virtual CPWL_Wnd::GetText() method. | Lei Zhang |
2018-04-16 | Remove CPWL_Edit rich text support | dan sinclair |
2018-04-12 | Clean up some CFX_RenderDevice code. | Lei Zhang |
2018-04-03 | Remove DefaultAppearance HasColor and return an optional instead | Dan Sinclair |
2018-04-03 | Use Optional to determine if appearance stream as fontchromium/3388 | Dan Sinclair |
2018-03-28 | Remove CPDF_DefaultAppearance reference params | Dan Sinclair |
2018-03-28 | Rename CBA_AnnotIterator to CPDFSDK_AnnotIteratorchromium/3383 | Dan Sinclair |
2018-03-15 | Use Width()/Height() methods from rectangles. | Lei Zhang |
2018-03-13 | Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370 | Ryan Harrison |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-29 | Fix identical if/else blocks. | Lei Zhang |
2018-01-18 | Add jumbo build support for fxge and pwl. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-11 | Use range-based for-loops in a few more places. | Lei Zhang |
2018-01-04 | Remove unneeded vector implementations from cpwl_edit_impl | Nicolas Pena |
2018-01-03 | Remove unused methods from CPDF_VariableText | Nicolas Pena |
2017-12-19 | Remove some dead code. | Lei Zhang |
2017-12-13 | Use size_t in CXML_Element and callers. | Lei Zhang |
2017-12-01 | Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint(). | Lei Zhang |
2017-11-16 | Convert ByteString::{Format|FormatV} to static methods | Dan Sinclair |
2017-10-17 | Remove friends from PWL classes | Dan Sinclair |
2017-10-16 | Convert CPVT_Color to CFX_Color | Dan Sinclair |
2017-10-05 | Remove CPVT_Section | Dan Sinclair |
2017-10-05 | Remove CPVT_WordProps | Dan Sinclair |
2017-10-05 | Remove unused CPVT_SecPropschromium/3234 | Dan Sinclair |
2017-10-05 | Remove more unused params | Dan Sinclair |
2017-10-05 | Remove unused parameters | Dan Sinclair |
2017-10-05 | Move CPDF_RenderOptions members to private | Dan Sinclair |
2017-10-04 | Fix UAF in SetVisible(). | Henrique Nakashima |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-22 | Fix UAF after destroying a widget during OnBeforeKeyStroke().chromium/3223 | Henrique Nakashima |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Move CFX_Observable to Observable | Dan Sinclair |
2017-09-21 | Move CFX_AutoRestorer to fxcrt::AutoRestorer | Dan Sinclair |
2017-09-20 | Cleanup CPWL_Caret code | Dan Sinclair |
2017-09-19 | Setting focus on a widget may destroy the widget | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | Introduce CPWL_Wnd::PrivateData class. | Tom Sepez |
2017-09-15 | Move CPWL_CREATPARAM to CPWL_Wnd::CreateParams | Tom Sepez |
2017-09-15 | Add ObservedPtrs to KillFocus path | Ryan Harrison |
2017-09-13 | Add readme files to some directories.chromium/3215 | Henrique Nakashima |
2017-08-31 | Properly handle \n, \r, \r\n when inserting text | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-30 | Split auto restorer from fx_basic | Dan Sinclair |