Age | Commit message (Expand) | Author |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |
2016-03-10 | Split fpdf_parser_objects.cpp into per-class .cpp/.h files. | Tom Sepez |
2016-03-10 | Split apart the remainder of fpdf_render_render.cpp into per-class files. | Tom Sepez |
2016-03-09 | Structs shouldn't inherit from CFX_Target. | Tom Sepez |
2016-03-09 | Cleanup the xfa/src/fdp directory. | Dan Sinclair |
2016-03-09 | Cleanup the xfa/src/fgas directory. | Dan Sinclair |
2016-03-09 | Review and cleanup lint warnings. | Dan Sinclair |
2016-03-08 | Split off CPDF_Document into its own .cpp/.h files. | Tom Sepez |
2016-03-08 | Remove xfa/src/fxfa/src/common and xfa/src/fxfa/src | Dan Sinclair |
2016-03-08 | CXFA_TextParseContext::m_eDisplay is too small | Tom Sepez |
2016-03-03 | Don't allow empty expression in CXFA_FMParse::ParseParenExpression. | Oliver Chang |
2016-03-03 | Some cleanup for xfa_expression/xfa_simpleexpression | Oliver Chang |
2016-03-01 | Fix and enable lint checks. | Dan Sinclair |
2016-03-01 | Remove XFA_PARSE_HAS_LINEIDENTIFIER | Dan Sinclair |
2016-03-01 | Remove _XFA_EMB | Dan Sinclair |
2016-02-29 | Remove xfa_fm2js.h and IWYU. | Dan Sinclair |
2016-02-29 | Remove foxitlib.h and foxitxfa.h and IWYU. | Dan Sinclair |
2016-02-29 | Using size_t to silence warnings. | Dan Sinclair |
2016-02-29 | Remove _XFA_LAYOUTITEM_* defines. | Dan Sinclair |
2016-02-29 | Remove _FXLIB_NEW_VERSION_ as it is always defined. | Dan Sinclair |
2016-02-27 | Cleanup forward declarations. | dan sinclair |
2016-02-26 | Fix windows build broken at 007e6c0 | Tom Sepez |
2016-02-26 | Remove some FX_BOOLs | Tom Sepez |
2016-02-26 | Replace or remove _FX control-flow defines | Tom Sepez |
2016-02-25 | Use std::lower_bound() in a couple places. | Lei Zhang |
2016-02-25 | _XFA_VERIFY_Checksum is always defined. | Dan Sinclair |
2016-02-25 | Remove fde_mem.h | Dan Sinclair |
2016-02-25 | Remove fgas.h and IWYU. | Dan Sinclair |
2016-02-25 | Use std::unique_ptr in CXFA_FMParse. | Lei Zhang |
2016-02-25 | Remove fde.h and IWYU. | Dan Sinclair |
2016-02-25 | Make CXFA_Node::GetMeasure() and friends const. | Lei Zhang |
2016-02-25 | Remove set but unsed variables. | Lei Zhang |
2016-02-25 | Make CFX_PSVTemplate simpler. | Tom Sepez |
2016-02-25 | Remove include only fwl.h and IWYU. | Dan Sinclair |
2016-02-24 | Remove foo != NULL checks in xfa/src/fxfa. | Lei Zhang |
2016-02-24 | Remove xfa_common.h and IWYU. | Dan Sinclair |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Moar _CAPS work, part 3. | Tom Sepez |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-23 | Remove many _CAPS structure names. | Tom Sepez |
2016-02-23 | Sort includes in xfa/. | Dan Sinclair |
2016-02-23 | Fix a crasher in CXFA_ItemLayoutProcessor::DoLayoutTableContainer() | Jun Fang |
2016-02-23 | Fix a crasher in CXFA_LayoutPageMgr::GetAvailHeight() | Jun Fang |
2016-02-23 | Fix a crasher in CFX_ArrayTemplate::GetAt() | Jun Fang |
2016-02-22 | Switch from _DEBUG to NDEBUG. | Lei Zhang |
2016-02-23 | Fix a crasher in ParsePostfixExpression() | Jun Fang |
2016-02-22 | Remove unused stuff from fx_sys.h | Tom Sepez |
2016-02-22 | Define NDEBUG for Release builds. | Lei Zhang |
2016-02-22 | Expand XFA includes to be relative to pdfium/. | Dan Sinclair |
2016-02-22 | Fixing include guards, and presubmit. | Dan Sinclair |