Age | Commit message (Expand) | Author |
2017-05-16 | Minor xfa_lexer.cpp cleanup | Dan Sinclair |
2017-05-15 | Return unique_ptr from xfa lexer Scan() method | Tom Sepez |
2017-05-11 | Limit XFA FormCalc program translation size. | Lei Zhang |
2017-05-10 | Check CXFA_FM2JSContext::Translate() return value. | Lei Zhang |
2017-04-28 | CXFA_FMStringExpression: int16_t is not a good type for a string index. | Tom Sepez |
2017-04-25 | Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext. | Tom Sepez |
2017-04-25 | Use fx_extension.h utilities in more places in xfa/ | Lei Zhang |
2017-04-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-18 | Require unique_ptr arg for CXFA_FMLexer::SetToken() | Tom Sepez |
2017-04-13 | Add ability to make StringCs from std::vector<>s. | Tom Sepez |
2017-04-12 | Fix string passing coventions in xfa_fm2jscontext.hchromium/3070 | Tom Sepez |
2017-04-11 | Avoid long assignment chain in FM parser | Nicolas Pena |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |
2017-04-06 | Fix unit tests to initialize PartitionAlloc. | Chris Palmer |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-29 | Remove fgas/localization directory | Dan Sinclair |
2017-03-29 | Rename fgas/localization files to match contents | Dan Sinclair |
2017-03-29 | Rename CFX_Unitime to CFX_DateTime | Dan Sinclair |
2017-03-29 | Split xfa_object.h apart. | Dan Sinclair |
2017-03-29 | Return values instead of out paramschromium/3056 | Dan Sinclair |
2017-03-28 | Renaming and splitting in xfa/fxfa/parser. | Dan Sinclair |
2017-03-28 | Remove CFX_ArrayTemplate in CXFA_ValueArray | Tom Sepez |
2017-03-23 | Tighten up XFA Visibility | Dan Sinclair |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-14 | Replace CXFA_{Object,Node}Array with std::vector | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_DOUBLE with underlying double type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-13 | Simplify FX_UTF8Encode variants.chromium/3012 | Tom Sepez |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-11 | Cleaning up memory allocation in CXFA_FM2JSContext - IV | Dan Sinclair |
2017-01-06 | Cleaning up memory allocation in CXFA_FM2JSContext - III | Dan Sinclair |
2017-01-05 | Cleaning up memory allocation in CXFA_FM2JSContext - II | Dan Sinclair |
2017-01-05 | Cleaning up memory allocation in CXFA_FM2JSContext - Ichromium/2974 | Dan Sinclair |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2016-12-08 | Replace CFX_WideStringCArray with std::vector.chromium/2946 | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-01 | Move Init to constructor in CXFA_FMProgram | Nicolas Pena |
2016-11-29 | Use unique_ptr in CFXA_FM expressions constructorschromium/2937 | npm |
2016-11-28 | Use unique pointers in CXFA_FMParse | npm |
2016-11-23 | More unique_ptrs in CXFA_FMParse::ParseForeachExpression and avoid leak | npm |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-11 | Add fpdfppo_embeddertest.cpp. | tsepez |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in fxfa | tsepez |