Age | Commit message (Expand) | Author |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-20 | Re-work some more c_str() usage. | Tom Sepez |
2018-06-13 | CPDFSDK_Widget(): bDisplay arg always passed as true (default). | Tom Sepez |
2018-06-11 | Implement CPDF_Object::MakeReference method.chromium/3456 | Artem Strygin |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-24 | Improve constness for more CPDF_Objects pointers. | Lei Zhang |
2018-05-22 | Remove useless CPWL_ListBox::KillFocus(). | Lei Zhang |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
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 |