Age | Commit message (Expand) | Author |
2017-04-21 | Change more fxbarcode to use return values. | Lei Zhang |
2017-04-20 | Remove hand-written bsearch from cxfa_dataexporter.cpp | Tom Sepez |
2017-04-20 | Cleanup some XFA widget code | Dan Sinclair |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Do not insert null node if ParseAsXDPPacket_Config fails | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Cleanup the fgas_language defines | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Remove hand-written bsearch from XFA_GetAttributeEnumByName() | Tom Sepez |
2017-04-18 | Remove hand-written bsearch from XFA_GetAttributeByName() | Tom Sepez |
2017-04-18 | Rename IFGAS_Stream to CFGAS_Stream | Dan Sinclair |
2017-04-18 | Remove IFGAS_Stream::CreateWideStringReadStream | Dan Sinclair |
2017-04-18 | Subclass the stream implementations from CFGAS_Stream | Dan Sinclair |
2017-04-18 | Use unique_ptr in CFWL_NoteDriver::m_eventTargets map | Tom Sepez |
2017-04-18 | Rename text break files to match class names. | Dan Sinclair |
2017-04-18 | Update IFGAS_Stream::WriteString to take a string. | Dan Sinclair |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-18 | Use unique_ptr for m_pNormalWidget | 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-12 | Fold CXFA_WideTextRead into IFGAS_Stream | Dan Sinclair |
2017-04-12 | Remove MakeSeekableReadStream | Dan Sinclair |
2017-04-11 | Avoid long assignment chain in FM parser | Nicolas Pena |
2017-04-11 | Remove unneeded stream access flags | Dan Sinclair |
2017-04-11 | Disabiguate CreateStream calls | Dan Sinclair |
2017-04-10 | Remove unused CreateSharedStream | Dan Sinclair |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-04-06 | Fix unit tests to initialize PartitionAlloc. | Chris Palmer |
2017-04-05 | Check first then cast in XFA_FDEExtension_ResolveNamespaceQualifier | Tom Sepez |
2017-04-05 | Move XML attribute handling to a base class. | Dan Sinclair |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | Cleanup CFDE_XMLCharData and CFDE_XMLText | Dan Sinclair |
2017-04-04 | Let CPDF_ImageRenderer own the CFX_ImageRenderer | Nicolas Pena |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Split the FDE XML file into indiviual class files. | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-31 | Split fx_dib part 3 | Nicolas Pena |
2017-03-30 | Move CXFA_XMLParser to CFDE_XMLParser | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Move core/fxcrt XML files to core/fxcrt/xml | Dan Sinclair |
2017-03-30 | Rename tto/fde_textout to cfde_textout | Dan Sinclair |
2017-03-30 | Move CFX files into fxcrt | Dan Sinclair |
2017-03-30 | Rename FDE files to match contents. | Dan Sinclair |
2017-03-30 | Rename fgas_stream to ifgas_stream | Dan Sinclair |
2017-03-29 | Move xfa/fxbarcode fxbarcode/ | Dan Sinclair |