Age | Commit message (Expand) | Author |
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 | Replace various *_MAX_VALUE macros with numeric_limits. | Dan Sinclair |
2016-02-25 | Fix mac build, part 2. | dan sinclair |
2016-02-25 | Fix Mac Build, missing include. | Dan Sinclair |
2016-02-25 | Remove include only fwl.h and IWYU. | Dan Sinclair |
2016-02-24 | Get rid of CBC_AutoPtr and use std::unique_ptr instead. | Lei Zhang |
2016-02-24 | Remove foo != NULL checks in xfa/src/fxfa. | Lei Zhang |
2016-02-24 | Remove foo != NULL checks in xfa/src/fxbarcode. | Lei Zhang |
2016-02-24 | Fix windows build broken at ea208f2. | Tom Sepez |
2016-02-24 | Moar _CAPS work, part 5 | Tom Sepez |
2016-02-24 | Remove include only barcode.h and IWYU. | Dan Sinclair |
2016-02-24 | Moar _CAPS naming, part 4 | Tom Sepez |
2016-02-24 | _FXPLUS is never defined. | Tom Sepez |
2016-02-24 | Remove fxv8.h | Dan Sinclair |
2016-02-24 | Remove xfa_common.h and IWYU. | Dan Sinclair |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Simplify CFDE_CSSStyleSelector::SortRulesTo(). | Lei Zhang |
2016-02-23 | Moar _CAPS work, part 3. | Tom Sepez |
2016-02-23 | Remove FXSYS_Div. | Dan Sinclair |
2016-02-23 | Remove FXSYS_Mul. | Dan Sinclair |
2016-02-23 | Remove more _CAPS names | 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 | Remove _FDE_BLOCK_BUFFER as it's always defined. | Dan Sinclair |
2016-02-23 | Remove _FDEPLUS define. | Dan Sinclair |
2016-02-23 | XFA build fix. | Dan Sinclair |
2016-02-23 | Sort includes in xfa/. | Dan Sinclair |
2016-02-23 | Resolve heap-use-after-free in CFX_WideString::~CFX_WideString() | Jun Fang |
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 | Fix return values in CFWL_FormImp::EndDoModal(). | Lei Zhang |
2016-02-22 | Fix remaining FX_memsets in windows | Tom Sepez |
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 | Remove CFX_ThreadLock (its a no-op) | Tom Sepez |
2016-02-22 | Remove unused fde_gdidevice files. | Dan Sinclair |
2016-02-22 | Expand XFA includes to be relative to pdfium/. | Dan Sinclair |
2016-02-22 | Fixing include guards, and presubmit. | Dan Sinclair |
2016-02-19 | Add a proper bounds check to XFA_FM_KeywordToString | Oliver Chang |
2016-02-19 | Define _DEBUG for debug builds. | Lei Zhang |
2016-02-19 | Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" | Tom Sepez |
2016-02-19 | Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." | Tom Sepez |
2016-02-19 | Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. | Tom Sepez |
2016-02-19 | Move m_rgPendingNodes off of CFX_PtrList. | Tom Sepez |