Age | Commit message (Expand) | Author |
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 |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Use unique_ptr in CFWL_NoteDriver::m_eventTargets map | Tom Sepez |
2017-04-04 | Clean up QRCoderEncoder and friends. | Lei Zhang |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Rename tto/fde_textout to cfde_textout | Dan Sinclair |
2017-03-30 | Rename FDE files to match contents. | Dan Sinclair |
2017-03-29 | Move xfa/fxbarcode fxbarcode/ | Dan Sinclair |
2017-03-29 | Remove fgas/localization directory | Dan Sinclair |
2017-03-29 | Rename CFX_Unitime to CFX_DateTime | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-03-20 | Simplify date time code | Dan Sinclair |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |