Age | Commit message (Expand) | Author |
2016-06-01 | Track shared isolates better in FXJSE. | tsepez |
2016-06-01 | Remove use of v8:Lockers | tsepez |
2016-05-31 | Fix a leak in CXFA_FontMgr. | thestig |
2016-05-27 | Clean up some Android/Windows code. | thestig |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Remove checks for _WIN32_WCE. | thestig |
2016-05-26 | Clean up CPDF_TextRenderer slightly. | thestig |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-25 | Fix a Skia build error from commit 1e2c557. | thestig |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-25 | Remove CFX_PrivateData from CPDF_Document | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-24 | Remove CFX_PrivateData from CPDF_ModuleMgr | tsepez |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-23 | Remove dead code from CPDF_InterForm. | thestig |
2016-05-23 | Distinguish between user and owner passwords. | thestig |
2016-05-23 | Clean up doc_ocg.cpp. | thestig |
2016-05-23 | Add missing STDCALL for FPDFDoc_GetPageMode(). | thestig |
2016-05-21 | Get rid of CPDF_Object::GetArray(). | thestig |
2016-05-20 | Add an enum to represent text rendering modes. | thestig |
2016-05-19 | Remove Release() from CPDFDOC_Environment | tsepez |
2016-05-18 | Cleanup XFA_HASHCODE usage. | dsinclair |
2016-05-18 | Remove Release() from CXFA_RenderContext | tsepez |
2016-05-18 | Remove Release() from CXFA_WidgetAccIterator | tsepez |
2016-05-18 | Remove Release() from CXFA_ChecksumContext | tsepez |
2016-05-17 | XFA_WIDGETSTATUS cleanup. | dsinclair |
2016-05-16 | Use CFX_RetainPtr<> to refcount CPDFXFA_Page | tsepez |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-16 | Remove XFA_WIDGETEVENT defines | dsinclair |
2016-05-16 | Remove { delete this; } anti-pattern from IXFA_WidgetIterator | tsepez |
2016-05-16 | Remove some c_str() calls from StringCs in xfa docs. | tsepez |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | Fix GCC warnings to be ready for GCC standalone build | weili |
2016-05-13 | allow Skia to be the default graphics engine | caryclark |
2016-05-12 | Fix some misc nits. | thestig |
2016-05-12 | Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. | ochang |
2016-05-12 | IFX_Edit::NewEdit never returns nullptr. | thestig |
2016-05-11 | CPDF_VariableText::GetIterator() never returns NULL. | thestig |
2016-05-10 | Remove some dead code. | thestig |
2016-05-09 | Remove std::string usage in PublicMethods.cpp. | thestig |
2016-05-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-05-04 | More define cleanup. | dsinclair |
2016-05-03 | Remove FWL_WGTHITTEST_* defines in favour of enum class. | dsinclair |
2016-05-02 | Fix lint bugs. | thestig |
2016-04-29 | Subtract instead of adding the negation. | thestig |