Age | Commit message (Expand) | Author |
2016-02-16 | IFWL_App::Create() always passed adapter, "fuel" adapter unused | Tom Sepez |
2016-02-12 | One less PI. | Tom Sepez |
2016-02-09 | Several pure virtual IFWL_Adapter* classes not implemented. | Tom Sepez |
2016-02-08 | Tidy fpdfsave.cpp | Tom Sepez |
2016-02-08 | Remove CFX_PtrArray from xfa/include/fwl | Tom Sepez |
2016-02-05 | Fix heap-use-after-free in CXFA_FFWidget::GetDataAcc() | Jun Fang |
2016-02-06 | Add a parameter checker in CXFA_ScriptContext::QueryNodeByFlag() | Jun Fang |
2016-02-05 | Fix build broken at e059b5ba1260 | Tom Sepez |
2016-02-05 | Remove CFX_PtrArray from xfa's combobox.h. | Tom Sepez |
2016-02-04 | Fix an assertion failure in CXFA_DefFontMgr::GetDefaultFont() | Jun Fang |
2016-02-04 | Call CXFA_Object::ToNode() rather than C-style casting. | Tom Sepez |
2016-02-04 | Pdfium does not create isolate when it runs in chromium | jinming_wang |
2016-02-03 | Make CXFA_Data sub-classes ctors explicit. | Tom Sepez |
2016-02-03 | Add CFXA_Object helper methods. | Tom Sepez |
2016-02-02 | XFA: Fix a crashier in SetFocus() | Jun Fang |
2016-02-01 | Fix AddressSanitizer: heap-buffer-overflow in ValidateCanonicalTime() | Jun Fang |
2016-01-29 | Merge to XFA: Member function name refactoring | Wei Li |
2016-01-27 | XFA: Fix checkdeps violations. | Lei Zhang |
2016-01-27 | XFA: Remove dead AddDoRecord code. | Lei Zhang |
2016-01-26 | Fix DOS newlines | Tom Sepez |
2016-01-26 | Merge to XFA: War on #defines, part 1. | Tom Sepez |
2016-01-26 | Fix SEGV in VerifyUnicode() | Jun Fang |
2016-01-25 | XFA: Fix a bunch of pointless returns.chromium/2637chromium/2636chromium/2635chromium/2634chromium/2633chromium/2632 | Lei Zhang |
2016-01-20 | Remove CFX_CMapByteStringToPtr usage in XFA. | Tom Sepez |
2016-01-20 | Remove _FXFA_USEGASFONTMGR_ (always true). | Tom Sepez |
2016-01-20 | Remove dubious cast in CXFA_ScriptContext::AddJSBuiltinObject() | Jun Fang |
2016-01-19 | Fix an assertion failure in CXFA_FWLTheme::Initialize() | Jun Fang |
2016-01-19 | Resolve fde_xml.h header collisionchromium/2631chromium/2630chromium/2629chromium/2628chromium/2627chromium/2626 | Tom Sepez |
2016-01-12 | XFA: Fix compilation warnings introduced at b9bc6b7chromium/2621chromium/2620 | Tom Sepez |
2016-01-12 | Fix an assertion failure in CFX_RTFBreak::SetLineWidth() | Jun Fang |
2016-01-11 | XFA: Fix memory leakage on Linux | Jun Fang |
2016-01-11 | Clean compiling warnings on Linux | Jun Fang |
2016-01-11 | XFA: Get rid of dead code in an #ifndef FX_FILESIZE block. | Lei Zhang |
2016-01-11 | XFA: Fix the Mac build after commit 375a86403b7f. | Lei Zhang |
2016-01-11 | Merge to XFA: Switch most min/max macros to std::min/max. | Lei Zhang |
2016-01-11 | Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. | Oliver Chang |
2016-01-08 | XFA: Remove many relative includes in xfa/ | Lei Zhang |
2016-01-07 | Fix writing to read-only region in CXFA_TextParser::GetHorScale(). | Jun Fang |
2016-01-05 | Merge to XFA: Remove header files that only have includes. | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-22 | Rename LayoutWidget() to PerformLayout() | Jun Fang |
2015-12-18 | Fix a bug that items can't be selected in list boxes | Jun Fang |
2015-12-17 | Remove FDE_Alloc in favor of FX_Alloc. | Tom Sepez |
2015-12-14 | Merge to XFA: Remove FX_BSTRC. | Lei Zhang |
2015-12-11 | Fix a crasher in CXFA_FFDocView::SetFocus() | Jun Fang |
2015-12-11 | XFA: avoid multiplications in FX_Allocs | Tom Sepez |
2015-12-11 | Fix size calculation in BC_QRCodeWriter.cpp | Tom Sepez |
2015-12-11 | Don't pass bogus testing flags to V8 | Jochen Eisinger |
2015-12-10 | Fix compiling warnings on Linux (part2) | Jun Fang |
2015-12-10 | Fix crashing in CFWL_CheckBox::Initialize() | Jun Fang |