Age | Commit message (Expand) | Author |
2017-10-19 | Refactoring JS Callbacks. | dan sinclair |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-01 | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-16 | Add in missting string length check | Ryan Harrison |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-04 | Remove platform-specific IsFinite, JS_PortIsNan, and GetNan. | Tom Sepez |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-13 | Rename CPWL_Color to CFX_Color | Dan Sinclair |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-22 | Convert native method names to single-byte. | Tom Sepez |
2017-02-21 | Remove some JS_Define macroschromium/3020 | Tom Sepez |
2017-02-21 | Pass CJS_Runtime to JS callbacks. | Tom Sepez |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2016-12-14 | Verify precision length before converting to string. | dsinclair |
2016-11-15 | Replace fcvt with std::stringstream in AFNumber_Format | npm |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-10-12 | Cleanup env variable names | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Remove CPDFSDK_Document from IJS_Context | dsinclair |
2016-10-05 | Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment | dsinclair |
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-22 | Rename App to Env where needed. | dsinclair |
2016-09-14 | Rename CPDFDoc_Environment to CPDFSDK_Environment | dsinclair |
2016-09-13 | Split fsdk_mgr files apart. | dsinclair |
2016-09-08 | Remove unused context parameter from JSGetStringFromID | tsepez |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-10 | Remove backpointer to CJS_Runtime from CJS_Value | tsepez |
2016-08-08 | Remove MsgBox()/Alert() from CJS_EmbedObj. | tsepez |
2016-08-08 | Remove backpointer to runtime from CJS_Array. | tsepez |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-05-12 | Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. | ochang |
2016-05-09 | Remove std::string usage in PublicMethods.cpp. | thestig |
2016-04-15 | Pass WideStrings without narrowing to c_str in javascript/ | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Make CJS_PublicMethods::StrTrim() take a CFX_ByteString | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |