Age | Commit message (Expand) | Author |
2016-05-27 | Match GN and GYP compilation warning flags | weili |
2016-05-27 | Workaround dubious casting between CXFA_Object and void* in FXJSE | tsepez |
2016-05-27 | Avoid two C-style FX_WCHAR* casts in pdfium | brucedawson |
2016-05-27 | Clean up some Android/Windows code. | thestig |
2016-05-27 | Fix two bugs found by /analyze tool | weili |
2016-05-27 | Change to disable a warning for GCC compilationchromium/2754chromium/2753chromium/2752chromium/2751 | weili |
2016-05-27 | Add back-pointer to "Associated widget" to CFWL_WidgetImp. | tsepez |
2016-05-27 | Make sure CFDE_XMLSyntaxParser's buffer is null terminated. | ochang |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Fix a bug which may cause infinite loop | weili |
2016-05-26 | Add opaque "layout item" to widgets for caller's use. | tsepez |
2016-05-26 | Remove checks for _WIN32_WCE. | thestig |
2016-05-26 | Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool. | thestig |
2016-05-26 | skia: add bitmap color table support | caryclark |
2016-05-26 | Make additional FXJSE_CLASS_DESCRIPTORS constant | tsepez |
2016-05-26 | Make fm2jscontext's class descriptor a static constant. | tsepez |
2016-05-26 | Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS | tsepez |
2016-05-26 | Enable chromium_code standard for XFA code | weili |
2016-05-26 | Clean up CPDF_TextRenderer slightly. | thestig |
2016-05-26 | Remove unused FWL_Error::OutOfMemory | tsepez |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Remove default arguments in CFX_RenderDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-26 | Replace FXJSE_HCLASS with CFXJSE_Class* | dsinclair |
2016-05-26 | Remove one (of several) usages of SetPrivateData from IFWL_Widget | tsepez |
2016-05-26 | Replace FXJSE_HCONTEXT with CFXJSE_Context* | dsinclair |
2016-05-26 | Fix windows build breakage at 25fa42f398d1 | Tom Sepez |
2016-05-26 | Revert of Remove parameters which are always null (patchset #1 id:1 of https:... | dsinclair |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-25 | Remove parameters which are always null | dsinclair |
2016-05-25 | Remove FX_GAMMA() and friends. They do nothing. | thestig |
2016-05-25 | Fix a Skia build error from commit 1e2c557. | thestig |
2016-05-25 | Banish CFX_PrivateData to the XFA side | tsepez |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-25 | Remove CFX_PrivateData inheritance from CPDF_InterForm | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Document | tsepez |
2016-05-25 | Complete or comment a couple Script_NodeClass functions | weili |
2016-05-25 | Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-25 | get skia building | caryclark |
2016-05-25 | fix rotated and alpha bitmaps | caryclark |
2016-05-24 | Remove CFX_PrivateData from CPDF_ModuleMgr | tsepez |
2016-05-24 | Correctly implement GetPartState() function | weili |
2016-05-24 | Replace CFX_DSPATemplate with std::binary_search. | dsinclair |
2016-05-24 | Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. | tsepez |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-23 | Rename IFX_Unknown to IFX_Retainable. | tsepez |
2016-05-23 | Remove dead code from CPDF_InterForm. | thestig |
2016-05-23 | Distinguish between user and owner passwords. | thestig |